Skip to content

Commit 1055874

Browse files
Update and rename .gitthump to AGENTIC.scm
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent a3e4dd6 commit 1055874

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.machine_readable/.gitthump

Lines changed: 0 additions & 1 deletion
This file was deleted.

.machine_readable/AGENTIC.scm

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

0 commit comments

Comments
 (0)