Skip to content
7 changes: 6 additions & 1 deletion .github/workflows/repo-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,20 @@ jobs:
runs-on: ubuntu-latest
env:
AOA_KAG_ROOT: ${{ github.workspace }}/.deps/aoa-kag
AOA_REPO_LOCAL_KAG_HISTORY_REPO: aoa-techniques
AOA_REPO_LOCAL_KAG_HISTORY_REF: ${{ github.event.pull_request.base.sha || github.event.before || github.sha }}
AOA_REPO_LOCAL_KAG_EVENT_HISTORY_REF: ${{ github.event.pull_request.base.sha || github.event.before || github.sha }}
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
fetch-depth: 0

- name: Checkout aoa-kag index builder
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
repository: 8Dionysus/aoa-kag
ref: a8045bdfecd4256b93736805b7303048a993ae01
ref: da9f50a581645b2173b99dbf771a63d447ec2fec
path: .deps/aoa-kag

- name: Setup Python
Expand Down
6 changes: 3 additions & 3 deletions docs/validation/script_inventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -811,10 +811,10 @@
"family": "source_validator_adapter",
"organ_lane": "source/topology",
"owner_surface": "kag/AGENTS.md",
"source_truth": ["kag/indexes/source_surface_index.json", "kag/indexes/repo_entity_index.json", "kag/indexes/repo_artifact_index.json", "kag/indexes/repo_event_index.json", "aoa-kag:scripts/generate_repo_local_kag_index.py"],
"reads": ["tracked aoa-techniques source tree", "repository index family", "canonical aoa-kag index builder"],
"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"],
"reads": ["tracked aoa-techniques source tree", "repository index family", "pinned canonical aoa-kag checkout"],
"writes": [],
"side_effects": "resolves or fetches the digest-pinned canonical aoa-kag builder, then checks the repository index family in read-only mode",
"side_effects": "resolves the pinned canonical aoa-kag checkout, then checks full parity, incremental parity, and family integrity",
"validation_lane": "source_fast",
"ci_inclusion": "source_fast command sequence",
"test_target": "tests/test_validation_command_authority.py",
Expand Down
31,313 changes: 31,313 additions & 0 deletions kag/indexes/repo_anchor_index.json

Large diffs are not rendered by default.

18,785 changes: 2,147 additions & 16,638 deletions kag/indexes/repo_artifact_index.json

Large diffs are not rendered by default.

4,686 changes: 4,686 additions & 0 deletions kag/indexes/repo_assertion_index.json

Large diffs are not rendered by default.

Loading