Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/nightly-sentinel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
repository: 8Dionysus/aoa-kag
ref: da9f50a581645b2173b99dbf771a63d447ec2fec
ref: b28f64a497fd440dd58cbaae90d655da46224d8c
path: .deps/aoa-kag

- name: Checkout aoa-stats protocol validator
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
repository: 8Dionysus/aoa-kag
ref: da9f50a581645b2173b99dbf771a63d447ec2fec
ref: b28f64a497fd440dd58cbaae90d655da46224d8c
path: .deps/aoa-kag

- name: Checkout aoa-stats protocol validator
Expand Down
2 changes: 1 addition & 1 deletion docs/validation/script_inventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@
"family": "source_validator_adapter",
"organ_lane": "source/topology",
"owner_surface": "kag/AGENTS.md",
"source_truth": ["kag/indexes/source_surface_index.json", "kag/indexes/repo_artifact_index.json", "kag/indexes/repo_anchor_index.json", "kag/indexes/repo_entity_index.json", "kag/indexes/repo_event_index.json", "kag/indexes/repo_assertion_index.json", "kag/indexes/repo_relation_index.json", "aoa-kag:scripts/generate_repo_local_kag_index.py", "aoa-kag:scripts/validate_repo_local_kag_family.py"],
"source_truth": ["kag/indexes/index_family.manifest.json", "kag/indexes/shards/**/*.jsonl", "kag/receipts/index_family_budget/*.json", "aoa-kag:scripts/generate_repo_local_kag_index.py", "aoa-kag:scripts/validate_repo_local_kag_family.py"],
"reads": ["tracked aoa-techniques source tree", "repository index family", "pinned canonical aoa-kag checkout"],
"writes": [],
"side_effects": "resolves the pinned canonical aoa-kag checkout, then checks full parity, incremental parity, and family integrity",
Expand Down
4 changes: 3 additions & 1 deletion docs/validation/validator_inventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@
"AGENTS.md",
"config/agents_mesh.json",
"nested AGENTS.md cards",
"kag/indexes/*.json",
"kag/indexes/index_family.manifest.json",
"kag/indexes/shards/**/*.jsonl",
"kag/receipts/index_family_budget/*.json",
"stats/port.manifest.json",
"stats/packets/*.json",
"pinned aoa-kag and aoa-stats contract owners",
Expand Down
Loading