Skip to content

Commit c819050

Browse files
hyperpolymathclaude
andcommitted
fix(ci): K9 pedigree name + AI.a2ml identity fields (round 2)
- deploy.k9.ncl (27 files): change `pedigree = component_pedigree,` to `pedigree = component_pedigree & { name = "..." },` so the k9 validator's brace-depth tracker enters the pedigree block and finds the required `name` field (plain variable reference gave depth=0, skipping the block entirely). - AI.a2ml (126 files): prepend `name = "<dir>"` to every AI assistant instruction file that lacked an identity field; the a2ml validator requires `name =` / `agent-id =` / `project =` in every non-AI-MANIFEST .a2ml file and does not treat `AI.a2ml` as a manifest. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2cef996 commit c819050

153 files changed

Lines changed: 153 additions & 27 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

affinescript-ecosystem/affinescript-vite/.machine_readable/ai/AI.a2ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name = "ai"
12

23
# AI Assistant Instructions
34

affinescript-ecosystem/affinescript-vite/container/deploy.k9.ncl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ echo "K9: Rollback complete."
144144

145145
# Export the component
146146
{
147-
pedigree = component_pedigree,
147+
pedigree = component_pedigree & { name = "affinescript-vite-deploy" },
148148
deployment = deployment,
149149
scripts = scripts,
150150

affinescript-ecosystem/affinescriptiser/.machine_readable/ai/AI.a2ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name = "ai"
12

23
# AI Assistant Instructions
34

affinescript-ecosystem/affinescriptiser/container/deploy.k9.ncl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ echo "K9: Rollback complete."
144144

145145
# Export the component
146146
{
147-
pedigree = component_pedigree,
147+
pedigree = component_pedigree & { name = "affinescriptiser-deploy" },
148148
deployment = deployment,
149149
scripts = scripts,
150150

affinescript-ecosystem/rattlescript/.machine_readable/ai/AI.a2ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name = "ai"
12

23
# AI Assistant Instructions
34

affinescript-ecosystem/rattlescript/container/deploy.k9.ncl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ echo "K9: Rollback complete."
144144

145145
# Export the component
146146
{
147-
pedigree = component_pedigree,
147+
pedigree = component_pedigree & { name = "rattlescript-deploy" },
148148
deployment = deployment,
149149
scripts = scripts,
150150

asdf-augmenters/asdf-acceleration-middleware/AI.a2ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name = "asdf-acceleration-middleware"
12

23
# AI Assistant Instructions
34

asdf-augmenters/asdf-control-tower/AI.a2ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name = "asdf-control-tower"
12

23
# AI Assistant Instructions
34

asdf-augmenters/asdf-metaiconic-plugin/AI.a2ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name = "asdf-metaiconic-plugin"
12

23
# AI Assistant Instructions
34

asdf-augmenters/asdf-plugin-collection/plugins/ada/AI.a2ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name = "ada"
12

23
# AI Assistant Instructions
34

0 commit comments

Comments
 (0)