File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ; ; AGENTIC.scm — Agentic Reasoning Specification
2+ ; ; Defines how autonomous agents interpret, modify, and interact with artefacts.
3+
4+ (agentic
5+ (version " 1.0" )
6+
7+ (interpretation
8+ (license " Treat PMPL as binding legal text with ethical extensions" )
9+ (exhibits " Interpret as normative supplements" )
10+ (metadata " Use SPDX metadata as canonical mapping" ))
11+
12+ (agency
13+ (allowed
14+ (read " All artefacts" )
15+ (propose " Changes via issues or PRs" )
16+ (verify " Provenance and compliance" ))
17+ (forbidden
18+ (modify " License text without Council approval" )
19+ (strip " Provenance metadata" )
20+ (misrepresent " Lineage or authorship" )))
21+
22+ (autonomy
23+ (agents-may
24+ " Generate analyses, propose improvements, audit provenance" )
25+ (agents-must
26+ " Preserve emotional lineage, maintain narrative context" )))
You can’t perform that action at this time.
0 commit comments