You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .machine_readable/6a2/ECOSYSTEM.a2ml
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,25 @@
4
4
# ECOSYSTEM.a2ml — Phronesis ecosystem position
5
5
[metadata]
6
6
version = "1.0"
7
-
last-updated = "2026-04-11"
7
+
last-updated = "2026-06-18"
8
8
9
9
[project]
10
10
name = "Phronesis"
11
-
purpose = ""
12
-
role = ""
11
+
purpose = "Neuro-symbolic policy language for provably-safe agentic ethical reasoning on the BEAM."
12
+
role = "language-and-runtime"
13
13
14
14
[position-in-ecosystem]
15
-
category = ""
15
+
category = "nextgen-language"
16
16
17
17
[related-projects]
18
18
projects = [
19
-
# No related projects recorded
19
+
{ name = "phronesiser", relation = "sibling", note = "The -iser that adds provably-safe ethical constraints to AI agents via Phronesis deontic logic." },
20
+
{ name = "standards", relation = "depends-on", note = "Estate standards: RSR template, A2ML format family, licence policy." },
21
+
{ name = "rsr-template-repo", relation = "templated-from", note = "Rhodium Standard Repository template (.machine_readable/6a2 layout, contractiles)." },
22
+
{ name = "hypatia", relation = "ci", note = "Neurosymbolic CI scanning (report-format = logtalk)." },
{ name = "a2ml-validate-action", relation = "ci", note = "Validates the .machine_readable A2ML artefacts." },
20
25
]
26
+
27
+
[boundaries]
28
+
note = "A reflexion design-self-relation layer (claims / judgement-evidence graph / invariant-path equivalence / revaluation) was added 2026-06; it observes the toolchain and gates design changes but never auto-mutates semantics."
After reading this file, demonstrate understanding by stating:
107
112
108
-
**"I have read the AI manifest. SCM files are located in `.machine_readable/` ONLY, bot directives in `.bot_directives/`, and I will not create duplicate files in the root directory."**
113
+
**"I have read the AI manifest. The 6 core A2ML files are located in `.machine_readable/6a2/` ONLY, and I will not create duplicate metadata files in the root directory."**
109
114
110
115
## META
111
116
112
117
- **Format Version:** 1.0.0
113
-
- **Created:** [DATE]
114
-
- **Maintained By:** [YOUR-NAME/ORG]
118
+
- **Created:** 2026
119
+
- **Maintained By:** Jonathan D.A. Jewell (hyperpolymath)
0 commit comments