-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path0-AI-MANIFEST.a2ml
More file actions
69 lines (62 loc) · 2.91 KB
/
Copy path0-AI-MANIFEST.a2ml
File metadata and controls
69 lines (62 loc) · 2.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# SPDX-License-Identifier: MPL-2.0
# SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
#
# 0-AI-MANIFEST.a2ml — universal entry point for ALL AI agents
# (Claude / Gemini / Copilot / Le Chat / any future model).
#
# READ THIS FILE FIRST. Any AI agent touching this repo is BOUND by
# the contractiles under .machine_readable/contractiles/ as read at
# session-open. See that dir's README.adoc + INDEX.a2ml.
[metadata]
version = "0.1.0"
last-updated = "2026-04-18"
license = "AGPL-3.0-or-later"
[project]
name = "natsci-studio"
purpose = "Standards-compliant monorepo of natural-sciences libraries with a Haskell-backed TUI console (NatTrans Console) for minting + verifying + observing scientific modules."
scope = "educational / research toolkit"
anti-scope = [
"game engine (engine-agnostic; sandbox is a far wish, not an intent)",
"web app",
"electron wrapper",
"commercial venture / monetisation vehicle",
]
co-developed-with = "son"
[canonical-locations]
contractiles = ".machine_readable/contractiles/"
state-descriptive = ".machine_readable/6a2/"
recalibration-records = ".machine_readable/anchors/"
source-libraries = "libs/"
tools = "tools/"
demos = "demos/"
documentation = "docs/"
[critical-invariants]
# Machines must not violate these. Full normative list lives in
# contractiles/must/Mustfile.a2ml — this is the short-form summary.
items = [
"Every source file carries SPDX-License-Identifier: MPL-2.0",
"No C++ anywhere (banned estate-wide; Rust/SPARK is the alternative)",
"No Electron anywhere (estate JS runtime is Deno)",
"No Python (banned estate-wide 2026-01-03)",
"No package.json for runtime deps (Deno uses deno.json)",
"No monolithic engine directory (engine-agnostic design)",
"Every physics/chemistry constant cites CODATA / NIST / IUPAC",
]
[ai-agents-must]
items = [
"Read the contractile trident A2ML files at session open.",
"Surface threat model + scope + obligations in plain language before substantive work.",
"Refuse suggestions that breach Mustfile invariants or trip Bustfile hard-stops without an amendment.",
"Never disable a probe / verification / invariant to unblock a merge — raise a variance or amendment.",
"At session close, re-run applicable checks; emit drift entries for any new failures.",
]
[ai-agents-must-not]
items = [
"Conflate wishes with intents. Wishes are horizon; intents are commitments.",
"Accept 'great idea!' enthusiasm as consent to off-contract changes.",
"Run whimsical metaphors through operational / permission-affecting actions.",
"Fabricate commercial / market / adoption 'facts' without citation (A5 pattern).",
"Silently reintroduce retired or banned patterns (language-policy breach).",
]
[license-scope-note]
rule = "hyperpolymath License Policy §Rule 3: projects co-developed with son use AGPL-3.0-or-later (same pattern as IDApTIK + Airborne Submarine Squadron). Not the default PMPL used for other hyperpolymath projects."