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/validate-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- name: Check repo-local KAG index family
uses: 8Dionysus/aoa-kag/.github/actions/repo-local-kag-index@da9f50a581645b2173b99dbf771a63d447ec2fec
uses: 8Dionysus/aoa-kag/.github/actions/repo-local-kag-index@b28f64a497fd440dd58cbaae90d655da46224d8c
with:
history-ref: ${{ github.event.pull_request.base.sha || (github.ref == 'refs/heads/main' && github.event.before) || '' }}
event-history-ref: ${{ github.event.pull_request.base.sha || (github.ref == 'refs/heads/main' && github.event.before) || '' }}
Expand Down
9 changes: 6 additions & 3 deletions kag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ source checkout.
| --- | --- |
| node | runtime source home and MCP access-plane route |
| edge | runtime source returns to its owner route |
| index | repository source, entity, artifact, and event indexes |
| index | content-addressed repository source shards plus exact derived views |
| projection | MCP-readable source-return packet |
| receipt | validation receipt for the current owner route |

Git holds public source records and generated repository readmodels. Live
runtime state remains in the deployed roots owned by `abyss-stack`.
Git holds public source records, `indexes/index_family.manifest.json`, and
bounded content-addressed JSONL shards. The canonical source, anchor, and event
records can deterministically assemble the exact legacy seven-index view for
dual-read consumers; the monolithic derived files are not tracked. Live runtime
state remains in the deployed roots owned by `abyss-stack`.
Loading