Skip to content

Commit 8c5579b

Browse files
Create PLAYBOOK.scm
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent f15ae20 commit 8c5579b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.machine_readable/PLAYBOOK.scm

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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")))

0 commit comments

Comments
 (0)