-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path0-AI-MANIFEST.a2ml
More file actions
95 lines (69 loc) · 3.24 KB
/
Copy path0-AI-MANIFEST.a2ml
File metadata and controls
95 lines (69 loc) · 3.24 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# STOP - CRITICAL READING REQUIRED
**THIS FILE MUST BE READ FIRST BY ALL AI AGENTS**
## WHAT IS THIS?
This is the AI manifest for **rsr-template-repo**. It declares:
- Canonical file locations (where things MUST be, and nowhere else)
- Critical invariants (rules that must NEVER be violated)
- Repository structure and organization
## CANONICAL LOCATIONS (UNIVERSAL RULE)
### Machine-Readable Metadata: `.machine_readable/6a2/` ONLY
These 6 A2ML files MUST exist in `.machine_readable/6a2/` directory ONLY:
1. **STATE.a2ml** - Project state, progress, blockers
2. **META.a2ml** - Architecture decisions, governance
3. **ECOSYSTEM.a2ml** - Position in ecosystem, relationships
4. **AGENTIC.a2ml** - AI agent interaction patterns
5. **NEUROSYM.a2ml** - Neurosymbolic integration config
6. **PLAYBOOK.a2ml** - Operational runbook
**CRITICAL:** If ANY of these files exist in the root directory or directly in `.machine_readable/`, this is an ERROR.
### Bot Directives: `.bot_directives/` ONLY
Bot-specific instructions for:
- rhodibot - Git operations
- echidnabot - Code quality
- sustainabot - Dependency updates
- glambot - Documentation
- seambot - Integration
- finishbot - Task completion
### Agent Instructions
- `.claude/CLAUDE.md` - Claude-specific patterns (if exists)
- `0-AI-MANIFEST.a2ml` - THIS FILE (universal entry point)
## CORE INVARIANTS
1. **No A2ML duplication** - Root and `.machine_readable/` must NOT contain 6A2 files.
2. **Single source of truth** - `.machine_readable/6a2/` is authoritative.
3. **No stale metadata** - If root A2ML files exist, they are OUT OF DATE.
4. **License consistency** - All code MPL-2.0 unless platform requires MPL-2.0.
5. **Author attribution** - Always "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>".
## REPOSITORY STRUCTURE
This repo contains:
```
rsr-template-repo/
├── 0-AI-MANIFEST.a2ml # THIS FILE (start here)
├── README.adoc # Project overview
├── [source/config files] # Template scaffolding
├── .machine_readable/
│ ├── 6a2/ # A2ML files (6 files)
│ │ ├── STATE.a2ml
│ │ ├── META.a2ml
│ │ ├── ECOSYSTEM.a2ml
│ │ ├── AGENTIC.a2ml
│ │ ├── NEUROSYM.a2ml
│ │ └── PLAYBOOK.a2ml
│ └── contractiles/ # MUST, TRUST, DUST, ADJUST, BUST, INTEND
└── .bot_directives/ # Bot instructions
```
## LIFECYCLE HOOKS
### on-enter (Session Start)
1. Read and acknowledge this manifest.
2. Read `.machine_readable/6a2/STATE.a2ml` for current status and v2 phase.
3. State understanding of canonical locations.
### on-exit (Session End)
1. Update `.machine_readable/6a2/STATE.a2ml` (v2 format).
2. Summarize outcomes and record new blockers if any.
## ATTESTATION PROOF
After reading this file, demonstrate understanding by stating:
**"I have read the AI manifest. A2ML files are located in `.machine_readable/6a2/` ONLY, bot directives in `.bot_directives/`, and I will not create duplicate files in the root directory."**
## META
- **Format Version:** 1.0.0
- **Last Updated:** 2026-04-23
- **Maintained By:** Jonathan D.A. Jewell (hyperpolymath)
- **License:** MPL-2.0
- **Protocol:** https://github.com/hyperpolymath/0-ai-gatekeeper-protocol