Commit 5dd5654
fix(a2ml): add identity
The "Validate A2ML manifests" job failed with 3 errors, all
"Missing required identity field (agent-id, name, or project)":
- docs/governance/CRG-CRITERIA.a2ml
- docs/governance/MAINTENANCE-CHECKLIST.a2ml
- docs/governance/TSDM.a2ml
These files carry identity only in formats the validator does not treat
as an identity key (S-expr `(name ...)`, nested YAML `name:`, or no key
at all). Add a top-level `name = "..."` line matching the canonical
estate-standardization form already applied to the same files across
sibling repos (developer-ecosystem iser-tools), placed:
- CRG-CRITERIA.a2ml: between the SPDX and Copyright `;` header lines.
- MAINTENANCE-CHECKLIST.a2ml: as the first key inside [metadata].
- TSDM.a2ml: after the SPDX line, before the `---` document marker.
Specification content unchanged.
https://claude.ai/code/session_013wg3Mtq2QFhYi4XVw1Z6z7name field to 3 governance manifests1 parent b4aec45 commit 5dd5654
3 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
0 commit comments