File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ ; ; PLAYBOOK.scm — Agent Playbook for Palimpsest License
2+ ; ; Defines canonical behaviours, rituals, and operational flows.
3+
4+ (playbook
5+ (version " 1.0" )
6+
7+ (rituals
8+ (submit-proposal
9+ " Open issue → Provide rationale → Link to exhibits → Await Council triage" )
10+ (update-license
11+ " Draft revision → Public comment → Council vote → Publish → Archive previous version" )
12+ (provenance
13+ " pmpl-sign → commit → pmpl-verify → CI audit" ))
14+
15+ (behaviours
16+ (agents
17+ (must " Respect emotional lineage, preserve provenance metadata" )
18+ (should " Annotate changes with narrative context" )
19+ (must-not " Strip signatures, obscure authorship, or remove lineage chains" )))
20+
21+ (interfaces
22+ (cli " pmpl-sign, pmpl-verify, pmpl-audit" )
23+ (docs " README.adoc, GOVERNANCE.adoc, VERSIONING.adoc" )
24+ (legal " legal/PALIMPSEST-MPL-1.0.txt" )))
You can’t perform that action at this time.
0 commit comments