diff --git a/.agents/AGENTS.md b/.agents/AGENTS.md index fbb27ae89..b028f5505 100644 --- a/.agents/AGENTS.md +++ b/.agents/AGENTS.md @@ -5,8 +5,8 @@ first. ## Scope -This directory owns repo-local agent install and overlay surfaces that need to -ship with the `abyss-stack` source checkout. +This directory owns transitional repo-local agent projections and model lanes +that need to ship with the `abyss-stack` source checkout. ## Read Before Editing @@ -20,6 +20,7 @@ ship with the `abyss-stack` source checkout. ## Directory Contract - Keep canonical skill law in the owning skill repository. +- Keep stack-owned canonical packages under `skills/`, not in this projection. - Keep local overlays thin, portable, and explicit about the canonical upstream. - Keep agent model lanes under `.agents//`, not as top-level runtime districts. diff --git a/.agents/README.md b/.agents/README.md index 6fdefabc0..1186a7250 100644 --- a/.agents/README.md +++ b/.agents/README.md @@ -5,15 +5,15 @@ ## Current Routes -- [skills](skills/AGENTS.md): thin repo-local skill install and overlay - surfaces. +- [skills](skills/AGENTS.md): transitional projection of shared skills; + stack-owned canonical packages live under root `skills/`. - [spark](spark/README.md): repo-local fast-loop lane for bounded infrastructure corrections. ## Contract -Canonical skill law stays in the owning skill repository. Local files here -should only adapt that law to source-safe `abyss-stack` runtime contracts and -current mechanics paths. +Canonical skill law stays in the owning repository. This lane does not host a +second copy of a stack-owned package already exposed through the OS user +profile. Agent model lanes belong under `.agents//`, not as root directories. diff --git a/.agents/skills/AGENTS.md b/.agents/skills/AGENTS.md index 026af35bb..0631b5c29 100644 --- a/.agents/skills/AGENTS.md +++ b/.agents/skills/AGENTS.md @@ -5,25 +5,22 @@ Local guidance for `.agents/skills/` in `abyss-stack`. Read the root ## Scope -This directory is the repo-local skill install and overlay surface. Most entries -are symlinks into the stronger `aoa-skills` owner; local directories exist only -when `abyss-stack` needs a portable overlay tied to stack runtime contracts. +This directory is the transitional repo-local projection of shared skills. +Entries are symlinks into the stronger `aoa-skills` owner. Canonical +`abyss-stack` procedures live under root `skills/` and are exposed through the +OS user profile, not duplicated here. In this workspace, symlinked skills target `/srv/AbyssOS/aoa-skills/.agents/skills/`; older flat sibling targets are historical drift, not an active route. ## Local Contract -- Do not move canonical skill law into this repository. +- Do not move shared skill law into this repository. +- Do not place stack-owned canonical packages or same-name global copies here. - Keep symlinked skill names aligned with the stronger `aoa-skills` source. - Keep symlink targets under `/srv/AbyssOS/aoa-skills/.agents/skills/`. -- Keep local overlays thin, source-safe, and explicit about their canonical - upstream. -- Keep every local overlay `SKILL.md` loadable by Codex: its frontmatter must - declare the directory name, a non-empty trigger description, and the current - canonical source path under standard `metadata.aoa_*` keys. -- When an overlay references stack surfaces, point to package-local mechanics - paths rather than old root topology. +- Treat this projection as compatibility state until the global OS profile + preserves the shared functions without repository duplicates. ## Validate diff --git a/.agents/skills/abyss-self-diagnostic-spine/SKILL.md b/.agents/skills/abyss-self-diagnostic-spine/SKILL.md deleted file mode 100644 index 670eb9562..000000000 --- a/.agents/skills/abyss-self-diagnostic-spine/SKILL.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -name: abyss-self-diagnostic-spine -description: Apply the aoa-session-self-diagnose workflow inside abyss-stack using repo-relative runtime evidence, bounded diagnostic-session artifacts, last-good comparison posture, and honest owner-aware handoff. Use when the base diagnosis workflow is correct but abyss-stack needs a thin runtime-owned diagnostic read model before any repair claim becomes honest. Do not use for silent repair, when no concrete target path exists, or when the base skill is sufficient without local adaptation. -license: Apache-2.0 -metadata: - aoa_scope: project - aoa_status: overlay - aoa_invocation_mode: explicit-preferred - aoa_canonical_skill_repo: 8Dionysus/aoa-skills - aoa_canonical_skill_path: skills/project/abyss/abyss-self-diagnostic-spine/SKILL.md ---- - -# abyss-self-diagnostic-spine - -## Purpose - -This is the repo-local install surface for `abyss-stack`. - -Use the canonical skill in `aoa-skills` as the source of truth, then adapt it -through the local runtime contracts and docs that live in this repository. - -Canonical source: -- `repo:8Dionysus/aoa-skills skills/project/abyss/abyss-self-diagnostic-spine/SKILL.md` - -## Local overlay notes - -In `abyss-stack`, the diagnostic spine stays: -- runtime-owned -- read-only -- citation-friendly -- separate from mutation authority - -Primary local surfaces: -- `mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md` -- `scripts/aoa-diagnose` -- `mechanics/diagnostic-spine/parts/diagnose-wrapper/aoa_diagnose.py` -- `mechanics/diagnostic-spine/parts/diagnostic-surfaces/schemas/diagnostic_target.schema.json` -- `mechanics/diagnostic-spine/parts/diagnostic-surfaces/schemas/diagnostic_session.schema.json` -- `mechanics/diagnostic-spine/parts/diagnostic-surfaces/schemas/diagnosis_companion.schema.json` -- `mechanics/diagnostic-spine/parts/diagnostic-surfaces/schemas/diagnostic_anchor_ref.schema.json` -- `mechanics/diagnostic-spine/parts/diagnostic-surfaces/schemas/repair_handoff.schema.json` -- `mechanics/diagnostic-spine/parts/diagnostic-surfaces/schemas/reviewed_diagnosis_ref.schema.json` - -## Local rules - -- Do not turn `aoa-doctor` into a post-start diagnosis blob. -- Do not bypass review gates for repair. -- Do not move skill canon into this repository. -- Keep repo-local overlays portable across CI and deployed mirrors. diff --git a/AGENTS.md b/AGENTS.md index bd98a0c94..9d06a1555 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -29,7 +29,9 @@ It is not the system design. Read `DESIGN.md` for the intended runtime form and 8. `docs/runtime/ARCHITECTURE.md` 9. `mechanics/README.md` 10. The nearest local `AGENTS.md`, README, and validation notes for every touched - path + path +11. `skills/AGENTS.md` and `skills/port.manifest.json` when changing an owner + skill package Use `docs/legacy/AGENTS_ROOT_REFERENCE.md` only when the short card is not enough. @@ -112,6 +114,8 @@ This repository owns: as `memo/`, when they preserve sibling-owner authority - runtime-owned statistical questions under `stats/`, using the shared `aoa-stats` grammar without moving runtime meaning into the central organ +- owner skill packages under `skills/` when the procedure binds stack-owned + runtime evidence and tools; global exposure remains an OS profile concern It does not own: diff --git a/BOUNDARIES.md b/BOUNDARIES.md index 615cba25e..94518f99d 100644 --- a/BOUNDARIES.md +++ b/BOUNDARIES.md @@ -23,13 +23,15 @@ This file names what belongs in `abyss-stack` and what must stay elsewhere. - runtime benchmark policies, schemas, normalized manifests, and raw runtime evidence - platform-adaptation policies and bounded public-safe/private tuning records - runtime-facing return policy, context rebuild posture, and return-event logging +- canonical agent procedures whose applicability, tool binding, typed output, + and termination are owned by this runtime ## Belongs elsewhere - AoA ecosystem-level meaning in `Agents-of-Abyss` - ToS knowledge architecture meaning in `Tree-of-Sophia` - reusable techniques in `aoa-techniques` -- bounded execution workflows in `aoa-skills` +- shared bounded execution workflows and skill-system doctrine in `aoa-skills` - proof surfaces in `aoa-evals` - portable verdict logic for runtime benchmark meaning in `aoa-evals` - routing truth in `aoa-routing` diff --git a/CHANGELOG.md b/CHANGELOG.md index b2055b88b..88320fe0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ Tracking starts with the community-docs baseline for this repository. ### Added +- `skills/abyss-self-diagnostic-spine` is now the admitted owner package for + stack runtime diagnosis, with an explicit procedure contract and + OS-user-profile exposure instead of a second repo-local copy. - An explicit Gemma 4 E2B `llama-swap` tuning candidate now admits measured cold loads through the private `abyss-machine` owner socket, keeps proxy history bounded to zero, releases the model after idle, removes inherited @@ -79,10 +82,9 @@ Tracking starts with the community-docs baseline for this repository. launch` admission instead of starting hidden archive scans. Exact agent-event usage audits now use their existing indexed read model and defer broad consequence expansion through the same owner-admitted route. -- The repo-local `abyss-self-diagnostic-spine` overlay now carries valid - trigger metadata and the current canonical `aoa-skills` source path, while - the skill-projection validator rejects missing descriptions, stale canonical - routes, and legacy top-level frontmatter before Codex startup. +- The diagnostic skill now resolves its exact `abyss-stack` owner package from + the same-bundle OS source receipt, while the shared skill-projection + validator no longer treats a repo-local diagnostic directory as canonical. - `aoa-session-memory-mcp` now publishes and validates exact closed-world read-only annotations for every tool, allowing Codex approval policy to distinguish evidence reads from side-effecting MCP calls without a per-tool diff --git a/CHARTER.md b/CHARTER.md index 1d2e1f7aa..1f06eb81e 100644 --- a/CHARTER.md +++ b/CHARTER.md @@ -15,11 +15,14 @@ Its job is to keep the runtime body explicit, modular, reviewable, and recoverab - lifecycle operations - runbook and recovery posture - infrastructure helper services +- owner skill packages for stack-owned runtime procedures ## It does not own - ecosystem-level doctrine for AoA as a whole -- authored meaning from `aoa-techniques`, `aoa-skills`, `aoa-evals`, `aoa-routing`, `aoa-memo`, `aoa-agents`, `aoa-playbooks`, or `aoa-kag` +- shared or sibling-authored meaning from `aoa-techniques`, `aoa-skills`, + `aoa-evals`, `aoa-routing`, `aoa-memo`, `aoa-agents`, `aoa-playbooks`, or + `aoa-kag` - the primary authored corpus of Tree of Sophia ## Core rule diff --git a/DESIGN.AGENTS.md b/DESIGN.AGENTS.md index cbb599c42..2340fe0c6 100644 --- a/DESIGN.AGENTS.md +++ b/DESIGN.AGENTS.md @@ -28,8 +28,8 @@ The agent route mesh has these layers: - **design cards**: `DESIGN.md` for runtime form and this file for agent-surface form - **district cards**: local cards for `compose/`, `config-templates/`, `env/`, - `systemd/`, `scripts/`, `mcp/`, `memo/`, `docs/`, `tests/`, `.agents/`, - `.github/`, and other root districts + `systemd/`, `scripts/`, `mcp/`, `skills/`, `memo/`, `docs/`, `tests/`, + `.agents/`, `.github/`, and other root districts - **mechanic package cards**: `mechanics//AGENTS.md` cards for runtime move families - **part cards**: `mechanics//parts//AGENTS.md` cards when a part diff --git a/DESIGN.md b/DESIGN.md index 91558e35f..b5f626644 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -31,8 +31,8 @@ A healthy `abyss-stack` looks like a working runtime map: secrets, models, logs, or private captures - an explicit deployed runtime root under `/srv/AbyssOS/abyss-stack` - clear districts for compose modules, config templates, env examples, systemd - units, scripts, mechanics, MCP access planes, local memo and stats ports, - docs, tests, and local agent overlays + units, scripts, mechanics, MCP access planes, owner skill packages, local + memo and stats ports, docs, tests, and local agent overlays - profile and preset surfaces that make service selection visible - mechanic packages that describe runtime moves as packages and parts, not as a flat pile of historical files @@ -70,6 +70,9 @@ The runtime body has these organs: through storage-neutral application ports - **MCP access planes**: stdio or authenticated host-local adapters that expose bounded live or derived context while keeping owner-layer authority intact +- **owner skill home**: canonical procedures for stack-owned runtime + capabilities, exposed once through the OS user profile while shared skill + doctrine remains in `aoa-skills` - **local memo port**: runtime-side memory candidates, receipts, exports, and local notes that route durable review to `aoa-memo` - **local stats port**: runtime-owned statistical questions whose definitions diff --git a/README.md b/README.md index 65e766040..6ef4bd9f8 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Read only what matches your entry need. | Local worker and model trials | [mechanics/inference-pilots](mechanics/inference-pilots/README.md), [LOCAL_AI_TRIALS](mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md), [LLAMACPP_PILOT](mechanics/inference-pilots/parts/llamacpp-pilot/docs/LLAMACPP_PILOT.md), [MODEL_PROFILES](mechanics/machine-fit/parts/inference-tuning/docs/MODEL_PROFILES.md) | | Runtime federation seams | [mechanics/federation-seams](mechanics/federation-seams/README.md), [MEMO_RUNTIME_SEAM](mechanics/federation-seams/parts/memo-seam/docs/MEMO_RUNTIME_SEAM.md), [EVAL_RUNTIME_SEAM](mechanics/federation-seams/parts/eval-seam/docs/EVAL_RUNTIME_SEAM.md), [PLAYBOOK_RUNTIME_SEAM](mechanics/federation-seams/parts/playbook-seam/docs/PLAYBOOK_RUNTIME_SEAM.md), [KAG_RUNTIME_SEAM](mechanics/federation-seams/parts/kag-seam/docs/KAG_RUNTIME_SEAM.md) | | Diagnostics and repair posture | [mechanics/diagnostic-spine](mechanics/diagnostic-spine/README.md), [DIAGNOSTIC_SPINE](mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md), [diagnostic surface catalog](mechanics/diagnostic-spine/parts/diagnostic-surfaces/generated/diagnostic_surface_catalog.min.json), [scripts/aoa-diagnose](scripts/aoa-diagnose), [mechanics/runtime-repair](mechanics/runtime-repair/README.md) | +| Stack-owned agent procedure | [skills route card](skills/AGENTS.md), [skill home manifest](skills/port.manifest.json), then the named owner bundle | ## Route Modes @@ -174,6 +175,7 @@ storage. | [kag](kag/README.md) | source-linked provider records and repository indexes | | [stats](stats/README.md) | runtime-owned statistical questions using the shared `aoa-stats` grammar | | [scripts](scripts/README.md) | stable operator wrappers and repository validators | +| [skills](skills/AGENTS.md) | canonical agent procedures for stack-owned runtime capabilities | | [systemd](systemd/README.md) | user-unit source skeletons and managed working-service adapters | | [tests](tests/README.md) | repository-level tests and validation routes | | [.agents](.agents/README.md) | repo-local agent overlays and fast-loop lanes | diff --git a/docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md b/docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md index 909306cf1..28cfe9eff 100644 --- a/docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md +++ b/docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md @@ -1,7 +1,8 @@ # Diagnostic Spine Validator Module - Decision ID: ABYSS-STACK-D-0050 -- Status: accepted +- Status: amended +- Amended by: `ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md` - Date: 2026-06-03 - Owner surface: `scripts/validators/diagnostic_spine.py` @@ -11,14 +12,14 @@ - Surface classes: validation guard, diagnostic surface, generated read-model - Stack lanes: source checkout, runtime mechanics - Mechanic parents: diagnostic-spine -- Guard families: validation lane, diagnostic surface catalog, overlay skill -- Posture: accepted ninth validator-module split +- Guard families: validation lane, diagnostic surface catalog, owner skill package +- Posture: amended ninth validator-module split ## Context After federation runtime seams moved out of `scripts/validate_stack.py`, the root validator still held diagnostic-spine contracts: route docs, diagnostic -schemas, public-safe examples, generated catalog refs, and the local +schemas, public-safe examples, generated catalog refs, and the then-local diagnostic overlay skill posture. Those checks protect runtime-local diagnostic read models and repair handoff @@ -42,6 +43,11 @@ Keep `scripts/validate_stack.py` as the compatibility entrypoint. Update the diagnostic surface catalog validation refs to include the focused module and its root-level module test. +`ABYSS-STACK-D-0080` later amended the package boundary: the focused module +now validates the canonical `skills/abyss-self-diagnostic-spine` owner package +and its OS user exposure contract directly. It no longer receives a +repo-local overlay callback. + ## Rationale The diagnostic spine is a coherent owner surface: it owns self-location, @@ -52,15 +58,14 @@ federation, service-selection, or source-hygiene checks. ## Consequences -- Positive: diagnostic docs, schemas, examples, catalog refs, and overlay skill - posture now have a focused owner module. +- Positive: diagnostic docs, schemas, examples, catalog refs, and the canonical + owner skill package now have a focused owner module. - Positive: the generated diagnostic catalog names the focused validator and test that protect it. - Positive: existing callers stayed stable during the extraction bridge; D-0063 now routes focused callers to `scripts/validators/diagnostic_spine.py`. -- Tradeoff: the module still receives repo-local overlay skill surfaces from - root orchestration because overlay install posture is shared with other - repo-local skill routes. +- Amendment: the diagnostic package no longer depends on the transitional + `.agents/skills` projection or a callback from root orchestration. ## Source surfaces @@ -68,6 +73,8 @@ federation, service-selection, or source-hygiene checks. - `scripts/validate_stack.py` - `mechanics/diagnostic-spine/parts/diagnostic-surfaces/` - `mechanics/diagnostic-spine/parts/diagnostic-surfaces/generated/diagnostic_surface_catalog.min.json` +- `skills/abyss-self-diagnostic-spine/` +- `skills/port.manifest.json` - `tests/test_diagnostic_spine_validator_module.py` ## Follow-up route diff --git a/docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md b/docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md index c1de1d249..93f78416f 100644 --- a/docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md +++ b/docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md @@ -1,7 +1,8 @@ # Agent Skill Projection Validator Module - Decision ID: ABYSS-STACK-D-0062 -- Status: accepted +- Status: amended +- Amended by: `ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md` - Date: 2026-06-04 - Owner surface: `scripts/validators/agent_skill_projection.py` @@ -12,7 +13,7 @@ - Stack lanes: source checkout, agent surface, release/tooling - Mechanic parents: diagnostic-spine - Guard families: validation lane, skill projection, overlay skill install, sibling canon target -- Posture: accepted twenty-first validator-module split +- Posture: amended validator-module split ## Context @@ -21,10 +22,12 @@ held the repo-local agent skill projection body and the overlay skill install helpers used by diagnostic-spine validation. Those checks protect one route: `.agents/skills` is a local projection surface, -while canonical skill truth remains in sibling `aoa-skills`. Most projected +while canonical shared skill truth remains in sibling `aoa-skills`. Projected skills must point at `/srv/AbyssOS/aoa-skills/.agents/skills/` as symlinks -or checkout-safe target files; local overlays such as -`abyss-self-diagnostic-spine` must remain explicit directories with `SKILL.md`. +or checkout-safe target files. + +`ABYSS-STACK-D-0080` later moved the owner-specific diagnostic procedure to +`skills/abyss-self-diagnostic-spine` and removed the local-directory exception. ## Options considered @@ -36,18 +39,22 @@ or checkout-safe target files; local overlays such as ## Decision -Create `scripts/validators/agent_skill_projection.py` and move the agent skill -projection implementation plus overlay install helpers into the module. +Originally, create `scripts/validators/agent_skill_projection.py` and move the +agent skill projection implementation plus overlay install helpers into the +module. -Keep `scripts/validate_stack.py` as the compatibility entrypoint for existing -callers and as the callback adapter for diagnostic-spine validation. +Under the D-0080 amendment, keep only the shared projection checks in this +module. `scripts/validate_stack.py` remains the compatibility entrypoint for +existing callers but is no longer a callback adapter for diagnostic-spine +validation. The diagnostic owner package is validated directly by +`scripts/validators/diagnostic_spine.py`. ## Rationale -Skill projection is not general source topology. It is a boundary between -repo-local agent overlays and sibling skill canon. Keeping symlink target -checks, checkout-safe target files, local overlay directories, and diagnostic -overlay install validation together gives that boundary one owner. +Skill projection is not general source topology. It is a transitional boundary +between repo-local shared projections and sibling skill canon. Keeping symlink +target checks and checkout-safe target files together gives that remaining +boundary one owner; owner-specific packages do not belong in it. This also prevents future diagnostic-spine edits from silently redefining where skill truth lives. @@ -59,17 +66,16 @@ skill truth lives. - Positive: `scripts/validate_stack.py` no longer owns skill projection target constants or overlay install helper bodies. - Positive: focused tests cover current repo validity, missing projection root, - bad symlink targets, checkout-safe target files, local overlay `SKILL.md`, - and diagnostic overlay expected-target files. -- Tradeoff: the module is also used by diagnostic-spine validation because - diagnostic overlay installs are part of the same skill projection boundary. + bad symlink targets, and checkout-safe target files. +- Amendment: diagnostic-spine validation now checks the canonical owner package + directly instead of using this projection module as an install callback. ## Source surfaces - `scripts/validators/agent_skill_projection.py` - `scripts/validate_stack.py` - `.agents/skills/AGENTS.md` -- `.agents/skills/abyss-self-diagnostic-spine/SKILL.md` +- `skills/abyss-self-diagnostic-spine/SKILL.md` - `mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md` - `scripts/validators/diagnostic_spine.py` - `tests/test_agent_skill_projection_validator_module.py` @@ -77,4 +83,6 @@ skill truth lives. ## Follow-up route Root validator now primarily retains release orchestration, constants, helper -wrappers, and compatibility entrypoints for extracted modules. +wrappers, and compatibility entrypoints for extracted modules. The remaining +shared projection is retired only after its global OS replacements preserve +functional discovery. diff --git a/docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md b/docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md new file mode 100644 index 000000000..3f0bb65fa --- /dev/null +++ b/docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md @@ -0,0 +1,113 @@ +# Diagnostic Skill Owner Home + +- Decision ID: ABYSS-STACK-D-0080 +- Status: accepted +- Date: 2026-07-17 +- Owner surface: `skills/abyss-self-diagnostic-spine/` + +## Index Metadata + +- Original date: 2026-07-17 +- Surface classes: owner skill home, agent skill projection, source/derived boundary +- Stack lanes: source checkout, agent surface, diagnostics +- Mechanic parents: diagnostic-spine +- Guard families: owner source return, read-only diagnosis, effect boundary, skill projection +- Posture: accepted owner-skill admission + +## Context + +The diagnostic skill began as shared `aoa-skills` canon with a thin +`abyss-stack/.agents/skills` overlay. That split made the repository owning the +CLI, schemas, typed packet, drift vocabulary, and truth axes weaker than a +generic skill repository, while Codex could also discover duplicate copies from +repository and user roots. + +The later semantic capability graph preserved a diagnostic node but did not +preserve the complete procedure or create a reliable source-return path. The +runtime capability therefore needs one canonical owner package and one +OS-selected user projection. + +## Options considered + +1. Keep the procedure in `aoa-skills` and retain the repo-local overlay. +2. Treat `.agents/skills/abyss-self-diagnostic-spine` as the canonical package. +3. Place the canonical package under `abyss-stack/skills/`, expose it once + through the OS user profile, and leave graphs and installed copies derived. + +## Decision + +Choose option 3. + +Admit `skills/abyss-self-diagnostic-spine/` as the canonical owner package for +the stack diagnostic procedure. Remove its `.agents/skills` duplicate. Declare +user-scoped exposure through `skills/port.manifest.json`; the OS profile owns +installation and writes a same-bundle `.aoa-skill-source.json` locator into +the installed copy. + +The package selects exactly one of `observe`, `capture`, or `review`, preserves +typed non-zero diagnostic outcomes, distinguishes truth axes, and stops before +repair or unrequested promotion. `aoa-skills` may model and compose the +capability but no longer authors this owner-specific procedure. + +The remaining shared `.agents/skills` links are a separate transitional +projection and are not removed by this decision before their global OS +replacements are available. + +## Rationale + +Manual trials covered invalid external packets, read-only owner observation, +explicit bounded capture, a natural diagnostic request, a generic-health +negative, stale current-evidence rejection, duplicate user/repository +discovery, and coexistence with shared session recovery. The owner candidate +returned to exact stack sources, preserved effect boundaries, stopped a stale +packet as `blocked_current_observation_required`, and loaded recovery only +after a schema-valid packet produced a bounded repair-fit handoff. It did not +turn diagnosis into repair. + +The trials also exposed unnecessary duplicate owner reads, premature doctrine +loading, broad packet dumps, and a heredoc validation attempt. The admitted +procedure now switches to owner references after receipt resolution, keeps +routine owner docs conditional, and requires bounded inline validation output +before packet claims. Those corrections were repeated on the same manual +paths; no trial trace or temporary validator became source. + +The useful behavior comes from owner-specific selection, typed output handling, +freshness review, and termination. A graph node, copied overlay, or green +frontmatter check does not provide those functions. Owner source plus one user +projection preserves both functionality and discoverability without competing +copies. + +## Consequences + +- Positive: the repository that owns diagnostic meaning now owns its agent + procedure and contract. +- Positive: the global catalog can advertise one copy with an exact + owner/ref/path/version/digest return handle. +- Positive: raw trial prompts, task-local state, and temporary rubrics remain + outside source. +- Tradeoff: owner-source parity and fresh-session discovery still depend on + the federated OS profile and must be rechecked after material host or model + changes. +- Tradeoff: the general `.agents/skills` projection validator remains until + the separate shared-projection migration lands; only its diagnostic-overlay + exception is removed here. +- Limit: admission does not prove cross-model equivalence, runtime health, or + repair success. + +## Source surfaces + +- `skills/AGENTS.md` +- `skills/port.manifest.json` +- `skills/abyss-self-diagnostic-spine/SKILL.md` +- `skills/abyss-self-diagnostic-spine/references/contract.yaml` +- `mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md` +- `scripts/aoa-diagnose` +- `scripts/validators/diagnostic_spine.py` +- `docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md` + +## Follow-up route + +The OS skill profile must install and verify the owner package without a +same-name repository projection. Re-run natural discovery, negative, +source-return, and recovery coexistence trials after material skill, CLI, +schema, host, model, or catalog changes. diff --git a/docs/decisions/generated/README.md b/docs/decisions/generated/README.md index 11bad477c..000014d3f 100644 --- a/docs/decisions/generated/README.md +++ b/docs/decisions/generated/README.md @@ -10,36 +10,36 @@ Decision records own rationale; this directory contains generated graph read mod ## Counts -- Decisions: 79 -- Nodes: 763 -- Edges: 1753 +- Decisions: 80 +- Nodes: 779 +- Edges: 1779 ## Node Types -- `date`: 21 -- `decision`: 79 -- `guard_family`: 86 +- `date`: 22 +- `decision`: 80 +- `guard_family`: 89 - `mechanic_parent`: 10 -- `owner_surface`: 41 +- `owner_surface`: 42 - `repo`: 1 -- `source_surface`: 428 -- `stack_lane`: 29 -- `status`: 2 -- `surface_class`: 66 +- `source_surface`: 434 +- `stack_lane`: 30 +- `status`: 3 +- `surface_class`: 68 ## Edge Types -- `CITES_SOURCE_SURFACE`: 708 -- `DATED`: 79 -- `GUARDED_BY`: 209 -- `HAS_STATUS`: 79 -- `HAS_SURFACE_CLASS`: 195 -- `IN_STACK_LANE`: 160 -- `NEXT_DECISION`: 78 -- `OWNED_BY_SURFACE`: 84 -- `OWNS_DECISION`: 79 +- `CITES_SOURCE_SURFACE`: 718 +- `DATED`: 80 +- `GUARDED_BY`: 213 +- `HAS_STATUS`: 80 +- `HAS_SURFACE_CLASS`: 198 +- `IN_STACK_LANE`: 163 +- `NEXT_DECISION`: 79 +- `OWNED_BY_SURFACE`: 85 +- `OWNS_DECISION`: 80 - `SUPERSEDED_BY`: 2 -- `UNDER_MECHANIC_PARENT`: 80 +- `UNDER_MECHANIC_PARENT`: 81 ## Boundary diff --git a/docs/decisions/generated/decision_graph.json b/docs/decisions/generated/decision_graph.json index 6805789b1..8c3e33104 100644 --- a/docs/decisions/generated/decision_graph.json +++ b/docs/decisions/generated/decision_graph.json @@ -1,19 +1,19 @@ { "authority_note": "Decision records own rationale; this graph is a generated navigation read model.", - "decision_count": 79, - "edge_count": 1753, + "decision_count": 80, + "edge_count": 1779, "edge_type_counts": { - "CITES_SOURCE_SURFACE": 708, - "DATED": 79, - "GUARDED_BY": 209, - "HAS_STATUS": 79, - "HAS_SURFACE_CLASS": 195, - "IN_STACK_LANE": 160, - "NEXT_DECISION": 78, - "OWNED_BY_SURFACE": 84, - "OWNS_DECISION": 79, + "CITES_SOURCE_SURFACE": 718, + "DATED": 80, + "GUARDED_BY": 213, + "HAS_STATUS": 80, + "HAS_SURFACE_CLASS": 198, + "IN_STACK_LANE": 163, + "NEXT_DECISION": 79, + "OWNED_BY_SURFACE": 85, + "OWNS_DECISION": 80, "SUPERSEDED_BY": 2, - "UNDER_MECHANIC_PARENT": 80 + "UNDER_MECHANIC_PARENT": 81 }, "edges": [ { @@ -4516,6 +4516,16 @@ "target": "source_surface:scripts/validators/diagnostic_spine.py", "type": "CITES_SOURCE_SURFACE" }, + { + "source": "decision:ABYSS-STACK-D-0050", + "target": "source_surface:skills/abyss-self-diagnostic-spine/", + "type": "CITES_SOURCE_SURFACE" + }, + { + "source": "decision:ABYSS-STACK-D-0050", + "target": "source_surface:skills/port.manifest.json", + "type": "CITES_SOURCE_SURFACE" + }, { "source": "decision:ABYSS-STACK-D-0050", "target": "source_surface:tests/test_diagnostic_spine_validator_module.py", @@ -4533,7 +4543,7 @@ }, { "source": "decision:ABYSS-STACK-D-0050", - "target": "guard_family:overlay%20skill", + "target": "guard_family:owner%20skill%20package", "type": "GUARDED_BY" }, { @@ -4543,7 +4553,7 @@ }, { "source": "decision:ABYSS-STACK-D-0050", - "target": "status:accepted", + "target": "status:amended", "type": "HAS_STATUS" }, { @@ -5966,11 +5976,6 @@ "target": "source_surface:.agents/skills/AGENTS.md", "type": "CITES_SOURCE_SURFACE" }, - { - "source": "decision:ABYSS-STACK-D-0062", - "target": "source_surface:.agents/skills/abyss-self-diagnostic-spine/SKILL.md", - "type": "CITES_SOURCE_SURFACE" - }, { "source": "decision:ABYSS-STACK-D-0062", "target": "source_surface:mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md", @@ -5991,6 +5996,11 @@ "target": "source_surface:scripts/validators/diagnostic_spine.py", "type": "CITES_SOURCE_SURFACE" }, + { + "source": "decision:ABYSS-STACK-D-0062", + "target": "source_surface:skills/abyss-self-diagnostic-spine/SKILL.md", + "type": "CITES_SOURCE_SURFACE" + }, { "source": "decision:ABYSS-STACK-D-0062", "target": "source_surface:tests/test_agent_skill_projection_validator_module.py", @@ -6023,7 +6033,7 @@ }, { "source": "decision:ABYSS-STACK-D-0062", - "target": "status:accepted", + "target": "status:amended", "type": "HAS_STATUS" }, { @@ -8376,6 +8386,11 @@ "target": "stack_lane:runtime%20knowledge", "type": "IN_STACK_LANE" }, + { + "source": "decision:ABYSS-STACK-D-0079", + "target": "decision:ABYSS-STACK-D-0080", + "type": "NEXT_DECISION" + }, { "source": "decision:ABYSS-STACK-D-0079", "target": "owner_surface:mechanics/federation-seams/parts/kag-seam/", @@ -8386,6 +8401,116 @@ "target": "mechanic_parent:federation-seams", "type": "UNDER_MECHANIC_PARENT" }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "source_surface:docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md", + "type": "CITES_SOURCE_SURFACE" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "source_surface:mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md", + "type": "CITES_SOURCE_SURFACE" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "source_surface:scripts/aoa-diagnose", + "type": "CITES_SOURCE_SURFACE" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "source_surface:scripts/validators/diagnostic_spine.py", + "type": "CITES_SOURCE_SURFACE" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "source_surface:skills/AGENTS.md", + "type": "CITES_SOURCE_SURFACE" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "source_surface:skills/abyss-self-diagnostic-spine/SKILL.md", + "type": "CITES_SOURCE_SURFACE" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "source_surface:skills/abyss-self-diagnostic-spine/references/contract.yaml", + "type": "CITES_SOURCE_SURFACE" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "source_surface:skills/port.manifest.json", + "type": "CITES_SOURCE_SURFACE" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "date:2026-07-17", + "type": "DATED" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "guard_family:effect%20boundary", + "type": "GUARDED_BY" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "guard_family:owner%20source%20return", + "type": "GUARDED_BY" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "guard_family:read-only%20diagnosis", + "type": "GUARDED_BY" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "guard_family:skill%20projection", + "type": "GUARDED_BY" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "status:accepted", + "type": "HAS_STATUS" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "surface_class:agent%20skill%20projection", + "type": "HAS_SURFACE_CLASS" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "surface_class:owner%20skill%20home", + "type": "HAS_SURFACE_CLASS" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "surface_class:source/derived%20boundary", + "type": "HAS_SURFACE_CLASS" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "stack_lane:agent%20surface", + "type": "IN_STACK_LANE" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "stack_lane:diagnostics", + "type": "IN_STACK_LANE" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "stack_lane:source%20checkout", + "type": "IN_STACK_LANE" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "owner_surface:skills/abyss-self-diagnostic-spine/", + "type": "OWNED_BY_SURFACE" + }, + { + "source": "decision:ABYSS-STACK-D-0080", + "target": "mechanic_parent:diagnostic-spine", + "type": "UNDER_MECHANIC_PARENT" + }, { "source": "repo:abyss-stack", "target": "decision:ABYSS-STACK-D-0001", @@ -8780,21 +8905,26 @@ "source": "repo:abyss-stack", "target": "decision:ABYSS-STACK-D-0079", "type": "OWNS_DECISION" + }, + { + "source": "repo:abyss-stack", + "target": "decision:ABYSS-STACK-D-0080", + "type": "OWNS_DECISION" } ], "generated_by": "scripts/generate_decision_indexes.py", - "node_count": 763, + "node_count": 779, "node_type_counts": { - "date": 21, - "decision": 79, - "guard_family": 86, + "date": 22, + "decision": 80, + "guard_family": 89, "mechanic_parent": 10, - "owner_surface": 41, + "owner_surface": 42, "repo": 1, - "source_surface": 428, - "stack_lane": 29, - "status": 2, - "surface_class": 66 + "source_surface": 434, + "stack_lane": 30, + "status": 3, + "surface_class": 68 }, "nodes": [ { @@ -8902,6 +9032,11 @@ "label": "2026-07-14", "type": "date" }, + { + "id": "date:2026-07-17", + "label": "2026-07-17", + "type": "date" + }, { "date": "2026-05-07", "id": "decision:ABYSS-STACK-D-0001", @@ -9397,8 +9532,8 @@ "id": "decision:ABYSS-STACK-D-0050", "label": "ABYSS-STACK-D-0050", "path": "docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md", - "posture": "accepted ninth validator-module split", - "status": "accepted", + "posture": "amended ninth validator-module split", + "status": "amended", "title": "ABYSS-STACK-D-0050 Diagnostic Spine Validator Module", "type": "decision" }, @@ -9517,8 +9652,8 @@ "id": "decision:ABYSS-STACK-D-0062", "label": "ABYSS-STACK-D-0062", "path": "docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md", - "posture": "accepted twenty-first validator-module split", - "status": "accepted", + "posture": "amended validator-module split", + "status": "amended", "title": "ABYSS-STACK-D-0062 Agent Skill Projection Validator Module", "type": "decision" }, @@ -9692,6 +9827,16 @@ "title": "ABYSS-STACK-D-0079 KAG Query Application Port", "type": "decision" }, + { + "date": "2026-07-17", + "id": "decision:ABYSS-STACK-D-0080", + "label": "ABYSS-STACK-D-0080", + "path": "docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md", + "posture": "accepted owner-skill admission", + "status": "accepted", + "title": "ABYSS-STACK-D-0080 Diagnostic Skill Owner Home", + "type": "decision" + }, { "id": "guard_family:MCP%20port%20confinement", "label": "MCP port confinement", @@ -9797,6 +9942,11 @@ "label": "docs route", "type": "guard_family" }, + { + "id": "guard_family:effect%20boundary", + "label": "effect boundary", + "type": "guard_family" + }, { "id": "guard_family:entry%20contract", "label": "entry contract", @@ -9873,13 +10023,18 @@ "type": "guard_family" }, { - "id": "guard_family:overlay%20skill", - "label": "overlay skill", + "id": "guard_family:overlay%20skill%20install", + "label": "overlay skill install", "type": "guard_family" }, { - "id": "guard_family:overlay%20skill%20install", - "label": "overlay skill install", + "id": "guard_family:owner%20skill%20package", + "label": "owner skill package", + "type": "guard_family" + }, + { + "id": "guard_family:owner%20source%20return", + "label": "owner source return", "type": "guard_family" }, { @@ -9952,6 +10107,11 @@ "label": "read-only access plane", "type": "guard_family" }, + { + "id": "guard_family:read-only%20diagnosis", + "label": "read-only diagnosis", + "type": "guard_family" + }, { "id": "guard_family:release%20governance", "label": "release governance", @@ -10377,6 +10537,11 @@ "label": "scripts/validators/sync_parity.py", "type": "owner_surface" }, + { + "id": "owner_surface:skills/abyss-self-diagnostic-spine/", + "label": "skills/abyss-self-diagnostic-spine/", + "type": "owner_surface" + }, { "id": "repo:abyss-stack", "label": "abyss-stack", @@ -10398,11 +10563,6 @@ "label": ".agents/skills/AGENTS.md", "type": "source_surface" }, - { - "id": "source_surface:.agents/skills/abyss-self-diagnostic-spine/SKILL.md", - "label": ".agents/skills/abyss-self-diagnostic-spine/SKILL.md", - "type": "source_surface" - }, { "id": "source_surface:.agents/spark/", "label": ".agents/spark/", @@ -10948,6 +11108,11 @@ "label": "docs/README.md", "type": "source_surface" }, + { + "id": "source_surface:docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md", + "label": "docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md", + "type": "source_surface" + }, { "id": "source_surface:docs/decisions/AGENTS.md", "label": "docs/decisions/AGENTS.md", @@ -12103,6 +12268,11 @@ "label": "scripts/README.md", "type": "source_surface" }, + { + "id": "source_surface:scripts/aoa-diagnose", + "label": "scripts/aoa-diagnose", + "type": "source_surface" + }, { "id": "source_surface:scripts/aoa-kag-runtime-eval", "label": "scripts/aoa-kag-runtime-eval", @@ -12288,6 +12458,31 @@ "label": "scripts/validators/sync_parity.py", "type": "source_surface" }, + { + "id": "source_surface:skills/AGENTS.md", + "label": "skills/AGENTS.md", + "type": "source_surface" + }, + { + "id": "source_surface:skills/abyss-self-diagnostic-spine/", + "label": "skills/abyss-self-diagnostic-spine/", + "type": "source_surface" + }, + { + "id": "source_surface:skills/abyss-self-diagnostic-spine/SKILL.md", + "label": "skills/abyss-self-diagnostic-spine/SKILL.md", + "type": "source_surface" + }, + { + "id": "source_surface:skills/abyss-self-diagnostic-spine/references/contract.yaml", + "label": "skills/abyss-self-diagnostic-spine/references/contract.yaml", + "type": "source_surface" + }, + { + "id": "source_surface:skills/port.manifest.json", + "label": "skills/port.manifest.json", + "type": "source_surface" + }, { "id": "source_surface:systemd/AGENTS.md", "label": "systemd/AGENTS.md", @@ -12553,6 +12748,11 @@ "label": "decision lane", "type": "stack_lane" }, + { + "id": "stack_lane:diagnostics", + "label": "diagnostics", + "type": "stack_lane" + }, { "id": "stack_lane:docs%20and%20routes", "label": "docs and routes", @@ -12673,6 +12873,11 @@ "label": "accepted", "type": "status" }, + { + "id": "status:amended", + "label": "amended", + "type": "status" + }, { "id": "status:superseded", "label": "superseded", @@ -12863,6 +13068,11 @@ "label": "mechanic topology", "type": "surface_class" }, + { + "id": "surface_class:owner%20skill%20home", + "label": "owner skill home", + "type": "surface_class" + }, { "id": "surface_class:owner-local%20stats%20ports", "label": "owner-local stats ports", @@ -12978,6 +13188,11 @@ "label": "source topology", "type": "surface_class" }, + { + "id": "surface_class:source/derived%20boundary", + "label": "source/derived boundary", + "type": "surface_class" + }, { "id": "surface_class:source/runtime%20boundary", "label": "source/runtime boundary", diff --git a/docs/decisions/indexes/by-date.md b/docs/decisions/indexes/by-date.md index 6abac216d..b58c5edc8 100644 --- a/docs/decisions/indexes/by-date.md +++ b/docs/decisions/indexes/by-date.md @@ -143,3 +143,7 @@ - [ABYSS-STACK-D-0078 Federated Stats MCP Access Plane](../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md) (`docs/decisions/ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md`) - [ABYSS-STACK-D-0079 KAG Query Application Port](../ABYSS-STACK-D-0079-kag-query-application-port.md) (`docs/decisions/ABYSS-STACK-D-0079-kag-query-application-port.md`) + +## 2026-07-17 + +- [ABYSS-STACK-D-0080 Diagnostic Skill Owner Home](../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md) (`docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md`) diff --git a/docs/decisions/indexes/by-guard.md b/docs/decisions/indexes/by-guard.md index 74e53c229..b7af29d77 100644 --- a/docs/decisions/indexes/by-guard.md +++ b/docs/decisions/indexes/by-guard.md @@ -247,6 +247,10 @@ - [ABYSS-STACK-D-0050 Diagnostic Spine Validator Module](../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md) (`docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md`) +## effect boundary + +- [ABYSS-STACK-D-0080 Diagnostic Skill Owner Home](../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md) (`docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md`) + ## entry contract - [ABYSS-STACK-D-0055 Root Routes Validator Module](../ABYSS-STACK-D-0055-root-routes-validator-module.md) (`docs/decisions/ABYSS-STACK-D-0055-root-routes-validator-module.md`) @@ -299,13 +303,17 @@ - [ABYSS-STACK-D-0041 Source Hygiene Validator Module](../ABYSS-STACK-D-0041-source-hygiene-validator-module.md) (`docs/decisions/ABYSS-STACK-D-0041-source-hygiene-validator-module.md`) -## overlay skill +## overlay skill install + +- [ABYSS-STACK-D-0062 Agent Skill Projection Validator Module](../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md) (`docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md`) + +## owner skill package - [ABYSS-STACK-D-0050 Diagnostic Spine Validator Module](../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md) (`docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md`) -## overlay skill install +## owner source return -- [ABYSS-STACK-D-0062 Agent Skill Projection Validator Module](../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md) (`docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md`) +- [ABYSS-STACK-D-0080 Diagnostic Skill Owner Home](../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md) (`docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md`) ## owner-qualified provenance @@ -349,6 +357,10 @@ - [ABYSS-STACK-D-0075 AoA KAG MCP Access Plane](../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md) (`docs/decisions/ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md`) +## read-only diagnosis + +- [ABYSS-STACK-D-0080 Diagnostic Skill Owner Home](../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md) (`docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md`) + ## release governance - [ABYSS-STACK-D-0054 Branch Policy Validator Module](../ABYSS-STACK-D-0054-branch-policy-validator-module.md) (`docs/decisions/ABYSS-STACK-D-0054-branch-policy-validator-module.md`) @@ -421,6 +433,7 @@ ## skill projection - [ABYSS-STACK-D-0062 Agent Skill Projection Validator Module](../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md) (`docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md`) +- [ABYSS-STACK-D-0080 Diagnostic Skill Owner Home](../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md) (`docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md`) ## source freshness diff --git a/docs/decisions/indexes/by-mechanic.md b/docs/decisions/indexes/by-mechanic.md index 85e7ffb1d..e97e7d95c 100644 --- a/docs/decisions/indexes/by-mechanic.md +++ b/docs/decisions/indexes/by-mechanic.md @@ -27,6 +27,7 @@ - [ABYSS-STACK-D-0051 Runtime Hygiene Validator Module](../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md) (`docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md`) - [ABYSS-STACK-D-0062 Agent Skill Projection Validator Module](../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md) (`docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md`) - [ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal](../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md) (`docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md`) +- [ABYSS-STACK-D-0080 Diagnostic Skill Owner Home](../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md) (`docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md`) ## experience-runtime diff --git a/docs/decisions/indexes/by-number.md b/docs/decisions/indexes/by-number.md index f8e2a8294..630ba248b 100644 --- a/docs/decisions/indexes/by-number.md +++ b/docs/decisions/indexes/by-number.md @@ -53,7 +53,7 @@ | ABYSS-STACK-D-0047 | 2026-06-03 | [ABYSS-STACK-D-0047 Federation Upstream Compatibility Language Split](../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md) | `docs/decisions/ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md` | validation guard, federation seam, compatibility bridge | source checkout, runtime mechanics | federation-seams | validation lane, compatibility bridge, legacy boundary | accepted federation module expansion | | ABYSS-STACK-D-0048 | 2026-06-03 | [ABYSS-STACK-D-0048 Federation Landing Validator Split](../ABYSS-STACK-D-0048-federation-landing-validator-split.md) | `docs/decisions/ABYSS-STACK-D-0048-federation-landing-validator-split.md` | validation guard, federation seam, runtime docs | source checkout, runtime mechanics | federation-seams | validation lane, runtime topology, route docs | accepted federation landing split | | ABYSS-STACK-D-0049 | 2026-06-03 | [ABYSS-STACK-D-0049 Federation Runtime Seams Validator Module](../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md) | `docs/decisions/ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md` | validation guard, federation seam, runtime export | source checkout, runtime mechanics | federation-seams | validation lane, source/runtime boundary, export candidate | accepted eighth validator-module split | -| ABYSS-STACK-D-0050 | 2026-06-03 | [ABYSS-STACK-D-0050 Diagnostic Spine Validator Module](../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md) | `docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md` | validation guard, diagnostic surface, generated read-model | source checkout, runtime mechanics | diagnostic-spine | validation lane, diagnostic surface catalog, overlay skill | accepted ninth validator-module split | +| ABYSS-STACK-D-0050 | 2026-06-03 | [ABYSS-STACK-D-0050 Diagnostic Spine Validator Module](../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md) | `docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md` | validation guard, diagnostic surface, generated read-model | source checkout, runtime mechanics | diagnostic-spine | validation lane, diagnostic surface catalog, owner skill package | amended ninth validator-module split | | ABYSS-STACK-D-0051 | 2026-06-03 | [ABYSS-STACK-D-0051 Runtime Hygiene Validator Module](../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md) | `docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md` | validation guard, runtime lifecycle, status readout | source checkout, runtime mechanics | runtime-lifecycle, diagnostic-spine | validation lane, status readout, runtime boundary | accepted tenth validator-module split | | ABYSS-STACK-D-0052 | 2026-06-03 | [ABYSS-STACK-D-0052 Machine Fit Validator Module](../ABYSS-STACK-D-0052-machine-fit-validator-module.md) | `docs/decisions/ABYSS-STACK-D-0052-machine-fit-validator-module.md` | validation guard, machine evidence, source/runtime boundary | source checkout, runtime mechanics | machine-fit | validation lane, host evidence posture, machine bridge | accepted eleventh validator-module split | | ABYSS-STACK-D-0053 | 2026-06-03 | [ABYSS-STACK-D-0053 Return Policy Validator Module](../ABYSS-STACK-D-0053-return-policy-validator-module.md) | `docs/decisions/ABYSS-STACK-D-0053-return-policy-validator-module.md` | validation guard, governed execution, runtime contract | source checkout, runtime mechanics | governed-execution, config-projection | validation lane, return-policy, runtime schema, render truth | accepted twelfth validator-module split | @@ -65,7 +65,7 @@ | ABYSS-STACK-D-0059 | 2026-06-03 | [ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module](../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md) | `docs/decisions/ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md` | validation guard, runtime routes, governed policy | source checkout, runtime mechanics, release/tooling | inference-pilots, governed-execution, federation-seams, runtime-lifecycle | validation lane, runtime route contracts, stale path hygiene, governed policy envelope | accepted eighteenth validator-module split | | ABYSS-STACK-D-0060 | 2026-06-04 | [ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module](../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md) | `docs/decisions/ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md` | validation guard, inference pilot, compatibility bridge | source checkout, runtime mechanics, release/tooling | inference-pilots, governed-execution | validation lane, compatibility gate language, legacy metadata containment, pilot route posture | accepted nineteenth validator-module split | | ABYSS-STACK-D-0061 | 2026-06-04 | [ABYSS-STACK-D-0061 Active Topology Language Validator Module](../ABYSS-STACK-D-0061-active-topology-language-validator-module.md) | `docs/decisions/ABYSS-STACK-D-0061-active-topology-language-validator-module.md` | validation guard, active topology language, route-api bridge | source checkout, runtime mechanics, release/tooling | federation-seams, inference-pilots | validation lane, active topology wording, RPG runtime projection, route-api compatibility bridge | accepted twentieth validator-module split | -| ABYSS-STACK-D-0062 | 2026-06-04 | [ABYSS-STACK-D-0062 Agent Skill Projection Validator Module](../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md) | `docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md` | validation guard, agent skill projection, local overlay | source checkout, agent surface, release/tooling | diagnostic-spine | validation lane, skill projection, overlay skill install, sibling canon target | accepted twenty-first validator-module split | +| ABYSS-STACK-D-0062 | 2026-06-04 | [ABYSS-STACK-D-0062 Agent Skill Projection Validator Module](../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md) | `docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md` | validation guard, agent skill projection, local overlay | source checkout, agent surface, release/tooling | diagnostic-spine | validation lane, skill projection, overlay skill install, sibling canon target | amended validator-module split | | ABYSS-STACK-D-0063 | 2026-06-04 | [ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal](../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md) | `docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md` | validation topology, root orchestrator | source checkout, release/tooling | diagnostic-spine, runtime-lifecycle, federation-seams | validation lane, source topology, test topology, script topology | accepted compatibility-tail removal | | ABYSS-STACK-D-0064 | 2026-06-04 | [ABYSS-STACK-D-0064 Federation Effective Runtime Inputs](../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md) | `docs/decisions/ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md` | validation topology, runtime route contract | source checkout, runtime mirror, release/tooling | federation-seams | federation surface, route-api closure status, sync parity | accepted consumer-contract boundary | | ABYSS-STACK-D-0065 | 2026-06-04 | [ABYSS-STACK-D-0065 Observability LogQL Loki Alloy](../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md) | `docs/decisions/ABYSS-STACK-D-0065-observability-logql-loki-alloy.md` | runtime/topology, profile/public-contract | observability, service selection, config projection | runtime-lifecycle, config-projection | profile-topology, service-selection, source-structure | accepted runtime topology rationale | @@ -83,3 +83,4 @@ | ABYSS-STACK-D-0077 | 2026-07-13 | [ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle](../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md) | `docs/decisions/ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md` | MCP transport, loopback owner lifecycle, Configs projection | MCP access plane, runtime lifecycle, config projection | runtime-lifecycle, config-projection | authenticated loopback exposure, source/deployed parity, per-owner canary, authority preservation | accepted local transport consolidation rationale | | ABYSS-STACK-D-0078 | 2026-07-14 | [ABYSS-STACK-D-0078 Federated Stats MCP Access Plane](../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md) | `docs/decisions/ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md` | MCP access plane, federated stats read contract, owner-local stats ports | MCP services, validation lane, runtime access plane | none | read-only access plane, packet semantic parity, owner-route confinement, MCP port confinement | accepted federated stats access-plane rationale | | ABYSS-STACK-D-0079 | 2026-07-14 | [ABYSS-STACK-D-0079 KAG Query Application Port](../ABYSS-STACK-D-0079-kag-query-application-port.md) | `docs/decisions/ABYSS-STACK-D-0079-kag-query-application-port.md` | KAG application port, MCP access plane, runtime retrieval | federation seam, MCP services, runtime knowledge | federation-seams | owner-qualified provenance, canonical fallback, bounded context, loopback transport security | accepted KAG query and MCP access rationale | +| ABYSS-STACK-D-0080 | 2026-07-17 | [ABYSS-STACK-D-0080 Diagnostic Skill Owner Home](../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md) | `docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md` | owner skill home, agent skill projection, source/derived boundary | source checkout, agent surface, diagnostics | diagnostic-spine | owner source return, read-only diagnosis, effect boundary, skill projection | accepted owner-skill admission | diff --git a/docs/decisions/indexes/by-stack-lane.md b/docs/decisions/indexes/by-stack-lane.md index 7e7bbb8e7..cbdca2e61 100644 --- a/docs/decisions/indexes/by-stack-lane.md +++ b/docs/decisions/indexes/by-stack-lane.md @@ -68,6 +68,7 @@ - [ABYSS-STACK-D-0062 Agent Skill Projection Validator Module](../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md) (`docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md`) - [ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal](../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md) (`docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md`) - [ABYSS-STACK-D-0064 Federation Effective Runtime Inputs](../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md) (`docs/decisions/ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md`) +- [ABYSS-STACK-D-0080 Diagnostic Skill Owner Home](../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md) (`docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md`) ## config projection @@ -169,6 +170,10 @@ - [ABYSS-STACK-D-0034 AoA Memo MCP Landing Plan Boundary](../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md) (`docs/decisions/ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md`) - [ABYSS-STACK-D-0071 AoA Evals Local Port Write-Side MCP](../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md) (`docs/decisions/ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md`) +## diagnostics + +- [ABYSS-STACK-D-0080 Diagnostic Skill Owner Home](../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md) (`docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md`) + ## decision lane - [ABYSS-STACK-D-0017 Direction, History, And Decision Surface Roles](../ABYSS-STACK-D-0017-direction-history-decision-surface-roles.md) (`docs/decisions/ABYSS-STACK-D-0017-direction-history-decision-surface-roles.md`) @@ -196,6 +201,7 @@ - [ABYSS-STACK-D-0067 Decision Surface Coverage Registry](../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md) (`docs/decisions/ABYSS-STACK-D-0067-decision-surface-coverage-registry.md`) - [ABYSS-STACK-D-0068 Decision Graph Contract And Impact Packets](../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md) (`docs/decisions/ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md`) - [ABYSS-STACK-D-0075 AoA KAG MCP Access Plane](../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md) (`docs/decisions/ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md`) +- [ABYSS-STACK-D-0080 Diagnostic Skill Owner Home](../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md) (`docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md`) ## federation seam diff --git a/docs/decisions/indexes/by-surface.md b/docs/decisions/indexes/by-surface.md index cac59e954..83f258297 100644 --- a/docs/decisions/indexes/by-surface.md +++ b/docs/decisions/indexes/by-surface.md @@ -214,6 +214,7 @@ ## agent skill projection - [ABYSS-STACK-D-0062 Agent Skill Projection Validator Module](../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md) (`docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md`) +- [ABYSS-STACK-D-0080 Diagnostic Skill Owner Home](../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md) (`docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md`) ## compatibility bridge @@ -300,6 +301,10 @@ - [ABYSS-STACK-D-0057 Mechanics Topology Validator Module](../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md) (`docs/decisions/ABYSS-STACK-D-0057-mechanics-topology-validator-module.md`) +## owner skill home + +- [ABYSS-STACK-D-0080 Diagnostic Skill Owner Home](../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md) (`docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md`) + ## owner-local stats ports - [ABYSS-STACK-D-0078 Federated Stats MCP Access Plane](../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md) (`docs/decisions/ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md`) @@ -378,6 +383,10 @@ - [ABYSS-STACK-D-0042 Source Structure Validator Module](../ABYSS-STACK-D-0042-source-structure-validator-module.md) (`docs/decisions/ABYSS-STACK-D-0042-source-structure-validator-module.md`) +## source/derived boundary + +- [ABYSS-STACK-D-0080 Diagnostic Skill Owner Home](../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md) (`docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md`) + ## status readout - [ABYSS-STACK-D-0051 Runtime Hygiene Validator Module](../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md) (`docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md`) diff --git a/docs/validation/VALIDATOR_TOPOLOGY.md b/docs/validation/VALIDATOR_TOPOLOGY.md index 08e6aea9e..b50d6ed76 100644 --- a/docs/validation/VALIDATOR_TOPOLOGY.md +++ b/docs/validation/VALIDATOR_TOPOLOGY.md @@ -18,14 +18,14 @@ parity posture. | Runtime route contracts | stale runtime-root bans, root README route focus, source/deployed wording, federation handoff docs, and governed policy/catalog envelope | `scripts/validators/runtime_route_contracts.py` | source-fast, release | | Inference pilot compatibility | active local-trials bridge posture, preserved gate IDs, LangGraph and llama.cpp gate language, and autonomy status legacy-pilot routes | `scripts/validators/inference_pilot_compatibility.py` | source-fast, release | | Active topology language | retired phase/wave/seed wording, RPG runtime projection language, playbook activation allowlist drift, and route-api active/compatibility bridge language | `scripts/validators/active_topology_language.py` | source-fast, release | -| Agent skill projection | repo-local `.agents/skills` projection, sibling `aoa-skills` symlink targets, checkout-safe target files, and local overlay skill posture | `scripts/validators/agent_skill_projection.py` | source-fast, release | +| Agent skill projection | transitional repo-local `.agents/skills` projection, sibling `aoa-skills` symlink targets, and checkout-safe target files | `scripts/validators/agent_skill_projection.py` | source-fast, release | | Runtime service selection | selected service policy, screenshot inventory, current runtime shape parity | `scripts/validators/service_selection.py` | source-fast, release | | Owner-local stats port | stack-owned measurement meaning and compatibility with the shared `aoa-stats` grammar | `stats/`, delegated through `scripts/validate_local_stats_port.py` | source-fast, release | | Source-to-Configs parity | sync-managed item coverage including runtime MCP packages and root schemas, runtime Configs mirror posture, deployed parity | `scripts/validators/sync_parity.py` | source-fast, release | | Questbook and RPG read models | quest source topology, generated quest examples, RPG runtime collection schemas | `scripts/validators/questbook_surface.py` | source-fast, release | | Federation runtime inputs and landing | runtime-loaded federation config input coverage, upstream compatibility bridge posture, landing docs | `scripts/validators/federation_surface.py` | source-fast, release | | Federation runtime seams | memo/eval/playbook/KAG runtime seam docs, bounded export schemas/examples, advisory route guards | `scripts/validators/federation_runtime_seams.py` | source-fast, release | -| Diagnostic spine contracts | diagnostic surface docs, schemas, examples, catalog refs, and overlay skill posture | `scripts/validators/diagnostic_spine.py` | source-fast, release | +| Diagnostic spine contracts | diagnostic surface docs, schemas, examples, catalog refs, and canonical owner skill package | `scripts/validators/diagnostic_spine.py` | source-fast, release | | Runtime hygiene status readouts | gateway cache and usage status readout docs, schemas, examples, and doctor split posture | `scripts/validators/runtime_hygiene.py` | source-fast, release | | Machine-fit evidence posture | reference platform, host facts, machine bridge, fit record, freshness gates, and platform adaptation public contracts | `scripts/validators/machine_fit.py` | source-fast, release | | Return-policy runtime contracts | return-policy config routes, render-truth autonomy route, and runtime return policy/event schema identity | `scripts/validators/return_policy.py` | source-fast, release | @@ -75,13 +75,13 @@ root-level wrapper APIs. | `scripts/validators/runtime_route_contracts.py` | runtime route contract validator module | fix stale runtime-root references, README route focus, runtime/federation route docs, governed policy/catalog envelope, or focused runtime-route tests | | `scripts/validators/inference_pilot_compatibility.py` | inference pilot compatibility validator module | fix local-trials compatibility bridge posture, gate IDs, legacy metadata containment, pilot docs/code language, or focused inference-pilot tests | | `scripts/validators/active_topology_language.py` | active topology language validator module | fix retired phase/wave/seed wording, RPG runtime projection language, playbook activation allowlists, route-api bridge language, or focused active-topology tests | -| `scripts/validators/agent_skill_projection.py` | agent skill projection validator module | fix `.agents/skills` symlink/target-file projection, local overlay directories, diagnostic overlay skill installs, or focused agent-skill tests | +| `scripts/validators/agent_skill_projection.py` | agent skill projection validator module | fix the transitional `.agents/skills` symlink/target-file projection or focused agent-skill tests | | `scripts/validators/service_selection.py` | runtime service-selection policy validator module | fix service-selection policy, screenshot inventory, compose runtime-shape parity, or focused service-selection tests | | `scripts/validators/sync_parity.py` | source-to-Configs parity validator module | fix config-projection sync coverage including `mcp/` and `schemas/`, runtime Configs mirror shape, source/deployed parity, or focused sync parity tests | | `scripts/validators/questbook_surface.py` | questbook and RPG read-model validator module | fix quest source files, generated quest examples, RPG runtime schemas/examples, or focused questbook tests | | `scripts/validators/federation_surface.py` | federation runtime-input validator module | fix federation config `required_files`, upstream compatibility bridge templates/language, landing docs, or focused federation tests | | `scripts/validators/federation_runtime_seams.py` | federation runtime seam validator module | fix memo/eval/playbook/KAG seam docs, bounded export examples, A2A handoff examples, or focused federation runtime seam tests | -| `scripts/validators/diagnostic_spine.py` | diagnostic spine contract validator module | fix diagnostic docs, schemas, examples, generated catalog refs, overlay skill posture, or focused diagnostic spine tests | +| `scripts/validators/diagnostic_spine.py` | diagnostic spine contract validator module | fix diagnostic docs, schemas, examples, generated catalog refs, canonical owner skill package, or focused diagnostic spine tests | | `scripts/validators/runtime_hygiene.py` | runtime hygiene status-readout validator module | fix status-readout docs, schemas, examples, doctor split posture, or focused runtime hygiene tests | | `scripts/validators/machine_fit.py` | machine-fit evidence validator module | fix reference-platform docs, host-facts examples, machine bridge read-only posture, freshness gates, platform-adaptation examples, or focused machine-fit tests | | `scripts/validators/return_policy.py` | return-policy runtime contract validator module | fix return-policy config routes, render-truth autonomy refs, runtime return schemas, or focused return-policy tests | diff --git a/docs/validation/validator_inventory.json b/docs/validation/validator_inventory.json index 56f1859fe..faa3de38a 100644 --- a/docs/validation/validator_inventory.json +++ b/docs/validation/validator_inventory.json @@ -196,17 +196,16 @@ "paths": [ "scripts/validators/agent_skill_projection.py" ], - "protects": "repo-local .agents/skills projection, sibling aoa-skills symlink targets, checkout-safe target files, local overlay directories, and diagnostic overlay skill install posture", + "protects": "transitional repo-local .agents/skills projection, sibling aoa-skills symlink targets, and checkout-safe target files", "owner_surface": ".agents/skills/AGENTS.md", "layer": "agent/skill-projection", "lane": "source-fast/release", "mode": "blocking-owner-module", "callers": [ "scripts/validate_stack.py", - "tests/test_agent_skill_projection_validator_module.py", - "scripts/validators/diagnostic_spine.py" + "tests/test_agent_skill_projection_validator_module.py" ], - "failure_route": "Fix .agents/skills symlink projection, checkout-safe target files, local overlay directories, diagnostic overlay skill installs, or agent_skill_projection module contract.", + "failure_route": "Fix the transitional .agents/skills symlink projection, checkout-safe target files, or agent_skill_projection module contract.", "status": "active" }, { @@ -304,7 +303,7 @@ "paths": [ "scripts/validators/diagnostic_spine.py" ], - "protects": "diagnostic surface route docs, schemas, examples, generated catalog validation refs, and repo-local diagnostic overlay skill posture", + "protects": "diagnostic surface route docs, schemas, examples, generated catalog validation refs, and the canonical diagnostic owner skill package", "owner_surface": "mechanics/diagnostic-spine/parts/diagnostic-surfaces/", "layer": "diagnostic/runtime read-model", "lane": "source-fast/generated/release", @@ -314,7 +313,7 @@ "tests/test_diagnostic_spine_validator_module.py", "mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_surface_validator.py" ], - "failure_route": "Fix diagnostic docs, schemas, examples, generated catalog refs, overlay skill posture, or diagnostic_spine module contract.", + "failure_route": "Fix diagnostic docs, schemas, examples, generated catalog refs, canonical owner skill package, or diagnostic_spine module contract.", "status": "active" }, { diff --git a/kag/indexes/index_family.manifest.json b/kag/indexes/index_family.manifest.json index 407944783..dfdd555fe 100644 --- a/kag/indexes/index_family.manifest.json +++ b/kag/indexes/index_family.manifest.json @@ -9,52 +9,52 @@ "assembly": "deterministic-on-demand", "files": [ { - "content_digest": "6625311522ae73d458cd7a0004ee8fb38d4c83cdbdc095ac5212032efbcc523c", + "content_digest": "514d7aead6c7c02dec78b428d89950b28039eb6403215d8fceadd9202a8f2a49", "kind": "source", "path": "kag/indexes/source_surface_index.json", - "records": 1339, + "records": 1345, "schema_version": "aoa-repo-local-kag-index-v2" }, { - "content_digest": "808e962a99892d4f1247fa7a336a46c8b09592da0a8d82b63bbff651bf488733", + "content_digest": "f548b8fe310cc66037281270ecf0fe7ebdde924a358ec8ef9b894c6c3f6fbacd", "kind": "artifact", "path": "kag/indexes/repo_artifact_index.json", - "records": 1339, + "records": 1345, "schema_version": "aoa-repo-local-kag-repository-index-v2" }, { - "content_digest": "16b3f73cf3c130c35179f16d93cd770435ff577fa28e51158cb76f7306f6d6c0", + "content_digest": "1c31677dfcb037a670e6fa21f68f059feef53bfb6c9c725d47b383e8b3fdf466", "kind": "anchor", "path": "kag/indexes/repo_anchor_index.json", - "records": 15356, + "records": 15521, "schema_version": "aoa-repo-local-kag-repository-index-v2" }, { - "content_digest": "e146cc796599833ae31e9dafaa51abc5f330b9ad7123e22c1755bb6b7b08adea", + "content_digest": "d420b64e320213a77d7ec1a625482f04790d6b0441c02fdcf0f6370ffbb39b95", "kind": "entity", "path": "kag/indexes/repo_entity_index.json", - "records": 6537, + "records": 6535, "schema_version": "aoa-repo-local-kag-repository-index-v2" }, { - "content_digest": "2ba8eed7820ec010b36be34cd8f5459b974d950d59eb99c6fced6e3cfdc26d32", + "content_digest": "9e02dd48a5f4153f65f96beb101eb31ee487049fa09877a3c3bd13c914762e69", "kind": "event", "path": "kag/indexes/repo_event_index.json", - "records": 802, + "records": 804, "schema_version": "aoa-repo-local-kag-repository-index-v2" }, { - "content_digest": "1c27c58658398fccf08250e7f39dcb90f3b8a88382dd1e8326a462e5e7b32127", + "content_digest": "50b94ceb72f1a083dacb0e9d0e35dbb5f4b5404a77c5f2686d8d3f37a3571e6d", "kind": "assertion", "path": "kag/indexes/repo_assertion_index.json", - "records": 2878, + "records": 2888, "schema_version": "aoa-repo-local-kag-repository-index-v2" }, { - "content_digest": "206923ff8c4a3d996fc8aa5e7df084d4ce7552b3cdbea6865a1c10cbf70617e0", + "content_digest": "80b5e68a0eee57abcf1eae2a00e427291eb561c0bae40a0440ccbe38f9667a82", "kind": "relation", "path": "kag/indexes/repo_relation_index.json", - "records": 12015, + "records": 12030, "schema_version": "aoa-repo-local-kag-repository-index-v2" } ], @@ -62,10 +62,10 @@ }, "family_identity": { "artifact_kind": "repo_local_kag_portable_family", - "content_digest": "4ffb2d1168d791e23ebc6a62ca5f1a91f54475a5f3c6b1e949249e09cae1624a", + "content_digest": "7b571d4ca6601a61318062a47961222503e7fbca6a9a97f14e889c3e25042ae5", "local_id": "family:repo-local:portable-record-corpus", "schema_ref": "aoa-kag:schemas/repo-local-kag-family-manifest.schema.json", - "source_snapshot": "sha256:6625311522ae73d458cd7a0004ee8fb38d4c83cdbdc095ac5212032efbcc523c" + "source_snapshot": "sha256:514d7aead6c7c02dec78b428d89950b28039eb6403215d8fceadd9202a8f2a49" }, "normalization": { "anchor_defaults": { @@ -851,552 +851,552 @@ "schema_version": "aoa-repo-local-kag-family-manifest-v3", "shards": [ { - "bytes": 72827, - "digest": "sha256:e40db92afceab905276bcd81d529050bcb1d622daadf6a89e68fff4a0fb4b65a", + "bytes": 71610, + "digest": "sha256:01f94e04e163e3ff943db8a9baa139c10696e1643affe1bfca90fbd6b3c09d44", "kind": "anchor", "path": "kag/indexes/shards/anchor/00.jsonl", "range": "00", - "records": 64 + "records": 63 }, { - "bytes": 48388, - "digest": "sha256:b215cb73e5302acfdbc48b685a825c34ea8c2336ef98bfc935925dd5980ba596", + "bytes": 50353, + "digest": "sha256:dc850d85f0e752d77a8aa0b059204f83d805a85b54afc0f98a42e99962f954c3", "kind": "anchor", "path": "kag/indexes/shards/anchor/01.jsonl", "range": "01", - "records": 61 + "records": 64 }, { - "bytes": 60905, - "digest": "sha256:7ea06d49b1e9e5d5b8e6d44e45ee00ed542c65fcc5124af6b7d857fd396b7324", + "bytes": 62250, + "digest": "sha256:8cfa96668e06afe7f9f37fb798f5e4a6fa04e8aa1dca8058d29c95636c9d1b45", "kind": "anchor", "path": "kag/indexes/shards/anchor/02.jsonl", "range": "02", - "records": 65 + "records": 67 }, { - "bytes": 70269, - "digest": "sha256:e6dde8f25768566654711e243087c79311f31ab40d227f829c04546432004258", + "bytes": 71072, + "digest": "sha256:76db5d32d2c23d667c0d6dc98680e57bd27d74e538784bb3afaa402269233162", "kind": "anchor", "path": "kag/indexes/shards/anchor/03.jsonl", "range": "03", - "records": 71 + "records": 72 }, { - "bytes": 61218, - "digest": "sha256:c4bd158593258e8ba1e98722860ae448c7322c3b2063cc650e34f642d6a8696e", + "bytes": 60415, + "digest": "sha256:9916c3ba0730ab802f9ee28fb421d51df070467d5b56a7828d91710392bf7437", "kind": "anchor", "path": "kag/indexes/shards/anchor/04.jsonl", "range": "04", - "records": 60 + "records": 59 }, { - "bytes": 99593, - "digest": "sha256:ff38402d94815a8426b700f55545ba97a00cd886db9b7279e116d416cc1ccce2", + "bytes": 102040, + "digest": "sha256:a3c7ab64fc517053f847d2279b4c5b6778fa97c78d6da719cc4862c7434840c6", "kind": "anchor", "path": "kag/indexes/shards/anchor/05.jsonl", "range": "05", - "records": 59 + "records": 63 }, { - "bytes": 55232, - "digest": "sha256:edd95cad8843c60b0b3e6fca0567b56d8c4e238cd13140d1fdd0d05ad812a6e7", + "bytes": 54840, + "digest": "sha256:8dec09eccbe6fc3c316ae9f274d82106b914e93b8410ff655b3d77e2f6f2e70e", "kind": "anchor", "path": "kag/indexes/shards/anchor/06.jsonl", "range": "06", "records": 50 }, { - "bytes": 54662, - "digest": "sha256:1552d874b7cd6f4c5f5411fb6c69e0b553f3637123c0a7c02e13e62e23d69e47", + "bytes": 56305, + "digest": "sha256:74242db1e97d2d5a7317547724e2a6f9fe6dadbdd86aff35db14f92e6a7192eb", "kind": "anchor", "path": "kag/indexes/shards/anchor/07.jsonl", "range": "07", - "records": 59 + "records": 61 }, { - "bytes": 72852, - "digest": "sha256:94ec83b24e75c690c77d6d259e1076b80c3a462e8ef899e90c9705b97ac4ee6c", + "bytes": 75442, + "digest": "sha256:2cf34202732d469701f8459560393a7701fae87be8559a0d0e3c12cc80f8e5f8", "kind": "anchor", "path": "kag/indexes/shards/anchor/08.jsonl", "range": "08", - "records": 73 + "records": 77 }, { - "bytes": 53161, - "digest": "sha256:6b9ef5b01e5f223f88adffb2ca23fa7b89db1f212b70d2afb7bcce36ddd27b99", + "bytes": 54683, + "digest": "sha256:833e8c2b09b481f8264ff9ceb4ca54f1bd0038cd8508ef93f07f9bce0d77731f", "kind": "anchor", "path": "kag/indexes/shards/anchor/09.jsonl", "range": "09", - "records": 57 + "records": 59 }, { - "bytes": 59989, - "digest": "sha256:1c1c60cfbd8eee989c16b860bdcbf3f07de0c44aa0a80516d15ea3c9c4f6decc", + "bytes": 60781, + "digest": "sha256:70ea45dbbc457aa520e90dd8bbe1f7f0c81a98b5566de14d08150099945398cd", "kind": "anchor", "path": "kag/indexes/shards/anchor/0a.jsonl", "range": "0a", - "records": 52 + "records": 53 }, { - "bytes": 69818, - "digest": "sha256:53f94e7f3cc466164317d76854d8c5fdf8321dd4875dee6328e06961fb0562f7", + "bytes": 71445, + "digest": "sha256:af53fe12cd05fb9efb82c88532fe12c66e8e14ca5b853a85c011c3ecce7f1609", "kind": "anchor", "path": "kag/indexes/shards/anchor/0b.jsonl", "range": "0b", - "records": 60 + "records": 62 }, { - "bytes": 62249, - "digest": "sha256:eae0ac691688f9ee2b3448d8ae4fbdc390614ad6cdcf4b4ddbafa3861c3f254d", + "bytes": 64676, + "digest": "sha256:26bd0a1d6580cd5cc80aa75e2539d85743786cba577cbe27a35a79e72d92ea84", "kind": "anchor", "path": "kag/indexes/shards/anchor/0c.jsonl", "range": "0c", - "records": 68 + "records": 71 }, { - "bytes": 54153, - "digest": "sha256:24602cc7408bbb5d02cc59dd490a9040beadb198345950037306077af1102a84", + "bytes": 56766, + "digest": "sha256:080ed17ea66cbc17f2dbc1d41145393f5842208819ec34fad3714a9cac00a330", "kind": "anchor", "path": "kag/indexes/shards/anchor/0d.jsonl", "range": "0d", - "records": 62 + "records": 65 }, { - "bytes": 65160, - "digest": "sha256:039c2e8d15c248a52512655b4e053479f6e2e77c959462872e40d25b122eee4a", + "bytes": 66535, + "digest": "sha256:d1adbfdc9727a1185c0ab5755a458a5c5c9172b50bda8cf17fbc828f0166a3f8", "kind": "anchor", "path": "kag/indexes/shards/anchor/0e.jsonl", "range": "0e", - "records": 70 + "records": 72 }, { - "bytes": 46326, - "digest": "sha256:38e7b24aa0343c9f1c9ed49b0b2d6e7c840ca9d4f31a7108c204999939d8942c", + "bytes": 48551, + "digest": "sha256:80ec6c186ea3cb7d77c7746206b853aa53e4265778f0c5f785fe4ccb99e8b2bf", "kind": "anchor", "path": "kag/indexes/shards/anchor/0f.jsonl", "range": "0f", - "records": 54 + "records": 57 }, { - "bytes": 58014, - "digest": "sha256:ae1bb4a1dfbc42c64e400cad3453839f48456fe836ecf262583fa37aca975cdb", + "bytes": 58800, + "digest": "sha256:4f1eb11865abbce39e4680a6b71cd76a1a756b2195ba6ef5f1908971f060009d", "kind": "anchor", "path": "kag/indexes/shards/anchor/10.jsonl", "range": "10", - "records": 51 + "records": 52 }, { - "bytes": 66327, - "digest": "sha256:e627a2a47f8e2710e05ae795bb979ca5dcab1af424ab135a25160798d08a1127", + "bytes": 67827, + "digest": "sha256:a04e75867496fa7293df6d14fd26dd5c90ab79ab6030933b610726f069c67864", "kind": "anchor", "path": "kag/indexes/shards/anchor/11.jsonl", "range": "11", - "records": 65 + "records": 67 }, { - "bytes": 69650, - "digest": "sha256:9305506e7375e503e770e1d5fdf5b4ea45f97b8140a8f19d7976f30fd22d7bc6", + "bytes": 70472, + "digest": "sha256:deb6bd601fca5306f4d10274d18bf4d6f4312cf86271de318df0f0aed2ef0249", "kind": "anchor", "path": "kag/indexes/shards/anchor/12.jsonl", "range": "12", - "records": 68 + "records": 69 }, { - "bytes": 107541, - "digest": "sha256:06e37a03ad4ddc2b766e0946bc748c4c5993238c64c521c0fefeaaa38ba0b569", + "bytes": 108081, + "digest": "sha256:0ab69962aa8c872a19585a604d1ae45d03f2774f5e89971fe1cc65949d4e1ca9", "kind": "anchor", "path": "kag/indexes/shards/anchor/13.jsonl", "range": "13", - "records": 71 + "records": 72 }, { - "bytes": 63083, - "digest": "sha256:df484f5e054b826499ecbe05d834835d387366e97c25f8cca84f34cf678d460d", + "bytes": 63040, + "digest": "sha256:b56bddc38eebd4dbb210425016f92ef04982dd73a316131e67ad4ef640287f64", "kind": "anchor", "path": "kag/indexes/shards/anchor/14.jsonl", "range": "14", "records": 59 }, { - "bytes": 42743, - "digest": "sha256:767256cbc1003863a276d26fb82c0a779745b6115ddcea94a958e81f5851724f", + "bytes": 42218, + "digest": "sha256:4248e12e460de1ac8110d3407f33da1919193e2c697a54a558a7997ab446cdec", "kind": "anchor", "path": "kag/indexes/shards/anchor/15.jsonl", "range": "15", "records": 54 }, { - "bytes": 75837, - "digest": "sha256:f342cc85e919ec9f10bdcec2dc9ed10b62c388040d6244e1d85fe394a058f7c4", + "bytes": 76387, + "digest": "sha256:b42921ebc395fea6f6087246e6ba9bcc94f7cb59df6a90f33547bbecb256fbc3", "kind": "anchor", "path": "kag/indexes/shards/anchor/16.jsonl", "range": "16", - "records": 61 + "records": 62 }, { - "bytes": 52481, - "digest": "sha256:0ad8722f31db7936becf9ea46bf298efb15374bf064c2a11b5dbfa91dfe1a4c9", + "bytes": 52362, + "digest": "sha256:653afb54667a8e81e8c2159784c5d4a3154383ac7b4aa995bfca257b92f8fe36", "kind": "anchor", "path": "kag/indexes/shards/anchor/17.jsonl", "range": "17", "records": 57 }, { - "bytes": 80166, - "digest": "sha256:f08494b1d7a7f326a3be74d46fce067955a90736383b4c51e71fd974c2abbcda", + "bytes": 79502, + "digest": "sha256:514c04238337d55b1e9d638c465e3ad666929c6db5478f3696262f8cd07b0acf", "kind": "anchor", "path": "kag/indexes/shards/anchor/18.jsonl", "range": "18", - "records": 61 + "records": 60 }, { - "bytes": 60126, - "digest": "sha256:b30c0cadd9ca0a6e796a16288cbdba7d5eab15e3336370c1b097bcae8b705ddb", + "bytes": 60381, + "digest": "sha256:a643a2d0e2b96d1f6817ed3c0082a2399fd019cd58da58f9c5923fd55104e2bf", "kind": "anchor", "path": "kag/indexes/shards/anchor/19.jsonl", "range": "19", - "records": 64 + "records": 65 }, { - "bytes": 40388, - "digest": "sha256:3eeb8ae7f74b7a9bbc3719eda516960a4742b486c9ced9f06a1f4fa2c6b8d82a", + "bytes": 40181, + "digest": "sha256:ea7abca008ebe14e411a6aa168770116179be5251747a2a349275d389c2f417f", "kind": "anchor", "path": "kag/indexes/shards/anchor/1a.jsonl", "range": "1a", "records": 49 }, { - "bytes": 51794, - "digest": "sha256:c2980145a41d549ce90cc7650a5a5e9291ffdf08a4cebe4d405f3747ab829de0", + "bytes": 50273, + "digest": "sha256:8f39c7b13e0d117f9e110398102cc4de73dd4df5838cf9187b8d0d9af754ba2d", "kind": "anchor", "path": "kag/indexes/shards/anchor/1b.jsonl", "range": "1b", - "records": 60 + "records": 58 }, { - "bytes": 57348, - "digest": "sha256:cb364d6cb82c10741cabbaf988f4e7ea813aea01f53bc51911c9eac2a9429d5d", + "bytes": 59037, + "digest": "sha256:c70e30b22a4ce704dc07bb30b6a4ae87f164ace6741bf5b2cd2f60f8b05155e4", "kind": "anchor", "path": "kag/indexes/shards/anchor/1c.jsonl", "range": "1c", - "records": 57 + "records": 59 }, { - "bytes": 60987, - "digest": "sha256:7b88ee7a3c31573a63bf99598e6a31238f77ff348e8ea63be514a23050c39169", + "bytes": 60158, + "digest": "sha256:9e21b63c04f11d89f77339f19009e27281315d61e603fb62088b9ae0827a32e0", "kind": "anchor", "path": "kag/indexes/shards/anchor/1d.jsonl", "range": "1d", - "records": 65 + "records": 64 }, { - "bytes": 46415, - "digest": "sha256:237676e82f76fe949dacb37747c30cc8c1043062783294d21b7c2be11399e743", + "bytes": 47907, + "digest": "sha256:c942f5cecf355b73d08e51f6334f4020bcabd3b083535ef700912e4bb2282e07", "kind": "anchor", "path": "kag/indexes/shards/anchor/1e.jsonl", "range": "1e", - "records": 44 + "records": 46 }, { - "bytes": 60482, - "digest": "sha256:606dfedba26bb9355e593e9a2926265673f82621684ff543c98d562e125738ab", + "bytes": 58050, + "digest": "sha256:7fdb0fb9f885ab1e6a84e1c991f3bb8f1722b0b8f9b9863c1e8f085986a406fb", "kind": "anchor", "path": "kag/indexes/shards/anchor/1f.jsonl", "range": "1f", - "records": 69 + "records": 66 }, { - "bytes": 52650, - "digest": "sha256:a3ea5c63765cfc43f40c928ed42b43f0c897089418a9b2faa5611eb706da99ec", + "bytes": 57057, + "digest": "sha256:4bc9473627feab61184d2589464e9b5788b76037a1e24be60fca7f8a07eceb48", "kind": "anchor", "path": "kag/indexes/shards/anchor/20.jsonl", "range": "20", - "records": 56 + "records": 62 }, { - "bytes": 49047, - "digest": "sha256:760232e41bbf4bcc611dd1a5bc956d1e0e12c5ce85049ef3a4098bd81d08a669", + "bytes": 49188, + "digest": "sha256:9044e5dc34257d3772bea1564518aefb7da54964ec4eb1ce59c6876fa2f73646", "kind": "anchor", "path": "kag/indexes/shards/anchor/21.jsonl", "range": "21", "records": 62 }, { - "bytes": 83075, - "digest": "sha256:cd9d3639c6b892283f7888be2349900d66ae30356e88659737a7ca9ad09c56fe", + "bytes": 83325, + "digest": "sha256:a559eb519d2ed1fb5572e6a56655d09779819c9bb4d131383494625ee47c1168", "kind": "anchor", "path": "kag/indexes/shards/anchor/22.jsonl", "range": "22", - "records": 58 + "records": 59 }, { - "bytes": 56210, - "digest": "sha256:f52ac1d31412329ce93129c82a5d9b749f161fa694b91acfc78c6ee903ebabb5", + "bytes": 57288, + "digest": "sha256:987767d78238a1c058b1caa5888952854d800a825f6a8ecd124b37d7303dfe24", "kind": "anchor", "path": "kag/indexes/shards/anchor/23.jsonl", "range": "23", - "records": 57 + "records": 59 }, { - "bytes": 52922, - "digest": "sha256:b98111fb0f6c7435a3a5c658d72b7e529ed9e0335480763ae00f762fdc868281", + "bytes": 54528, + "digest": "sha256:b9daeba0e6829a2859c3672bb52df3506e7982ede493b6e3ededb0ac98f97e1f", "kind": "anchor", "path": "kag/indexes/shards/anchor/24.jsonl", "range": "24", - "records": 64 + "records": 66 }, { - "bytes": 79641, - "digest": "sha256:f73d51db3d2c9fdd96d0067f6c29aec9e7fc98c72a0d0923faad113c8daff9f5", + "bytes": 80674, + "digest": "sha256:8a6ad1b82557644dbc88dd00e5caeab85d5037d1e3a7adb1b02ec696d462b168", "kind": "anchor", "path": "kag/indexes/shards/anchor/25.jsonl", "range": "25", - "records": 67 + "records": 69 }, { "bytes": 72023, - "digest": "sha256:c083ae034e274749db34ab538658e04437020536f41e0bf4f7bf7ef5ba9aecd6", + "digest": "sha256:a088adf92b033dc7cfa814428f474f7671e927d0416f26b90a30a3466bd44a4a", "kind": "anchor", "path": "kag/indexes/shards/anchor/26.jsonl", "range": "26", "records": 58 }, { - "bytes": 68043, - "digest": "sha256:8e0c03395cbe0d3502104ac1409e39214c822658a37904daa869f3a552020d64", + "bytes": 71647, + "digest": "sha256:d708b453dc339ad9c79ea6e9932ebcc2227e0f12609a33f22cc722ce9d61518e", "kind": "anchor", "path": "kag/indexes/shards/anchor/27.jsonl", "range": "27", - "records": 66 + "records": 71 }, { - "bytes": 36472, - "digest": "sha256:591feaed99b96ad033c6b9277395fda1dc69e62a8f9aa918c540193d438efbac", + "bytes": 37480, + "digest": "sha256:346ab0b0b18bc23ad4024838d349bdf06313cc4b54723d18cdc3b389960058ee", "kind": "anchor", "path": "kag/indexes/shards/anchor/28.jsonl", "range": "28", - "records": 47 + "records": 49 }, { - "bytes": 60645, - "digest": "sha256:19ebab190a911d31b145a7a992584fa0f7408203cb337248a9e37b19a8a607bb", + "bytes": 58225, + "digest": "sha256:e69153f48d3d68ae8822f72dfbb5a7751000a2ffa2a9bfa50869eda27e94773e", "kind": "anchor", "path": "kag/indexes/shards/anchor/29.jsonl", "range": "29", - "records": 64 + "records": 61 }, { - "bytes": 44152, - "digest": "sha256:ec24de4aa59eca7c387425d590151ac48184951bf6c652b147e5c52dc22fa6ee", + "bytes": 47016, + "digest": "sha256:a951371e5da41be9925d2aa94fdb1ed934a43bfbc278aa771e34536cb8aae5a6", "kind": "anchor", "path": "kag/indexes/shards/anchor/2a.jsonl", "range": "2a", - "records": 56 + "records": 60 }, { - "bytes": 43760, - "digest": "sha256:ae2a7d8d90c9306dbb5db437cb717baecbcb61898007244f1d172bf104ce2fcf", + "bytes": 44447, + "digest": "sha256:38bb268da66945c2f01efa95700fefb4389bcd57b95e8363dd0c4fcaecfe8173", "kind": "anchor", "path": "kag/indexes/shards/anchor/2b.jsonl", "range": "2b", - "records": 54 + "records": 55 }, { "bytes": 63517, - "digest": "sha256:47028d84dc065e605f243dee0341bbe2e0cd963393172d3ab4601d6d03bae1ef", + "digest": "sha256:eec586a6cd871e3014e7b0372a95aba81262d0abe9a82bcdd8dfcb9ce898d1ff", "kind": "anchor", "path": "kag/indexes/shards/anchor/2c.jsonl", "range": "2c", "records": 68 }, { - "bytes": 51556, - "digest": "sha256:21ca9601962f673ae3181b1acd5c3b4d9c0c4d24a9b03747fe1a29bfa00dc108", + "bytes": 52679, + "digest": "sha256:fe9f44742e5fbbca6eb26594c685c596cbcc567589243ec3181f8f320171275e", "kind": "anchor", "path": "kag/indexes/shards/anchor/2d.jsonl", "range": "2d", - "records": 50 + "records": 52 }, { - "bytes": 61005, - "digest": "sha256:a081338dfeefc94acf61372936c15b560668b9c5a2afc2efe11811244e7a3e5e", + "bytes": 58561, + "digest": "sha256:9ad82f8a8e8452f30a52840def4d3cad92ceb0e813ecdeaf8e8b1464693dc9ea", "kind": "anchor", "path": "kag/indexes/shards/anchor/2e.jsonl", "range": "2e", - "records": 67 + "records": 64 }, { - "bytes": 72221, - "digest": "sha256:7695afdae13ce14f6c53be0d12268780166775e73f93f2d0a18528b8bf49fdc5", + "bytes": 71968, + "digest": "sha256:977e57e6a5eeceae2888ac73c60402762aff207f07066b5ab10e47a400fb5a39", "kind": "anchor", "path": "kag/indexes/shards/anchor/2f.jsonl", "range": "2f", "records": 64 }, { - "bytes": 69355, - "digest": "sha256:382856bc2e3d37fd9d90fc08c5cbb7538c62d81a191a8c0fd60a44a1e68fdd11", + "bytes": 70735, + "digest": "sha256:167a8a8cf47675ed3db9fd8ca3615ce8f0b4f80d54350898e928043536eb01f5", "kind": "anchor", "path": "kag/indexes/shards/anchor/30.jsonl", "range": "30", - "records": 63 + "records": 65 }, { "bytes": 53107, - "digest": "sha256:593beecb7ba66b7d1ab163fbe973b14df6168c917afabc5a53f46e2ef1be98b5", + "digest": "sha256:f6f48a48760dc367b229678238838b4e10598dbdc9bb2b380632637545e76dfd", "kind": "anchor", "path": "kag/indexes/shards/anchor/31.jsonl", "range": "31", "records": 49 }, { - "bytes": 81386, - "digest": "sha256:2045f7641d599c9be4ba2e0f8fa79dd3e338fc1c68472e15a2cb3a277f966bcf", + "bytes": 82465, + "digest": "sha256:8636dfc3587c22b58bfd22a3495b8b3b4e01bdad996911a4511866588ef5f499", "kind": "anchor", "path": "kag/indexes/shards/anchor/32.jsonl", "range": "32", - "records": 63 + "records": 65 }, { - "bytes": 64641, - "digest": "sha256:0fb946cde05c86c578f921b8d4ec77119712e88ee2f65d44f3f949cc338ab2d7", + "bytes": 64315, + "digest": "sha256:789c0463083be0e931587b904d5acb993b444469dc7a0afe272d69aa5e014287", "kind": "anchor", "path": "kag/indexes/shards/anchor/33.jsonl", "range": "33", "records": 65 }, { - "bytes": 57597, - "digest": "sha256:58e0d4ab442fd01f95aa9378f6622f64ec4bffb592836a2d6b3a53a0f5f6a521", + "bytes": 57594, + "digest": "sha256:e1994e9b92e8dc0c0fe5ad26d87edf09d5a697942058c0bec398faed943973b5", "kind": "anchor", "path": "kag/indexes/shards/anchor/34.jsonl", "range": "34", "records": 52 }, { - "bytes": 74299, - "digest": "sha256:2d48d76df5bc3b306118abc800cc9db0a561db2a2c6beadf7e9cc2cf04d9e171", + "bytes": 74156, + "digest": "sha256:7ad51ba9ec3594bf4c61721f1998c7d72b7ded8ef2d5c0648be87a3b439cd6ed", "kind": "anchor", "path": "kag/indexes/shards/anchor/35.jsonl", "range": "35", "records": 70 }, { - "bytes": 48380, - "digest": "sha256:4c21cf0af6b520d08092afd1bb8839f7febeb29cc634c3d99a709b363b65d2d6", + "bytes": 48915, + "digest": "sha256:fffb15fcc051db16941211dfbd1d962f4709fe361d129c5c5dbb8af127b8bf8a", "kind": "anchor", "path": "kag/indexes/shards/anchor/36.jsonl", "range": "36", - "records": 55 + "records": 56 }, { - "bytes": 63590, - "digest": "sha256:813b1f0be38eeec60c0583807aeed3a5f8b9c60aa6ba09a99c58551d90f48a96", + "bytes": 64877, + "digest": "sha256:e765e16fab00641edf7489e9715b824ae74c543b0af9f84f9d6e054abf17c8ed", "kind": "anchor", "path": "kag/indexes/shards/anchor/37.jsonl", "range": "37", - "records": 57 + "records": 59 }, { - "bytes": 48495, - "digest": "sha256:e829696d844f06f6ff4dfb4d743e07e974e490e747e5ab26cf2714da0f04335f", + "bytes": 50447, + "digest": "sha256:e34fa1cd8f2aa6bb70facd65c26af29870cb9e6d83329149b896080e26ef6747", "kind": "anchor", "path": "kag/indexes/shards/anchor/38.jsonl", "range": "38", - "records": 49 + "records": 52 }, { - "bytes": 61751, - "digest": "sha256:0a3b5d0a38538f83653f832d7ade500895af1170795ae6776f017e792123fe13", + "bytes": 61890, + "digest": "sha256:e71eff33faff3bdd97e93e8540edc8d20434c240a09bedbc16407117c1f2a91f", "kind": "anchor", "path": "kag/indexes/shards/anchor/39.jsonl", "range": "39", - "records": 63 + "records": 64 }, { - "bytes": 112489, - "digest": "sha256:b1df4fceec36239dc115faa350aca1b40bd7fda9ada854a4807143e26d222382", + "bytes": 112349, + "digest": "sha256:6d8817c941983110d24fe28ab05a917b76819dc707b132a11f43bd5750a95b49", "kind": "anchor", "path": "kag/indexes/shards/anchor/3a.jsonl", "range": "3a", "records": 73 }, { - "bytes": 80874, - "digest": "sha256:186cd6d6caf3c5cd175d564440c351cadce92f26aa9ada0536c82e6325b3ed86", + "bytes": 83288, + "digest": "sha256:c95f72c0a41019253b5219513bc62cb04f4a45ab49c3f7ed8033eb50428038b5", "kind": "anchor", "path": "kag/indexes/shards/anchor/3b.jsonl", "range": "3b", - "records": 63 + "records": 66 }, { - "bytes": 65161, - "digest": "sha256:aacdad518f7d08ea7d4547ab3c7bf3ad78dfd862c4efcd8cc0ca09ba0c754b6b", + "bytes": 62736, + "digest": "sha256:8baa5bd51b2942582488fb92bda67146e888d8c0c592e420fe0d1d7f01050522", "kind": "anchor", "path": "kag/indexes/shards/anchor/3c.jsonl", "range": "3c", - "records": 55 + "records": 52 }, { - "bytes": 36056, - "digest": "sha256:d3bec02f4b5368985d63725bd8caa9a423ac9657741658efee188b781f7aa9d2", + "bytes": 36868, + "digest": "sha256:efd0d362700b758e7f358e7f7e092f5a2c47410bc80a7697c55a4794e2bfb73e", "kind": "anchor", "path": "kag/indexes/shards/anchor/3d.jsonl", "range": "3d", - "records": 51 + "records": 52 }, { - "bytes": 46882, - "digest": "sha256:5bab1d864c541c9ed693d68a4f571674ece02c6ca5882236787eb94b3d03e188", + "bytes": 48405, + "digest": "sha256:40962a7e659d2f6433f0395d2c2ec5e53a24784cb8a0430fe29365522d23b008", "kind": "anchor", "path": "kag/indexes/shards/anchor/3e.jsonl", "range": "3e", - "records": 55 + "records": 57 }, { - "bytes": 59029, - "digest": "sha256:02c43630f7cd23916f321240ed683a997e63749dff13202192c59abdfdd9f331", + "bytes": 58229, + "digest": "sha256:5ebfb096840e807a55ab52516b88bf2eb027227a402f0ab99b0645c979ea2e07", "kind": "anchor", "path": "kag/indexes/shards/anchor/3f.jsonl", "range": "3f", - "records": 58 + "records": 57 }, { - "bytes": 61085, - "digest": "sha256:db3aa4d39a968e704a492004ebbc8d97857051665cd54ee85095eabae1c65fb9", + "bytes": 58672, + "digest": "sha256:b39cbeca164052f96fddd6c4678e957c82cd63208e81083ae1b1267951d3c2eb", "kind": "anchor", "path": "kag/indexes/shards/anchor/40.jsonl", "range": "40", - "records": 65 + "records": 62 }, { - "bytes": 50362, - "digest": "sha256:4320e33c7b08f7b5eaa06d7f36c33e06a39c9c9acc89660059e1ce86a72b49f3", + "bytes": 49557, + "digest": "sha256:f842cfcb11c3ea7925ba2647915dbc06de21ccc437328431fe7a99c8876a483b", "kind": "anchor", "path": "kag/indexes/shards/anchor/41.jsonl", "range": "41", - "records": 54 + "records": 53 }, { - "bytes": 49783, - "digest": "sha256:2351ed2d28a10c2eac7c255daee0cc6bcd28383526a04e61de0badbf1ef87b62", + "bytes": 47623, + "digest": "sha256:f5bebe22e8af01d6f142513e681cb9c5e210f8c1e74756b6610fa16d853e08c0", "kind": "anchor", "path": "kag/indexes/shards/anchor/42.jsonl", "range": "42", - "records": 52 + "records": 49 }, { - "bytes": 60862, - "digest": "sha256:1ea8aff06ca3db39f72540b74535ab81c313c67f11a5e15761c960f59ef3f12a", + "bytes": 60760, + "digest": "sha256:a8f5739202b51d38d909e564e5e2cb6fdf84ab5ca7014ea9d031222d3dbd8429", "kind": "anchor", "path": "kag/indexes/shards/anchor/43.jsonl", "range": "43", "records": 57 }, { - "bytes": 78911, - "digest": "sha256:ee3efdd4aa77745449fca74864f7cecb6ae1ee306c4e92a9f8a9c0ec11abe935", + "bytes": 78370, + "digest": "sha256:e3fb543977138f99698a17dd372cd9835dddda59e9aca273114181c8d3221a87", "kind": "anchor", "path": "kag/indexes/shards/anchor/44.jsonl", "range": "44", @@ -1404,35 +1404,35 @@ }, { "bytes": 52166, - "digest": "sha256:46403d31a8b871710cea9625d110b117029c48eaec6780ba7944751cf5095d02", + "digest": "sha256:ae511b012fd48295bbaed91d02ec20c6ffbe895ef44f1bc10553e3f7269fa0b6", "kind": "anchor", "path": "kag/indexes/shards/anchor/45.jsonl", "range": "45", "records": 43 }, { - "bytes": 68127, - "digest": "sha256:00c5ee43a7e2fdce425dd3aecfb6d40a0486cca14168b7dbdb110c99bb42d7df", + "bytes": 66294, + "digest": "sha256:166d67b40d7a9aa9d545ff3be350883495b0ab51ec0a35cd527f116885deb935", "kind": "anchor", "path": "kag/indexes/shards/anchor/46.jsonl", "range": "46", "records": 72 }, { - "bytes": 42178, - "digest": "sha256:3b210aa06131f31821343f73d6b21ef159606ff7258477e1f1a739499c4fe438", + "bytes": 41519, + "digest": "sha256:d49198e96d85d08f442bb24595dcbd47523cce9a06e873217270887d0236c664", "kind": "anchor", "path": "kag/indexes/shards/anchor/47.jsonl", "range": "47", - "records": 54 + "records": 53 }, { - "bytes": 67004, - "digest": "sha256:c21097570f1c51904fbe601994853e149baf9b0bee7e5634f2c87ada29e33c40", + "bytes": 70398, + "digest": "sha256:af3d79a36efbee27473939c41a7965cb3c8fcfc238b586b41d9af678af9ffcf8", "kind": "anchor", "path": "kag/indexes/shards/anchor/48.jsonl", "range": "48", - "records": 63 + "records": 67 }, { "bytes": 54964, @@ -1443,476 +1443,476 @@ "records": 63 }, { - "bytes": 41456, - "digest": "sha256:b374fe278356d16969efb3e9bc91fae3e5cd5e47cb4b20a91634d40c19a6bb61", + "bytes": 42533, + "digest": "sha256:b04b16cff7911f9290d78ee1da2a5a3a15c41a93793cb73612cd212ac892467b", "kind": "anchor", "path": "kag/indexes/shards/anchor/4a.jsonl", "range": "4a", - "records": 48 + "records": 50 }, { - "bytes": 61154, - "digest": "sha256:e038d8ab99f1f4149008c177fafc7eb1705ae6316ecb52a60c672ec0317150cf", + "bytes": 60890, + "digest": "sha256:5f37c06b01fa0dee70f7ac2bb5d10d7ad0d302412cf91878b45aa5370ca07772", "kind": "anchor", "path": "kag/indexes/shards/anchor/4b.jsonl", "range": "4b", "records": 65 }, { - "bytes": 48257, - "digest": "sha256:1169533c31971a74bf9dd862b043c4a433afb16ab59efdf4bb0d472880bc4fbd", + "bytes": 48788, + "digest": "sha256:9cc9bd30242e19fb3936a0e57908234130000fc5a3898bab864ac0964973ae34", "kind": "anchor", "path": "kag/indexes/shards/anchor/4c.jsonl", "range": "4c", - "records": 46 + "records": 47 }, { - "bytes": 57162, - "digest": "sha256:bb1549320a5b3abb73ca54ab9e2f20447b2a190025d1574cf0cc03428e4fe074", + "bytes": 56352, + "digest": "sha256:165817f3a16c1488493d073d0795afd79eedaf0f5dad20b9e2482ba907591403", "kind": "anchor", "path": "kag/indexes/shards/anchor/4d.jsonl", "range": "4d", - "records": 65 + "records": 64 }, { - "bytes": 57398, - "digest": "sha256:0197c837f212101c0b3bf1ff01f0a5ba43027b192cb0dbe9fe16e6c96279edaa", + "bytes": 56186, + "digest": "sha256:bfc4eca93337da9fda2d70fd11cb73c37576f6ef6656617e8886556147bc5457", "kind": "anchor", "path": "kag/indexes/shards/anchor/4e.jsonl", "range": "4e", - "records": 65 + "records": 64 }, { - "bytes": 59563, - "digest": "sha256:884b2ca11c8bf49cbf3a4582e7a872f781e58617a27f94a6c8be339245bfabc3", + "bytes": 61039, + "digest": "sha256:76146f42528130f78f50fadb9f415d231a621f684e0d6b54df5cd64a8eb40c09", "kind": "anchor", "path": "kag/indexes/shards/anchor/4f.jsonl", "range": "4f", - "records": 54 + "records": 56 }, { - "bytes": 63899, - "digest": "sha256:45393d905f92ea63edb5d41ce3c1f7cc75407dc791eb942abcf8f06bd2cce0bf", + "bytes": 63828, + "digest": "sha256:b822b2b1eeb490c3da7bfc5386aa4e202d7d0bbc1c0b3681eb239a6498743569", "kind": "anchor", "path": "kag/indexes/shards/anchor/50.jsonl", "range": "50", "records": 68 }, { - "bytes": 69917, - "digest": "sha256:431220cadfb20bf5e8a88e599c25ddabb73e78c7129ffac6468da868d3246fcd", + "bytes": 70730, + "digest": "sha256:d6e19486ca5c1fae86a245bb4b8428735b404439ef51f77d0b97298b61c21d52", "kind": "anchor", "path": "kag/indexes/shards/anchor/51.jsonl", "range": "51", - "records": 65 + "records": 66 }, { - "bytes": 58164, - "digest": "sha256:5b8cb90f39c3aa4484a3bfbb2aaea3907813d554ae7e73dd22f804d9d396f14f", + "bytes": 57206, + "digest": "sha256:74d74c2b0db79dbb38f138258b4fe1ed9b22c7961c4406c3fadef1ce6681b2c4", "kind": "anchor", "path": "kag/indexes/shards/anchor/52.jsonl", "range": "52", - "records": 62 + "records": 61 }, { - "bytes": 83661, - "digest": "sha256:a546d43f57814bcc5b5599c7d284b50d325d474584370966bfea788827ce1607", + "bytes": 84977, + "digest": "sha256:8d1928aaf7f89aad47ac9e6dd6175c6e6e528816fd828c997fdb1b0d2e7c4261", "kind": "anchor", "path": "kag/indexes/shards/anchor/53.jsonl", "range": "53", - "records": 58 + "records": 60 }, { - "bytes": 64800, - "digest": "sha256:73c6394b3f64ff9a442dc579e565e864b2a1f382b9badf2d73a9e961c0f8967f", + "bytes": 64974, + "digest": "sha256:4adb29323a9bedc722125414906473100b678876e2be05246622050ab57d21da", "kind": "anchor", "path": "kag/indexes/shards/anchor/54.jsonl", "range": "54", "records": 59 }, { - "bytes": 82527, - "digest": "sha256:ab90a07a35d3f359fda326112f5417a3e8fec20991c2d83935fb59b4b33ee2f8", + "bytes": 81752, + "digest": "sha256:9d3493fc9c862c3c38b4a5017339ce74377427bc7e489535021e0ac88ebe83b5", "kind": "anchor", "path": "kag/indexes/shards/anchor/55.jsonl", "range": "55", - "records": 70 + "records": 69 }, { - "bytes": 75092, - "digest": "sha256:899e46180ac0e86c7e78a8b674dc07d48a7650a3145f9ff3907d95582012c401", + "bytes": 75887, + "digest": "sha256:665f5d32ae63afaf1fdd314e17a66fec9b38983cf478ecbdb32ce839924b540c", "kind": "anchor", "path": "kag/indexes/shards/anchor/56.jsonl", "range": "56", - "records": 61 + "records": 62 }, { - "bytes": 48572, - "digest": "sha256:c74e0d53da1d561bc4e551d20d12b8ac1e837988d044a98002fdb53717b0dd27", + "bytes": 49209, + "digest": "sha256:f1dde959e5e12aeef76573572f4d0034cb7c57b60b83a6c0c4761dc379a8a74e", "kind": "anchor", "path": "kag/indexes/shards/anchor/57.jsonl", "range": "57", - "records": 51 + "records": 52 }, { - "bytes": 35966, - "digest": "sha256:07e631b05c00b76f9d0ba023c6dd3e0f26061a0359118bc89c2e81bb6006aa5e", + "bytes": 36513, + "digest": "sha256:d966d5021f25d99e2a8943fd274442ffa1c73b15391e70f34ba2d300607325ba", "kind": "anchor", "path": "kag/indexes/shards/anchor/58.jsonl", "range": "58", - "records": 55 + "records": 56 }, { - "bytes": 50079, - "digest": "sha256:2d102cab7001ce00b20115f46653b9138fb5835709b78a78c016e11ba543276f", + "bytes": 49309, + "digest": "sha256:60a2921fca1157318bcb8229296462b840032dc20619c21a0eb5bc1153205548", "kind": "anchor", "path": "kag/indexes/shards/anchor/59.jsonl", "range": "59", "records": 43 }, { - "bytes": 70025, - "digest": "sha256:54606cd0d921c1faa3991bf0d3ac7b97068b70e09dec84a185d288430c75312c", + "bytes": 70009, + "digest": "sha256:37ed54e1d118bdec0bb5cbd975e31fb09dac82fa539a23b97800e6d1395487fa", "kind": "anchor", "path": "kag/indexes/shards/anchor/5a.jsonl", "range": "5a", "records": 63 }, { - "bytes": 46937, - "digest": "sha256:038935590974371773b90a153e2c82d2d0bd7acacd453a440156f62546aeabfa", + "bytes": 49095, + "digest": "sha256:5703de52318dfb27b703e442945ea3c00831fa315e5659f8c7b58e9f9184a05e", "kind": "anchor", "path": "kag/indexes/shards/anchor/5b.jsonl", "range": "5b", - "records": 46 + "records": 49 }, { - "bytes": 85903, - "digest": "sha256:dcc1d171fd5e9aecbc278e00185b60c4550e9014b3b8e070dfc25c9183046d19", + "bytes": 84953, + "digest": "sha256:076ba6a2528d09247fe8a0d69a2d3e7a8fabb3f3e0042ceab5fd0ac9fffc1be9", "kind": "anchor", "path": "kag/indexes/shards/anchor/5c.jsonl", "range": "5c", - "records": 70 + "records": 69 }, { - "bytes": 61047, - "digest": "sha256:9a44443c2b82eb1dde7f1820c83b91190c7aae4fe6322ac4453690e6964969db", + "bytes": 61774, + "digest": "sha256:9d333b41455ed21ffd4bafe1c7300bc5d5f0174c3d2d2af8b8eefa181256b72a", "kind": "anchor", "path": "kag/indexes/shards/anchor/5d.jsonl", "range": "5d", - "records": 58 + "records": 59 }, { - "bytes": 46915, - "digest": "sha256:5bb35e38dd655745d47eb85aad47ee5ff8ed454cb194e9e7fb3caa12e575f167", + "bytes": 47723, + "digest": "sha256:9a4450834f32612868a5f8fc9d1885c25761fdd6b05acf20757f6591f5866846", "kind": "anchor", "path": "kag/indexes/shards/anchor/5e.jsonl", "range": "5e", - "records": 50 + "records": 51 }, { - "bytes": 65780, - "digest": "sha256:4025f6121bd2e0aa6cca83cb49aa9a2503ab624680e1d972e64e64244f9296f6", + "bytes": 63748, + "digest": "sha256:352e6b71d9d64fcb37a97a3933a8f7b904f16ad3d3e6e7cf9755d0e7d428bd33", "kind": "anchor", "path": "kag/indexes/shards/anchor/5f.jsonl", "range": "5f", - "records": 66 + "records": 63 }, { - "bytes": 63506, - "digest": "sha256:acc5c7a44cd23843fec4e1de692aa145a3e0b1c2d029ea97749bb39e8d5a2992", + "bytes": 64770, + "digest": "sha256:e6e953af3500844eeeddc495f8799713eec51c3ab463c2f469d3473e46ac3891", "kind": "anchor", "path": "kag/indexes/shards/anchor/60.jsonl", "range": "60", - "records": 66 + "records": 68 }, { - "bytes": 51219, - "digest": "sha256:c9c9524d0e3a6b62ec8d713e8720b25aa3557997fca208bcf3addbddff5496e2", + "bytes": 52029, + "digest": "sha256:9ba6e28f3e655da35f64a3b1f4f43785557125922c5a4b591d451592ed26caeb", "kind": "anchor", "path": "kag/indexes/shards/anchor/61.jsonl", "range": "61", - "records": 58 + "records": 59 }, { - "bytes": 64741, - "digest": "sha256:aa17360ec96eb45f99cda48674f25632be53a6c07aba3c5ae8fbbc69ca7e9958", + "bytes": 66099, + "digest": "sha256:17728e1d42666810eb0daf4385cc700e9f5fbc040a88789fd8fd29ea1c03c9dd", "kind": "anchor", "path": "kag/indexes/shards/anchor/62.jsonl", "range": "62", - "records": 66 + "records": 68 }, { "bytes": 66848, - "digest": "sha256:50c066cf31ff0bdf9c8b9ef646f450d1a487b8ab5ae384b1686998ebabf5f8f8", + "digest": "sha256:a49835bcdb9472eb9c9a902c8fcba84c004999b079654eaedb3dfbda247c8453", "kind": "anchor", "path": "kag/indexes/shards/anchor/63.jsonl", "range": "63", "records": 68 }, { - "bytes": 56033, - "digest": "sha256:bdfcca096c4e4b0d037a13787e4a5f76f422721f61fa578a9c341d65b3579aa5", + "bytes": 56785, + "digest": "sha256:3fabd0e5e8c48c3819058dbd0f13ff14b3a6e7b621ce09b5d62cceb76a0b43f0", "kind": "anchor", "path": "kag/indexes/shards/anchor/64.jsonl", "range": "64", - "records": 60 + "records": 62 }, { - "bytes": 45326, - "digest": "sha256:82014e6aaca105a8ce46c547601cedcb3d9948fec3a572cf5e64b6453148b768", + "bytes": 47909, + "digest": "sha256:413b8c17d2ba6e6f05b273aa01fc8dffd3a0e2d84a33f5bd94d6399691c6281a", "kind": "anchor", "path": "kag/indexes/shards/anchor/65.jsonl", "range": "65", - "records": 53 + "records": 55 }, { - "bytes": 40407, - "digest": "sha256:dfce9c378689651b23f484f17ca159709688c57b8b276aa58e378b31ff5231ef", + "bytes": 41756, + "digest": "sha256:c19778f67ca6d0c5fd5f40c446b534aa70c6c606674a512cec7ad0e27f83e43f", "kind": "anchor", "path": "kag/indexes/shards/anchor/66.jsonl", "range": "66", - "records": 62 + "records": 64 }, { - "bytes": 65823, - "digest": "sha256:aff5620d30585c3cef9cb582f9d9acabba1847b83b942728d0050b191d7e52e7", + "bytes": 63233, + "digest": "sha256:d11373a80aaf4766fcd370348db357a74772626b4614ee592228da02b4ac307d", "kind": "anchor", "path": "kag/indexes/shards/anchor/67.jsonl", "range": "67", - "records": 66 + "records": 63 }, { - "bytes": 50717, - "digest": "sha256:a32548a4dd9bd7ea2ef61cbf56b432e02b3c7c2458295c125d94c9f1f6aa8caa", + "bytes": 49942, + "digest": "sha256:45842fe4b8d9f18ec6c9e62eaea77cdf226434fda7fd844fad943ff177f84b7b", "kind": "anchor", "path": "kag/indexes/shards/anchor/68.jsonl", "range": "68", - "records": 58 + "records": 57 }, { - "bytes": 72249, - "digest": "sha256:2b79df88c0b96be929e3c279bb3c0c5febb39ab66c6bf17b447422c69b97e310", + "bytes": 72825, + "digest": "sha256:9b94fe80d0b25781a2d42083de6b2fd7f224f654b13eb2695ec73294fd890117", "kind": "anchor", "path": "kag/indexes/shards/anchor/69.jsonl", "range": "69", - "records": 57 + "records": 58 }, { - "bytes": 98195, - "digest": "sha256:b3bb7153f222033e39e3c27e3d2c71e75945b2778ec45170676b0a893835b9c1", + "bytes": 98734, + "digest": "sha256:d0f203466b2285bf7a6b0dcefb6dfa6114ea3d2ac7f4027edd47b17f4e7efed5", "kind": "anchor", "path": "kag/indexes/shards/anchor/6a.jsonl", "range": "6a", - "records": 70 + "records": 71 }, { - "bytes": 71766, - "digest": "sha256:67e7821f2bd88302fd2b3017ea1847496f7e0fb7f05d703cd3582498a9dd917e", + "bytes": 70022, + "digest": "sha256:be8fc3fc276ab9e68f189f3101130053cca730fd6d27d8826bde4bc26a50d717", "kind": "anchor", "path": "kag/indexes/shards/anchor/6b.jsonl", "range": "6b", - "records": 75 + "records": 73 }, { - "bytes": 44243, - "digest": "sha256:9aead98f19f57f971272dd75b23ca9793ea8b3b6bfc9b49ae833aa5f07f53ee8", + "bytes": 46715, + "digest": "sha256:855fc3f9b1b8904bef752c611f6341df2165355b69a04cee320eae527ca767ad", "kind": "anchor", "path": "kag/indexes/shards/anchor/6c.jsonl", "range": "6c", - "records": 55 + "records": 59 }, { - "bytes": 86649, - "digest": "sha256:97d2504d354974dd3e497a5c970d1eadb4265e9826e51718bf0a19f1970279fa", + "bytes": 86742, + "digest": "sha256:0f18c3c32c524da71bbdeefbf78b2ad19ba075e92b60a91dff59e7e15eb2aed8", "kind": "anchor", "path": "kag/indexes/shards/anchor/6d.jsonl", "range": "6d", "records": 76 }, { - "bytes": 64534, - "digest": "sha256:7831a26838ebbd13d89337bef75a769de2e26c435b7cf64ea5a95825db7105fe", + "bytes": 64835, + "digest": "sha256:7a01d3e21ba0a1bed82f41967b57e0eaf5fa1c52ef9204425e67428c2b12a708", "kind": "anchor", "path": "kag/indexes/shards/anchor/6e.jsonl", "range": "6e", - "records": 57 + "records": 58 }, { - "bytes": 80395, - "digest": "sha256:b24fcc9379dff028ed69a06ca0ece9afd5f18729b3b1d94adeb4bf5ab887c53e", + "bytes": 80924, + "digest": "sha256:5e3a61da3081c5390fb498c053e47bfee1217e492bd48bb8c2537b45bffa3467", "kind": "anchor", "path": "kag/indexes/shards/anchor/6f.jsonl", "range": "6f", - "records": 68 + "records": 69 }, { - "bytes": 71383, - "digest": "sha256:a28d09e838201774e1364412f4cb64b8ddbf53dde80285a37fd7372528113ec3", + "bytes": 70633, + "digest": "sha256:be337bd5feb10f4b15d060d2ea9512e46a92e934fafcbec3e7ada4b1b9ef79db", "kind": "anchor", "path": "kag/indexes/shards/anchor/70.jsonl", "range": "70", - "records": 74 + "records": 73 }, { "bytes": 51614, - "digest": "sha256:69530b234ac7605a46326fa2029221871cd13ccf9ad37cf90fc5b3dfd0f9b265", + "digest": "sha256:212006f5c35d0b0b9262b0b15cc50027283bd05a2ea187999527aa622fdf1e07", "kind": "anchor", "path": "kag/indexes/shards/anchor/71.jsonl", "range": "71", "records": 47 }, { - "bytes": 47557, - "digest": "sha256:5a23fa34f1be359dc39873f66c7c42a32cbaa3c51a7cdbf73d93e0eaa6a3fc02", + "bytes": 50186, + "digest": "sha256:d53cda57289f900fd222000e858e722c593da30a37dc898aedfb0a127a7daefd", "kind": "anchor", "path": "kag/indexes/shards/anchor/72.jsonl", "range": "72", - "records": 62 + "records": 66 }, { - "bytes": 52578, - "digest": "sha256:f07c39dead7a71e5b4c2a03d8e2888b8ec4869e39b1c8c5971921ed98b332291", + "bytes": 56130, + "digest": "sha256:77ccefcef722d9326ebb340da90deb44f6c693ee594b8bb1ceac3bf85aec54e7", "kind": "anchor", "path": "kag/indexes/shards/anchor/73.jsonl", "range": "73", - "records": 60 + "records": 65 }, { - "bytes": 53041, - "digest": "sha256:9dc3351492cd546e5e83a420e5ac68b63900f1b89f4c6a511fc0254d1b3442ae", + "bytes": 54631, + "digest": "sha256:d80f7183eb4a6628c2dfd1890d37a2df6bcf11aa73b72e02c62174cd267e78fb", "kind": "anchor", "path": "kag/indexes/shards/anchor/74.jsonl", "range": "74", - "records": 59 + "records": 61 }, { - "bytes": 43235, - "digest": "sha256:3aeab38ff2f018f4c4ffc0af9c55f916efdae19e87494dcc6eed83f8dcec322b", + "bytes": 45944, + "digest": "sha256:0c9f94046ce3595d9dc381e0f4984dd24c5ecf06265a1f4d6abf26f4e1fa28d3", "kind": "anchor", "path": "kag/indexes/shards/anchor/75.jsonl", "range": "75", - "records": 50 + "records": 54 }, { - "bytes": 114433, - "digest": "sha256:050116a7e11444fa24cdfc6b5aa80b16ef178ad39ebd2820f4f97ce00891de6d", + "bytes": 113601, + "digest": "sha256:f1c037b23edb273b9676783e8af13896fea831f912875ade1373555699413326", "kind": "anchor", "path": "kag/indexes/shards/anchor/76.jsonl", "range": "76", - "records": 62 + "records": 61 }, { - "bytes": 68297, - "digest": "sha256:042c46bace474f080981b38e2d4979133b075aa3971baefde7407d23562b92f2", + "bytes": 67120, + "digest": "sha256:dbab73b45641efc689a03881c66ba2d423f116d9dcec60082641424de1eb4ec6", "kind": "anchor", "path": "kag/indexes/shards/anchor/77.jsonl", "range": "77", - "records": 74 + "records": 73 }, { - "bytes": 53547, - "digest": "sha256:02a7aad1a712aecaa5fecde92bf399eb17639153ec9c3c8f41a1daf240182a3e", + "bytes": 52073, + "digest": "sha256:f22df82abbd42b15e92868fb72a7c5c649e3342c770ef1767f610780cfd63016", "kind": "anchor", "path": "kag/indexes/shards/anchor/78.jsonl", "range": "78", - "records": 61 + "records": 59 }, { - "bytes": 54018, - "digest": "sha256:0427b1e16f05b59dba8123c1839f9404b5317b4c81fd97715a3434b4faa16e59", + "bytes": 54019, + "digest": "sha256:8e7817a2674c723756a39f71d79f85634e25195b16e0fc9855eecd0fb35f4b14", "kind": "anchor", "path": "kag/indexes/shards/anchor/79.jsonl", "range": "79", "records": 56 }, { - "bytes": 62931, - "digest": "sha256:b83c18a3ad8066bd91a9d08211daca75c25aec5fb12ad01a82d10acc09ab49a1", + "bytes": 62263, + "digest": "sha256:494b7ad1a193180bfc72e67b6ec58e6ed6da91c3c5b3df858c11de28655f7414", "kind": "anchor", "path": "kag/indexes/shards/anchor/7a.jsonl", "range": "7a", - "records": 62 + "records": 61 }, { - "bytes": 59947, - "digest": "sha256:bfb5e22e7a9cf3100a4f036821d0a7938a1848b3139d5087dc3c9969303cf9ba", + "bytes": 62428, + "digest": "sha256:ae929ca9977553e6d0e5e8afbdd4997dabaa7a1f4ec587ba1b6f7cf63ea935bc", "kind": "anchor", "path": "kag/indexes/shards/anchor/7b.jsonl", "range": "7b", - "records": 58 + "records": 61 }, { - "bytes": 43962, - "digest": "sha256:e99465be0fb777dc11fca92e4cdd8501985b3f1088cb41783811a56d2f4e87c0", + "bytes": 43299, + "digest": "sha256:eeb34aeae90ca665c0f7edcad6efb27514ca86476c8c8010cc4dd280b3030d48", "kind": "anchor", "path": "kag/indexes/shards/anchor/7c.jsonl", "range": "7c", - "records": 51 + "records": 50 }, { - "bytes": 69749, - "digest": "sha256:8b9b3bfb83673db69408651c556ebbbab81f72bf6d2680fdfaab13e2d443b7d7", + "bytes": 70249, + "digest": "sha256:c578b1e57e8c4427fbd2b93243b635fbb1e79ed53de8fe88c3da1ba851881b71", "kind": "anchor", "path": "kag/indexes/shards/anchor/7d.jsonl", "range": "7d", - "records": 65 + "records": 66 }, { - "bytes": 55939, - "digest": "sha256:b7e57987663bd5510b0985f2a4cfc5f64f6c970bc771add0b6cc49a9094754a8", + "bytes": 56522, + "digest": "sha256:ba543bd490421ab0f6e02be6990cdefc58ac2f338719db7b98f971c6a9bde3d5", "kind": "anchor", "path": "kag/indexes/shards/anchor/7e.jsonl", "range": "7e", - "records": 55 + "records": 56 }, { - "bytes": 56511, - "digest": "sha256:d2a234935d6990480d77bc3d58102636656892608fb8bc1a85e8821b914ca2f2", + "bytes": 58581, + "digest": "sha256:fdad540372c4ee178616f67277563f6916fa9ac302c527f98ee833a201a8fde2", "kind": "anchor", "path": "kag/indexes/shards/anchor/7f.jsonl", "range": "7f", - "records": 65 + "records": 68 }, { - "bytes": 58669, - "digest": "sha256:8b7a6081d9cf6da0702d0247b7d39993ecc58671df5cf4032f58faa8b2dc1211", + "bytes": 57697, + "digest": "sha256:62d1cacdd2a1abc14766efebb51209a2952c8971ab7a7e105ba214298fa0799a", "kind": "anchor", "path": "kag/indexes/shards/anchor/80.jsonl", "range": "80", - "records": 62 + "records": 61 }, { - "bytes": 85351, - "digest": "sha256:816da74fa1e9b9de607f83f96d5fe6950bafd302af69516b328f905ba7b29849", + "bytes": 84463, + "digest": "sha256:f748dfb1b72d30d8e9ed487dfa5a975ac86197d79bb58a1e01a5abe8ebaeb189", "kind": "anchor", "path": "kag/indexes/shards/anchor/81.jsonl", "range": "81", - "records": 56 + "records": 55 }, { - "bytes": 65050, - "digest": "sha256:1ee5cca5b52ec89dc1bd22b4c65a4961b79e424f7fc5a96ec409b1969a0ff201", + "bytes": 64046, + "digest": "sha256:7dc017d35460bd07c4f991e7f0005ee3abed694ec1f61e10992ef14704b25bb8", "kind": "anchor", "path": "kag/indexes/shards/anchor/82.jsonl", "range": "82", - "records": 55 + "records": 54 }, { - "bytes": 65612, - "digest": "sha256:5c30596e36811d5d18b1f2e091e29be771733733a81a3ee64de29640d44af86c", + "bytes": 66981, + "digest": "sha256:992d26c19915f2fff2a87ca16fb32fe5aef8cc2ac980e1036ebfd9857d48ea45", "kind": "anchor", "path": "kag/indexes/shards/anchor/83.jsonl", "range": "83", - "records": 57 + "records": 59 }, { - "bytes": 74776, - "digest": "sha256:06ccb594c6cb77fa5a3ea384dccd27a1565842a1b1d505991e348c5648faba63", + "bytes": 75434, + "digest": "sha256:982aff9af7a6111da2a90683ddcace43d60e95f74e52bc7691a64fd63421f57c", "kind": "anchor", "path": "kag/indexes/shards/anchor/84.jsonl", "range": "84", - "records": 54 + "records": 55 }, { "bytes": 58250, @@ -1923,184 +1923,184 @@ "records": 58 }, { - "bytes": 70380, - "digest": "sha256:025d07560d1c4ccdc3687059ce5add2ea048aed64af357d9a0ad82b487175d40", + "bytes": 68066, + "digest": "sha256:6bb4cc56dbbf64dbc0d8aa797ffb9f898c228f80daa348092aa0fef67eccde02", "kind": "anchor", "path": "kag/indexes/shards/anchor/86.jsonl", "range": "86", - "records": 65 + "records": 63 }, { - "bytes": 38256, - "digest": "sha256:39c2bd83228c0bf16e448224910cccb6e9b8e1d034814cb2fd798650b4842cf2", + "bytes": 37467, + "digest": "sha256:fb821652b940c8fdf8fb61fe2bb32e062bd9b4dc7a1faa7e8e21474776dc400e", "kind": "anchor", "path": "kag/indexes/shards/anchor/87.jsonl", "range": "87", - "records": 46 + "records": 45 }, { - "bytes": 43976, - "digest": "sha256:b78999758195ecc2fc8de3e5750b8859d137c0601c5a5f7667a5eefb7887f409", + "bytes": 43749, + "digest": "sha256:56ad47220a2a02308c97a0543d61ae7dcb1a48f3ad36de8d2581206e159391ea", "kind": "anchor", "path": "kag/indexes/shards/anchor/88.jsonl", "range": "88", "records": 57 }, { - "bytes": 50838, - "digest": "sha256:faf970676e1506868d3762dcc4bcab9ef25a579a661359f1e9410d91e9716484", + "bytes": 52713, + "digest": "sha256:813e401c76914ed83bf81eebdcbd2d763be0fbe511953af283a18947341188cd", "kind": "anchor", "path": "kag/indexes/shards/anchor/89.jsonl", "range": "89", - "records": 53 + "records": 56 }, { - "bytes": 77326, - "digest": "sha256:1ef39e3ecbf117a15a06fdb20adce0277f1f471fb90a37c886c6464d16562894", + "bytes": 78702, + "digest": "sha256:eaa88c9077749b1fbbeeb7ae5dc84bb58f9a09fdb51b62e2def28984d8947d98", "kind": "anchor", "path": "kag/indexes/shards/anchor/8a.jsonl", "range": "8a", - "records": 49 + "records": 51 }, { - "bytes": 88446, - "digest": "sha256:088a3462fe7594903bf3d81fe78d711cd1a5efea3f9b52d8ee594b0c186bbafe", + "bytes": 88471, + "digest": "sha256:ea3285fdd2c5df7e6ad1fbcc25ae945a4cb7e513012ccf568fa2491209597f96", "kind": "anchor", "path": "kag/indexes/shards/anchor/8b.jsonl", "range": "8b", - "records": 73 + "records": 74 }, { - "bytes": 65040, - "digest": "sha256:40ac6a249d74e890233ef0a09a5e4729a51465c2d2ea6ef7021d36cf48847a70", + "bytes": 65846, + "digest": "sha256:fa3bd39b6d4f1bc1d4bdcb8b53668fd808766fd8235ea7ff2ff0422d4d348a47", "kind": "anchor", "path": "kag/indexes/shards/anchor/8c.jsonl", "range": "8c", - "records": 73 + "records": 74 }, { - "bytes": 49663, - "digest": "sha256:f58cb201c85ee69bafc0afa6ea2b0a951fcb8cb687b15013df358bf861c816db", + "bytes": 48669, + "digest": "sha256:585946dfda6c73a14a7337d4bef3f460df46d16a01458adf0959e89aca7f013c", "kind": "anchor", "path": "kag/indexes/shards/anchor/8d.jsonl", "range": "8d", - "records": 51 + "records": 50 }, { - "bytes": 48634, - "digest": "sha256:82879f3a5e2c8d269368847f3152a5dc8155abcceb6a2bf1394e338746999d73", + "bytes": 45939, + "digest": "sha256:d470dcf3079c9afa606d40d1f05406c714cd85664d5028c5d4bee6e06a395e9f", "kind": "anchor", "path": "kag/indexes/shards/anchor/8e.jsonl", "range": "8e", - "records": 59 + "records": 57 }, { - "bytes": 64823, - "digest": "sha256:587bbfb5c7bf0e249c845f6b7efe90febe69a14316693f6c3028c7bba7bc29c5", + "bytes": 66452, + "digest": "sha256:33d91910c710f464fe84ab04f443c533e9e66e15f6332b68079dba03006083c5", "kind": "anchor", "path": "kag/indexes/shards/anchor/8f.jsonl", "range": "8f", - "records": 69 + "records": 71 }, { - "bytes": 54357, - "digest": "sha256:fc97be89f3f304f041122264bdb2ae83d6c94a6d04dfc04f8b27129c283eecae", + "bytes": 55852, + "digest": "sha256:ba4e338e5ca86452a99142253f27ea81553549d2b863c1cc87274931e608e765", "kind": "anchor", "path": "kag/indexes/shards/anchor/90.jsonl", "range": "90", - "records": 64 + "records": 66 }, { - "bytes": 57451, - "digest": "sha256:807144cb557755b3272bcd62113e13bdb8da7b60ccfaecb7ae167bb288d209a9", + "bytes": 58193, + "digest": "sha256:1d06420b26fc05ea954edf8ac1ec16186b4875416eb0a85b302518cc28560b3c", "kind": "anchor", "path": "kag/indexes/shards/anchor/91.jsonl", "range": "91", - "records": 67 + "records": 68 }, { - "bytes": 45714, - "digest": "sha256:3545d4a0c804d0fc1bca27b031f2835f1b6f4320bc4e2ad27ea9e4c63f7dbd83", + "bytes": 46510, + "digest": "sha256:8ff8fb732915445c29d65dd69dd493bbd885573e6d1be470f8f947cd26795531", "kind": "anchor", "path": "kag/indexes/shards/anchor/92.jsonl", "range": "92", - "records": 58 + "records": 59 }, { - "bytes": 65108, - "digest": "sha256:0384d192ae6054e9e212c9ac87a6e405982cc5a3e01ae8e2b6a193a36529deab", + "bytes": 66688, + "digest": "sha256:3aa9a8d41a4e4977b181416930c0b50fe85b7b600e17b90e90dc6a403965a870", "kind": "anchor", "path": "kag/indexes/shards/anchor/93.jsonl", "range": "93", - "records": 67 + "records": 69 }, { "bytes": 73039, - "digest": "sha256:31b65c8cde37bd9f2e4c341000a0822704dcc7f6612a32b3546c190561f3dd0d", + "digest": "sha256:997b4dde731a0187e25e5fc93774e90668be632e9e8d21d8a0ea19160281457f", "kind": "anchor", "path": "kag/indexes/shards/anchor/94.jsonl", "range": "94", "records": 50 }, { - "bytes": 53424, - "digest": "sha256:ee9db9ecb702c2cd1c1a639993d4abad827a7ccd004511f888e4e11a90c5af19", + "bytes": 52232, + "digest": "sha256:98916605e2409035321bb8b97c13a57ea2ebb9dd578267e069984db87a746f91", "kind": "anchor", "path": "kag/indexes/shards/anchor/95.jsonl", "range": "95", - "records": 62 + "records": 61 }, { - "bytes": 52992, - "digest": "sha256:b5fe213c00faae4ec63df49f2b54e794d3157ff0f7359a9fa21537dcc1508382", + "bytes": 54787, + "digest": "sha256:168ac736293e660cda64d8868104ed7435838772290e3b656f02e8f62b1e0784", "kind": "anchor", "path": "kag/indexes/shards/anchor/96.jsonl", "range": "96", - "records": 51 + "records": 53 }, { - "bytes": 49721, - "digest": "sha256:154d2adcec62454a393cfc743fb4e059622332546d9a1052e2dceb09aae81580", + "bytes": 50762, + "digest": "sha256:d286da2d122c7f7be253074082ef6f07473051d33955518ca34ec18b3c92c36e", "kind": "anchor", "path": "kag/indexes/shards/anchor/97.jsonl", "range": "97", - "records": 57 + "records": 59 }, { - "bytes": 53359, - "digest": "sha256:f35f88bb831c570b9cad1722b96dec2b843d5973670a45013b2612383aca460e", + "bytes": 52524, + "digest": "sha256:e1633ebecb2479e9868cff3ee4d9c3812c71d4da813c7b8d8d877db241f6a88a", "kind": "anchor", "path": "kag/indexes/shards/anchor/98.jsonl", "range": "98", - "records": 58 + "records": 57 }, { - "bytes": 56503, - "digest": "sha256:03c4093a8bf726fb576b891a41f8cf92e4404adcb3a2ecb069654df47776b5f1", + "bytes": 55428, + "digest": "sha256:d0072c11b380d985997ae9ad9e2fd13fc335539be6178ce8c6fad44552419865", "kind": "anchor", "path": "kag/indexes/shards/anchor/99.jsonl", "range": "99", - "records": 62 + "records": 61 }, { - "bytes": 49649, - "digest": "sha256:a4eec3d1d302f996c2bf85f95a722836cc0413399e15c250cc0a411baae1e6af", + "bytes": 51117, + "digest": "sha256:520e1c0d954fb2b86904cd2f92bf51a7cab17191662217c46c1249b590c6784a", "kind": "anchor", "path": "kag/indexes/shards/anchor/9a.jsonl", "range": "9a", - "records": 54 + "records": 56 }, { - "bytes": 76663, - "digest": "sha256:09c8f67cb75a909aad2ceeae4162f9a8137ba2cf818787ec22f18f8ab4497a45", + "bytes": 75645, + "digest": "sha256:85de95efe01da892f183734262e20fd4c59bba003ba74dfdb496030b539884e8", "kind": "anchor", "path": "kag/indexes/shards/anchor/9b.jsonl", "range": "9b", - "records": 70 + "records": 69 }, { - "bytes": 47102, - "digest": "sha256:f3eaef41a4e24f933c3ec912459c8c16388644874526a5a37c6d0474251a3fa1", + "bytes": 47219, + "digest": "sha256:dcaff6b04ed5811502b1b79b9f448c30ccc0f945fa85cac30558a92c309a49b8", "kind": "anchor", "path": "kag/indexes/shards/anchor/9c.jsonl", "range": "9c", @@ -2108,39 +2108,39 @@ }, { "bytes": 59204, - "digest": "sha256:ae56862994c4f3fa203a6d2bf2bd3f54d912ccb8495a613f86d9b0d4f5ad2db5", + "digest": "sha256:15a375e2bca93cc8dafbf0b6b480964deee5fcbd01c6847f63808da6db436fc7", "kind": "anchor", "path": "kag/indexes/shards/anchor/9d.jsonl", "range": "9d", "records": 57 }, { - "bytes": 61688, - "digest": "sha256:92a421ed9fddae61d678b375394b9578c5708da5c8e9929dfa497f7521b231c1", + "bytes": 63015, + "digest": "sha256:912048b9b1170a37968f1a83e3a52d8f78ceeb94e90da56ed84f177d73ff6a91", "kind": "anchor", "path": "kag/indexes/shards/anchor/9e.jsonl", "range": "9e", - "records": 59 + "records": 61 }, { - "bytes": 46865, - "digest": "sha256:7e0db36b47655ed3f6851b5e89685d58e3fa72ed931c6ec845893e3fef5220e9", + "bytes": 48620, + "digest": "sha256:8a58def69ed3e62e2c673c76f6147e5d641768b52d193bec4f58864e92419b6d", "kind": "anchor", "path": "kag/indexes/shards/anchor/9f.jsonl", "range": "9f", - "records": 55 + "records": 58 }, { - "bytes": 47939, - "digest": "sha256:8a0f74ff9cc363d13274ec287b8413a65722ab27f128ff840a6b8eaceef1321f", + "bytes": 48294, + "digest": "sha256:d23f0a335dda16c3a29b992337c6ccda651823c9a1589243ced9db0c93c21a5e", "kind": "anchor", "path": "kag/indexes/shards/anchor/a0.jsonl", "range": "a0", - "records": 54 + "records": 55 }, { "bytes": 73779, - "digest": "sha256:5687cbf17af5a3ed8428ffb9cb7a56b3e8dd68e8cad4fc746f35baf8c95b918e", + "digest": "sha256:6569f8ce0fa0a9030d58fb9fd771f3fa64621825745892d233f28b334a1f217c", "kind": "anchor", "path": "kag/indexes/shards/anchor/a1.jsonl", "range": "a1", @@ -2155,268 +2155,268 @@ "records": 69 }, { - "bytes": 53070, - "digest": "sha256:06a8f6bd3046d973bd9d1aef33f9fd911bf8551d09eed55223c4507e8c629bbe", + "bytes": 52863, + "digest": "sha256:4fdf2f38740c0d94c96e0f10bb52aaf3246d608e9fd514910b79ac8cd0f0a3be", "kind": "anchor", "path": "kag/indexes/shards/anchor/a3.jsonl", "range": "a3", - "records": 55 + "records": 56 }, { - "bytes": 72434, - "digest": "sha256:3c0d5e5b6ffbf54a1f6ed3a94e071a37ebeb5127ac7d2ba0e4f004b77cf73e5f", + "bytes": 71665, + "digest": "sha256:625f9e6c1c20b428491f286a48892f4a498542fe13185f63c9357a58a6dbc96c", "kind": "anchor", "path": "kag/indexes/shards/anchor/a4.jsonl", "range": "a4", - "records": 53 + "records": 52 }, { - "bytes": 61595, - "digest": "sha256:4d63304a4074db237db5cc4541c57d00dacc6c49befb8d512ce284cb5a8331c8", + "bytes": 63792, + "digest": "sha256:049507426fc34fe199e3192cdfe0ea7ffc2fa42a3ce6a85704e9aace9c754745", "kind": "anchor", "path": "kag/indexes/shards/anchor/a5.jsonl", "range": "a5", - "records": 67 + "records": 70 }, { - "bytes": 68650, - "digest": "sha256:8a9d3e4399203370f83baf9a85d40c9e69d13650b2084076a70f0edb943f50d0", + "bytes": 74774, + "digest": "sha256:1a4f81332e53df090be46c4fdb2654ec9c7a2954dfddf6d9f772c189bec79ecd", "kind": "anchor", "path": "kag/indexes/shards/anchor/a6.jsonl", "range": "a6", - "records": 63 + "records": 66 }, { - "bytes": 62890, - "digest": "sha256:3d53b370efb102c1fa55d5b3b680727aa3285f697fa24c3cc9b10c744d92a6e5", + "bytes": 63748, + "digest": "sha256:d1e4d3d3975ec35a8ac7b5c95e714ed50bdda2b91b23857259cb82bed6bc7ecf", "kind": "anchor", "path": "kag/indexes/shards/anchor/a7.jsonl", "range": "a7", - "records": 72 + "records": 73 }, { - "bytes": 58967, - "digest": "sha256:f365cf680fdcfd97e7c5133b274b6de992262a3916ac0c3326e7c271eea11ed1", + "bytes": 59541, + "digest": "sha256:d33db8155dbb1dd07babd0c787257c67aad30b7aa91c8de12563a243061e4b3a", "kind": "anchor", "path": "kag/indexes/shards/anchor/a8.jsonl", "range": "a8", - "records": 67 + "records": 68 }, { - "bytes": 62222, - "digest": "sha256:d05450d2072e90bdf47ae431f7fbccf5f4bcdb5e6b7e62ccf11348e757006123", + "bytes": 61393, + "digest": "sha256:ccd7a3811dd841ef011290b0455570b3a6876b8f4f133c4ce5215ca90c22f7c8", "kind": "anchor", "path": "kag/indexes/shards/anchor/a9.jsonl", "range": "a9", - "records": 62 + "records": 61 }, { - "bytes": 59158, - "digest": "sha256:db6518701c81f86448ca879076a6cc1e32aecf8b0500ed557a2d3ed0ac936bcd", + "bytes": 57284, + "digest": "sha256:45cce53095712fd9ca1861feca415a11c368f13cebb0372b937fa96bf9234c20", "kind": "anchor", "path": "kag/indexes/shards/anchor/aa.jsonl", "range": "aa", - "records": 68 + "records": 66 }, { - "bytes": 45276, - "digest": "sha256:69db8e7e79be6797c728232f488d3a5578150c0cd714accd558a42ccb2d2dee6", + "bytes": 46433, + "digest": "sha256:0b78f3bca24abee74ad1cc65468412c2dd47edfa5628ae5c467fc37a8b850645", "kind": "anchor", "path": "kag/indexes/shards/anchor/ab.jsonl", "range": "ab", - "records": 48 + "records": 50 }, { - "bytes": 49013, - "digest": "sha256:d3fb992a19cd27a5879fa6eb70c9c6190b7cbf676965ebe81b8b7c1153c32533", + "bytes": 49803, + "digest": "sha256:47f3c56c1b4d5041060fd20f4bb257f568c69ec7100528efc494623d2137dcf9", "kind": "anchor", "path": "kag/indexes/shards/anchor/ac.jsonl", "range": "ac", - "records": 51 + "records": 52 }, { - "bytes": 77153, - "digest": "sha256:edcfd158f4f4fb74676c151af1960d3e31aa7190ae4252d280239bcfeb8ef642", + "bytes": 76883, + "digest": "sha256:16a4c044171e71f3123d8148e218e8aca6612ecf204c9dc12ab0818894cc6a66", "kind": "anchor", "path": "kag/indexes/shards/anchor/ad.jsonl", "range": "ad", "records": 80 }, { - "bytes": 75387, - "digest": "sha256:3ee82f7eeed25fcd748eeeecc415bc4263422c2ea6ed3c146e74b3ecae2fcfd6", + "bytes": 76823, + "digest": "sha256:9e85b3e292dd7a6ed1865a2518bbc6aeabfb9ac92b88ff6193c25973f5b1c637", "kind": "anchor", "path": "kag/indexes/shards/anchor/ae.jsonl", "range": "ae", - "records": 69 + "records": 71 }, { - "bytes": 72532, - "digest": "sha256:b14c210ed2cdf2b58675daf2c964374e2a2af984284f85e100744a8b098be274", + "bytes": 72022, + "digest": "sha256:f3b415be04075a2c7930891f7807011c31d019e39d3a189e8322b5c8429ee5f7", "kind": "anchor", "path": "kag/indexes/shards/anchor/af.jsonl", "range": "af", "records": 63 }, { - "bytes": 67921, - "digest": "sha256:eb18b1a8ac2b02e864088132e2a78026dbfa39ec166ddb16cd55cf6c60b258bf", + "bytes": 70274, + "digest": "sha256:9c17c041f3e3a04e516d50ce046db2662c5235171c01b373cabe7fa1f0399220", "kind": "anchor", "path": "kag/indexes/shards/anchor/b0.jsonl", "range": "b0", - "records": 58 + "records": 62 }, { - "bytes": 50909, - "digest": "sha256:793f109904f516b2d8530db8c6dd42f5e6f59e3402af717d87f72b19231156bb", + "bytes": 51401, + "digest": "sha256:8490145c569dfcd64eb45a0658b0322b346ea66b704cca6de02e061a07b38770", "kind": "anchor", "path": "kag/indexes/shards/anchor/b1.jsonl", "range": "b1", - "records": 59 + "records": 60 }, { - "bytes": 59651, - "digest": "sha256:db6cdb8409ed487d677355e9378bc161e15b4d6b93ef0d277fd91c3aedae06ee", + "bytes": 58848, + "digest": "sha256:52a7007d8ca0b018d3ff700afae45c808aa2d2a2f35cef817ca306dab7c840b2", "kind": "anchor", "path": "kag/indexes/shards/anchor/b2.jsonl", "range": "b2", - "records": 64 + "records": 63 }, { - "bytes": 44855, - "digest": "sha256:381543dc1c02b927f44f9be63ebfad61b8cc1959a532f3f08a3fdb541cc299ed", + "bytes": 40909, + "digest": "sha256:4caf08b1821ef766283aa6d10d2b79640722143a9902d5aaf206e9638c3bea5d", "kind": "anchor", "path": "kag/indexes/shards/anchor/b3.jsonl", "range": "b3", - "records": 56 + "records": 51 }, { - "bytes": 68565, - "digest": "sha256:16e992be20d211af9bc678e9995af6cdc9c342ad52ef122e40f53b340dd18b04", + "bytes": 68009, + "digest": "sha256:bfb6094c216f6221734146868b8aa21fb1da0135644c38f7af3c477b0e53bda9", "kind": "anchor", "path": "kag/indexes/shards/anchor/b4.jsonl", "range": "b4", "records": 70 }, { - "bytes": 46020, - "digest": "sha256:acf29ac56bd5362bdb033eee2a51c59213ad2066498a00c55c1627e04f1f642a", + "bytes": 46064, + "digest": "sha256:a3db1f04ca6385fe7a8a1553b12d04afdd6d212b23960f644766ae2eb78faed3", "kind": "anchor", "path": "kag/indexes/shards/anchor/b5.jsonl", "range": "b5", "records": 50 }, { - "bytes": 75834, - "digest": "sha256:727b4276c771c9eeb119a7c743284939817487f74c719bedb9d3c5711942f26b", + "bytes": 77296, + "digest": "sha256:00f6a1c2a93d0d15534c7b2bef1b9459084bfd35f033f2a6a1ce4f15e91d1c21", "kind": "anchor", "path": "kag/indexes/shards/anchor/b6.jsonl", "range": "b6", - "records": 59 + "records": 61 }, { - "bytes": 68139, - "digest": "sha256:56172fe35c3421cbfd9019924bc208b060c5d03e96275838970422afd9a15f4e", + "bytes": 69409, + "digest": "sha256:9fb80296f99d89c055883f423dc1875a72daa0b9bf1fb86a66f95bca86e2dc75", "kind": "anchor", "path": "kag/indexes/shards/anchor/b7.jsonl", "range": "b7", - "records": 68 + "records": 70 }, { - "bytes": 94853, - "digest": "sha256:92e005204538b06fd1fa151292f245f75222706c2459498561b0991b7dbff88e", + "bytes": 94851, + "digest": "sha256:040a669be860a51d4b25562b34571b926cca788147736accc5f44a32b4eba393", "kind": "anchor", "path": "kag/indexes/shards/anchor/b8.jsonl", "range": "b8", "records": 58 }, { - "bytes": 56236, - "digest": "sha256:9fe8622bb7385fba3621fb7f6db0c35687f68c514439486a46e1a6989120a7f4", + "bytes": 57050, + "digest": "sha256:9e01345c09138c8fdcd9c1145a6f2bc3eb9bcfd9d79740d293162f0dfbc4f4da", "kind": "anchor", "path": "kag/indexes/shards/anchor/b9.jsonl", "range": "b9", - "records": 60 + "records": 61 }, { - "bytes": 62145, - "digest": "sha256:320049141f9242380c596b871899c755b020a77ef0d7f702996d19266166a200", + "bytes": 61340, + "digest": "sha256:a11a4ad9d367358c23cc7b46fe8b2f00cc0127cb5d306a8cb1bb6db30152522f", "kind": "anchor", "path": "kag/indexes/shards/anchor/ba.jsonl", "range": "ba", - "records": 67 + "records": 66 }, { - "bytes": 60873, - "digest": "sha256:1f4f4c1c8558c86ad5127e685a45bf306238799c5c2f5bd68c7ccbf93aa48991", + "bytes": 57623, + "digest": "sha256:7fe1d44722747e865e718c5c9323d98bbf3526400a219867a4ce84818dbe84dc", "kind": "anchor", "path": "kag/indexes/shards/anchor/bb.jsonl", "range": "bb", - "records": 71 + "records": 67 }, { - "bytes": 49471, - "digest": "sha256:9f4ddaae80716683a0894ab556c02725d91a2a2846089015afd403f810b0b74b", + "bytes": 53085, + "digest": "sha256:c001b3383a729e894d19fb1c2a445dd600ca8032de9c7fd33d8849d67aa61c94", "kind": "anchor", "path": "kag/indexes/shards/anchor/bc.jsonl", "range": "bc", - "records": 49 + "records": 54 }, { - "bytes": 49978, - "digest": "sha256:5b584307439c4202f601198740ffb411fe4c95862f41d7406f859e0b8c90f6cc", + "bytes": 51614, + "digest": "sha256:92eb709ec642baf7d683e3a695250230392b5b6ec0304da92017847b8d279142", "kind": "anchor", "path": "kag/indexes/shards/anchor/bd.jsonl", "range": "bd", - "records": 54 + "records": 56 }, { - "bytes": 94329, - "digest": "sha256:898d628f5858c52134826ba764aef9a7d908f43ee1d1689a5fad05dde1a90536", + "bytes": 95111, + "digest": "sha256:4b49778329ef683f6ec9b8b7439389fa2a43a7d8781f624cce2c9231ef31a704", "kind": "anchor", "path": "kag/indexes/shards/anchor/be.jsonl", "range": "be", - "records": 63 + "records": 64 }, { - "bytes": 58593, - "digest": "sha256:dac63ef00876f39e84e92dbc3889df62552185c9dd64b78591d63bc1260797e7", + "bytes": 59213, + "digest": "sha256:f9c0ff41f44a0d0ab66330c0e26c1344d05521b81c144a536107cc0b9fc25caa", "kind": "anchor", "path": "kag/indexes/shards/anchor/bf.jsonl", "range": "bf", - "records": 62 + "records": 63 }, { - "bytes": 54065, - "digest": "sha256:febfd6885c276f7f976ab57cd6cf443b741a69aa02bd3aa3617376b6d387fd9f", + "bytes": 55478, + "digest": "sha256:52d0d86d0ccb4a16900dc23a3b439672c9d3b6865866cfb74accc055ce1b3413", "kind": "anchor", "path": "kag/indexes/shards/anchor/c0.jsonl", "range": "c0", - "records": 55 + "records": 58 }, { - "bytes": 74970, - "digest": "sha256:db97351bb734df3c98d320a3490d6f54257e24dbcc87f571cfa7f3946be83680", + "bytes": 74577, + "digest": "sha256:c3109073044f951d7bec9aee7b897c2b4357c48f835d9f03b4db9df7d1febd05", "kind": "anchor", "path": "kag/indexes/shards/anchor/c1.jsonl", "range": "c1", "records": 63 }, { - "bytes": 72159, - "digest": "sha256:f64be5ae1e18ac53f5b96d2e87a31dc84b604e01c39fc5185c571ee39d09b1aa", + "bytes": 71250, + "digest": "sha256:c06a38c5b04c5154037d4a8be17667e8fcda36458a2f1efaf300810172e2addb", "kind": "anchor", "path": "kag/indexes/shards/anchor/c2.jsonl", "range": "c2", - "records": 61 + "records": 60 }, { - "bytes": 44091, - "digest": "sha256:0a0b9fce3c06c7dacef2a61dd188e21c2ed4af25b32a42c5aee4b8d8b266189c", + "bytes": 45709, + "digest": "sha256:ae2c5aa6513f73bab9b23be9a14565eeab51748df1bebfaa315c95c31d4cbd2d", "kind": "anchor", "path": "kag/indexes/shards/anchor/c3.jsonl", "range": "c3", - "records": 46 + "records": 48 }, { "bytes": 40835, @@ -2427,128 +2427,128 @@ "records": 55 }, { - "bytes": 80454, - "digest": "sha256:379001f68541f1b641854c4571a8f22f3159f9f9552d9d06a08b90f4bce81c1a", + "bytes": 81002, + "digest": "sha256:8160c1dfc0eec1949a5a7e4a45961836bb277bcb9ff7631231d21539493dc18c", "kind": "anchor", "path": "kag/indexes/shards/anchor/c5.jsonl", "range": "c5", - "records": 68 + "records": 69 }, { - "bytes": 55951, - "digest": "sha256:6a5239fdff95059bf4f13ab3e3f6c07f2dabc7272f4fb560813081ffce0afb60", + "bytes": 55153, + "digest": "sha256:75e884f0659ac0647627fa20b0de63a3ae066c240563d48dd787ef358378a792", "kind": "anchor", "path": "kag/indexes/shards/anchor/c6.jsonl", "range": "c6", - "records": 63 + "records": 62 }, { - "bytes": 52069, - "digest": "sha256:66a011c3e55cf6073012b733a42f3f30fb5921c10c8f095d87ad7308308c94f0", + "bytes": 51835, + "digest": "sha256:58b942b2941cbb61879440230794c3fae3ae9ba74548df84a5ed9262b8f74d11", "kind": "anchor", "path": "kag/indexes/shards/anchor/c7.jsonl", "range": "c7", "records": 63 }, { - "bytes": 80113, - "digest": "sha256:41fa0141e8f7769963a78181c84ea45edeadb98fb3c9f43344fd17fa3e668065", + "bytes": 81044, + "digest": "sha256:ca7b334fbed1bf3c39e73a3c3f9ac96c510c2cd557f557ae04fa954275b33291", "kind": "anchor", "path": "kag/indexes/shards/anchor/c8.jsonl", "range": "c8", - "records": 76 + "records": 78 }, { - "bytes": 71106, - "digest": "sha256:6c7d2313ec98699af7bd1d3281bacf74597cca18224f0a2a739b4a6babceff78", + "bytes": 75306, + "digest": "sha256:d810699f18122d99ab0c59a4ce7f059005a76d0bd7ebb77156e2fcc2b3ab0cce", "kind": "anchor", "path": "kag/indexes/shards/anchor/c9.jsonl", "range": "c9", - "records": 59 + "records": 65 }, { - "bytes": 69391, - "digest": "sha256:7ecaab0116c548f9130fd85394d71f0d2d77f777a11fc531afc1a86efc4ae983", + "bytes": 66204, + "digest": "sha256:8f018b0bd66d1bcdcfeb28d194af8b25726ba12e254dd7ba44e0f6d146ddfa04", "kind": "anchor", "path": "kag/indexes/shards/anchor/ca.jsonl", "range": "ca", - "records": 69 + "records": 66 }, { - "bytes": 44330, - "digest": "sha256:99caf4067b845fa9df987bc0f616191950449704a766164d0594d1016c1244d9", + "bytes": 45115, + "digest": "sha256:bbb4f379cf529f284b500de339e088fbcac6a1b2b6738ad6d6dc06a653da244b", "kind": "anchor", "path": "kag/indexes/shards/anchor/cb.jsonl", "range": "cb", - "records": 51 + "records": 52 }, { - "bytes": 58040, - "digest": "sha256:1f26cead2d3ee90c6bf19708947886997e9210380bda67b3185b1cfbc67ca546", + "bytes": 58610, + "digest": "sha256:1916ae60430e3d6dba53aae3681d1dbb982ac02db09d5e9a6eaa989c76e6531d", "kind": "anchor", "path": "kag/indexes/shards/anchor/cc.jsonl", "range": "cc", - "records": 62 + "records": 63 }, { - "bytes": 54846, - "digest": "sha256:d5f77105ab19a4feca10cde8259d9a002fb381de95aa8baf2f070ea260cfdb07", + "bytes": 53878, + "digest": "sha256:6e7750ce6d4185b1fdb294800de7b046313411ce7723b123296f2a565d37e40d", "kind": "anchor", "path": "kag/indexes/shards/anchor/cd.jsonl", "range": "cd", - "records": 62 + "records": 61 }, { - "bytes": 47024, - "digest": "sha256:cc69dc78775482ea68962450daead0b4834a10bf92dd77e025c9cccf54a17b82", + "bytes": 48656, + "digest": "sha256:dc4b178d58e92079bee5b427012763d2c7a91fb509fac4180da9665a00932d25", "kind": "anchor", "path": "kag/indexes/shards/anchor/ce.jsonl", "range": "ce", - "records": 58 + "records": 60 }, { - "bytes": 70886, - "digest": "sha256:8a4e6aebd1e09b77f53abff51381af6316ab88cd8e6c406e8a3e9af8f97292de", + "bytes": 71694, + "digest": "sha256:968e16aa3ac5a0f2f7bc1f47abb5f275f645095b178d89b4acf9fe7ef0e29dd7", "kind": "anchor", "path": "kag/indexes/shards/anchor/cf.jsonl", "range": "cf", - "records": 66 + "records": 67 }, { - "bytes": 44166, - "digest": "sha256:33fb04ff4e2e26e48c796130fdebdcf8dedd829e2eec8e677a4c73ca27a2b59e", + "bytes": 44644, + "digest": "sha256:7b77c6494a49d16afa5d9aa6fb422c58370fa3cf954c66bd1ac0dfd08f67c36c", "kind": "anchor", "path": "kag/indexes/shards/anchor/d0.jsonl", "range": "d0", - "records": 47 + "records": 48 }, { - "bytes": 57380, - "digest": "sha256:d5d61f2809349a3a6fbf1a02e793e8645cddfc33e88fc0321c7ed4bfc0fe49b0", + "bytes": 55994, + "digest": "sha256:ca7aeea2c50ef644206cd6556482d502e5ed278d1b486e5003da69966d7730e5", "kind": "anchor", "path": "kag/indexes/shards/anchor/d1.jsonl", "range": "d1", - "records": 64 + "records": 62 }, { - "bytes": 40148, - "digest": "sha256:000a715bf93ca5ca891829e7d185e64992c24e341a26c57f4070e49885720123", + "bytes": 40917, + "digest": "sha256:551281628c0d8aad16a2d306ccc2442d2df3e83d4b5cdc458868523b1ab1c91b", "kind": "anchor", "path": "kag/indexes/shards/anchor/d2.jsonl", "range": "d2", - "records": 45 + "records": 46 }, { - "bytes": 58021, - "digest": "sha256:40ca8d8de6368113d07594d31b693a8e5b85962496fe4456f23deb48fed8a8ed", + "bytes": 56646, + "digest": "sha256:3de1f2b139c9d7325c6614c3a3804b3af86a4c920c4edb7ee85b9129ac1e6076", "kind": "anchor", "path": "kag/indexes/shards/anchor/d3.jsonl", "range": "d3", - "records": 69 + "records": 67 }, { - "bytes": 82383, - "digest": "sha256:9f65d863d4ec1a498444b39e441c884754ca9e20686482085b94443c8d4b0845", + "bytes": 81861, + "digest": "sha256:5a40eb487d18ce271e90a4ff30e1050f7e6b9a08d3cbea73d526a22bc76ff01a", "kind": "anchor", "path": "kag/indexes/shards/anchor/d4.jsonl", "range": "d4", @@ -2556,15 +2556,15 @@ }, { "bytes": 59232, - "digest": "sha256:5d9a057f9cc2592e21f5888c246454db477371027510315ce2507e5c1ce5980d", + "digest": "sha256:6307434257f2bf693764ab14714cfb49a1020e4704ed901f64ed25242aa6547d", "kind": "anchor", "path": "kag/indexes/shards/anchor/d5.jsonl", "range": "d5", "records": 59 }, { - "bytes": 70414, - "digest": "sha256:1b0730fad88ad01d9ad4fa5f6e0c129423333bb385f4fdd6fdb8d34c8689ebee", + "bytes": 70649, + "digest": "sha256:c2f5a14f9b0a16d2323aceab63916fa7311026772a70e273a8cd972e0a0ceb5b", "kind": "anchor", "path": "kag/indexes/shards/anchor/d6.jsonl", "range": "d6", @@ -2572,71 +2572,71 @@ }, { "bytes": 67808, - "digest": "sha256:e2a3772eb8979168ff1c8542e49105870d9dc1d33fd3d84c8c1a35994dae63d2", + "digest": "sha256:9b0eec5d6ebbbe7d11796778efc21dc893ff666e481945398d8f4dcf3b065384", "kind": "anchor", "path": "kag/indexes/shards/anchor/d7.jsonl", "range": "d7", "records": 77 }, { - "bytes": 62587, - "digest": "sha256:9569ee38053e11135a89c7f30feaef3aaf0dc4b71aba690f8833806955c61ae9", + "bytes": 62313, + "digest": "sha256:b163c7eb9532bbc3e82523a0ac1cf4eb617698fd0eee9876f269098893f1b1da", "kind": "anchor", "path": "kag/indexes/shards/anchor/d8.jsonl", "range": "d8", "records": 57 }, { - "bytes": 45618, - "digest": "sha256:2133a81637d54c57358ebe3a80d5c0134e9bb00a65b9be83e9d9da5e6d9f2066", + "bytes": 46194, + "digest": "sha256:01cafa17286a67c528239a47404006e5c724b1b1e3a0b55c015a6af1ca4bbdd4", "kind": "anchor", "path": "kag/indexes/shards/anchor/d9.jsonl", "range": "d9", - "records": 57 + "records": 58 }, { - "bytes": 54909, - "digest": "sha256:7632ceb39f3286b0ccb063ec738c66c278227bfa7b59d8a9a3659214524ce886", + "bytes": 52349, + "digest": "sha256:308a1a78d8a279ad8bcb246ba72bc32edb81b57fbfb9fe04044c828027a455f7", "kind": "anchor", "path": "kag/indexes/shards/anchor/da.jsonl", "range": "da", - "records": 59 + "records": 56 }, { - "bytes": 59312, - "digest": "sha256:5d333994f945a8b227cd08f8b05e56c5a993156e4adf34d57b84608a23106aaf", + "bytes": 57132, + "digest": "sha256:f245b758edab73d93ece20941da5542e1a8ece6112f1671fb9f98d251de64d94", "kind": "anchor", "path": "kag/indexes/shards/anchor/db.jsonl", "range": "db", - "records": 61 + "records": 59 }, { - "bytes": 73377, - "digest": "sha256:782ac623aaead90ae3768f044ce4eceb99815f12492b151961426d4514434715", + "bytes": 72661, + "digest": "sha256:41465b6a5a46de0d7b16093994299567f7c317857a40000f042f8d53bb6102d8", "kind": "anchor", "path": "kag/indexes/shards/anchor/dc.jsonl", "range": "dc", - "records": 76 + "records": 75 }, { - "bytes": 57012, - "digest": "sha256:4649fad79d01aceb36c640e1beabcc792ec000bbbf6d4ab7dd49dd23aefe344f", + "bytes": 57738, + "digest": "sha256:fb937cc7aac89564bf9ce89b6766fc5632f1ebda4a6e2a9ed2753a2cf159cb5f", "kind": "anchor", "path": "kag/indexes/shards/anchor/dd.jsonl", "range": "dd", - "records": 64 + "records": 65 }, { "bytes": 57122, - "digest": "sha256:5a75004a0388b75652ce81802ba238f071946b530e7a95d2ca90baee6eb4aee5", + "digest": "sha256:93515258e88a62e37e25dd44d506e92f6487a453c346cbba1406e87d0ecec653", "kind": "anchor", "path": "kag/indexes/shards/anchor/de.jsonl", "range": "de", "records": 50 }, { - "bytes": 62377, - "digest": "sha256:b8d4c97981a4010d2aa34a6027d79f99a104d029cd8cfaae43d0e87770772b7e", + "bytes": 62378, + "digest": "sha256:203d65c036a35edf7d5995fbd8d5b50f957fff9ac68dc699a84510e7b6f5513b", "kind": "anchor", "path": "kag/indexes/shards/anchor/df.jsonl", "range": "df", @@ -2644,43 +2644,43 @@ }, { "bytes": 46749, - "digest": "sha256:9e079a72b4425251e1ed87d29cdb9b215b8037bcd374dd0cd076a823a68c3441", + "digest": "sha256:0a06a54328dfa6e1e334e0a26574cfc9e9acddd554bbb4da0765f2888b246bcc", "kind": "anchor", "path": "kag/indexes/shards/anchor/e0.jsonl", "range": "e0", "records": 46 }, { - "bytes": 47717, - "digest": "sha256:2487560c3ae5c52c426b1815d5c68e369841e90c12626db6f0f616d11cea3c23", + "bytes": 49249, + "digest": "sha256:c692b0d8d8db4629adccc6275e912bd5e2b71f8cd5541b202fb5873d468cdacd", "kind": "anchor", "path": "kag/indexes/shards/anchor/e1.jsonl", "range": "e1", - "records": 47 + "records": 49 }, { - "bytes": 63888, - "digest": "sha256:d97a87d51f1cc27654bb00ecdf9746efad54041bbdc2683c8692ba36c89db040", + "bytes": 63889, + "digest": "sha256:a9fc216e1b60a8ae63e7995243006cd8bf65e1d6383cd83a1b09412a61dfc2c3", "kind": "anchor", "path": "kag/indexes/shards/anchor/e2.jsonl", "range": "e2", "records": 63 }, { - "bytes": 58586, - "digest": "sha256:7f926ffb69b5cbe6577a5dd6a2eceaa3381c9ebbb2eb6c7f7a433ebb4baf144e", + "bytes": 58575, + "digest": "sha256:0ed6866531a0a73b634b628eccb2e08bd9144a4ec7c11c2a8a050c5e9991ad65", "kind": "anchor", "path": "kag/indexes/shards/anchor/e3.jsonl", "range": "e3", "records": 63 }, { - "bytes": 43433, - "digest": "sha256:a4ef3924f6b8faa3ffbd2cbe9b80917eade6597f9cd49b27197de516d892c11b", + "bytes": 44695, + "digest": "sha256:c740f8838729008f77b3a42e743863acb6df9d045a44433ef204bdc52535ef49", "kind": "anchor", "path": "kag/indexes/shards/anchor/e4.jsonl", "range": "e4", - "records": 55 + "records": 57 }, { "bytes": 68485, @@ -2691,188 +2691,188 @@ "records": 59 }, { - "bytes": 65458, - "digest": "sha256:17047331e4a53aeed6c83d4d2b3d67b89ae208ea8e5edf3d51a2f052f7610502", + "bytes": 69161, + "digest": "sha256:4a8332c8ea6b7d04b9c924e2c48c811018197667ed59ed1f7d93973167716eb5", "kind": "anchor", "path": "kag/indexes/shards/anchor/e6.jsonl", "range": "e6", - "records": 57 + "records": 62 }, { - "bytes": 62916, - "digest": "sha256:6fe205d78fe2f4103b46715b626fd7180c7ae68a8c532891463f40df7129c311", + "bytes": 65238, + "digest": "sha256:50c791383b8b99390218303a461a0aac6d890b355906906163e917421936b2dd", "kind": "anchor", "path": "kag/indexes/shards/anchor/e7.jsonl", "range": "e7", - "records": 58 + "records": 61 }, { - "bytes": 63927, - "digest": "sha256:201e00b8775aa7ccf9a5d4089c0237b176f2c37c60dedde47827077d46057bcd", + "bytes": 63827, + "digest": "sha256:3b7ca02ea827419f844933feb895836d0ce9b5079f09ccb4e49d3b2c840e0182", "kind": "anchor", "path": "kag/indexes/shards/anchor/e8.jsonl", "range": "e8", "records": 52 }, { - "bytes": 61048, - "digest": "sha256:acf62edf0ca67913b3a6b1467f9c78dbece0e9f05d583c58ef0c1394399b5bfb", + "bytes": 60240, + "digest": "sha256:032a636769e741e06e0596e1fb32ea507468892bd724a997a4bc604797a63878", "kind": "anchor", "path": "kag/indexes/shards/anchor/e9.jsonl", "range": "e9", - "records": 62 + "records": 61 }, { - "bytes": 79012, - "digest": "sha256:3353b7f91e4e9b27cf87f512a52ad28ecf594009c7d69224aa78b07cb0f97cec", + "bytes": 78224, + "digest": "sha256:a60b3f33685f5e383f6b587fe8f2fe0c6ef550f49fb00ca9c1af66cf81fdb1f0", "kind": "anchor", "path": "kag/indexes/shards/anchor/ea.jsonl", "range": "ea", - "records": 64 + "records": 63 }, { - "bytes": 62444, - "digest": "sha256:c4d7e10feb141aca5f22bbe23e7f7ae0124852117973b865926e00d8d93b4838", + "bytes": 62395, + "digest": "sha256:7560c973e8de656d9275b311ca8a588c4eac0135d6a4b64b6514410cb8bee8c8", "kind": "anchor", "path": "kag/indexes/shards/anchor/eb.jsonl", "range": "eb", "records": 62 }, { - "bytes": 54857, - "digest": "sha256:754ebc7edd82df995b20e600995a0cfb40163bca1d21255518c705e7d7dbca76", + "bytes": 56285, + "digest": "sha256:b8dcd0fa0948edecd1b4ba6047167e075b802ef1e8005656b2c397f32f5e288a", "kind": "anchor", "path": "kag/indexes/shards/anchor/ec.jsonl", "range": "ec", - "records": 59 + "records": 61 }, { - "bytes": 82655, - "digest": "sha256:c3d9c8782e23499c70746438ce530e59b4a544ac675dabe28f7b82fc8eba6521", + "bytes": 81739, + "digest": "sha256:382c907248194a5f183e3c5bb204a5d0bdca1ab8912e082124d6a9969d80b912", "kind": "anchor", "path": "kag/indexes/shards/anchor/ed.jsonl", "range": "ed", - "records": 66 + "records": 65 }, { - "bytes": 61804, - "digest": "sha256:32be8278ac4663bd0ac7b8c9b74349c7ba1b926a23f119c4b36d3c7968160f72", + "bytes": 60312, + "digest": "sha256:a0880c4da641461487f7b2e5c12f02e5e466e51a5d4bb631a1927869e2ee8c98", "kind": "anchor", "path": "kag/indexes/shards/anchor/ee.jsonl", "range": "ee", - "records": 66 + "records": 64 }, { - "bytes": 48241, - "digest": "sha256:446bb0584dc72be7ac80ac55e9fa7a693811838356637f429f5a08940465ca0a", + "bytes": 48919, + "digest": "sha256:205ac06693d385038fab07d1b48298d63341497fe734474bc7b5843cb1d42f66", "kind": "anchor", "path": "kag/indexes/shards/anchor/ef.jsonl", "range": "ef", - "records": 46 + "records": 47 }, { - "bytes": 59788, - "digest": "sha256:c9ff6f0893ef43961d7999500392724d80fa2299281b1b68ad2f561fac49c2a5", + "bytes": 59080, + "digest": "sha256:fdbf1d9e5c82024ce02981432e687a573c186ca26295ffe7498266fffd307665", "kind": "anchor", "path": "kag/indexes/shards/anchor/f0.jsonl", "range": "f0", - "records": 59 + "records": 58 }, { - "bytes": 68047, - "digest": "sha256:f2bbb34e7c38cf7011dfd3f6301901c1f6c844ecbef547fd498a4fb4790803af", + "bytes": 66291, + "digest": "sha256:49ff7e5fd384496a28a35cbb88951390042fe6e63893fbe50d2de40f4a0c038d", "kind": "anchor", "path": "kag/indexes/shards/anchor/f1.jsonl", "range": "f1", - "records": 57 + "records": 55 }, { - "bytes": 93675, - "digest": "sha256:ed5092a8cda4afc8be72ee11ba73f3014052559a8378ebda060d9ec18051aabd", + "bytes": 92057, + "digest": "sha256:c845becdf1ad942c34ef3d931acdecc9f2ad2e3972c6f1ae5d084b18111678c0", "kind": "anchor", "path": "kag/indexes/shards/anchor/f2.jsonl", "range": "f2", - "records": 73 + "records": 71 }, { - "bytes": 53253, - "digest": "sha256:5936e5165c50b8e734f6531417bb3e7968f433ad20eb49834fcad14735cc7921", + "bytes": 55435, + "digest": "sha256:7e6c0c6d8675bb52f084fb6e583bc16d88e679b94210c21798f7b1dc1cc63874", "kind": "anchor", "path": "kag/indexes/shards/anchor/f3.jsonl", "range": "f3", - "records": 55 + "records": 58 }, { - "bytes": 48249, - "digest": "sha256:66b5a086f27801b70b393c747bbe2211d25bed5dd0a3cf5eb72aa729a76b41e4", + "bytes": 49824, + "digest": "sha256:3fc941b5338740587f93da5db478e573f5055c8f6ca5134cd9c671d0ecb6a55d", "kind": "anchor", "path": "kag/indexes/shards/anchor/f4.jsonl", "range": "f4", - "records": 61 + "records": 63 }, { - "bytes": 54008, - "digest": "sha256:ef1b5921c449b8367194ccde136d584852aa6d022e6d800d165da4aae2039a3a", + "bytes": 53878, + "digest": "sha256:3f5b9ef678d0ea94419f45427522b7ca7f2b75ab41917b30349c4a8b0072d245", "kind": "anchor", "path": "kag/indexes/shards/anchor/f5.jsonl", "range": "f5", "records": 60 }, { - "bytes": 55035, - "digest": "sha256:47843b9055fbf731288f2e3c16632e731197a0e70b0c376ee9bd897dc54402c9", + "bytes": 54708, + "digest": "sha256:528fba1b33bf2441e25ea417e0eb5445263e036f0073a50fc2d28333e8485fdf", "kind": "anchor", "path": "kag/indexes/shards/anchor/f6.jsonl", "range": "f6", "records": 57 }, { - "bytes": 49397, - "digest": "sha256:87926f5d366aad2c9cd5bf48edeb7d78ab80315218a3031ef821ca0f62a7760a", + "bytes": 49891, + "digest": "sha256:7b29438be60757c389928a85cb8697631e488720b69d7298c54e22fe375451c2", "kind": "anchor", "path": "kag/indexes/shards/anchor/f7.jsonl", "range": "f7", - "records": 50 + "records": 51 }, { - "bytes": 74184, - "digest": "sha256:18ffae4be66ef31ba58c375ad5a837d848a37f03f32969269fdbd81afb29c3ce", + "bytes": 74993, + "digest": "sha256:04062f8edfd2bc40f40173ed7856be773e65a04e0d072fd1661f0eeddcfa8df4", "kind": "anchor", "path": "kag/indexes/shards/anchor/f8.jsonl", "range": "f8", - "records": 70 + "records": 71 }, { "bytes": 59066, - "digest": "sha256:d0ea861e657d50184d7a88e26ba4b8218589b2695b6bfd39dc51422a8252b717", + "digest": "sha256:0301484a065e1ce3bbd4040cba82a0e7b5da612bbf91c5c260b6bee06b2ca164", "kind": "anchor", "path": "kag/indexes/shards/anchor/f9.jsonl", "range": "f9", "records": 58 }, { - "bytes": 45975, - "digest": "sha256:0aa946b844177caa18664a53417ee235f58bb0e4b303dca0b625f2170c2e29cf", + "bytes": 45171, + "digest": "sha256:01fcdbf25b045223fa9b8250246a197cd4167aaa64e148b3e7026a96b1eef57a", "kind": "anchor", "path": "kag/indexes/shards/anchor/fa.jsonl", "range": "fa", - "records": 54 + "records": 53 }, { - "bytes": 60228, - "digest": "sha256:c9c3b44c9dcf37a171cce2e9cb5c4b0c6e1852c05173d3fe1cbc78c7f64b69af", + "bytes": 63315, + "digest": "sha256:659a664f8afe9a45a6cea627df827241807a0b9bf5b80858911fdd5cebd9486c", "kind": "anchor", "path": "kag/indexes/shards/anchor/fb.jsonl", "range": "fb", - "records": 57 + "records": 61 }, { - "bytes": 49252, - "digest": "sha256:e0be43dd5c6d02294c184b96092374ede761dc5d0d4a7a8bf7c0970354efc3df", + "bytes": 49934, + "digest": "sha256:15bf4d002b3750c0748b0e777fd0c2a94665fb19f695c656dca0289980ab2639", "kind": "anchor", "path": "kag/indexes/shards/anchor/fc.jsonl", "range": "fc", - "records": 51 + "records": 52 }, { "bytes": 41847, @@ -2883,24 +2883,24 @@ "records": 48 }, { - "bytes": 48984, - "digest": "sha256:604f9144bef003977ab9905f4bb92601e6d79ab6173e5d3b0f1a58b784a0f9b2", + "bytes": 51028, + "digest": "sha256:86b79d191581028cd8752d07831b272e5ce791582734e90d3c82597e8c791616", "kind": "anchor", "path": "kag/indexes/shards/anchor/fe.jsonl", "range": "fe", - "records": 57 + "records": 60 }, { - "bytes": 63166, - "digest": "sha256:16c6d1ea90d145e4b030fc74f822bf551c2a67d2ea54c1e7374de84cf531d8e0", + "bytes": 65326, + "digest": "sha256:cbfde013888c68997bce8ee58fab8dd45f91ec17b948a175548edc3ecdad4e0a", "kind": "anchor", "path": "kag/indexes/shards/anchor/ff.jsonl", "range": "ff", - "records": 54 + "records": 57 }, { - "bytes": 119329, - "digest": "sha256:82594ce0128f30d51d882b966ce893600d18548a425d19430ed912692c391ecf", + "bytes": 119175, + "digest": "sha256:c0bd0e8d1eefcba0ff45298125dfde75082badac977cdbfbb4f00dc551a474c0", "kind": "event", "path": "kag/indexes/shards/event/6.jsonl", "range": "6", @@ -2915,12 +2915,12 @@ "records": 44 }, { - "bytes": 100708, - "digest": "sha256:1077a7a24766ec660dc69df0c5a90ae91b36618a0b9d5a947fda1f62b5d9a1d3", + "bytes": 97989, + "digest": "sha256:869523260d9fcdb171563866f2d6f9b413b2e6f3998d7d1f5bb8ed2a3b5ce991", "kind": "event", "path": "kag/indexes/shards/event/d.jsonl", "range": "d", - "records": 52 + "records": 51 }, { "bytes": 17796, @@ -3051,8 +3051,8 @@ "records": 6 }, { - "bytes": 41107, - "digest": "sha256:21f463e9d280fbe2244b3e9380184660fd84096a16400a46ad50e5ecf1b94520", + "bytes": 40953, + "digest": "sha256:37c77f719630612b753f247de740a534a8529901d7e904717e5e501c3e0701b4", "kind": "event", "path": "kag/indexes/shards/event/12.jsonl", "range": "12", @@ -3163,8 +3163,8 @@ "records": 1 }, { - "bytes": 74252, - "digest": "sha256:80c542e7d52c39b4f816512f6aee78de1d6cb0090af3e910552464aa775a7240", + "bytes": 74098, + "digest": "sha256:9f4da139c48349ed88c0d9d1135792c05fd22eb532c4673e79bd9dd304ae9667", "kind": "event", "path": "kag/indexes/shards/event/20.jsonl", "range": "20", @@ -3499,12 +3499,12 @@ "records": 4 }, { - "bytes": 9388, - "digest": "sha256:528bb7dc5f7fcb2c8357c3831b88e3cc9760bf00d911cf19147689df052d6b98", + "bytes": 22980, + "digest": "sha256:73e0d8d4d4962b6e98a4c5a461765bd12668bc58815dce4ec579f77ff2f0476c", "kind": "event", "path": "kag/indexes/shards/event/4a.jsonl", "range": "4a", - "records": 5 + "records": 6 }, { "bytes": 74443, @@ -3899,12 +3899,12 @@ "records": 3 }, { - "bytes": 11327, - "digest": "sha256:9f0c3ad88cbda42678a2d377c021f6c667401381fe4a49dad263a8631a0dc1a3", + "bytes": 14082, + "digest": "sha256:49d27484060206856da5f4e275b7335fec5ffb5db4974cdedd190a01d75c8f7c", "kind": "event", "path": "kag/indexes/shards/event/8c.jsonl", "range": "8c", - "records": 4 + "records": 5 }, { "bytes": 19449, @@ -4027,16 +4027,16 @@ "records": 3 }, { - "bytes": 1913, - "digest": "sha256:849c9096f78f10393b0007513b425286fbbeb5e7af4f24ffe982bd6682c363a9", + "bytes": 2665, + "digest": "sha256:cc51a741bf8fe00077129b0066f72ac299c7c099a5afb15b8281b809bf09fa8b", "kind": "event", "path": "kag/indexes/shards/event/9c.jsonl", "range": "9c", - "records": 1 + "records": 2 }, { - "bytes": 20467, - "digest": "sha256:2fa5f51da7519acc7b53c29c67d30cd65c45dec043028a63859db9f72c47164f", + "bytes": 20313, + "digest": "sha256:2a49b134575fe24f82651de6221b4def3350679cf506652b761d7b90bdf50ec8", "kind": "event", "path": "kag/indexes/shards/event/9d.jsonl", "range": "9d", @@ -4612,7 +4612,7 @@ }, { "bytes": 16626, - "digest": "sha256:c5e6778c26bbba7aff335ac9f2b6f9d79de3b34d0b6184d5d7a6369a69a8ddcc", + "digest": "sha256:164fb1c1e50bba5ee0c85bce3fe287d02c5422edbcc028d3926a899e2a9b4aa9", "kind": "source", "path": "kag/indexes/shards/source/08.jsonl", "range": "08", @@ -4652,7 +4652,7 @@ }, { "bytes": 13921, - "digest": "sha256:ada2c777e3ceedec24ad821c3ba75c663d6d6444ee7c5157ba9cadea333f1c60", + "digest": "sha256:cac8ef207546144e2f26013bdea32cdf64548cabedc4c0f832093d00025ae269", "kind": "source", "path": "kag/indexes/shards/source/0d.jsonl", "range": "0d", @@ -4668,7 +4668,7 @@ }, { "bytes": 12309, - "digest": "sha256:5dfd578f0b4a615a1276cc08263488409ba7cd5e89da214596428840fc51421b", + "digest": "sha256:2f3a7f714aeeb24118f8295950cdbbb464fd6ab350c02f9bc4d35e9cec4dbf5d", "kind": "source", "path": "kag/indexes/shards/source/0f.jsonl", "range": "0f", @@ -4748,7 +4748,7 @@ }, { "bytes": 15068, - "digest": "sha256:c43c3e55df1d1593556bcb4676c510205b0207bf24a5573d3bcfb7c48d7545bd", + "digest": "sha256:cd131c955e47cb0e29b6891e7ff8358d7bafb2588c287996e84332d0ff21d19b", "kind": "source", "path": "kag/indexes/shards/source/19.jsonl", "range": "19", @@ -4836,19 +4836,19 @@ }, { "bytes": 4802, - "digest": "sha256:051289ca67a3f6b3b5ea80fcc2c52030cd963c177602aeba8119d0ef704f0af7", + "digest": "sha256:4f099c50aca2ab3e4f723ecc15a16d884a80bf87565fd2ad2c77bc5e4b2e5891", "kind": "source", "path": "kag/indexes/shards/source/24.jsonl", "range": "24", "records": 2 }, { - "bytes": 27910, - "digest": "sha256:f5898f56376fef691a61acf837a5697bc0454b7f8e61fd49f8644af6f7de0b47", + "bytes": 30311, + "digest": "sha256:441f412fa294bf531f4800b94ff900799d15a078205e3add4c494c3f61da2520", "kind": "source", "path": "kag/indexes/shards/source/25.jsonl", "range": "25", - "records": 7 + "records": 8 }, { "bytes": 10141, @@ -4860,7 +4860,7 @@ }, { "bytes": 23473, - "digest": "sha256:5bcd43a241d5c812b1f713de050e3c836a66ff87eecb9506be1dbc5a5905a9e4", + "digest": "sha256:85224ff1cc8ba60277fd30a9073562f8ef14597e1befee46437e2e8ed28cdf9c", "kind": "source", "path": "kag/indexes/shards/source/27.jsonl", "range": "27", @@ -4868,7 +4868,7 @@ }, { "bytes": 11149, - "digest": "sha256:1c789756a8c6b2df0e508aea77303c368f03b23d7c8b98436924ea386b464bc1", + "digest": "sha256:1a62b914d6aae3791903a9ed76a5d23d3860f5dbdc385b327f610bbb46f0ab74", "kind": "source", "path": "kag/indexes/shards/source/28.jsonl", "range": "28", @@ -4884,7 +4884,7 @@ }, { "bytes": 24003, - "digest": "sha256:118d45d1945fc40baaf95705664b652ac013c9c7233ce6d2075ed395af266702", + "digest": "sha256:994235c1e42ddcea6157232d186713b7d274856c00d99b5e115bfba4ac11f93f", "kind": "source", "path": "kag/indexes/shards/source/2a.jsonl", "range": "2a", @@ -4908,7 +4908,7 @@ }, { "bytes": 13610, - "digest": "sha256:c381d0bd27f2d3855f4d8b32a2cd8b1866ab498ea52999e53c44c39fe9020789", + "digest": "sha256:d3478028935c9949500a830b2ec855415dc114a59791f8b7ac9d900bde1cd359", "kind": "source", "path": "kag/indexes/shards/source/2d.jsonl", "range": "2d", @@ -4939,8 +4939,8 @@ "records": 6 }, { - "bytes": 19193, - "digest": "sha256:aa9c30e0b9d29330767c70a14628291738cbb1baf736d3b802580e9a154a98c7", + "bytes": 19194, + "digest": "sha256:183224178f89120c44175281b1e6e394208c2c9be4abcf79dff1b4227ffaee12", "kind": "source", "path": "kag/indexes/shards/source/31.jsonl", "range": "31", @@ -4988,7 +4988,7 @@ }, { "bytes": 9359, - "digest": "sha256:808675da137cc36b149130ed4093dfa2eacf4834d898c21adb45c65d1210f387", + "digest": "sha256:302a8685e8015fa44ab895208d39e6cacf82df9998b69e1525ab4aaa798c3a66", "kind": "source", "path": "kag/indexes/shards/source/37.jsonl", "range": "37", @@ -5044,19 +5044,19 @@ }, { "bytes": 24768, - "digest": "sha256:f51134aec28c7feb1d2298b2a69edf280edb07cfa9f66803b3cdac4188efe074", + "digest": "sha256:1601d21101591b74b069f027d5295794bbe7095696e7945faec26cb3904aa0aa", "kind": "source", "path": "kag/indexes/shards/source/3e.jsonl", "range": "3e", "records": 9 }, { - "bytes": 10405, - "digest": "sha256:a23a46496825cae28564a0f4fd692a02badef849ee08fff5afa401fe1e70efec", + "bytes": 13761, + "digest": "sha256:42c4718cf51fbb54bf533540d4318e131dfec2a16c897aa640502c444316b8af", "kind": "source", "path": "kag/indexes/shards/source/3f.jsonl", "range": "3f", - "records": 4 + "records": 5 }, { "bytes": 13889, @@ -5067,8 +5067,8 @@ "records": 6 }, { - "bytes": 13944, - "digest": "sha256:0be72060e61e3df11ad0e21d26105382a57ad878d84dbb41fe0ef31fb7ac87fd", + "bytes": 14063, + "digest": "sha256:d58402a38ec177ee19686008fee5b1ab8b6345a32a49337ef39bce7d16a82264", "kind": "source", "path": "kag/indexes/shards/source/41.jsonl", "range": "41", @@ -5084,7 +5084,7 @@ }, { "bytes": 10436, - "digest": "sha256:47d6d5e0ae4c961d60f91b1a068bc22637df581b4ba6a6e0f344661a635d1f17", + "digest": "sha256:99172a1fa9cc563e208abf2c1ccc726d90529f074695c7842f0feda5d7f7e35c", "kind": "source", "path": "kag/indexes/shards/source/43.jsonl", "range": "43", @@ -5188,7 +5188,7 @@ }, { "bytes": 16763, - "digest": "sha256:6a12fc6cf59f43dffb638a0827397c700b0bf61affd5ee128ed24bcf619b1f0e", + "digest": "sha256:7875162f03f33c2c417a078037d0de618d90d406816d4cf2cb5db485bfeaa36f", "kind": "source", "path": "kag/indexes/shards/source/50.jsonl", "range": "50", @@ -5196,7 +5196,7 @@ }, { "bytes": 16043, - "digest": "sha256:851aa0a05f44b6b4eb12f9617541d23075254ba826006cffe8f9dde3ea2e82b6", + "digest": "sha256:989ff3d742d4c23089d8ccf8d213ba93c1879fc9dee5909c06742ec51cba8c25", "kind": "source", "path": "kag/indexes/shards/source/51.jsonl", "range": "51", @@ -5324,7 +5324,7 @@ }, { "bytes": 12643, - "digest": "sha256:8fae6688239e5d84be5b957fb4cf67d5b9485e88663fa5c3a8b1231140d1c118", + "digest": "sha256:6d62923a09d877c7700a1ce506c5da93efacfbf4763d9384ea3b9a9416d8869e", "kind": "source", "path": "kag/indexes/shards/source/61.jsonl", "range": "61", @@ -5356,7 +5356,7 @@ }, { "bytes": 27886, - "digest": "sha256:0b23863e42805b02050afb9f958d9518468e5dc28bf6e6b6482dc32f31229810", + "digest": "sha256:0ee6f6b7841ad348cfcaabdcd3f4a25ee34f633319c1ea7fee543793c8a1114d", "kind": "source", "path": "kag/indexes/shards/source/65.jsonl", "range": "65", @@ -5500,7 +5500,7 @@ }, { "bytes": 19168, - "digest": "sha256:1d7389c285c283834963039cfd7413680922746a82a8a3497608f1334c95f807", + "digest": "sha256:a45e7409a2322770f5154388a2b2e87629e7f29856e67a05b1a0bbfb0067c94c", "kind": "source", "path": "kag/indexes/shards/source/78.jsonl", "range": "78", @@ -5508,7 +5508,7 @@ }, { "bytes": 16141, - "digest": "sha256:20c0f1e699703ad7082d9669861cd8d2d97063ba581a6d1dea0dc7f4bc0481f6", + "digest": "sha256:4daa7ba255e03f43df5d7f32764e2fc412e6314ac77dc2ac1fcdd7ca6d80b12f", "kind": "source", "path": "kag/indexes/shards/source/79.jsonl", "range": "79", @@ -5524,7 +5524,7 @@ }, { "bytes": 15650, - "digest": "sha256:86c15999d0ae146196da0cab9b84bef0211c86e69714ee7cee1ff10232f9976b", + "digest": "sha256:1435cc0a24fd9c2e3c8df07d99a485f427839968e57fed85a92c6c70ff4c0a0e", "kind": "source", "path": "kag/indexes/shards/source/7b.jsonl", "range": "7b", @@ -5547,12 +5547,12 @@ "records": 3 }, { - "bytes": 11358, - "digest": "sha256:c06316c7855f23a3656386841d4111f20080b4941961dee39a7cdc69a840160c", + "bytes": 13647, + "digest": "sha256:7d8a4048f820c095987cfae5d9c68bb2b5f590b71d0730d493fb261da8bf269c", "kind": "source", "path": "kag/indexes/shards/source/7e.jsonl", "range": "7e", - "records": 5 + "records": 6 }, { "bytes": 19705, @@ -5628,7 +5628,7 @@ }, { "bytes": 15717, - "digest": "sha256:64508f770c22be39ac9375eb0f06924c5782310809d45469f3297eeef07bb1e0", + "digest": "sha256:5eac9a39fb72c41a8c5c183412b88d83c5c1038a0be985aacc690b29b6cb05f5", "kind": "source", "path": "kag/indexes/shards/source/88.jsonl", "range": "88", @@ -5644,7 +5644,7 @@ }, { "bytes": 6840, - "digest": "sha256:07e0bb75e5015765d5a58ab004e4f30af32f3fffd9d48dcac5781babb29a6445", + "digest": "sha256:97fd594060bc97288a3f4f2c05bb061d59363e5254b90fcdeaac89415c6f1374", "kind": "source", "path": "kag/indexes/shards/source/8a.jsonl", "range": "8a", @@ -5795,16 +5795,16 @@ "records": 11 }, { - "bytes": 11064, - "digest": "sha256:d258c3b2b1f8d64758895b9c5bc09bad7c068e65c8036ec4003b7696c45d08be", + "bytes": 13316, + "digest": "sha256:af9078c76e22f7a1a4e1038817bafa547e296118367548c8fbbfa5efea8bed3b", "kind": "source", "path": "kag/indexes/shards/source/9f.jsonl", "range": "9f", - "records": 4 + "records": 5 }, { "bytes": 10770, - "digest": "sha256:7f268c84bdc35bad1a57ca8860a3c861eedc31fb44e69b4ce261a1bb76d91bba", + "digest": "sha256:83fcd474e6a605611b2b765778d30d346d6a0c333583783d8726b75970b7f865", "kind": "source", "path": "kag/indexes/shards/source/a0.jsonl", "range": "a0", @@ -5812,7 +5812,7 @@ }, { "bytes": 30706, - "digest": "sha256:eda522ba006613cbfe588d69d7ad640766991cd74e3e835148103642f94982a3", + "digest": "sha256:08fb3bb15965f2a2091219bec7505296bf6f18048f4e22020a041a4a2982f240", "kind": "source", "path": "kag/indexes/shards/source/a1.jsonl", "range": "a1", @@ -5851,12 +5851,12 @@ "records": 5 }, { - "bytes": 8306, - "digest": "sha256:6249c25c0ce488aee27395177e7eab9b2646a7eb6ce19836a28d01fa8d92d1a8", + "bytes": 11040, + "digest": "sha256:4ebdbbef7ae2ccba4b1c06731b5303b566647e52f4855cb0a4b01bdb917f27d6", "kind": "source", "path": "kag/indexes/shards/source/a6.jsonl", "range": "a6", - "records": 3 + "records": 4 }, { "bytes": 9243, @@ -5875,12 +5875,12 @@ "records": 8 }, { - "bytes": 12303, - "digest": "sha256:8bc394093e13f6588f6c0e1de957474f59a3d8ad6179dbfd4a9406046fc76bf4", + "bytes": 16070, + "digest": "sha256:0706cdaf494b4bbe444f86094885abcc1c1eb06072f61a3b748cde3e76106a3c", "kind": "source", "path": "kag/indexes/shards/source/a9.jsonl", "range": "a9", - "records": 5 + "records": 6 }, { "bytes": 23565, @@ -5908,7 +5908,7 @@ }, { "bytes": 14185, - "digest": "sha256:9a240ba301eea0028f33192f92fd95716d0613ae05552f9f83cf63992db5a3bc", + "digest": "sha256:dadd1a12f9a572faef9c884ebb124256da27f298dd7c68cf2f9304655b24691a", "kind": "source", "path": "kag/indexes/shards/source/ad.jsonl", "range": "ad", @@ -5980,7 +5980,7 @@ }, { "bytes": 4807, - "digest": "sha256:c2264fcd0f7751457bc2e2ca5733ab7534aeb93088b91249401c49aba3bf59d1", + "digest": "sha256:c90771c487cbf2e51399bc6718e947e9f493aa004a6257ca8af1faa90870295e", "kind": "source", "path": "kag/indexes/shards/source/b6.jsonl", "range": "b6", @@ -6011,8 +6011,8 @@ "records": 4 }, { - "bytes": 37112, - "digest": "sha256:ad4e823cc3d97d9faf6ccacb2292fd0e33a5c122c6303ecb4a91cc0e1be39108", + "bytes": 37559, + "digest": "sha256:418d2db5926e1c0afdda83394de8563aa5c18492de2c843fa62f67d162281fb5", "kind": "source", "path": "kag/indexes/shards/source/ba.jsonl", "range": "ba", @@ -6027,8 +6027,8 @@ "records": 4 }, { - "bytes": 17294, - "digest": "sha256:f1c5853c659d21c78cdf7910e48de090bcea82e5945121b73d073209c0b7e6e5", + "bytes": 17264, + "digest": "sha256:b335053a536ebf25bab7aec77b2f0689bef6e3fb472848ee3b7a5e7eb4a34d68", "kind": "source", "path": "kag/indexes/shards/source/bc.jsonl", "range": "bc", @@ -6283,12 +6283,12 @@ "records": 5 }, { - "bytes": 13896, - "digest": "sha256:25e78d7c1beea428ac9df29403a3448b94d49d20983c68dff877f8a921d46283", + "bytes": 16932, + "digest": "sha256:3b49d273db4ab2ece413f7946ab41b7686e1bd4bb10fd10fa0ebda8e09580980", "kind": "source", "path": "kag/indexes/shards/source/dc.jsonl", "range": "dc", - "records": 6 + "records": 7 }, { "bytes": 16504, @@ -6364,7 +6364,7 @@ }, { "bytes": 14904, - "digest": "sha256:8bc6ae8dc467da02a5d08a0f708b7ab55409c11122f5502c42bde2222453ad75", + "digest": "sha256:5fbe013f8ef29d7d8baed9b5c22af85954ad13587f18d1bd2876314e6342d63b", "kind": "source", "path": "kag/indexes/shards/source/e6.jsonl", "range": "e6", @@ -6395,8 +6395,8 @@ "records": 5 }, { - "bytes": 25287, - "digest": "sha256:e6d2e10f1d7eed0064ffe2bed3313bb16658eb28e30c646e370bc8538b283e8d", + "bytes": 25416, + "digest": "sha256:34b2a5df232a1409b9c64e65a3226470bbc99c51b3436bc6bfeb1bf7feaf98e2", "kind": "source", "path": "kag/indexes/shards/source/ea.jsonl", "range": "ea", @@ -6411,12 +6411,12 @@ "records": 10 }, { - "bytes": 7650, - "digest": "sha256:95499cbbf470a812c5d72881a39d3101d63ea8f1699fe5b3cf9881546993976f", + "bytes": 4782, + "digest": "sha256:0ecbb75ebca3934e8f5e455c19e4197c733ba293e7cebe392cba10a367ce4a53", "kind": "source", "path": "kag/indexes/shards/source/ec.jsonl", "range": "ec", - "records": 3 + "records": 2 }, { "bytes": 21281, @@ -6436,7 +6436,7 @@ }, { "bytes": 10491, - "digest": "sha256:be6f76b25080e0fec06e3758b8246477b625400fd11f8d93feb3514d29ad66f1", + "digest": "sha256:36a083f138849cc6c303405e4877164ae352eff91a06c784c5223b13554982ec", "kind": "source", "path": "kag/indexes/shards/source/ef.jsonl", "range": "ef", @@ -6556,7 +6556,7 @@ }, { "bytes": 23345, - "digest": "sha256:7f395269b7a6665f68f8659d9ec67c5a12b7a249989656c001b0287db9ecad59", + "digest": "sha256:699faba061055a33d18d9aef671b414fdf1c3325f4aba249d2215183e0777159", "kind": "source", "path": "kag/indexes/shards/source/fe.jsonl", "range": "fe", @@ -6574,10 +6574,10 @@ "source_index_header": { "classification_summary": { "artifact_kind": { - "config": 185, + "config": 188, "dependency_manifest": 11, "directory_marker": 4, - "document": 528, + "document": 531, "generated_readmodel": 16, "index": 1, "license": 1, @@ -6600,33 +6600,33 @@ "command_role": { "builder": 7, "lane_entrypoint": 7, - "none": 1082, + "none": 1088, "script": 129, "test": 94, "validator": 20 }, "document_role": { - "agents": 50, + "agents": 51, "boundary": 12, "changelog": 1, - "decision": 86, + "decision": 87, "design": 12, "design_agents": 1, "mechanics_doc": 138, - "none": 802, + "none": 805, "parts": 10, "provenance": 10, "readme": 157, "roadmap": 11, "testing_doc": 1, - "unknown_document": 45, + "unknown_document": 46, "validation_doc": 3 }, "mechanics_role": { "legacy": 136, "mechanic_package": 83, "mechanic_part": 133, - "none": 786, + "none": 792, "part_doc": 126, "part_schema": 38, "part_script": 1, @@ -6635,11 +6635,11 @@ "primary_kind": { "artifact": 137, "command": 257, - "document": 537, - "surface": 408 + "document": 540, + "surface": 411 }, "surface_state": { - "authored_source": 1172, + "authored_source": 1178, "generated_readmodel": 22, "legacy": 139, "receipt": 6 @@ -6647,11 +6647,11 @@ }, "coverage_summary": { "command_count": 257, - "document_count": 537, + "document_count": 540, "generated_count": 22, - "heading_count": 3194, + "heading_count": 3225, "mechanics_count": 553, - "record_count": 1339, + "record_count": 1345, "schema_count": 71, "script_count": 143, "test_count": 94, @@ -6660,7 +6660,7 @@ }, "index_identity": { "artifact_kind": "source_surface_index", - "content_digest": "6625311522ae73d458cd7a0004ee8fb38d4c83cdbdc095ac5212032efbcc523c", + "content_digest": "514d7aead6c7c02dec78b428d89950b28039eb6403215d8fceadd9202a8f2a49", "local_id": "index:repo-local:source-surfaces", "schema_ref": "aoa-kag:schemas/repo-local-kag-index.schema.json" }, @@ -6757,12 +6757,12 @@ } }, "summary": { - "anchor_records": 15356, - "canonical_records": 17497, - "event_records": 802, - "shard_bytes": 21532922, + "anchor_records": 15521, + "canonical_records": 17670, + "event_records": 804, + "shard_bytes": 21655541, "shards": 715, - "source_records": 1339, - "tracked_bytes": 21724495 + "source_records": 1345, + "tracked_bytes": 21847116 } } diff --git a/kag/indexes/shards/anchor/00.jsonl b/kag/indexes/shards/anchor/00.jsonl index bb3d65c48..15ca2bf32 100644 --- a/kag/indexes/shards/anchor/00.jsonl +++ b/kag/indexes/shards/anchor/00.jsonl @@ -42,9 +42,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29:aoa:abyss-stack:anchor:315265e50598d174a6a7aee4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:315265e50598d174a6a7aee4","label":"6. Monitoring layer","locator":{"end_column":23,"end_line":59,"fragment":"6-monitoring-layer","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:6-monitoring-layer","source_id":"aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:b3c12dceb90edf614fa826d3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b3c12dceb90edf614fa826d3","label":"make_index_payload","locator":{"end_column":6,"end_line":1983,"fragment":"","pointer":"","start_column":1,"start_line":1865},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:TRIALS.case_report_name"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:available_cases"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:case_entries.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:graph_state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:graph_state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:graph_state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:load_graph_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:load_result_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:report_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:resolve_case_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:wave_truth_status"}],"parser_ref":"python-ast@1","qualified_name":"make_index_payload","semantic_key":"python:function:make_index_payload","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:aa50269d09d67d3ecd52ce23:aoa:abyss-stack:anchor:4058ba29cc89f1bbe6b4f09b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4058ba29cc89f1bbe6b4f09b","label":"Owner Boundary","locator":{"end_column":17,"end_line":15,"fragment":"owner-boundary","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-boundary","source_id":"aoa:abyss-stack:artifact:aa50269d09d67d3ecd52ce23","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:5d05ad7d40a1e7c997dca248","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5d05ad7d40a1e7c997dca248","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":268,"fragment":"","pointer":"","start_column":3,"start_line":268},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedread-model","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:268:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b0d24b474c514d6b28be41a7:aoa:abyss-stack:anchor:58fb2ee93cf6f7c403c6d3a7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:58fb2ee93cf6f7c403c6d3a7","label":"truth-surfaces","locator":{"end_column":45,"end_line":8,"fragment":"","pointer":"","start_column":3,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:diagnostic-spine-parts","target_ref":"truth-surfaces/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:8:3:0:truth-surfaces/README.md","source_id":"aoa:abyss-stack:artifact:b0d24b474c514d6b28be41a7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:1f41ab8bd9c639fae799bfb9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1f41ab8bd9c639fae799bfb9","label":"_is_session_memory_mcp_server_cmdline","locator":{"end_column":17,"end_line":300,"fragment":"","pointer":"","start_column":1,"start_line":294},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_is_session_memory_mcp_server_cmdline","target_ref":"python:Path"}],"parser_ref":"python-ast@1","qualified_name":"_is_session_memory_mcp_server_cmdline","semantic_key":"python:function:_is_session_memory_mcp_server_cmdline","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:38ce76623f4beb2504f9347c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:38ce76623f4beb2504f9347c","label":"mechanics","locator":{"end_column":101,"end_line":101,"fragment":"","pointer":"","start_column":69,"start_line":101},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:claim-check","target_ref":"mechanics/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:101:69:0:mechanics/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:b834b9327d75c42e92eda202","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b834b9327d75c42e92eda202","label":"compose","locator":{"end_column":171,"end_line":42,"fragment":"","pointer":"","start_column":143,"start_line":42},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"compose/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:42:143:2:compose/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:6c7a73453e26353b24874437","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6c7a73453e26353b24874437","label":"_core_reload_required","locator":{"end_column":6,"end_line":45,"fragment":"","pointer":"","start_column":1,"start_line":37},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_core_reload_required","target_ref":"python:_core_auto_reload_enabled"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_core_reload_required","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_core_reload_required","target_ref":"python:core_module._file_sha256"}],"parser_ref":"python-ast@1","qualified_name":"_core_reload_required","semantic_key":"python:function:_core_reload_required","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:4c98b146bc3caae346b48bac","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4c98b146bc3caae346b48bac","label":"environment","locator":{"end_column":16,"end_line":58,"fragment":"","pointer":"/services/loki/environment","start_column":5,"start_line":58},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/loki/environment","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} @@ -56,9 +56,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:223e0bc1808a2c5d0af61b56","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:223e0bc1808a2c5d0af61b56","label":"CommandOutput","locator":{"end_column":22,"end_line":540,"fragment":"","pointer":"","start_column":1,"start_line":535},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CommandOutput","target_ref":"python:dataclass"}],"parser_ref":"python-ast@1","qualified_name":"CommandOutput","semantic_key":"python:class:CommandOutput","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:75243de94871743d1c256bea","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:75243de94871743d1c256bea","label":"_search_provider_status_fast","locator":{"end_column":20,"end_line":3695,"fragment":"","pointer":"","start_column":5,"start_line":3589},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:conn.close"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:conn.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:conn.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:conn.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:conn.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:conn.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:conn.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:db_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:db_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:db_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:db_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:db_path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:db_path.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:diagnostics.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:diagnostics.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:diagnostics.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:dt.datetime.now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:meta.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:meta.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:self._sqlite_table_exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:self._sqlite_table_exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:self._sqlite_table_exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:self._sqlite_table_exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:self.aoa_root.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:sqlite3.connect"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._search_provider_status_fast","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._search_provider_status_fast","semantic_key":"python:method:AoASessionMemoryMCPState._search_provider_status_fast","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:83ede6246b6fc581949b9679","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:83ede6246b6fc581949b9679","label":"_can_use_local_session_filter_search","locator":{"end_column":49,"end_line":4724,"fragment":"","pointer":"","start_column":5,"start_line":4717},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._can_use_local_session_filter_search","target_ref":"python:active_filters.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._can_use_local_session_filter_search","target_ref":"python:set"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._can_use_local_session_filter_search","semantic_key":"python:method:AoASessionMemoryMCPState._can_use_local_session_filter_search","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:ae4a8cf0089a26b3bd2a7f5b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ae4a8cf0089a26b3bd2a7f5b","label":"ABYSS-STACK-D-0043 Service Selection Validator Module","locator":{"end_column":119,"end_line":88,"fragment":"","pointer":"","start_column":3,"start_line":88},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0043-service-selection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:88:3:0:../ABYSS-STACK-D-0043-service-selection-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:865ba91f424e6a1f0f6b863c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:865ba91f424e6a1f0f6b863c","label":"ABYSS-STACK-D-0057 Mechanics Topology Validator Module","locator":{"end_column":121,"end_line":132,"fragment":"","pointer":"","start_column":3,"start_line":132},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:132:3:0:../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52:aoa:abyss-stack:anchor:2ca92fbc6291fee94b992820","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2ca92fbc6291fee94b992820","label":"graph_targets","locator":{"end_column":6,"end_line":203,"fragment":"","pointer":"","start_column":1,"start_line":199},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:graph_targets","target_ref":"python:evaluation.graph_targets"}],"parser_ref":"python-ast@1","qualified_name":"graph_targets","semantic_key":"python:function:graph_targets","source_id":"aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fc14d26fe85cf981f312d308:aoa:abyss-stack:anchor:cbe6107fe2ea8a8cdaf14688","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:cbe6107fe2ea8a8cdaf14688","label":"payload","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/payload","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/payload","source_id":"aoa:abyss-stack:artifact:fc14d26fe85cf981f312d308","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8:aoa:abyss-stack:anchor:da17175fe4ec2e4e3cc993a7","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:da17175fe4ec2e4e3cc993a7","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:f8a6ba95b7f9d7460a61a6d1","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f8a6ba95b7f9d7460a61a6d1","label":"name","locator":{"end_column":35,"end_line":3,"fragment":"","pointer":"/identity/name","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/identity/name","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ffb0f6f1f47fd11880be16b5:aoa:abyss-stack:anchor:c787cc78dd44cceea93b8551","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c787cc78dd44cceea93b8551","label":"test_stale_stack_root_is_blocked_in_active_source","locator":{"end_column":6,"end_line":79,"fragment":"","pointer":"","start_column":1,"start_line":68},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_stale_stack_root_is_blocked_in_active_source","target_ref":"python:run_runtime_route_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_stale_stack_root_is_blocked_in_active_source","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_stale_stack_root_is_blocked_in_active_source","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_stale_stack_root_is_blocked_in_active_source","semantic_key":"python:function:test_stale_stack_root_is_blocked_in_active_source","source_id":"aoa:abyss-stack:artifact:ffb0f6f1f47fd11880be16b5","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/01.jsonl b/kag/indexes/shards/anchor/01.jsonl index f80ac8323..0504d6789 100644 --- a/kag/indexes/shards/anchor/01.jsonl +++ b/kag/indexes/shards/anchor/01.jsonl @@ -23,8 +23,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:5cf511073cba8648076ea457:aoa:abyss-stack:anchor:a3b6a6c7036346e6a55b4bb4","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a3b6a6c7036346e6a55b4bb4","label":"services","locator":{"end_column":9,"end_line":3,"fragment":"","pointer":"/services","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services","source_id":"aoa:abyss-stack:artifact:5cf511073cba8648076ea457","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5eaba2892c3b1bc6173bac35:aoa:abyss-stack:anchor:f965082941b70bb6d204268f","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:f965082941b70bb6d204268f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:5eaba2892c3b1bc6173bac35","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5ec0472dd898f8116b7cd103:aoa:abyss-stack:anchor:3a6fc6544fa31858ed997f50","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3a6fc6544fa31858ed997f50","label":"Options considered","locator":{"end_column":21,"end_line":29,"fragment":"options-considered","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:5ec0472dd898f8116b7cd103","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:60c91c94936d502a9610e229","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:60c91c94936d502a9610e229","label":"test_catalog_artifact_identity_trust_layer_drift_fails","locator":{"end_column":16,"end_line":124,"fragment":"","pointer":"","start_column":1,"start_line":106},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_artifact_identity_trust_layer_drift_fails","target_ref":"python:catalog_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_artifact_identity_trust_layer_drift_fails","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_artifact_identity_trust_layer_drift_fails","target_ref":"python:run_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_artifact_identity_trust_layer_drift_fails","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_artifact_identity_trust_layer_drift_fails","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_catalog_artifact_identity_trust_layer_drift_fails","semantic_key":"python:function:test_catalog_artifact_identity_trust_layer_drift_fails","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:9b7fdba73ca50e4d91f30c7b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9b7fdba73ca50e4d91f30c7b","label":"write_valid_surface","locator":{"end_column":6,"end_line":54,"fragment":"","pointer":"","start_column":1,"start_line":30},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_valid_surface","target_ref":"python:copy_current_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_valid_surface","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_valid_surface","semantic_key":"python:function:write_valid_surface","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:60c91c94936d502a9610e229","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:60c91c94936d502a9610e229","label":"test_catalog_artifact_identity_trust_layer_drift_fails","locator":{"end_column":16,"end_line":123,"fragment":"","pointer":"","start_column":1,"start_line":105},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_artifact_identity_trust_layer_drift_fails","target_ref":"python:catalog_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_artifact_identity_trust_layer_drift_fails","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_artifact_identity_trust_layer_drift_fails","target_ref":"python:run_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_artifact_identity_trust_layer_drift_fails","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_artifact_identity_trust_layer_drift_fails","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_catalog_artifact_identity_trust_layer_drift_fails","semantic_key":"python:function:test_catalog_artifact_identity_trust_layer_drift_fails","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:9b7fdba73ca50e4d91f30c7b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9b7fdba73ca50e4d91f30c7b","label":"write_valid_surface","locator":{"end_column":60,"end_line":57,"fragment":"","pointer":"","start_column":1,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_valid_surface","target_ref":"python:copy_current_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_valid_surface","target_ref":"python:copy_current_surface"}],"parser_ref":"python-ast@1","qualified_name":"write_valid_surface","semantic_key":"python:function:write_valid_surface","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:63daea3eb136fa0c835c3b07:aoa:abyss-stack:anchor:2cd60ef665e51d205264e3ca","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:2cd60ef665e51d205264e3ca","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:63daea3eb136fa0c835c3b07","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7dcdffc54f0d9b8448ca6a66:aoa:abyss-stack:anchor:5199331c58816372a25a9210","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5199331c58816372a25a9210","label":"write_text","locator":{"end_column":47,"end_line":31,"fragment":"","pointer":"","start_column":1,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_text","semantic_key":"python:function:write_text","source_id":"aoa:abyss-stack:artifact:7dcdffc54f0d9b8448ca6a66","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:23a35d2af54e1d2b3018668c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:23a35d2af54e1d2b3018668c","label":"ABYSS-STACK-D-0057 Mechanics Topology Validator Module","locator":{"end_column":121,"end_line":96,"fragment":"","pointer":"","start_column":3,"start_line":96},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-06-03","target_ref":"../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:96:3:0:../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} @@ -32,12 +32,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:66059bf7564a13eba2d25b69","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:66059bf7564a13eba2d25b69","label":"memo_collection_key","locator":{"end_column":73,"end_line":1478,"fragment":"","pointer":"","start_column":1,"start_line":1477},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"memo_collection_key","semantic_key":"python:function:memo_collection_key","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:d2d6095f56ea88ebef35da8b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d2d6095f56ea88ebef35da8b","label":"exit_code_for","locator":{"end_column":13,"end_line":1567,"fragment":"","pointer":"","start_column":1,"start_line":1557},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"exit_code_for","semantic_key":"python:function:exit_code_for","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8a55b73a3e7d15426e4718e6:aoa:abyss-stack:anchor:e5d03a02ee352fc00c9f8980","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e5d03a02ee352fc00c9f8980","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8a55b73a3e7d15426e4718e6","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:7eb505e9c1cc2e403e5d9515","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7eb505e9c1cc2e403e5d9515","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":446,"fragment":"","pointer":"","start_column":3,"start_line":446},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-topology","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:446:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8d31c27d03cd4e44e55ad838:aoa:abyss-stack:anchor:d003b6d2232cf966aa37847c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d003b6d2232cf966aa37847c","label":"AGENTS","locator":{"end_column":52,"end_line":25,"fragment":"","pointer":"","start_column":18,"start_line":25},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:expected-deployed-path","target_ref":"AGENTS.md#install-routes"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:25:18:0:AGENTS.md#install-routes","source_id":"aoa:abyss-stack:artifact:8d31c27d03cd4e44e55ad838","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:a1b9813667a503dd2656f985","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a1b9813667a503dd2656f985","label":"finalize_case_with_summary","locator":{"end_column":6,"end_line":925,"fragment":"","pointer":"","start_column":1,"start_line":877},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_case_with_summary","target_ref":"python:TRIALS.build_result_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_case_with_summary","target_ref":"python:TRIALS.finalize_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_case_with_summary","target_ref":"python:case_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_case_with_summary","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"finalize_case_with_summary","semantic_key":"python:function:finalize_case_with_summary","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:99830f7811fc3c7c2222673c:aoa:abyss-stack:anchor:f884ad73cd366cd5beb08170","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f884ad73cd366cd5beb08170","label":"_http_authority","locator":{"end_column":44,"end_line":110,"fragment":"","pointer":"","start_column":1,"start_line":108},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"_http_authority","semantic_key":"python:function:_http_authority","source_id":"aoa:abyss-stack:artifact:99830f7811fc3c7c2222673c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a3768bb1b4757f9013b356b3:aoa:abyss-stack:anchor:2b358420c589b7d1c3892f9b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2b358420c589b7d1c3892f9b","label":"_loopback_transport_security","locator":{"end_column":6,"end_line":127,"fragment":"","pointer":"","start_column":1,"start_line":113},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_loopback_transport_security","target_ref":"python:TransportSecuritySettings"}],"parser_ref":"python-ast@1","qualified_name":"_loopback_transport_security","semantic_key":"python:function:_loopback_transport_security","source_id":"aoa:abyss-stack:artifact:a3768bb1b4757f9013b356b3","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32:aoa:abyss-stack:anchor:4ba7b242ac14a7be60131e62","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4ba7b242ac14a7be60131e62","label":"CorpusStatusResponse","locator":{"end_column":48,"end_line":35,"fragment":"","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"CorpusStatusResponse","semantic_key":"python:class:CorpusStatusResponse","source_id":"aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32","symbol_kind":"class"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:0013f16bc60186f476082148","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0013f16bc60186f476082148","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":234,"fragment":"","pointer":"","start_column":3,"start_line":234},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-graph","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:234:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:445e9d30c9753f65b13e78b4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:445e9d30c9753f65b13e78b4","label":"mcp","locator":{"end_column":23,"end_line":173,"fragment":"","pointer":"","start_column":3,"start_line":173},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"mcp/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:173:3:0:mcp/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:d8d20996acc80fb6a3c41210","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d8d20996acc80fb6a3c41210","label":"diagnostic spine","locator":{"end_column":57,"end_line":195,"fragment":"","pointer":"","start_column":1,"start_line":195},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validate","target_ref":"mechanics/diagnostic-spine/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:195:1:0:mechanics/diagnostic-spine/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:28628b06fe1c1f13da35e01a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:28628b06fe1c1f13da35e01a","label":"command","locator":{"end_column":12,"end_line":85,"fragment":"","pointer":"/services/alloy/command","start_column":5,"start_line":85},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/alloy/command","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be3a9520782067bdc90affd6:aoa:abyss-stack:anchor:865ea6dd4f7641e961cb688e","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:865ea6dd4f7641e961cb688e","label":"status","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/status","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/status","source_id":"aoa:abyss-stack:artifact:be3a9520782067bdc90affd6","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8:aoa:abyss-stack:anchor:ed2829c847307facfc37720f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ed2829c847307facfc37720f","label":"query_philosophy_neighborhood","locator":{"end_column":10,"end_line":447,"fragment":"","pointer":"","start_column":5,"start_line":407},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore.query_philosophy_neighborhood","target_ref":"python:Neo4jStoreError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore.query_philosophy_neighborhood","target_ref":"python:_source_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore.query_philosophy_neighborhood","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore.query_philosophy_neighborhood","target_ref":"python:self._bounded_depth"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore.query_philosophy_neighborhood","target_ref":"python:self._bounded_limit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore.query_philosophy_neighborhood","target_ref":"python:self._execute_philosophy_read"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore.query_philosophy_neighborhood","target_ref":"python:self._filter_query_surfaces"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore.query_philosophy_neighborhood","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore.query_philosophy_neighborhood","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore.query_philosophy_neighborhood","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore.query_philosophy_neighborhood","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"Neo4jProjectionStore.query_philosophy_neighborhood","semantic_key":"python:method:Neo4jProjectionStore.query_philosophy_neighborhood","source_id":"aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8","symbol_kind":"method"} @@ -48,6 +50,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8:aoa:abyss-stack:anchor:0c1b537e0a11401e2ae1480d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0c1b537e0a11401e2ae1480d","label":"container_name","locator":{"end_column":35,"end_line":4,"fragment":"","pointer":"/services/ovms-intel-text/container_name","start_column":5,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ovms-intel-text/container_name","source_id":"aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8:aoa:abyss-stack:anchor:5413ad93f1962031abf14aa2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5413ad93f1962031abf14aa2","label":"${AOA_STACK_ROOT","locator":{"end_column":126,"end_line":59,"fragment":"","pointer":"/services/langchain-api-intel-text/volumes/0/${AOA_STACK_ROOT","start_column":7,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api-intel-text/volumes/0/${AOA_STACK_ROOT","source_id":"aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d054cc1bd49ed7eb8bfd8831:aoa:abyss-stack:anchor:1684a38b452ee9a58439c851","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1684a38b452ee9a58439c851","label":"check","locator":{"end_column":6,"end_line":490,"fragment":"","pointer":"","start_column":1,"start_line":463},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check","target_ref":"python:_alias_collection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check","target_ref":"python:_collection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check","target_ref":"python:_collection_name"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check","target_ref":"python:_validate_collection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check","target_ref":"python:_validate_payload_indexes"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check","target_ref":"python:int"}],"parser_ref":"python-ast@1","qualified_name":"check","semantic_key":"python:function:check","source_id":"aoa:abyss-stack:artifact:d054cc1bd49ed7eb8bfd8831","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:d29ad807dabc7c951e11e7c6:aoa:abyss-stack:anchor:3e787a60ba93e0ed8db7d8ad","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3e787a60ba93e0ed8db7d8ad","label":"default_prompt","locator":{"end_column":113,"end_line":4,"fragment":"","pointer":"/interface/default_prompt","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/interface/default_prompt","source_id":"aoa:abyss-stack:artifact:d29ad807dabc7c951e11e7c6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d80e822a51c96d00635d61a0:aoa:abyss-stack:anchor:6cea718727d40bba0087d301","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:6cea718727d40bba0087d301","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:d80e822a51c96d00635d61a0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8:aoa:abyss-stack:anchor:bdbb8975bd499fe2991c9651","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bdbb8975bd499fe2991c9651","label":"rerank-api","locator":{"end_column":17,"end_line":38,"fragment":"","pointer":"/services/rag-api/depends_on/rerank-api","start_column":7,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api/depends_on/rerank-api","source_id":"aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:de881d1c1d4e0224f965c7bf:aoa:abyss-stack:anchor:4c35f883e7f8a89b783abc00","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4c35f883e7f8a89b783abc00","label":"iter_tracked_git_files","locator":{"end_column":65,"end_line":209,"fragment":"","pointer":"","start_column":1,"start_line":194},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_tracked_git_files","target_ref":"python:result.stdout.splitlines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_tracked_git_files","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"iter_tracked_git_files","semantic_key":"python:function:iter_tracked_git_files","source_id":"aoa:abyss-stack:artifact:de881d1c1d4e0224f965c7bf","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/02.jsonl b/kag/indexes/shards/anchor/02.jsonl index 2250194d0..9db7db7c4 100644 --- a/kag/indexes/shards/anchor/02.jsonl +++ b/kag/indexes/shards/anchor/02.jsonl @@ -9,7 +9,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:221786448d369cb5f806ead8:aoa:abyss-stack:anchor:e5bd7ce639d763c4808d8902","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e5bd7ce639d763c4808d8902","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:221786448d369cb5f806ead8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:27cd13321da3f618a7c8f04f:aoa:abyss-stack:anchor:b7dca18963c86819d04db4f9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b7dca18963c86819d04db4f9","label":"Role","locator":{"end_column":7,"end_line":3,"fragment":"role","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:role","source_id":"aoa:abyss-stack:artifact:27cd13321da3f618a7c8f04f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:29ecca3d35e6ad2c46a4fc13:aoa:abyss-stack:anchor:959a870aa1a37471ee2eebed","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:959a870aa1a37471ee2eebed","label":"requires-python","locator":{"end_column":26,"end_line":10,"fragment":"","pointer":"project.requires-python","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.requires-python","source_id":"aoa:abyss-stack:artifact:29ecca3d35e6ad2c46a4fc13","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97:aoa:abyss-stack:anchor:36eb90e0630de6e244a4d82f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:36eb90e0630de6e244a4d82f","label":"Rationale","locator":{"end_column":12,"end_line":45,"fragment":"rationale","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97:aoa:abyss-stack:anchor:36eb90e0630de6e244a4d82f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:36eb90e0630de6e244a4d82f","label":"Rationale","locator":{"end_column":12,"end_line":51,"fragment":"rationale","pointer":"","start_column":1,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca:aoa:abyss-stack:anchor:f347da52ce8be3364723c4ac","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f347da52ce8be3364723c4ac","label":"Purpose","locator":{"end_column":10,"end_line":21,"fragment":"purpose","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:390630c03798b24e2d99ac78:aoa:abyss-stack:anchor:f3f75e81de7b9ff6b3ee90fd","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:f3f75e81de7b9ff6b3ee90fd","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:390630c03798b24e2d99ac78","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:390f202ceebe25210c70380c:aoa:abyss-stack:anchor:03fc46fd2e59d60a6098417a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:03fc46fd2e59d60a6098417a","label":"Runtime Repair Raw Legacy","locator":{"end_column":27,"end_line":1,"fragment":"runtime-repair-raw-legacy","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-repair-raw-legacy","source_id":"aoa:abyss-stack:artifact:390f202ceebe25210c70380c","symbol_kind":""} @@ -29,7 +29,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:1a093fbd0ecf94e670319352","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1a093fbd0ecf94e670319352","label":"validate_shape","locator":{"end_column":20,"end_line":1977,"fragment":"","pointer":"","start_column":5,"start_line":1972},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MemoRecallContractRequest.validate_shape","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MemoRecallContractRequest.validate_shape","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MemoRecallContractRequest.validate_shape","target_ref":"python:model_validator"}],"parser_ref":"python-ast@1","qualified_name":"MemoRecallContractRequest.validate_shape","semantic_key":"python:method:MemoRecallContractRequest.validate_shape","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:4af8b738a3380224b37fd776","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4af8b738a3380224b37fd776","label":"safe_grafana_datasource_entry","locator":{"end_column":6,"end_line":209,"fragment":"","pointer":"","start_column":1,"start_line":184},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:datasource_identity"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:iso_mtime"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:json_data.keys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:safe_url_without_userinfo"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:secure_json_fields.keys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_grafana_datasource_entry","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"safe_grafana_datasource_entry","semantic_key":"python:function:safe_grafana_datasource_entry","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:89145dfe2daf8f8bc52de5b9:aoa:abyss-stack:anchor:a90e149961844ae5182aadee","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a90e149961844ae5182aadee","label":"candidate_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/candidate_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/candidate_refs","source_id":"aoa:abyss-stack:artifact:89145dfe2daf8f8bc52de5b9","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:25d0f6cd44181e9de1d0df3b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:25d0f6cd44181e9de1d0df3b","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":466,"fragment":"","pointer":"","start_column":3,"start_line":466},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:test-topology","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:466:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:73ad79148162623b0b7a7220","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:73ad79148162623b0b7a7220","label":"ABYSS-STACK-D-0048 Federation Landing Validator Split","locator":{"end_column":119,"end_line":386,"fragment":"","pointer":"","start_column":3,"start_line":386},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-docs","target_ref":"../ABYSS-STACK-D-0048-federation-landing-validator-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:386:3:0:../ABYSS-STACK-D-0048-federation-landing-validator-split.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9042a2a66456837eab6a31f9:aoa:abyss-stack:anchor:0865a67771c63567e7b45db1","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:0865a67771c63567e7b45db1","label":"mutation_widening_blocked","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/mutation_widening_blocked","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/mutation_widening_blocked","source_id":"aoa:abyss-stack:artifact:9042a2a66456837eab6a31f9","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9474485b910fe51774c07f50:aoa:abyss-stack:anchor:b8aa79e3b7116b708e1dcf32","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b8aa79e3b7116b708e1dcf32","label":"test_tracked_tests_are_inventory_covered","locator":{"end_column":43,"end_line":76,"fragment":"","pointer":"","start_column":1,"start_line":65},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_tracked_tests_are_inventory_covered","target_ref":"python:inventory_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_tracked_tests_are_inventory_covered","target_ref":"python:path.endswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_tracked_tests_are_inventory_covered","target_ref":"python:path.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_tracked_tests_are_inventory_covered","target_ref":"python:tracked_files"}],"parser_ref":"python-ast@1","qualified_name":"test_tracked_tests_are_inventory_covered","semantic_key":"python:function:test_tracked_tests_are_inventory_covered","source_id":"aoa:abyss-stack:artifact:9474485b910fe51774c07f50","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:963681176585fdb0acf8bf42:aoa:abyss-stack:anchor:ebb31840896db436180af77c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ebb31840896db436180af77c","label":"Runtime Repair Parts","locator":{"end_column":22,"end_line":1,"fragment":"runtime-repair-parts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-repair-parts","source_id":"aoa:abyss-stack:artifact:963681176585fdb0acf8bf42","symbol_kind":""} @@ -37,6 +37,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:03ed288322f9be8a735d6529","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:03ed288322f9be8a735d6529","label":"ABYSS-STACK-D-0061 Active Topology Language Validator Module","locator":{"end_column":133,"end_line":208,"fragment":"","pointer":"","start_column":3,"start_line":208},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:active-topology-language","target_ref":"../ABYSS-STACK-D-0061-active-topology-language-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:208:3:0:../ABYSS-STACK-D-0061-active-topology-language-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:79849b96da6cd2fc171692b7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:79849b96da6cd2fc171692b7","label":"ABYSS-STACK-D-0004 Machine Bridge Under Machine Fit","locator":{"end_column":115,"end_line":82,"fragment":"","pointer":"","start_column":3,"start_line":82},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanic-part","target_ref":"../ABYSS-STACK-D-0004-machine-bridge-under-machine-fit.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:82:3:0:../ABYSS-STACK-D-0004-machine-bridge-under-machine-fit.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:afaaf1f4abdacbf56ab94145","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:afaaf1f4abdacbf56ab94145","label":"ABYSS-STACK-D-0011 Legacy-Heavy Runtime Package Distillation","locator":{"end_column":133,"end_line":183,"fragment":"","pointer":"","start_column":3,"start_line":183},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../ABYSS-STACK-D-0011-legacy-heavy-runtime-package-distillation.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:183:3:0:../ABYSS-STACK-D-0011-legacy-heavy-runtime-package-distillation.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b94f31cd290d351477a51077:aoa:abyss-stack:anchor:4f11318a45a47650fed6c7fc","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:4f11318a45a47650fed6c7fc","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b94f31cd290d351477a51077","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bd20cbe4645b58cebee30a66:aoa:abyss-stack:anchor:95f26f2a5579c5c934852b15","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:95f26f2a5579c5c934852b15","label":"AoA 4PDA Connector MCP Access Plane","locator":{"end_column":37,"end_line":1,"fragment":"aoa-4pda-connector-mcp-access-plane","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:aoa-4pda-connector-mcp-access-plane","source_id":"aoa:abyss-stack:artifact:bd20cbe4645b58cebee30a66","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bdac4a8725079d08dd9c34bd:aoa:abyss-stack:anchor:a489eebd9a9b5905912ed7b2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a489eebd9a9b5905912ed7b2","label":"Practical rule","locator":{"end_column":17,"end_line":125,"fragment":"practical-rule","pointer":"","start_column":1,"start_line":125},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:practical-rule","source_id":"aoa:abyss-stack:artifact:bdac4a8725079d08dd9c34bd","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bdfadda1290962211a799f19:aoa:abyss-stack:anchor:9fdb9a9b29645afb78f37d8e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9fdb9a9b29645afb78f37d8e","label":"Rationale","locator":{"end_column":12,"end_line":45,"fragment":"rationale","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:bdfadda1290962211a799f19","symbol_kind":""} @@ -47,7 +48,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:c8a39bfeaf4fc6d20ab1fbec:aoa:abyss-stack:anchor:acf372b0c126b166d36a75a8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:acf372b0c126b166d36a75a8","label":"test_qdrant_projection_resumes_confirmed_document_prefix","locator":{"end_column":10,"end_line":1095,"fragment":"","pointer":"","start_column":5,"start_line":1044},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","target_ref":"python:AdaptiveEmbeddings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","target_ref":"python:BundleView"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","target_ref":"python:FakeQdrant"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","target_ref":"python:copy.deepcopy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","target_ref":"python:documents.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","target_ref":"python:hashlib.sha256"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","target_ref":"python:next"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","target_ref":"python:range"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","target_ref":"python:self.bundle.records"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","target_ref":"python:vector.materialize"}],"parser_ref":"python-ast@1","qualified_name":"KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","semantic_key":"python:method:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix","source_id":"aoa:abyss-stack:artifact:c8a39bfeaf4fc6d20ab1fbec","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8:aoa:abyss-stack:anchor:15555247f1d500688c07b371","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:15555247f1d500688c07b371","label":"services","locator":{"end_column":9,"end_line":1,"fragment":"","pointer":"/services","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services","source_id":"aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8:aoa:abyss-stack:anchor:2d97da63042f6df628937193","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2d97da63042f6df628937193","label":"start_period","locator":{"end_column":23,"end_line":39,"fragment":"","pointer":"/services/ovms-intel-text/healthcheck/start_period","start_column":7,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ovms-intel-text/healthcheck/start_period","source_id":"aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:21001d2841262a5f2228d3d2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:21001d2841262a5f2228d3d2","label":"read_required_json","locator":{"end_column":19,"end_line":112,"fragment":"","pointer":"","start_column":1,"start_line":95},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_json","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_json","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_json","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_json","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_json","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_json","target_ref":"python:relative_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_json","target_ref":"python:relative_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_json","target_ref":"python:relative_path.as_posix"}],"parser_ref":"python-ast@1","qualified_name":"read_required_json","semantic_key":"python:function:read_required_json","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:21001d2841262a5f2228d3d2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:21001d2841262a5f2228d3d2","label":"read_required_json","locator":{"end_column":19,"end_line":121,"fragment":"","pointer":"","start_column":1,"start_line":104},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_json","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_json","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_json","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_json","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_json","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_json","target_ref":"python:relative_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_json","target_ref":"python:relative_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_json","target_ref":"python:relative_path.as_posix"}],"parser_ref":"python-ast@1","qualified_name":"read_required_json","semantic_key":"python:function:read_required_json","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:d496c4b99ed44e07615778c1:aoa:abyss-stack:anchor:60a30d3524a4311a9ce06c3b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:60a30d3524a4311a9ce06c3b","label":"WINDOWS PERFORMANCE","locator":{"end_column":21,"end_line":1,"fragment":"windows-performance","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:windows-performance","source_id":"aoa:abyss-stack:artifact:d496c4b99ed44e07615778c1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:dd1e8183e5f102cf2fdfb06d:aoa:abyss-stack:anchor:3c6ac8b227f73484d1c1ec21","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3c6ac8b227f73484d1c1ec21","label":"AOA_RAG_EMBED_BATCH_SIZE","locator":{"end_column":64,"end_line":10,"fragment":"","pointer":"/services/rag-api/environment/AOA_RAG_EMBED_BATCH_SIZE","start_column":7,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api/environment/AOA_RAG_EMBED_BATCH_SIZE","source_id":"aoa:abyss-stack:artifact:dd1e8183e5f102cf2fdfb06d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:dd1e8183e5f102cf2fdfb06d:aoa:abyss-stack:anchor:8b83109d58927d9fa441c55f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8b83109d58927d9fa441c55f","label":"cpus","locator":{"end_column":36,"end_line":8,"fragment":"","pointer":"/services/rag-api/cpus","start_column":5,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api/cpus","source_id":"aoa:abyss-stack:artifact:dd1e8183e5f102cf2fdfb06d","symbol_kind":""} @@ -57,9 +58,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd:aoa:abyss-stack:anchor:f690eb813865bd59e838f8a6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f690eb813865bd59e838f8a6","label":"test_n8n_task_runner_image_must_stay_digest_pinned","locator":{"end_column":139,"end_line":91,"fragment":"","pointer":"","start_column":1,"start_line":83},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_n8n_task_runner_image_must_stay_digest_pinned","target_ref":"python:copy_current_profile_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_n8n_task_runner_image_must_stay_digest_pinned","target_ref":"python:module_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_n8n_task_runner_image_must_stay_digest_pinned","target_ref":"python:module_text.replace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_n8n_task_runner_image_must_stay_digest_pinned","target_ref":"python:run_all_profile_validators"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_n8n_task_runner_image_must_stay_digest_pinned","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_n8n_task_runner_image_must_stay_digest_pinned","semantic_key":"python:function:test_n8n_task_runner_image_must_stay_digest_pinned","source_id":"aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:7145da7ac1580c512a175d5a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7145da7ac1580c512a175d5a","label":"Host-facing endpoints","locator":{"end_column":25,"end_line":143,"fragment":"host-facing-endpoints-2","pointer":"","start_column":1,"start_line":143},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:host-facing-endpoints-2","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:f1eaf11b4b863b0b561cbcbe","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f1eaf11b4b863b0b561cbcbe","label":"`substrate + intel-worker + federation`","locator":{"end_column":43,"end_line":542,"fragment":"substrate-intel-worker-federation","pointer":"","start_column":1,"start_line":542},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:substrate-intel-worker-federation","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:5da16df39c8350cde05d192d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5da16df39c8350cde05d192d","label":"ABYSS-STACK-D-0054 Branch Policy Validator Module","locator":{"end_column":111,"end_line":110,"fragment":"","pointer":"","start_column":3,"start_line":110},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0054-branch-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:110:3:0:../ABYSS-STACK-D-0054-branch-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:13b2d784fd6c34d13edfb937","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:13b2d784fd6c34d13edfb937","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":75,"fragment":"","pointer":"","start_column":3,"start_line":75},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:75:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:ef374acfb85f05764501cc14","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ef374acfb85f05764501cc14","label":"ABYSS-STACK-D-0054 Branch Policy Validator Module","locator":{"end_column":111,"end_line":111,"fragment":"","pointer":"","start_column":3,"start_line":111},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0054-branch-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:111:3:0:../ABYSS-STACK-D-0054-branch-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef56699ffc0c3ce34db9a3af:aoa:abyss-stack:anchor:ff4b19401de860a92cd98f24","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ff4b19401de860a92cd98f24","label":"stats_catalog","locator":{"end_column":41,"end_line":64,"fragment":"","pointer":"","start_column":5,"start_line":62},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.stats_catalog","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.stats_catalog","semantic_key":"python:method:build_server.stats_catalog","source_id":"aoa:abyss-stack:artifact:ef56699ffc0c3ce34db9a3af","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5:aoa:abyss-stack:anchor:2a649254cdcf71878d5001e6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2a649254cdcf71878d5001e6","label":"Backing files","locator":{"end_column":16,"end_line":48,"fragment":"backing-files","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:backing-files","source_id":"aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:8b2f2d327f769976c16b7df7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8b2f2d327f769976c16b7df7","label":"ABYSS-STACK-D-0024 Fallback Gateway Profile","locator":{"end_column":99,"end_line":110,"fragment":"","pointer":"","start_column":3,"start_line":110},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profiles-and-presets","target_ref":"../ABYSS-STACK-D-0024-fallback-gateway-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:110:3:0:../ABYSS-STACK-D-0024-fallback-gateway-profile.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c9381776af4b8cd7308912ec","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c9381776af4b8cd7308912ec","label":"ABYSS-STACK-D-0035 AoA Evals MCP Access Plane","locator":{"end_column":103,"end_line":146,"fragment":"","pointer":"","start_column":3,"start_line":146},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0035-aoa-evals-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:146:3:0:../ABYSS-STACK-D-0035-aoa-evals-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:8094f106ad374bac1195dc52","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8094f106ad374bac1195dc52","label":"resources","locator":{"end_column":10,"end_line":227,"fragment":"","pointer":"","start_column":5,"start_line":202},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.resources","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.resources","target_ref":"python:items.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.resources","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.resources","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.resources","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.resources","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.resources","target_ref":"python:resource.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.resources","target_ref":"python:resource.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.resources","target_ref":"python:self.index"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.resources","semantic_key":"python:method:ToSCorpusMCPState.resources","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:7d3b62483165b449186ad188","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7d3b62483165b449186ad188","label":"test_runtime_config_bundle_validator_reports_external_paths","locator":{"end_column":92,"end_line":169,"fragment":"","pointer":"","start_column":1,"start_line":165},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_reports_external_paths","target_ref":"python:load_runtime_config_bundle_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_reports_external_paths","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_reports_external_paths","target_ref":"python:validator._path_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_reports_external_paths","target_ref":"python:validator._path_ref"}],"parser_ref":"python-ast@1","qualified_name":"test_runtime_config_bundle_validator_reports_external_paths","semantic_key":"python:function:test_runtime_config_bundle_validator_reports_external_paths","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/03.jsonl b/kag/indexes/shards/anchor/03.jsonl index 52b288086..29286a0e9 100644 --- a/kag/indexes/shards/anchor/03.jsonl +++ b/kag/indexes/shards/anchor/03.jsonl @@ -1,7 +1,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:02e6940a395ca8b888f25191:aoa:abyss-stack:anchor:fe9685bd7f7dd33b92f79a16","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:fe9685bd7f7dd33b92f79a16","label":"ABYSS-STACK-D-0066 AoA Decisions MCP Access Plane","locator":{"end_column":145,"end_line":72,"fragment":"","pointer":"","start_column":37,"start_line":72},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decisions-by-number","target_ref":"../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:72:37:0:../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:02e6940a395ca8b888f25191","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:0d724eb658f901d4502ebb69","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0d724eb658f901d4502ebb69","label":"parse_w2_judge","locator":{"end_column":18,"end_line":3911,"fragment":"","pointer":"","start_column":1,"start_line":3892},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:extract_json_block"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:extract_string_list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:parsed.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:parsed.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:required.difference"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:required.difference"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"parse_w2_judge","semantic_key":"python:function:parse_w2_judge","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:80ec50dce18d0e3949b6952d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:80ec50dce18d0e3949b6952d","label":"find_repo_root","locator":{"end_column":72,"end_line":28,"fragment":"","pointer":"","start_column":1,"start_line":24},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_repo_root","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_repo_root","target_ref":"python:start.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_repo_root","target_ref":"python:start.resolve"}],"parser_ref":"python-ast@1","qualified_name":"find_repo_root","semantic_key":"python:function:find_repo_root","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:1d54441ce07948e69d0fb761","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1d54441ce07948e69d0fb761","label":"Summary","locator":{"end_column":11,"end_line":175,"fragment":"summary","pointer":"","start_column":1,"start_line":175},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:summary","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:1d54441ce07948e69d0fb761","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1d54441ce07948e69d0fb761","label":"Summary","locator":{"end_column":11,"end_line":177,"fragment":"summary","pointer":"","start_column":1,"start_line":177},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:summary","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0743905f57097dd04327214e:aoa:abyss-stack:anchor:107be6e8231fd2902379d9ba","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:107be6e8231fd2902379d9ba","label":"owner_records","locator":{"end_column":6,"end_line":672,"fragment":"","pointer":"","start_column":1,"start_line":668},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:owner_records","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:owner_records","target_ref":"python:json.loads"}],"parser_ref":"python-ast@1","qualified_name":"owner_records","semantic_key":"python:function:owner_records","source_id":"aoa:abyss-stack:artifact:0743905f57097dd04327214e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:0743905f57097dd04327214e:aoa:abyss-stack:anchor:97e0b801c981ed94166c5efd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:97e0b801c981ed94166c5efd","label":"_batches","locator":{"end_column":20,"end_line":28,"fragment":"","pointer":"","start_column":1,"start_line":18},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_batches","target_ref":"python:batch.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_batches","target_ref":"python:len"}],"parser_ref":"python-ast@1","qualified_name":"_batches","semantic_key":"python:function:_batches","source_id":"aoa:abyss-stack:artifact:0743905f57097dd04327214e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:0d4b6f689a7bedd23ec22e45:aoa:abyss-stack:anchor:dbbe522cb870e33a6a8e9281","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:dbbe522cb870e33a6a8e9281","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:0d4b6f689a7bedd23ec22e45","symbol_kind":""} @@ -39,6 +39,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:4c4002e9bcd11d471e09bc70","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4c4002e9bcd11d471e09bc70","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":105,"fragment":"","pointer":"","start_column":3,"start_line":105},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-06-04","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:105:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:6b5512d937d394a73d5fed9e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6b5512d937d394a73d5fed9e","label":"ABYSS-STACK-D-0025 Composition-First Presets","locator":{"end_column":101,"end_line":40,"fragment":"","pointer":"","start_column":3,"start_line":40},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-05-14","target_ref":"../ABYSS-STACK-D-0025-composition-first-presets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:40:3:0:../ABYSS-STACK-D-0025-composition-first-presets.md","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac:aoa:abyss-stack:anchor:89227f8725eb5efdcafade56","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:89227f8725eb5efdcafade56","label":"backend_side_effect","locator":{"end_column":83,"end_line":616,"fragment":"","pointer":"","start_column":9,"start_line":614},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_carries_playbook_review_packet_contract_in_trace.backend_side_effect","target_ref":"python:prompts.append"}],"parser_ref":"python-ast@1","qualified_name":"LangchainFederatedRunTests.test_federated_run_carries_playbook_review_packet_contract_in_trace.backend_side_effect","semantic_key":"python:method:LangchainFederatedRunTests.test_federated_run_carries_playbook_review_packet_contract_in_trace.backend_side_effect","source_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:b46c2ca814c89c5c21562662","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b46c2ca814c89c5c21562662","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":479,"fragment":"","pointer":"","start_column":3,"start_line":479},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:test-topology","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:479:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:e7f96c0b3b5909d33acb34c2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e7f96c0b3b5909d33acb34c2","label":"release/tooling","locator":{"end_column":18,"end_line":131,"fragment":"releasetooling","pointer":"","start_column":1,"start_line":131},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:releasetooling","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d:aoa:abyss-stack:anchor:fa35be4f3da612c7db74d948","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:fa35be4f3da612c7db74d948","label":"runtime_boundary","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/runtime_boundary","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/runtime_boundary","source_id":"aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:d728457f8440d970f1cdaf34","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d728457f8440d970f1cdaf34","label":"patched_repo_root_for_w5","locator":{"end_column":48,"end_line":707,"fragment":"","pointer":"","start_column":1,"start_line":697},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"patched_repo_root_for_w5","semantic_key":"python:function:patched_repo_root_for_w5","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} @@ -48,6 +49,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:f60ec765770cc62ae9b5c2d1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f60ec765770cc62ae9b5c2d1","label":"prepare_mutation_proposal","locator":{"end_column":63,"end_line":1639,"fragment":"","pointer":"","start_column":1,"start_line":1572},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:TRIALS.build_w4_script_refresh_plan"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:TRIALS.collect_applicable_agents_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:TRIALS.ensure_repo_tracked_clean"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:TRIALS.git_head"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:TRIALS.prepare_w4_docs_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:TRIALS.relative_repo_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:patched_repo_root_for_w5"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:patched_repo_root_for_w5"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:prepare_implementation_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:repo_root_for_scenario"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:write_text_exact"}],"parser_ref":"python-ast@1","qualified_name":"prepare_mutation_proposal","semantic_key":"python:function:prepare_mutation_proposal","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ab01b66b058f3e9424e51bec:aoa:abyss-stack:anchor:a4fa654052bb600f901c7f56","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a4fa654052bb600f901c7f56","label":"Source surfaces","locator":{"end_column":18,"end_line":71,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":71},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:ab01b66b058f3e9424e51bec","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:53543e52cdcaef967db1118a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:53543e52cdcaef967db1118a","label":"ABYSS-STACK-D-0036 Abyss Machine MCP Access Plane","locator":{"end_column":111,"end_line":94,"fragment":"","pointer":"","start_column":3,"start_line":94},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-access-plane","target_ref":"../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:94:3:0:../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:fa4dd0a746969f150269bad7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:fa4dd0a746969f150269bad7","label":"ABYSS-STACK-D-0066 AoA Decisions MCP Access Plane","locator":{"end_column":111,"end_line":268,"fragment":"","pointer":"","start_column":3,"start_line":268},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedread-model","target_ref":"../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:268:3:0:../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ae994b5c4fb504e216fee66f:aoa:abyss-stack:anchor:c9b3b45d15dd8ff150c31542","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c9b3b45d15dd8ff150c31542","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:ae994b5c4fb504e216fee66f","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:66ad8cfbce8d2d1985cfc813","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:66ad8cfbce8d2d1985cfc813","label":"aoa_session_graph_quality_audit","locator":{"end_column":10,"end_line":680,"fragment":"","pointer":"","start_column":5,"start_line":668},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_graph_quality_audit","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_graph_quality_audit","semantic_key":"python:method:build_server.aoa_session_graph_quality_audit","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:90a624645e0faf59316feb44","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:90a624645e0faf59316feb44","label":"aoa_session_agent_closeouts","locator":{"end_column":115,"end_line":137,"fragment":"","pointer":"","start_column":5,"start_line":135},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_agent_closeouts","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_agent_closeouts","semantic_key":"python:method:build_server.aoa_session_agent_closeouts","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} @@ -65,7 +67,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:d0d2475c8a26d09738428fb4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d0d2475c8a26d09738428fb4","label":"`workflows`","locator":{"end_column":14,"end_line":108,"fragment":"workflows","pointer":"","start_column":1,"start_line":108},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:workflows","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:cd3e1b11817c26d7741cec7e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cd3e1b11817c26d7741cec7e","label":"begin_request","locator":{"end_column":39,"end_line":265,"fragment":"","pointer":"","start_column":5,"start_line":263},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"LazyScorer.begin_request","semantic_key":"python:method:LazyScorer.begin_request","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e7ba94b5d0c3b11353c9428a:aoa:abyss-stack:anchor:21c7973ea29b6f77a833a5df","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:21c7973ea29b6f77a833a5df","label":"version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/version","source_id":"aoa:abyss-stack:artifact:e7ba94b5d0c3b11353c9428a","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:2ed5fc19f94ca32120d01ab1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2ed5fc19f94ca32120d01ab1","label":"ABYSS-STACK-D-0006 Local AI Trials First-Run Boundary","locator":{"end_column":119,"end_line":68,"fragment":"","pointer":"","start_column":3,"start_line":68},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0006-local-ai-trials-first-run-boundary.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:68:3:0:../ABYSS-STACK-D-0006-local-ai-trials-first-run-boundary.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1:aoa:abyss-stack:anchor:6ae6d438c10d69a92a30af9a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:6ae6d438c10d69a92a30af9a","label":"$id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$id","source_id":"aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f4561a5cd595232410a84dc8:aoa:abyss-stack:anchor:0763bb4026f527e2648c4009","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0763bb4026f527e2648c4009","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f4561a5cd595232410a84dc8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:24cf2b821e391348b8ae23a2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:24cf2b821e391348b8ae23a2","label":"load_runtime_config_bundle_validator","locator":{"end_column":18,"end_line":44,"fragment":"","pointer":"","start_column":1,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_runtime_config_bundle_validator","target_ref":"python:importlib.util.module_from_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_runtime_config_bundle_validator","target_ref":"python:importlib.util.spec_from_file_location"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_runtime_config_bundle_validator","target_ref":"python:spec.loader.exec_module"}],"parser_ref":"python-ast@1","qualified_name":"load_runtime_config_bundle_validator","semantic_key":"python:function:load_runtime_config_bundle_validator","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/04.jsonl b/kag/indexes/shards/anchor/04.jsonl index 4fde17011..dd3a3d986 100644 --- a/kag/indexes/shards/anchor/04.jsonl +++ b/kag/indexes/shards/anchor/04.jsonl @@ -51,7 +51,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:f01aa1d4876db9a0a3c8ed7b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f01aa1d4876db9a0a3c8ed7b","label":"read_resource","locator":{"end_column":76,"end_line":8642,"fragment":"","pointer":"","start_column":5,"start_line":8588},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:parsed.path.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self._archive_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self._graph_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self._read_session_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self._read_session_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self._search_provider_status_fast"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self.available_surfaces"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self.graph_neighborhood"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self.graph_timeline"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self.latest_diagnostics"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self.latest_diagnostics"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self.session_brief"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self.session_entity_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self.session_entity_registry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self.session_entity_registry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self.session_hook_receipts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self.session_maintenance_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self.session_maintenance_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self.session_memory_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self.session_projection_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self.session_route"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:self.session_trace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:unquote"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:unquote"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.read_resource","target_ref":"python:urlparse"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState.read_resource","semantic_key":"python:method:AoASessionMemoryMCPState.read_resource","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:ff22a9601b8daee10a214a8a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ff22a9601b8daee10a214a8a","label":"_session_activity_mtime","locator":{"end_column":22,"end_line":8859,"fragment":"","pointer":"","start_column":5,"start_line":8830},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:candidates.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:manifest_raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:manifest_raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:path.stat"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:self._session_path_from_registry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_activity_mtime","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._session_activity_mtime","semantic_key":"python:method:AoASessionMemoryMCPState._session_activity_mtime","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e7e844145f679def5f0d0efb:aoa:abyss-stack:anchor:04f7efc8050295a3a79aee51","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:04f7efc8050295a3a79aee51","label":"Owner Boundary","locator":{"end_column":17,"end_line":13,"fragment":"owner-boundary","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-boundary","source_id":"aoa:abyss-stack:artifact:e7e844145f679def5f0d0efb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:17e4c95d274dce4da5a6f4d8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:17e4c95d274dce4da5a6f4d8","label":"ABYSS-STACK-D-0073 ToS Philosophy Graph Access Plane","locator":{"end_column":117,"end_line":52,"fragment":"","pointer":"","start_column":3,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:52:3:0:../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8:aoa:abyss-stack:anchor:985e80857f12de80f50dd6e9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:985e80857f12de80f50dd6e9","label":"E4: slot save/restore restart route","locator":{"end_column":39,"end_line":223,"fragment":"e4-slot-saverestore-restart-route","pointer":"","start_column":1,"start_line":223},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:e4-slot-saverestore-restart-route","source_id":"aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4:aoa:abyss-stack:anchor:072f6b5bf50916cd6d03e2b2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:072f6b5bf50916cd6d03e2b2","label":"verify_token","locator":{"end_column":10,"end_line":50,"fragment":"","pointer":"","start_column":5,"start_line":38},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaticBearerTokenVerifier.verify_token","target_ref":"python:AccessToken"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaticBearerTokenVerifier.verify_token","target_ref":"python:hmac.compare_digest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaticBearerTokenVerifier.verify_token","target_ref":"python:token.encode"}],"parser_ref":"python-ast@1","qualified_name":"StaticBearerTokenVerifier.verify_token","semantic_key":"python:method:StaticBearerTokenVerifier.verify_token","source_id":"aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564:aoa:abyss-stack:anchor:84a7c3e5f5843ad714efd27a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:84a7c3e5f5843ad714efd27a","label":"Source surfaces","locator":{"end_column":18,"end_line":49,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":49},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/05.jsonl b/kag/indexes/shards/anchor/05.jsonl index 289ed5336..5518f25e3 100644 --- a/kag/indexes/shards/anchor/05.jsonl +++ b/kag/indexes/shards/anchor/05.jsonl @@ -37,8 +37,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:c5d86c72ea4baaa5f7b9ce4b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c5d86c72ea4baaa5f7b9ce4b","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":174,"fragment":"","pointer":"","start_column":3,"start_line":174},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:174:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075:aoa:abyss-stack:anchor:25a55910ee8134c7d90d2536","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:25a55910ee8134c7d90d2536","label":"Flow","locator":{"end_column":7,"end_line":9,"fragment":"flow","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:flow","source_id":"aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:ba152c2021f3f3ca1e88b42a","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ba152c2021f3f3ca1e88b42a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:e3807c796a1fd569d0cb9db1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e3807c796a1fd569d0cb9db1","label":"Claim Check","locator":{"end_column":14,"end_line":88,"fragment":"claim-check","pointer":"","start_column":1,"start_line":88},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:claim-check","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:e3807c796a1fd569d0cb9db1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e3807c796a1fd569d0cb9db1","label":"Claim Check","locator":{"end_column":14,"end_line":89,"fragment":"claim-check","pointer":"","start_column":1,"start_line":89},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:claim-check","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7:aoa:abyss-stack:anchor:1cae78eabdb400382fbc7610","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:1cae78eabdb400382fbc7610","label":"readme","locator":{"end_column":20,"end_line":9,"fragment":"","pointer":"project.readme","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.readme","source_id":"aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b94f31cd290d351477a51077:aoa:abyss-stack:anchor:972f020243a2ca54e8605bdb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:972f020243a2ca54e8605bdb","label":"Owner boundary","locator":{"end_column":17,"end_line":63,"fragment":"owner-boundary","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-boundary","source_id":"aoa:abyss-stack:artifact:b94f31cd290d351477a51077","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:18f8fd88818461c19de0d7d0","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:18f8fd88818461c19de0d7d0","label":"restart","locator":{"end_column":27,"end_line":35,"fragment":"","pointer":"/services/cadvisor/restart","start_column":5,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/cadvisor/restart","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:e364c517d4581e8f20f6f356","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e364c517d4581e8f20f6f356","label":"grafana_data","locator":{"end_column":18,"end_line":132,"fragment":"","pointer":"/volumes/grafana_data","start_column":3,"start_line":132},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/volumes/grafana_data","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c1e9635f18f8ff1c71861476:aoa:abyss-stack:anchor:41f107b830adc117e446bb01","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:41f107b830adc117e446bb01","label":"worker","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/worker","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/worker","source_id":"aoa:abyss-stack:artifact:c1e9635f18f8ff1c71861476","symbol_kind":"json_key"} @@ -54,6 +55,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:686aa6042f89dec5989578df","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:686aa6042f89dec5989578df","label":"build_brief","locator":{"end_column":10,"end_line":248,"fragment":"","pointer":"","start_column":5,"start_line":213},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_brief","target_ref":"python:self._candidate_route_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_brief","target_ref":"python:self._central_contracts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_brief","target_ref":"python:self._local_intake_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_brief","target_ref":"python:self._local_port_hierarchy_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_brief","target_ref":"python:self._recommended_route"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_brief","target_ref":"python:self._reviewed_memory_for_repo"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_brief","target_ref":"python:self._workspace_memory_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_brief","target_ref":"python:self.build_local_port_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_brief","target_ref":"python:self.repo_route"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState.build_brief","semantic_key":"python:method:AoAMemoMCPState.build_brief","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128:aoa:abyss-stack:anchor:fd84caaa15763684df45fa3a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fd84caaa15763684df45fa3a","label":"Package law","locator":{"end_column":14,"end_line":34,"fragment":"package-law","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:package-law","source_id":"aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef133b30c2fe3c800857ee36:aoa:abyss-stack:anchor:16008454437df10f80e584f2","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:16008454437df10f80e584f2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ef133b30c2fe3c800857ee36","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:7e10a974d78d070347259f0d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7e10a974d78d070347259f0d","label":"ABYSS-STACK-D-0007 Inference Pilot Compatibility Gates","locator":{"end_column":121,"end_line":96,"fragment":"","pointer":"","start_column":3,"start_line":96},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0007-inference-pilot-compatibility-gates.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:96:3:0:../ABYSS-STACK-D-0007-inference-pilot-compatibility-gates.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f303a0a7c1aabbe13c006229:aoa:abyss-stack:anchor:8d83226d14fe75e1365d992f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8d83226d14fe75e1365d992f","label":"AoA Evals MCP Design","locator":{"end_column":22,"end_line":1,"fragment":"aoa-evals-mcp-design","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:aoa-evals-mcp-design","source_id":"aoa:abyss-stack:artifact:f303a0a7c1aabbe13c006229","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fde50295b21710b674c650da:aoa:abyss-stack:anchor:40885e32ba3fc623ff2e8af2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:40885e32ba3fc623ff2e8af2","label":"2026-05-07","locator":{"end_column":13,"end_line":3,"fragment":"2026-05-07","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2026-05-07","source_id":"aoa:abyss-stack:artifact:fde50295b21710b674c650da","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:3633b3fb8bb5c769277b2b2d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3633b3fb8bb5c769277b2b2d","label":"blocked","locator":{"end_column":132,"end_line":77,"fragment":"","pointer":"/termination/blocked","start_column":3,"start_line":77},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/termination/blocked","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:58ee82329444f30eb898d20a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:58ee82329444f30eb898d20a","label":"health","locator":{"end_column":16,"end_line":8,"fragment":"","pointer":"/identity/health","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/identity/health","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:7d5ef7bcf9c181a7c4f4070f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7d5ef7bcf9c181a7c4f4070f","label":"minimum_successful_runs","locator":{"end_column":35,"end_line":40,"fragment":"","pointer":"/minimum_successful_runs","start_column":7,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/minimum_successful_runs#occurrence-3","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/06.jsonl b/kag/indexes/shards/anchor/06.jsonl index e9e6dbb88..79292cb5f 100644 --- a/kag/indexes/shards/anchor/06.jsonl +++ b/kag/indexes/shards/anchor/06.jsonl @@ -32,6 +32,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a47d71b9cbd98a3e1e661c6a:aoa:abyss-stack:anchor:4714efbb817f4d5bf5c98b2c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:4714efbb817f4d5bf5c98b2c","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:a47d71b9cbd98a3e1e661c6a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29:aoa:abyss-stack:anchor:10ac49f9347397e3e4eafef1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:10ac49f9347397e3e4eafef1","label":"2. Workflow automation layer","locator":{"end_column":32,"end_line":27,"fragment":"2-workflow-automation-layer","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2-workflow-automation-layer","source_id":"aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:6e1a841a3aa90cf760f43539","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6e1a841a3aa90cf760f43539","label":"build_proposal","locator":{"end_column":10,"end_line":2463,"fragment":"","pointer":"","start_column":5,"start_line":2362},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:TRIALS.w4_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:TRIALS.w4_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:prepare_mutation_proposal"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:proposal_artifact_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:proposal_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:proposal_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:proposal_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:proposal_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:proposal_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:w5_report_artifact_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.build_proposal","target_ref":"python:w5_report_artifact_refs"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.build_proposal","semantic_key":"python:method:build_graph.build_proposal","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:ad3bbf53d03b44c7c7cddbf7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ad3bbf53d03b44c7c7cddbf7","label":"scripts","locator":{"end_column":31,"end_line":177,"fragment":"","pointer":"","start_column":3,"start_line":177},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"scripts/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:177:3:0:scripts/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bb31a9cfd2c9ba83b479da30:aoa:abyss-stack:anchor:f9f6cace0764ff3f4e4e99e4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f9f6cace0764ff3f4e4e99e4","label":"test_ambiguous_transport_retry_reuses_reservation_identity","locator":{"end_column":64,"end_line":64,"fragment":"","pointer":"","start_column":5,"start_line":41},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LlamaSwapOwnerAdmissionTests.test_ambiguous_transport_retry_reuses_reservation_identity","target_ref":"python:OWNER_COLD_LOAD.AdmissionError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LlamaSwapOwnerAdmissionTests.test_ambiguous_transport_retry_reuses_reservation_identity","target_ref":"python:OWNER_COLD_LOAD.reserve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LlamaSwapOwnerAdmissionTests.test_ambiguous_transport_retry_reuses_reservation_identity","target_ref":"python:mock.patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LlamaSwapOwnerAdmissionTests.test_ambiguous_transport_retry_reuses_reservation_identity","target_ref":"python:mock.patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LlamaSwapOwnerAdmissionTests.test_ambiguous_transport_retry_reuses_reservation_identity","target_ref":"python:reservation_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LlamaSwapOwnerAdmissionTests.test_ambiguous_transport_retry_reuses_reservation_identity","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LlamaSwapOwnerAdmissionTests.test_ambiguous_transport_retry_reuses_reservation_identity","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LlamaSwapOwnerAdmissionTests.test_ambiguous_transport_retry_reuses_reservation_identity","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LlamaSwapOwnerAdmissionTests.test_ambiguous_transport_retry_reuses_reservation_identity","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LlamaSwapOwnerAdmissionTests.test_ambiguous_transport_retry_reuses_reservation_identity","target_ref":"python:self.assertEqual"}],"parser_ref":"python-ast@1","qualified_name":"LlamaSwapOwnerAdmissionTests.test_ambiguous_transport_retry_reuses_reservation_identity","semantic_key":"python:method:LlamaSwapOwnerAdmissionTests.test_ambiguous_transport_retry_reuses_reservation_identity","source_id":"aoa:abyss-stack:artifact:bb31a9cfd2c9ba83b479da30","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:bf8acc9a8247824c78a3d95d:aoa:abyss-stack:anchor:4df3bbe26b41960c075071e6","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:4df3bbe26b41960c075071e6","label":"family","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/family","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/family","source_id":"aoa:abyss-stack:artifact:bf8acc9a8247824c78a3d95d","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:c54019c5a63579c128047573:aoa:abyss-stack:anchor:f116a71d7fc1d3f2b2e0480c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f116a71d7fc1d3f2b2e0480c","label":"write_multiview_philosophy_projection","locator":{"end_column":27,"end_line":500,"fragment":"","pointer":"","start_column":1,"start_line":370},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_multiview_philosophy_projection","target_ref":"python:deepcopy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_multiview_philosophy_projection","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_multiview_philosophy_projection","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_multiview_philosophy_projection","target_ref":"python:projection_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_multiview_philosophy_projection","target_ref":"python:projection_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_multiview_philosophy_projection","target_ref":"python:transmission_packet.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_multiview_philosophy_projection","target_ref":"python:write_philosophy_projection"}],"parser_ref":"python-ast@1","qualified_name":"write_multiview_philosophy_projection","semantic_key":"python:function:write_multiview_philosophy_projection","source_id":"aoa:abyss-stack:artifact:c54019c5a63579c128047573","symbol_kind":"function"} @@ -45,6 +46,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:ddfaffe31f9628e48d6a7f69","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ddfaffe31f9628e48d6a7f69","label":"First checks","locator":{"end_column":16,"end_line":395,"fragment":"first-checks-9","pointer":"","start_column":1,"start_line":395},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:first-checks-9","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128:aoa:abyss-stack:anchor:b0bda2001070c4b7653f4953","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:b0bda2001070c4b7653f4953","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:125e9052fe0dbdb3c2593573","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:125e9052fe0dbdb3c2593573","label":"docs/decisions/indexes/by-date.md","locator":{"end_column":37,"end_line":8,"fragment":"","pointer":"/generated_indexes/2","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/generated_indexes/2","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:e78257ce3df654c4de92244f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e78257ce3df654c4de92244f","label":"ABYSS-STACK-D-0022 Machine Evidence Freshness Gates","locator":{"end_column":115,"end_line":80,"fragment":"","pointer":"","start_column":3,"start_line":80},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit","target_ref":"../ABYSS-STACK-D-0022-machine-evidence-freshness-gates.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:80:3:0:../ABYSS-STACK-D-0022-machine-evidence-freshness-gates.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d:aoa:abyss-stack:anchor:c25e7351d313976f645aeaa1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c25e7351d313976f645aeaa1","label":"BundleError","locator":{"end_column":9,"end_line":24,"fragment":"","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"BundleError","semantic_key":"python:class:BundleError","source_id":"aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d","symbol_kind":"class"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:27789255a9c7b47cde008235","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:27789255a9c7b47cde008235","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":196,"fragment":"","pointer":"","start_column":3,"start_line":196},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-surface","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:196:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:376e4d5ac28946e595c892da","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:376e4d5ac28946e595c892da","label":"inputs","locator":{"end_column":9,"end_line":30,"fragment":"","pointer":"/abi/inputs","start_column":3,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/inputs","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/07.jsonl b/kag/indexes/shards/anchor/07.jsonl index 100de6d66..dc5ca6312 100644 --- a/kag/indexes/shards/anchor/07.jsonl +++ b/kag/indexes/shards/anchor/07.jsonl @@ -37,7 +37,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:81e489ac17d703a0f7ec61f9:aoa:abyss-stack:anchor:24dd978170f70cd1088b591c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:24dd978170f70cd1088b591c","label":"default_ref","locator":{"end_column":16,"end_line":416,"fragment":"","pointer":"","start_column":1,"start_line":412},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:default_ref","target_ref":"python:private_path.exists"}],"parser_ref":"python-ast@1","qualified_name":"default_ref","semantic_key":"python:function:default_ref","source_id":"aoa:abyss-stack:artifact:81e489ac17d703a0f7ec61f9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:820a126d182b67ae800967b9:aoa:abyss-stack:anchor:6ca07c2559767f8d2815dcf6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6ca07c2559767f8d2815dcf6","label":"Topology","locator":{"end_column":11,"end_line":27,"fragment":"topology","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:topology","source_id":"aoa:abyss-stack:artifact:820a126d182b67ae800967b9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:87a5d75c2505a91647ce0970","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:87a5d75c2505a91647ce0970","label":"require_mapping","locator":{"end_column":17,"end_line":83,"fragment":"","pointer":"","start_column":1,"start_line":80},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_mapping","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_mapping","target_ref":"python:isinstance"}],"parser_ref":"python-ast@1","qualified_name":"require_mapping","semantic_key":"python:function:require_mapping","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:416463da10728d5190c193af","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:416463da10728d5190c193af","label":"ABYSS-STACK-D-0047 Federation Upstream Compatibility Language Split","locator":{"end_column":147,"end_line":284,"fragment":"","pointer":"","start_column":3,"start_line":284},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacy-boundary","target_ref":"../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:284:3:0:../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:6c6a17cdc18ec55f395abb9e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6c6a17cdc18ec55f395abb9e","label":"ABYSS-STACK-D-0009 Root Residual Topology Cleanup","locator":{"end_column":111,"end_line":14,"fragment":"","pointer":"","start_column":3,"start_line":14},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-route","target_ref":"../ABYSS-STACK-D-0009-root-residual-topology-cleanup.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:14:3:0:../ABYSS-STACK-D-0009-root-residual-topology-cleanup.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:95dae0d4cee60e765143c972","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:95dae0d4cee60e765143c972","label":"ABYSS-STACK-D-0053 Return Policy Validator Module","locator":{"end_column":111,"end_line":370,"fragment":"","pointer":"","start_column":3,"start_line":370},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:render-truth","target_ref":"../ABYSS-STACK-D-0053-return-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:370:3:0:../ABYSS-STACK-D-0053-return-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03:aoa:abyss-stack:anchor:7677329aa8c13c13606ffa38","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7677329aa8c13c13606ffa38","label":"_previous_digest","locator":{"end_column":41,"end_line":146,"fragment":"","pointer":"","start_column":1,"start_line":141},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_previous_digest","target_ref":"python:getattr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_previous_digest","target_ref":"python:graph.scalar"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_previous_digest","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_previous_digest","semantic_key":"python:function:_previous_digest","source_id":"aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d:aoa:abyss-stack:anchor:32088a25b66afc65a81a2a36","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:32088a25b66afc65a81a2a36","label":"runtime_surface","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/runtime_surface","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/runtime_surface","source_id":"aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9022a190547043d202488b6f:aoa:abyss-stack:anchor:643bf2d403a89558aa3b05f7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:643bf2d403a89558aa3b05f7","label":"aoa_evals_write_local_intake","locator":{"end_column":10,"end_line":144,"fragment":"","pointer":"","start_column":5,"start_line":130},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_evals_write_local_intake","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_evals_write_local_intake","target_ref":"python:mcp.tool"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_evals_write_local_intake","semantic_key":"python:method:build_server.aoa_evals_write_local_intake","source_id":"aoa:abyss-stack:artifact:9022a190547043d202488b6f","symbol_kind":"method"} diff --git a/kag/indexes/shards/anchor/08.jsonl b/kag/indexes/shards/anchor/08.jsonl index 874ac6f86..122dd0895 100644 --- a/kag/indexes/shards/anchor/08.jsonl +++ b/kag/indexes/shards/anchor/08.jsonl @@ -2,7 +2,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e:aoa:abyss-stack:anchor:e7ae0add46aa1d64a0d5791a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e7ae0add46aa1d64a0d5791a","label":"langchain-api","locator":{"end_column":16,"end_line":2,"fragment":"","pointer":"/services/langchain-api","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api","source_id":"aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1471cf374b17e0bf5625bd29:aoa:abyss-stack:anchor:2a9dc574accd6611195dcdd3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2a9dc574accd6611195dcdd3","label":"test_repair_safe_closeout_receipt_requires_at_least_one_action","locator":{"end_column":40,"end_line":75,"fragment":"","pointer":"","start_column":5,"start_line":66},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AntifragilityContractTests.test_repair_safe_closeout_receipt_requires_at_least_one_action","target_ref":"python:Draft202012Validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AntifragilityContractTests.test_repair_safe_closeout_receipt_requires_at_least_one_action","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AntifragilityContractTests.test_repair_safe_closeout_receipt_requires_at_least_one_action","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AntifragilityContractTests.test_repair_safe_closeout_receipt_requires_at_least_one_action","target_ref":"python:load_example"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AntifragilityContractTests.test_repair_safe_closeout_receipt_requires_at_least_one_action","target_ref":"python:load_schema"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AntifragilityContractTests.test_repair_safe_closeout_receipt_requires_at_least_one_action","target_ref":"python:self.assertRaises"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AntifragilityContractTests.test_repair_safe_closeout_receipt_requires_at_least_one_action","target_ref":"python:validator.validate"}],"parser_ref":"python-ast@1","qualified_name":"AntifragilityContractTests.test_repair_safe_closeout_receipt_requires_at_least_one_action","semantic_key":"python:method:AntifragilityContractTests.test_repair_safe_closeout_receipt_requires_at_least_one_action","source_id":"aoa:abyss-stack:artifact:1471cf374b17e0bf5625bd29","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:16d0b184516e7ceab77526b5:aoa:abyss-stack:anchor:e5ae5c33d62947edf86a7e6f","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e5ae5c33d62947edf86a7e6f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:16d0b184516e7ceab77526b5","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:38b04859fe50817b08370992","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:38b04859fe50817b08370992","label":"write_text","locator":{"end_column":47,"end_line":16,"fragment":"","pointer":"","start_column":1,"start_line":14},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_text","semantic_key":"python:function:write_text","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:38b04859fe50817b08370992","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:38b04859fe50817b08370992","label":"write_text","locator":{"end_column":47,"end_line":15,"fragment":"","pointer":"","start_column":1,"start_line":13},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_text","semantic_key":"python:function:write_text","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:19352afaca3b275c1292783b:aoa:abyss-stack:anchor:5187abf036370ba0a7436598","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:5187abf036370ba0a7436598","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:19352afaca3b275c1292783b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:19ced965964d47b64339270f:aoa:abyss-stack:anchor:3a97ffa24bb385ce3a775f8a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3a97ffa24bb385ce3a775f8a","label":"Rationale","locator":{"end_column":12,"end_line":48,"fragment":"rationale","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:19ced965964d47b64339270f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1b79512c20522b5e88e4ab55:aoa:abyss-stack:anchor:1ee47af737939d8ad226711e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1ee47af737939d8ad226711e","label":"_validate_single_quest","locator":{"end_column":74,"end_line":680,"fragment":"","pointer":"","start_column":1,"start_line":637},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:_validate_q0003"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:_validate_q0005"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:_validate_q0006"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:_validate_q0007"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:active_quest_ids.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:closed_quest_ids.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:quest_path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:quest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:quest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:quest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:quest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:quest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:quest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:quest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_single_quest","target_ref":"python:quest_payload.get"}],"parser_ref":"python-ast@1","qualified_name":"_validate_single_quest","semantic_key":"python:function:_validate_single_quest","source_id":"aoa:abyss-stack:artifact:1b79512c20522b5e88e4ab55","symbol_kind":"function"} @@ -20,7 +20,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:4d8fc14f4c14bb4ff2334aed:aoa:abyss-stack:anchor:1bc0782bff853a43baf69e25","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1bc0782bff853a43baf69e25","label":"Agon Runtime Legacy","locator":{"end_column":21,"end_line":1,"fragment":"agon-runtime-legacy","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agon-runtime-legacy","source_id":"aoa:abyss-stack:artifact:4d8fc14f4c14bb4ff2334aed","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:52f4f5295749f6feac313cec:aoa:abyss-stack:anchor:e865781781c7d457f6d3164e","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e865781781c7d457f6d3164e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:52f4f5295749f6feac313cec","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5b9708b6257073a58dbc8fd1:aoa:abyss-stack:anchor:ac355a89c3a3bfa2e2f03279","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ac355a89c3a3bfa2e2f03279","label":"type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/type","source_id":"aoa:abyss-stack:artifact:5b9708b6257073a58dbc8fd1","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:e10842ce3f48f9826fee0b3c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e10842ce3f48f9826fee0b3c","label":"run_validator","locator":{"end_column":18,"end_line":79,"fragment":"","pointer":"","start_column":1,"start_line":69},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_validator","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_validator","target_ref":"python:diagnostic_spine.validate_diagnostic_spine_contracts"}],"parser_ref":"python-ast@1","qualified_name":"run_validator","semantic_key":"python:function:run_validator","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:e10842ce3f48f9826fee0b3c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e10842ce3f48f9826fee0b3c","label":"run_validator","locator":{"end_column":18,"end_line":66,"fragment":"","pointer":"","start_column":1,"start_line":60},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_validator","target_ref":"python:diagnostic_spine.validate_diagnostic_spine_contracts"}],"parser_ref":"python-ast@1","qualified_name":"run_validator","semantic_key":"python:function:run_validator","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:635296c34b56b53915a261c9:aoa:abyss-stack:anchor:f87111988dd2ca3c6becaec7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f87111988dd2ca3c6becaec7","label":"Machine Fit Mechanic","locator":{"end_column":22,"end_line":1,"fragment":"machine-fit-mechanic","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:machine-fit-mechanic","source_id":"aoa:abyss-stack:artifact:635296c34b56b53915a261c9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:651002a35103ac479323b09e:aoa:abyss-stack:anchor:5c6e017717f427ed5a1ce04a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5c6e017717f427ed5a1ce04a","label":"Current state","locator":{"end_column":16,"end_line":9,"fragment":"current-state","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:current-state","source_id":"aoa:abyss-stack:artifact:651002a35103ac479323b09e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6d2582034fe38a570dd1d2a3:aoa:abyss-stack:anchor:d12f730f7927af45c3890c0c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:d12f730f7927af45c3890c0c","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:6d2582034fe38a570dd1d2a3","symbol_kind":"json_key"} @@ -43,8 +43,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576:aoa:abyss-stack:anchor:cf99ccdf1e0b51c6cdf89ad4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cf99ccdf1e0b51c6cdf89ad4","label":"`verify`","locator":{"end_column":12,"end_line":143,"fragment":"verify","pointer":"","start_column":1,"start_line":143},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:verify","source_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:98b95e70beb9f523385ec14e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:98b95e70beb9f523385ec14e","label":"W5State","locator":{"end_column":33,"end_line":114,"fragment":"","pointer":"","start_column":1,"start_line":91},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"W5State","semantic_key":"python:class:W5State","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:ab01b66b058f3e9424e51bec:aoa:abyss-stack:anchor:df43c88787d6c7d7e2cc2da9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:df43c88787d6c7d7e2cc2da9","label":"Rationale","locator":{"end_column":12,"end_line":48,"fragment":"rationale","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:ab01b66b058f3e9424e51bec","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:056dcecc3c3341c0a091754d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:056dcecc3c3341c0a091754d","label":"graph store","locator":{"end_column":14,"end_line":283,"fragment":"graph-store","pointer":"","start_column":1,"start_line":283},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:graph-store","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:056dcecc3c3341c0a091754d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:056dcecc3c3341c0a091754d","label":"graph store","locator":{"end_column":14,"end_line":284,"fragment":"graph-store","pointer":"","start_column":1,"start_line":284},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:graph-store","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:6e0f6866e84490cf96685f05","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6e0f6866e84490cf96685f05","label":"KAG runtime projection","locator":{"end_column":25,"end_line":198,"fragment":"kag-runtime-projection","pointer":"","start_column":1,"start_line":198},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:kag-runtime-projection","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:df10ab2a9d8d6ee21a9bf0f1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:df10ab2a9d8d6ee21a9bf0f1","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":314,"fragment":"","pointer":"","start_column":3,"start_line":314},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profilepublic-contract","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:314:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:010708fd02b66381876e91a1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:010708fd02b66381876e91a1","label":"_select_freshness_smoke_brief","locator":{"end_column":24,"end_line":149,"fragment":"","pointer":"","start_column":1,"start_line":104},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:_freshness_smoke_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:_freshness_smoke_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:_freshness_smoke_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:brief.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:brief.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:indexed.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:latest_brief.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:latest_brief.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:refs.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:state.session_brief"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:state.session_search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_freshness_smoke_brief","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_select_freshness_smoke_brief","semantic_key":"python:function:_select_freshness_smoke_brief","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:043ec6512e14661cdb87107f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:043ec6512e14661cdb87107f","label":"mechanics","locator":{"end_column":122,"end_line":20,"fragment":"","pointer":"","start_column":90,"start_line":20},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:what-this-repository-does","target_ref":"mechanics/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:20:90:1:mechanics/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:c2d62aaf67fc43663b48bd68","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c2d62aaf67fc43663b48bd68","label":"operations/RUNBOOK","locator":{"end_column":85,"end_line":41,"fragment":"","pointer":"","start_column":37,"start_line":41},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"docs/operations/RUNBOOK.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:41:37:0:docs/operations/RUNBOOK.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} @@ -66,8 +67,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:f057f2322488098a33773d7a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f057f2322488098a33773d7a","label":"_compact_entity_usage_audit_payload","locator":{"end_column":19,"end_line":2269,"fragment":"","pointer":"","start_column":1,"start_line":2187},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:_compact_document_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:_compact_skill_evidence"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:_compact_usage_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:_compact_usage_provider_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:mcp_access.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_entity_usage_audit_payload","target_ref":"python:payload.get"}],"parser_ref":"python-ast@1","qualified_name":"_compact_entity_usage_audit_payload","semantic_key":"python:function:_compact_entity_usage_audit_payload","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e9763ad9395185e2eff2d14d:aoa:abyss-stack:anchor:21f8948563f030b45d7b9ab6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:21f8948563f030b45d7b9ab6","label":"test_sync_managed_items_include_runtime_mcp_root_schemas_and_stats","locator":{"end_column":53,"end_line":49,"fragment":"","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"test_sync_managed_items_include_runtime_mcp_root_schemas_and_stats","semantic_key":"python:function:test_sync_managed_items_include_runtime_mcp_root_schemas_and_stats","source_id":"aoa:abyss-stack:artifact:e9763ad9395185e2eff2d14d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345:aoa:abyss-stack:anchor:f9fde9e3c53d02ac4ecdacc7","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:f9fde9e3c53d02ac4ecdacc7","label":"provenance_mode","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/provenance_mode","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/provenance_mode","source_id":"aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:bd19a073e90915dfd4f9d2a3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bd19a073e90915dfd4f9d2a3","label":"ABYSS-STACK-D-0033 AoA Memo MCP Port Confinement","locator":{"end_column":109,"end_line":143,"fragment":"","pointer":"","start_column":3,"start_line":143},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0033-aoa-memo-mcp-port-confinement.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:143:3:0:../ABYSS-STACK-D-0033-aoa-memo-mcp-port-confinement.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:f5d5ca2f635dcaf252e25136","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f5d5ca2f635dcaf252e25136","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":63,"fragment":"","pointer":"","start_column":3,"start_line":63},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:63:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c62fd32536c1fce40ef146b1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c62fd32536c1fce40ef146b1","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":156,"fragment":"","pointer":"","start_column":3,"start_line":156},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:156:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:c967f13820cd650711103875","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c967f13820cd650711103875","label":"philosophy_status","locator":{"end_column":10,"end_line":350,"fragment":"","pointer":"","start_column":5,"start_line":323},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:layer.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:layer.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:self.philosophy_graph_projection_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:self.philosophy_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:self.philosophy_projection_exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:self.tos_root.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_status","target_ref":"python:view.get"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.philosophy_status","semantic_key":"python:method:ToSCorpusMCPState.philosophy_status","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:20ab2057a26520a62f388e4d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:20ab2057a26520a62f388e4d","label":"stale packet","locator":{"end_column":18,"end_line":104,"fragment":"","pointer":"/recheck/manual_cases/3","start_column":5,"start_line":104},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/recheck/manual_cases/3","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:2f4647a6a7d3dd59370ca419","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2f4647a6a7d3dd59370ca419","label":"review","locator":{"end_column":9,"end_line":26,"fragment":"","pointer":"/operations/review","start_column":3,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/operations/review","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:05359590d0d761a3cefc9750","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:05359590d0d761a3cefc9750","label":"trust_state","locator":{"end_column":40,"end_line":121,"fragment":"","pointer":"/trust_state","start_column":11,"start_line":121},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/trust_state#occurrence-4","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:11cc992492fcb1dfd0097299","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:11cc992492fcb1dfd0097299","label":"global_rules","locator":{"end_column":19,"end_line":7,"fragment":"","pointer":"/global_rules","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/global_rules","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:80e00dcc90afe1837f05e273","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:80e00dcc90afe1837f05e273","label":"task_class","locator":{"end_column":40,"end_line":82,"fragment":"","pointer":"/task_class","start_column":11,"start_line":82},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/task_class#occurrence-2","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/09.jsonl b/kag/indexes/shards/anchor/09.jsonl index 45086ce54..d1b72736f 100644 --- a/kag/indexes/shards/anchor/09.jsonl +++ b/kag/indexes/shards/anchor/09.jsonl @@ -7,7 +7,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:13845455cdac257e0a71ab52:aoa:abyss-stack:anchor:c8db16eb4f192c873677ed93","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c8db16eb4f192c873677ed93","label":"Consequences","locator":{"end_column":15,"end_line":48,"fragment":"consequences","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:13845455cdac257e0a71ab52","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1beac052150fab0db2668905:aoa:abyss-stack:anchor:1f85040385f9205aa4c78578","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1f85040385f9205aa4c78578","label":"default_mirror_root_for","locator":{"end_column":70,"end_line":100,"fragment":"","pointer":"","start_column":1,"start_line":99},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:default_mirror_root_for","target_ref":"python:Path"}],"parser_ref":"python-ast@1","qualified_name":"default_mirror_root_for","semantic_key":"python:function:default_mirror_root_for","source_id":"aoa:abyss-stack:artifact:1beac052150fab0db2668905","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:25b96aa16f8b9f68c692d0db:aoa:abyss-stack:anchor:2db33ac1ecc9ac275f62c3ee","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2db33ac1ecc9ac275f62c3ee","label":"runtime lifecycle","locator":{"end_column":196,"end_line":19,"fragment":"","pointer":"","start_column":135,"start_line":19},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:command-groups","target_ref":"../mechanics/runtime-lifecycle/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:19:135:0:../mechanics/runtime-lifecycle/README.md","source_id":"aoa:abyss-stack:artifact:25b96aa16f8b9f68c692d0db","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:62dc7986aae8e780b265f1fc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:62dc7986aae8e780b265f1fc","label":"test_host_local_source_checkout_path_fails","locator":{"end_column":10,"end_line":206,"fragment":"","pointer":"","start_column":5,"start_line":171},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","target_ref":"python:doc.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","target_ref":"python:doc.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","target_ref":"python:self.iter_text_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","target_ref":"python:source_hygiene.validate_no_host_local_source_checkout_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:62dc7986aae8e780b265f1fc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:62dc7986aae8e780b265f1fc","label":"test_host_local_source_checkout_path_fails","locator":{"end_column":10,"end_line":196,"fragment":"","pointer":"","start_column":5,"start_line":161},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","target_ref":"python:doc.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","target_ref":"python:doc.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","target_ref":"python:self.iter_text_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","target_ref":"python:source_hygiene.validate_no_host_local_source_checkout_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_fails","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:3080d62bb266a31e43971141:aoa:abyss-stack:anchor:5057f0e07caae0d0af1757c9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5057f0e07caae0d0af1757c9","label":"Secret rule","locator":{"end_column":14,"end_line":71,"fragment":"secret-rule","pointer":"","start_column":1,"start_line":71},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:secret-rule","source_id":"aoa:abyss-stack:artifact:3080d62bb266a31e43971141","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:324a455f10d8feb643d8f838:aoa:abyss-stack:anchor:e336cb4cb7a83a328ba663b1","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e336cb4cb7a83a328ba663b1","label":"run_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/run_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/run_id","source_id":"aoa:abyss-stack:artifact:324a455f10d8feb643d8f838","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:3481f57a9e708fb46842655a:aoa:abyss-stack:anchor:08cb8c470b49f315eefdd571","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:08cb8c470b49f315eefdd571","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","symbol_kind":""} @@ -38,7 +38,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0:aoa:abyss-stack:anchor:30598f83a2b707163fb7bd52","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:30598f83a2b707163fb7bd52","label":"Current pilot","locator":{"end_column":16,"end_line":12,"fragment":"current-pilot","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:current-pilot","source_id":"aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:ddc78668a0fda1ad4e98d695","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ddc78668a0fda1ad4e98d695","label":"node_artifacts_dir","locator":{"end_column":16,"end_line":236,"fragment":"","pointer":"","start_column":1,"start_line":233},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:node_artifacts_dir","target_ref":"python:path.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:node_artifacts_dir","target_ref":"python:scenario_root"}],"parser_ref":"python-ast@1","qualified_name":"node_artifacts_dir","semantic_key":"python:function:node_artifacts_dir","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ac4a112b3489f34a27afc23b:aoa:abyss-stack:anchor:ca45b58e22394c1a57bb27fc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ca45b58e22394c1a57bb27fc","label":"write_text","locator":{"end_column":44,"end_line":13,"fragment":"","pointer":"","start_column":1,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_text","semantic_key":"python:function:write_text","source_id":"aoa:abyss-stack:artifact:ac4a112b3489f34a27afc23b","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:79788b7c8b746552da8d596f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:79788b7c8b746552da8d596f","label":"Mechanics","locator":{"end_column":12,"end_line":142,"fragment":"mechanics","pointer":"","start_column":1,"start_line":142},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mechanics","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:62b5597fe9a213d7f3ce3da6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:62b5597fe9a213d7f3ce3da6","label":"ABYSS-STACK-D-0051 Runtime Hygiene Validator Module","locator":{"end_column":115,"end_line":355,"fragment":"","pointer":"","start_column":3,"start_line":355},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:355:3:0:../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:5d74459d52d7e34dbb3a941b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5d74459d52d7e34dbb3a941b","label":"diagnostic-spine","locator":{"end_column":59,"end_line":157,"fragment":"","pointer":"","start_column":3,"start_line":157},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/diagnostic-spine/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:157:3:0:mechanics/diagnostic-spine/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:79788b7c8b746552da8d596f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:79788b7c8b746552da8d596f","label":"Mechanics","locator":{"end_column":12,"end_line":143,"fragment":"mechanics","pointer":"","start_column":1,"start_line":143},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mechanics","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:b9f1698b0445b917eae3dc21","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b9f1698b0445b917eae3dc21","label":"aoa_session_entity_usage_audit","locator":{"end_column":10,"end_line":291,"fragment":"","pointer":"","start_column":5,"start_line":271},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_entity_usage_audit","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_entity_usage_audit","semantic_key":"python:method:build_server.aoa_session_entity_usage_audit","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c:aoa:abyss-stack:anchor:954fe17a6ca8d982c1adbc37","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:954fe17a6ca8d982c1adbc37","label":"Service modules","locator":{"end_column":19,"end_line":24,"fragment":"service-modules","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:service-modules","source_id":"aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c54019c5a63579c128047573:aoa:abyss-stack:anchor:ce061b98224c78084ccc502e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ce061b98224c78084ccc502e","label":"write_philosophy_projection","locator":{"end_column":27,"end_line":367,"fragment":"","pointer":"","start_column":1,"start_line":111},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_philosophy_projection","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_philosophy_projection","target_ref":"python:multilingual_label"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_philosophy_projection","target_ref":"python:multilingual_label"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_philosophy_projection","target_ref":"python:multilingual_label"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_philosophy_projection","target_ref":"python:projection_path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_philosophy_projection","target_ref":"python:projection_path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_philosophy_projection","semantic_key":"python:function:write_philosophy_projection","source_id":"aoa:abyss-stack:artifact:c54019c5a63579c128047573","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/0a.jsonl b/kag/indexes/shards/anchor/0a.jsonl index d2ce302cc..846cb99e2 100644 --- a/kag/indexes/shards/anchor/0a.jsonl +++ b/kag/indexes/shards/anchor/0a.jsonl @@ -18,8 +18,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8175622d8775ba536a76f83b:aoa:abyss-stack:anchor:95a7ac8647ad4e9a538186be","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:95a7ac8647ad4e9a538186be","label":"receipt_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/receipt_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/receipt_id","source_id":"aoa:abyss-stack:artifact:8175622d8775ba536a76f83b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb:aoa:abyss-stack:anchor:14102a45bff8b7679dc4da4e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:14102a45bff8b7679dc4da4e","label":"Boundaries to preserve","locator":{"end_column":25,"end_line":108,"fragment":"boundaries-to-preserve","pointer":"","start_column":1,"start_line":108},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundaries-to-preserve","source_id":"aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5:aoa:abyss-stack:anchor:7d149c88c4c17f6b8c83207b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7d149c88c4c17f6b8c83207b","label":"docs/KAG_EXPORT.md","locator":{"end_column":22,"end_line":7,"fragment":"","pointer":"/required_files/0","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/0","source_id":"aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:66bb855b25d8720903f62878","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:66bb855b25d8720903f62878","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":410,"fragment":"","pointer":"","start_column":3,"start_line":410},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection-1","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:410:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:d6833d8593fca344d2021937","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d6833d8593fca344d2021937","label":"owner-route confinement","locator":{"end_column":26,"end_line":315,"fragment":"owner-route-confinement","pointer":"","start_column":1,"start_line":315},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-route-confinement","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:d6833d8593fca344d2021937","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d6833d8593fca344d2021937","label":"owner-route confinement","locator":{"end_column":26,"end_line":323,"fragment":"owner-route-confinement","pointer":"","start_column":1,"start_line":323},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-route-confinement","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03:aoa:abyss-stack:anchor:2b6332ad94bad4ea059fa2f2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2b6332ad94bad4ea059fa2f2","label":"_batches","locator":{"end_column":20,"end_line":26,"fragment":"","pointer":"","start_column":1,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_batches","target_ref":"python:batch.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_batches","target_ref":"python:len"}],"parser_ref":"python-ast@1","qualified_name":"_batches","semantic_key":"python:function:_batches","source_id":"aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e:aoa:abyss-stack:anchor:ba457fc6d0e65d2111909fb7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ba457fc6d0e65d2111909fb7","label":"test_write_reviewed_diagnosis_ref_materializes_ref_for_drifted_session","locator":{"end_column":113,"end_line":797,"fragment":"","pointer":"","start_column":5,"start_line":714},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_materializes_ref_for_drifted_session","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_materializes_ref_for_drifted_session","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_materializes_ref_for_drifted_session","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_materializes_ref_for_drifted_session","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_materializes_ref_for_drifted_session","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_materializes_ref_for_drifted_session","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_materializes_ref_for_drifted_session","target_ref":"python:self.make_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_materializes_ref_for_drifted_session","target_ref":"python:self.module.write_bundle"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_materializes_ref_for_drifted_session","target_ref":"python:self.review_ref_validator.validate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_materializes_ref_for_drifted_session","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"AoADiagnoseTests.test_write_reviewed_diagnosis_ref_materializes_ref_for_drifted_session","semantic_key":"python:method:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_materializes_ref_for_drifted_session","source_id":"aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:93282b05d499b207d902297d:aoa:abyss-stack:anchor:c3ee8a0f5a5be99b17645c5d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c3ee8a0f5a5be99b17645c5d","label":"load_adapter","locator":{"end_column":38,"end_line":40,"fragment":"","pointer":"","start_column":1,"start_line":35},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_adapter","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_adapter","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_adapter","target_ref":"python:sys.path.insert"}],"parser_ref":"python-ast@1","qualified_name":"load_adapter","semantic_key":"python:function:load_adapter","source_id":"aoa:abyss-stack:artifact:93282b05d499b207d902297d","symbol_kind":"function"} @@ -48,5 +47,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:e360f68a3da708517bb3d848","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e360f68a3da708517bb3d848","label":"schemas/technique-lift-pack.schema.json","locator":{"end_column":43,"end_line":32,"fragment":"","pointer":"/required_files/25","start_column":3,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/25","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4:aoa:abyss-stack:anchor:397106a128d73d0ba98557ce","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:397106a128d73d0ba98557ce","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f1f79bfb26e812b26795c0c6:aoa:abyss-stack:anchor:ad5f13a075a052e4e67d9684","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ad5f13a075a052e4e67d9684","label":"$id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$id","source_id":"aoa:abyss-stack:artifact:f1f79bfb26e812b26795c0c6","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:14c8f8f620cec2f31c66ef3f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:14c8f8f620cec2f31c66ef3f","label":"ABYSS-STACK-D-0072 AoA 4PDA Connector MCP Access Plane","locator":{"end_column":121,"end_line":153,"fragment":"","pointer":"","start_column":3,"start_line":153},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:153:3:0:../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c79fea3f2ba8504bdcedb972","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c79fea3f2ba8504bdcedb972","label":"ABYSS-STACK-D-0079 KAG Query Application Port","locator":{"end_column":103,"end_line":209,"fragment":"","pointer":"","start_column":3,"start_line":209},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seam","target_ref":"../ABYSS-STACK-D-0079-kag-query-application-port.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:209:3:0:../ABYSS-STACK-D-0079-kag-query-application-port.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1:aoa:abyss-stack:anchor:fca8f9fa27c96c1bd356fcb9","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:fca8f9fa27c96c1bd356fcb9","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d:aoa:abyss-stack:anchor:4d44d8f1a2f9e9314b7018ca","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:4d44d8f1a2f9e9314b7018ca","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/0b.jsonl b/kag/indexes/shards/anchor/0b.jsonl index ca11f4de2..c3669027f 100644 --- a/kag/indexes/shards/anchor/0b.jsonl +++ b/kag/indexes/shards/anchor/0b.jsonl @@ -21,14 +21,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:3080d62bb266a31e43971141:aoa:abyss-stack:anchor:aafb78eb561ab6ea8482fcc3","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:aafb78eb561ab6ea8482fcc3","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:3080d62bb266a31e43971141","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:38c98727c64e92de3a457d58:aoa:abyss-stack:anchor:766b903f609870715cc8f316","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:766b903f609870715cc8f316","label":"boundary","locator":{"end_column":13,"end_line":24,"fragment":"","pointer":"/complexity_basis/boundary","start_column":3,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/complexity_basis/boundary","source_id":"aoa:abyss-stack:artifact:38c98727c64e92de3a457d58","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3db733a4107549631442eabb:aoa:abyss-stack:anchor:aec561f2f9b36d8192037f46","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:aec561f2f9b36d8192037f46","label":"generated/memory/memory_sections.full.json","locator":{"end_column":46,"end_line":15,"fragment":"","pointer":"/required_files/8","start_column":3,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/8","source_id":"aoa:abyss-stack:artifact:3db733a4107549631442eabb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa:aoa:abyss-stack:anchor:e135c86bc38f5d1208f34661","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e135c86bc38f5d1208f34661","label":"Bad Design Smells Like","locator":{"end_column":25,"end_line":144,"fragment":"bad-design-smells-like","pointer":"","start_column":1,"start_line":144},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:bad-design-smells-like","source_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa:aoa:abyss-stack:anchor:e135c86bc38f5d1208f34661","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e135c86bc38f5d1208f34661","label":"Bad Design Smells Like","locator":{"end_column":25,"end_line":147,"fragment":"bad-design-smells-like","pointer":"","start_column":1,"start_line":147},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:bad-design-smells-like","source_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:46cd12457c3236e3e7e17de1:aoa:abyss-stack:anchor:a2d124633cf8372f91158d46","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a2d124633cf8372f91158d46","label":"ValidateNestedAgentsTests","locator":{"end_column":111,"end_line":99,"fragment":"","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"ValidateNestedAgentsTests","semantic_key":"python:class:ValidateNestedAgentsTests","source_id":"aoa:abyss-stack:artifact:46cd12457c3236e3e7e17de1","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:4fb1c15b81d834cb93db0be6:aoa:abyss-stack:anchor:11a6ac93db352ba938ccec34","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:11a6ac93db352ba938ccec34","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:4fb1c15b81d834cb93db0be6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:4fc71a8c3e899815f3ebd69b:aoa:abyss-stack:anchor:e2a805f5c34bb012d889fa66","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e2a805f5c34bb012d889fa66","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:4fc71a8c3e899815f3ebd69b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:5651a1a208333fe38b6f7b39:aoa:abyss-stack:anchor:68102636317d2bb1e7658d18","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:68102636317d2bb1e7658d18","label":"governed-execution","locator":{"end_column":54,"end_line":53,"fragment":"","pointer":"","start_column":1,"start_line":53},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:next-route","target_ref":"../governed-execution/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:53:1:0:../governed-execution/README.md","source_id":"aoa:abyss-stack:artifact:5651a1a208333fe38b6f7b39","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2:aoa:abyss-stack:anchor:e7bbc696cb185cc307f0cf6b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e7bbc696cb185cc307f0cf6b","label":"verification_result","locator":{"end_column":23,"end_line":16,"fragment":"","pointer":"/anchor_precedence/3","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/anchor_precedence/3","source_id":"aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2:aoa:abyss-stack:anchor:e8df445847bd614b4cc2716e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e8df445847bd614b4cc2716e","label":"profile_class","locator":{"end_column":28,"end_line":52,"fragment":"","pointer":"/profile_class_rules/1/profile_class","start_column":3,"start_line":52},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/profile_class_rules/1/profile_class","source_id":"aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:a64d0d3b8eada8ce10afc69a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a64d0d3b8eada8ce10afc69a","label":"test_repair_handoff_readiness_drift_fails","locator":{"end_column":85,"end_line":141,"fragment":"","pointer":"","start_column":1,"start_line":127},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_repair_handoff_readiness_drift_fails","target_ref":"python:handoff_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_repair_handoff_readiness_drift_fails","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_repair_handoff_readiness_drift_fails","target_ref":"python:run_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_repair_handoff_readiness_drift_fails","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_repair_handoff_readiness_drift_fails","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_repair_handoff_readiness_drift_fails","semantic_key":"python:function:test_repair_handoff_readiness_drift_fails","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:a64d0d3b8eada8ce10afc69a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a64d0d3b8eada8ce10afc69a","label":"test_repair_handoff_readiness_drift_fails","locator":{"end_column":85,"end_line":140,"fragment":"","pointer":"","start_column":1,"start_line":126},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_repair_handoff_readiness_drift_fails","target_ref":"python:handoff_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_repair_handoff_readiness_drift_fails","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_repair_handoff_readiness_drift_fails","target_ref":"python:run_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_repair_handoff_readiness_drift_fails","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_repair_handoff_readiness_drift_fails","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_repair_handoff_readiness_drift_fails","semantic_key":"python:function:test_repair_handoff_readiness_drift_fails","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:6da22a26e38ccaa11132fc55:aoa:abyss-stack:anchor:90cad0537ddc4dc1e732a990","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:90cad0537ddc4dc1e732a990","label":"Options considered","locator":{"end_column":21,"end_line":31,"fragment":"options-considered","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:6da22a26e38ccaa11132fc55","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3:aoa:abyss-stack:anchor:f654b64ada81ba409077b550","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f654b64ada81ba409077b550","label":"test_local_ports_rejects_invalid_inventory_or_suite_authority","locator":{"end_column":67,"end_line":1558,"fragment":"","pointer":"","start_column":1,"start_line":1506},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_rejects_invalid_inventory_or_suite_authority","target_ref":"python:AoAEvalsMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_rejects_invalid_inventory_or_suite_authority","target_ref":"python:monkeypatch.setattr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_rejects_invalid_inventory_or_suite_authority","target_ref":"python:monkeypatch.setattr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_rejects_invalid_inventory_or_suite_authority","target_ref":"python:owner_inventory_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_rejects_invalid_inventory_or_suite_authority","target_ref":"python:owner_inventory_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_rejects_invalid_inventory_or_suite_authority","target_ref":"python:ready_suite_execution"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_rejects_invalid_inventory_or_suite_authority","target_ref":"python:ready_suite_execution"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_rejects_invalid_inventory_or_suite_authority","target_ref":"python:seed_evals_v2"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_rejects_invalid_inventory_or_suite_authority","target_ref":"python:seed_local_eval_port"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_rejects_invalid_inventory_or_suite_authority","target_ref":"python:state.local_ports"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_rejects_invalid_inventory_or_suite_authority","target_ref":"python:state.local_ports"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_rejects_invalid_inventory_or_suite_authority","target_ref":"python:state.local_ports"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_rejects_invalid_inventory_or_suite_authority","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_local_ports_rejects_invalid_inventory_or_suite_authority","semantic_key":"python:function:test_local_ports_rejects_invalid_inventory_or_suite_authority","source_id":"aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:7f6b1d493f705158dcf56fa7:aoa:abyss-stack:anchor:1515f18bcccb69aee51d0486","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1515f18bcccb69aee51d0486","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:7f6b1d493f705158dcf56fa7","symbol_kind":"json_key"} @@ -39,8 +39,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9b4009591ed6797d6c2c0038:aoa:abyss-stack:anchor:315c14987e0693c2f7f191e4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:315c14987e0693c2f7f191e4","label":"antifragility-posture","locator":{"end_column":59,"end_line":9,"fragment":"","pointer":"","start_column":3,"start_line":9},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-repair-parts","target_ref":"antifragility-posture/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:9:3:0:antifragility-posture/README.md","source_id":"aoa:abyss-stack:artifact:9b4009591ed6797d6c2c0038","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:4e04a7026c5212fe26346cb9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4e04a7026c5212fe26346cb9","label":"write_json","locator":{"end_column":37,"end_line":256,"fragment":"","pointer":"","start_column":1,"start_line":255},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:TRIALS.write_json"}],"parser_ref":"python-ast@1","qualified_name":"write_json","semantic_key":"python:function:write_json","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a47d71b9cbd98a3e1e661c6a:aoa:abyss-stack:anchor:bd94699d9c91773df89373aa","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:bd94699d9c91773df89373aa","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:a47d71b9cbd98a3e1e661c6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:17435ea14c49b1f5ea97255b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:17435ea14c49b1f5ea97255b","label":"diagnostic surface","locator":{"end_column":21,"end_line":241,"fragment":"diagnostic-surface","pointer":"","start_column":1,"start_line":241},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:diagnostic-surface","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:17435ea14c49b1f5ea97255b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:17435ea14c49b1f5ea97255b","label":"diagnostic surface","locator":{"end_column":21,"end_line":242,"fragment":"diagnostic-surface","pointer":"","start_column":1,"start_line":242},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:diagnostic-surface","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:3cb548196f5dbe92012e9457","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3cb548196f5dbe92012e9457","label":"ABYSS-STACK-D-0053 Return Policy Validator Module","locator":{"end_column":111,"end_line":167,"fragment":"","pointer":"","start_column":3,"start_line":167},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0053-return-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:167:3:0:../ABYSS-STACK-D-0053-return-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:fdafe992725ed4919947983d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:fdafe992725ed4919947983d","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":315,"fragment":"","pointer":"","start_column":3,"start_line":315},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profilepublic-contract","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:315:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5:aoa:abyss-stack:anchor:7a5cd5e92f52c12cf7bad6ae","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:7a5cd5e92f52c12cf7bad6ae","label":"reputation_effects","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/reputation_effects","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/reputation_effects","source_id":"aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c:aoa:abyss-stack:anchor:cef0ab34078361417a297799","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cef0ab34078361417a297799","label":"Mapping sketch","locator":{"end_column":17,"end_line":58,"fragment":"mapping-sketch","pointer":"","start_column":1,"start_line":58},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mapping-sketch","source_id":"aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c:aoa:abyss-stack:anchor:f8f74a6a8b1fd5877e75db2d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f8f74a6a8b1fd5877e75db2d","label":"Operational carryover","locator":{"end_column":25,"end_line":36,"fragment":"operational-carryover","pointer":"","start_column":1,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:operational-carryover","source_id":"aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c","symbol_kind":""} @@ -52,7 +53,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e06b0f586c91275b34752336:aoa:abyss-stack:anchor:21393c04b6ad76ad3336c4db","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:21393c04b6ad76ad3336c4db","label":"Active Topology Language Validator Module","locator":{"end_column":43,"end_line":1,"fragment":"active-topology-language-validator-module","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:active-topology-language-validator-module","source_id":"aoa:abyss-stack:artifact:e06b0f586c91275b34752336","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:87a1f439c9799975d136ccd0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:87a1f439c9799975d136ccd0","label":"`observability`","locator":{"end_column":18,"end_line":369,"fragment":"observability","pointer":"","start_column":1,"start_line":369},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:observability","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:60b7e2a75d06692112735a87","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:60b7e2a75d06692112735a87","label":"docs/decisions/indexes/by-guard.md","locator":{"end_column":38,"end_line":12,"fragment":"","pointer":"/generated_indexes/6","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/generated_indexes/6","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:466fbee781323b99d4495ded","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:466fbee781323b99d4495ded","label":"MCP access plane","locator":{"end_column":19,"end_line":183,"fragment":"mcp-access-plane","pointer":"","start_column":1,"start_line":183},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mcp-access-plane","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:44d1109dd1fefecfb75e2621","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:44d1109dd1fefecfb75e2621","label":"ABYSS-STACK-D-0006 Local AI Trials First-Run Boundary","locator":{"end_column":119,"end_line":95,"fragment":"","pointer":"","start_column":3,"start_line":95},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0006-local-ai-trials-first-run-boundary.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:95:3:0:../ABYSS-STACK-D-0006-local-ai-trials-first-run-boundary.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:466fbee781323b99d4495ded","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:466fbee781323b99d4495ded","label":"MCP access plane","locator":{"end_column":19,"end_line":188,"fragment":"mcp-access-plane","pointer":"","start_column":1,"start_line":188},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mcp-access-plane","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f38ea2a1dad60007c239c6ec:aoa:abyss-stack:anchor:7a59547feb1b0fd74e644420","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:7a59547feb1b0fd74e644420","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:f38ea2a1dad60007c239c6ec","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:848a11a088939677f06007bd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:848a11a088939677f06007bd","label":"discover","locator":{"end_column":10,"end_line":116,"fragment":"","pointer":"","start_column":5,"start_line":77},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.discover","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.discover","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.discover","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.discover","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.discover","target_ref":"python:cls"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.discover","target_ref":"python:index.is_absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.discover","target_ref":"python:index.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.discover","target_ref":"python:philosophy_audit.is_absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.discover","target_ref":"python:philosophy_audit.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.discover","target_ref":"python:philosophy_projection.is_absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.discover","target_ref":"python:philosophy_projection.resolve"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.discover","semantic_key":"python:method:ToSCorpusMCPState.discover","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f5451784a7b3275b5912b2aa:aoa:abyss-stack:anchor:3cbb2a979d26b9aa2bd3ed8f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3cbb2a979d26b9aa2bd3ed8f","label":"Purpose","locator":{"end_column":10,"end_line":5,"fragment":"purpose","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:f5451784a7b3275b5912b2aa","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/0c.jsonl b/kag/indexes/shards/anchor/0c.jsonl index 24d33c704..1cab805e8 100644 --- a/kag/indexes/shards/anchor/0c.jsonl +++ b/kag/indexes/shards/anchor/0c.jsonl @@ -12,7 +12,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:2d496ad3d480f27e0fb68eb1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2d496ad3d480f27e0fb68eb1","label":"w0_boundary_note","locator":{"end_column":6,"end_line":2928,"fragment":"","pointer":"","start_column":1,"start_line":2924},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"w0_boundary_note","semantic_key":"python:function:w0_boundary_note","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:2d07de4583dfc665038ba65a:aoa:abyss-stack:anchor:7f7617e1dbcf7132eb4478e9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7f7617e1dbcf7132eb4478e9","label":"Rationale","locator":{"end_column":12,"end_line":50,"fragment":"rationale","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:2d07de4583dfc665038ba65a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:2d07de4583dfc665038ba65a:aoa:abyss-stack:anchor:97258b9ee4c2fe219300bf87","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:97258b9ee4c2fe219300bf87","label":"Source surfaces","locator":{"end_column":18,"end_line":71,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":71},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:2d07de4583dfc665038ba65a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:f5d5e121e15ba4743ab78f46","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f5d5e121e15ba4743ab78f46","label":"test_required_operator_scripts_have_backend_routes","locator":{"end_column":10,"end_line":148,"fragment":"","pointer":"","start_column":5,"start_line":144},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_required_operator_scripts_have_backend_routes","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_required_operator_scripts_have_backend_routes","target_ref":"python:set"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_required_operator_scripts_have_backend_routes","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_required_operator_scripts_have_backend_routes","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:f5d5e121e15ba4743ab78f46","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f5d5e121e15ba4743ab78f46","label":"test_required_operator_scripts_have_backend_routes","locator":{"end_column":10,"end_line":138,"fragment":"","pointer":"","start_column":5,"start_line":134},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_required_operator_scripts_have_backend_routes","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_required_operator_scripts_have_backend_routes","target_ref":"python:set"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_required_operator_scripts_have_backend_routes","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_required_operator_scripts_have_backend_routes","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:338e284420b16cb741933b2c:aoa:abyss-stack:anchor:aa551709c16c13865e5a1336","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:aa551709c16c13865e5a1336","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:338e284420b16cb741933b2c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:93d8926d9ce42f63a5072c27","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:93d8926d9ce42f63a5072c27","label":"test_published_tool_schema_allows_route_only_search_and_usage_neighborhood","locator":{"end_column":57,"end_line":4592,"fragment":"","pointer":"","start_column":1,"start_line":4517},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_published_tool_schema_allows_route_only_search_and_usage_neighborhood","target_ref":"python:asyncio.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_published_tool_schema_allows_route_only_search_and_usage_neighborhood","target_ref":"python:build_server"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_published_tool_schema_allows_route_only_search_and_usage_neighborhood","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_published_tool_schema_allows_route_only_search_and_usage_neighborhood","target_ref":"python:seed_archive"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_published_tool_schema_allows_route_only_search_and_usage_neighborhood","target_ref":"python:server.list_tools"}],"parser_ref":"python-ast@1","qualified_name":"test_published_tool_schema_allows_route_only_search_and_usage_neighborhood","semantic_key":"python:function:test_published_tool_schema_allows_route_only_search_and_usage_neighborhood","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:a8cee19fced0e04fd7ed5141","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a8cee19fced0e04fd7ed5141","label":"test_running_mcp_process_advisory_reports_stale_transports","locator":{"end_column":34,"end_line":3577,"fragment":"","pointer":"","start_column":1,"start_line":3539},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_running_mcp_process_advisory_reports_stale_transports","target_ref":"python:load_validator_module"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_running_mcp_process_advisory_reports_stale_transports","target_ref":"python:monkeypatch.setattr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_running_mcp_process_advisory_reports_stale_transports","target_ref":"python:os.sysconf"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_running_mcp_process_advisory_reports_stale_transports","target_ref":"python:os.sysconf_names.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_running_mcp_process_advisory_reports_stale_transports","target_ref":"python:os.utime"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_running_mcp_process_advisory_reports_stale_transports","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_running_mcp_process_advisory_reports_stale_transports","target_ref":"python:path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_running_mcp_process_advisory_reports_stale_transports","target_ref":"python:proc.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_running_mcp_process_advisory_reports_stale_transports","target_ref":"python:validator._running_mcp_process_advisory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_running_mcp_process_advisory_reports_stale_transports","target_ref":"python:write_process"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_running_mcp_process_advisory_reports_stale_transports","target_ref":"python:write_process"}],"parser_ref":"python-ast@1","qualified_name":"test_running_mcp_process_advisory_reports_stale_transports","semantic_key":"python:function:test_running_mcp_process_advisory_reports_stale_transports","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} @@ -41,6 +41,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:99830f7811fc3c7c2222673c:aoa:abyss-stack:anchor:f10ec3a8f2178a71f33968c7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f10ec3a8f2178a71f33968c7","label":"_loopback_transport_security","locator":{"end_column":6,"end_line":127,"fragment":"","pointer":"","start_column":1,"start_line":113},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_loopback_transport_security","target_ref":"python:TransportSecuritySettings"}],"parser_ref":"python-ast@1","qualified_name":"_loopback_transport_security","semantic_key":"python:function:_loopback_transport_security","source_id":"aoa:abyss-stack:artifact:99830f7811fc3c7c2222673c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41:aoa:abyss-stack:anchor:dd342609a89a7341e62c25b7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dd342609a89a7341e62c25b7","label":"LangGraph sidecar origin and promoted role","locator":{"end_column":45,"end_line":139,"fragment":"langgraph-sidecar-origin-and-promoted-role","pointer":"","start_column":1,"start_line":139},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:langgraph-sidecar-origin-and-promoted-role","source_id":"aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a6b136d922e6921a7f6f8bfa:aoa:abyss-stack:anchor:1450bb7c3401b29a85e2772b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1450bb7c3401b29a85e2772b","label":"Validation","locator":{"end_column":14,"end_line":44,"fragment":"validation","pointer":"","start_column":1,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation","source_id":"aoa:abyss-stack:artifact:a6b136d922e6921a7f6f8bfa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:7166993d184ec8ebe926d523","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7166993d184ec8ebe926d523","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":367,"fragment":"","pointer":"","start_column":3,"start_line":367},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-routes","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:367:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:c5b8acdf6bd0002685cca62b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c5b8acdf6bd0002685cca62b","label":"MODEL_CARDS","locator":{"end_column":88,"end_line":199,"fragment":"","pointer":"","start_column":3,"start_line":199},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:optional-local-model-trials","target_ref":"../../mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:199:3:0:../../mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:b0674e80de55644b53d70581","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b0674e80de55644b53d70581","label":"restart","locator":{"end_column":27,"end_line":103,"fragment":"","pointer":"/services/alloy/restart","start_column":5,"start_line":103},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/alloy/restart","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:f803f87d22f5e0902a8bfdd3","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f803f87d22f5e0902a8bfdd3","label":"alloy_data","locator":{"end_column":16,"end_line":131,"fragment":"","pointer":"/volumes/alloy_data","start_column":3,"start_line":131},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/volumes/alloy_data","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} @@ -61,8 +62,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:5366e7646f2f66fa02f9a329","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5366e7646f2f66fa02f9a329","label":"_resolve_payload_ref","locator":{"end_column":24,"end_line":1516,"fragment":"","pointer":"","start_column":5,"start_line":1489},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:LOCAL_LINE_REF_RE.fullmatch"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:line_ref.group"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:line_ref.group"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:path.is_absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:port_relative.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:ref.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:ref.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:ref.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:resolved.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:self._repo_root_for_port"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:target.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:text.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:urlparse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._resolve_payload_ref","target_ref":"python:urlparse"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._resolve_payload_ref","semantic_key":"python:method:AoAMemoMCPState._resolve_payload_ref","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ef819ea912b1550023dc4204:aoa:abyss-stack:anchor:fb26a90ddb018d0f5e2f6b6b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fb26a90ddb018d0f5e2f6b6b","label":"read_user_unit_state","locator":{"end_column":17,"end_line":80,"fragment":"","pointer":"","start_column":1,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_user_unit_state","target_ref":"python:line.partition"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_user_unit_state","target_ref":"python:parse_key_value_tokens"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_user_unit_state","target_ref":"python:result.stderr.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_user_unit_state","target_ref":"python:result.stdout.splitlines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_user_unit_state","target_ref":"python:run_command"}],"parser_ref":"python-ast@1","qualified_name":"read_user_unit_state","semantic_key":"python:function:read_user_unit_state","source_id":"aoa:abyss-stack:artifact:ef819ea912b1550023dc4204","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f1dcfe7e399c02528f063488:aoa:abyss-stack:anchor:e9c31c4dc4f6c9735acf0eca","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e9c31c4dc4f6c9735acf0eca","label":"Boundaries","locator":{"end_column":12,"end_line":1,"fragment":"boundaries","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundaries","source_id":"aoa:abyss-stack:artifact:f1dcfe7e399c02528f063488","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:effadb23cb9b3ea0d0cc853b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:effadb23cb9b3ea0d0cc853b","label":"agent surface","locator":{"end_column":16,"end_line":192,"fragment":"agent-surface","pointer":"","start_column":1,"start_line":192},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agent-surface","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:f877ce98a5424011d6a04f75","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f877ce98a5424011d6a04f75","label":"federation seam","locator":{"end_column":18,"end_line":200,"fragment":"federation-seam","pointer":"","start_column":1,"start_line":200},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation-seam","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:4967fbf2b24c33bad8b9663b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4967fbf2b24c33bad8b9663b","label":"ABYSS-STACK-D-0071 AoA Evals Local Port Write-Side MCP","locator":{"end_column":121,"end_line":171,"fragment":"","pointer":"","start_column":3,"start_line":171},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution","target_ref":"../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:171:3:0:../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:6684163fe2c54e670684b6f2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6684163fe2c54e670684b6f2","label":"ABYSS-STACK-D-0008 Root Design And Agent Surfaces","locator":{"end_column":107,"end_line":122,"fragment":"","pointer":"","start_column":3,"start_line":122},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0008-root-design-agent-surfaces.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:122:3:0:../ABYSS-STACK-D-0008-root-design-agent-surfaces.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:effadb23cb9b3ea0d0cc853b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:effadb23cb9b3ea0d0cc853b","label":"agent surface","locator":{"end_column":16,"end_line":197,"fragment":"agent-surface","pointer":"","start_column":1,"start_line":197},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agent-surface","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:f877ce98a5424011d6a04f75","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f877ce98a5424011d6a04f75","label":"federation seam","locator":{"end_column":18,"end_line":206,"fragment":"federation-seam","pointer":"","start_column":1,"start_line":206},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation-seam","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f5a4496a4a5114a973456ccd:aoa:abyss-stack:anchor:87de15fb92411185fa06eeb5","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:87de15fb92411185fa06eeb5","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:f5a4496a4a5114a973456ccd","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fc8ffd214ec1e53dfac6c954:aoa:abyss-stack:anchor:2968db2c9596bf071d670f69","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2968db2c9596bf071d670f69","label":"command_authority","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/command_authority","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/command_authority","source_id":"aoa:abyss-stack:artifact:fc8ffd214ec1e53dfac6c954","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fc8ffd214ec1e53dfac6c954:aoa:abyss-stack:anchor:848b7494c8970347ad3b61bd","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:848b7494c8970347ad3b61bd","label":"lanes","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/lanes","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/lanes","source_id":"aoa:abyss-stack:artifact:fc8ffd214ec1e53dfac6c954","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/0d.jsonl b/kag/indexes/shards/anchor/0d.jsonl index f2ce862af..3eda11aa7 100644 --- a/kag/indexes/shards/anchor/0d.jsonl +++ b/kag/indexes/shards/anchor/0d.jsonl @@ -30,7 +30,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:cf9a9ec940948a5c91ed03ca","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cf9a9ec940948a5c91ed03ca","label":"playbook_automation_plan_entries_for_layer","locator":{"end_column":56,"end_line":1014,"fragment":"","pointer":"","start_column":1,"start_line":1011},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_automation_plan_entries_for_layer","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_automation_plan_entries_for_layer","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_automation_plan_entries_for_layer","target_ref":"python:payload.get"}],"parser_ref":"python-ast@1","qualified_name":"playbook_automation_plan_entries_for_layer","semantic_key":"python:function:playbook_automation_plan_entries_for_layer","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:f03e4b0a4ce869b31c0869be","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f03e4b0a4ce869b31c0869be","label":"FederationEntryRequest","locator":{"end_column":12,"end_line":1929,"fragment":"","pointer":"","start_column":1,"start_line":1928},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"FederationEntryRequest","semantic_key":"python:class:FederationEntryRequest","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:22b11c45b811b58b857d2cb8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:22b11c45b811b58b857d2cb8","label":"ABYSS-STACK-D-0054 Branch Policy Validator Module","locator":{"end_column":111,"end_line":206,"fragment":"","pointer":"","start_column":3,"start_line":206},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:branch-policy","target_ref":"../ABYSS-STACK-D-0054-branch-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:206:3:0:../ABYSS-STACK-D-0054-branch-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:2a67a29552f842467da86e86","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2a67a29552f842467da86e86","label":"source freshness","locator":{"end_column":19,"end_line":425,"fragment":"source-freshness","pointer":"","start_column":1,"start_line":425},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-freshness","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:2a67a29552f842467da86e86","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2a67a29552f842467da86e86","label":"source freshness","locator":{"end_column":19,"end_line":438,"fragment":"source-freshness","pointer":"","start_column":1,"start_line":438},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-freshness","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:56a7ea457b97176819473e2f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:56a7ea457b97176819473e2f","label":"ABYSS-STACK-D-0062 Agent Skill Projection Validator Module","locator":{"end_column":129,"end_line":435,"fragment":"","pointer":"","start_column":3,"start_line":435},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:skill-projection","target_ref":"../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:435:3:0:../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:7145769c611d2449f9a6a842","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7145769c611d2449f9a6a842","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":170,"fragment":"","pointer":"","start_column":3,"start_line":170},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:170:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:b7e63867bedf5b7be3133448","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b7e63867bedf5b7be3133448","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":227,"fragment":"","pointer":"","start_column":3,"start_line":227},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:composition-first-runtime-shape","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:227:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:e1530a205c4f6afc50abbe09","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e1530a205c4f6afc50abbe09","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":86,"fragment":"","pointer":"","start_column":3,"start_line":86},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-port-confinement","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:86:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} @@ -38,8 +39,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:909da5084533a70b9409f845:aoa:abyss-stack:anchor:b1130328a31c2727543a4f1a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b1130328a31c2727543a4f1a","label":"Purpose","locator":{"end_column":10,"end_line":5,"fragment":"purpose","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:909da5084533a70b9409f845","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:95958bc5447d5ce3c2eeb1c7:aoa:abyss-stack:anchor:77cb73a9ee7726ad6e2a91c4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:77cb73a9ee7726ad6e2a91c4","label":"Current Bridges","locator":{"end_column":18,"end_line":22,"fragment":"current-bridges","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:current-bridges","source_id":"aoa:abyss-stack:artifact:95958bc5447d5ce3c2eeb1c7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e:aoa:abyss-stack:anchor:bc3e6906b522d83af536122e","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:bc3e6906b522d83af536122e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:9e0ade2f876e1feed9968203","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9e0ade2f876e1feed9968203","label":"ABYSS-STACK-D-0049 Federation Runtime Seams Validator Module","locator":{"end_column":133,"end_line":259,"fragment":"","pointer":"","start_column":3,"start_line":259},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seam","target_ref":"../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:259:3:0:../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:dbe22956a92f9fb5214eeb67","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:dbe22956a92f9fb5214eeb67","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":222,"fragment":"","pointer":"","start_column":3,"start_line":222},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:compatibility-bridge","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:222:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:e26bb196c873fb83117b50bd","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e26bb196c873fb83117b50bd","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:1fca5813980ae3d363706dfd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1fca5813980ae3d363706dfd","label":"mechanics","locator":{"end_column":58,"end_line":144,"fragment":"","pointer":"","start_column":26,"start_line":144},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:144:26:0:mechanics/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:277ef1f83125189c75ce557b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:277ef1f83125189c75ce557b","label":"diagnostic surface catalog","locator":{"end_column":331,"end_line":49,"fragment":"","pointer":"","start_column":203,"start_line":49},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/generated/diagnostic_surface_catalog.min.json"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:49:203:2:mechanics/diagnostic-spine/parts/diagnostic-surfaces/generated/diagnostic_surface_catalog.min.json","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:28c0c3fd12b8e6a349842dc7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:28c0c3fd12b8e6a349842dc7","label":"aoa_session_graph_cooccurrence","locator":{"end_column":89,"end_line":623,"fragment":"","pointer":"","start_column":5,"start_line":621},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_graph_cooccurrence","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_graph_cooccurrence","semantic_key":"python:method:build_server.aoa_session_graph_cooccurrence","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:bbbb9afa567a0176d9897422:aoa:abyss-stack:anchor:b0f5615b6b956f084d671265","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b0f5615b6b956f084d671265","label":"inference-tuning","locator":{"end_column":58,"end_line":14,"fragment":"","pointer":"","start_column":3,"start_line":14},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit-docs","target_ref":"../parts/inference-tuning/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:14:3:0:../parts/inference-tuning/README.md","source_id":"aoa:abyss-stack:artifact:bbbb9afa567a0176d9897422","symbol_kind":""} @@ -56,6 +58,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7:aoa:abyss-stack:anchor:89ca6ccea1e265057929e7ce","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:89ca6ccea1e265057929e7ce","label":"Must not claim","locator":{"end_column":18,"end_line":40,"fragment":"must-not-claim","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:must-not-claim","source_id":"aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:fb67987607e2a52a76ddd54f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fb67987607e2a52a76ddd54f","label":"http_json","locator":{"end_column":113,"end_line":143,"fragment":"","pointer":"","start_column":1,"start_line":131},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_json","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_json","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_json","target_ref":"python:exc.read"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_json","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_json","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_json","target_ref":"python:request.Request"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_json","target_ref":"python:request.urlopen"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_json","target_ref":"python:resp.read"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_json","target_ref":"python:type"}],"parser_ref":"python-ast@1","qualified_name":"http_json","semantic_key":"python:function:http_json","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f08d6728765221ab9844939e:aoa:abyss-stack:anchor:134bf60a3a655cb10c52cd65","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:134bf60a3a655cb10c52cd65","label":"Rationale","locator":{"end_column":12,"end_line":43,"fragment":"rationale","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:f08d6728765221ab9844939e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:db30d528f1df916705fdbe7b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:db30d528f1df916705fdbe7b","label":"ABYSS-STACK-D-0055 Root Routes Validator Module","locator":{"end_column":107,"end_line":131,"fragment":"","pointer":"","start_column":3,"start_line":131},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0055-root-routes-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:131:3:0:../ABYSS-STACK-D-0055-root-routes-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:bfddbf8730c43977fc120ab9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bfddbf8730c43977fc120ab9","label":"tracked_files","locator":{"end_column":43,"end_line":26,"fragment":"","pointer":"","start_column":1,"start_line":18},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_files","target_ref":"python:result.stdout.splitlines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_files","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_files","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"tracked_files","semantic_key":"python:function:tracked_files","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f9f927b89d14aef81dc22eb4:aoa:abyss-stack:anchor:3a11ac12e6bb0ddc4361dc40","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3a11ac12e6bb0ddc4361dc40","label":"Truth Surfaces","locator":{"end_column":16,"end_line":1,"fragment":"truth-surfaces","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:truth-surfaces","source_id":"aoa:abyss-stack:artifact:f9f927b89d14aef81dc22eb4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fea9e25ef68e6fc7c3d78ca6:aoa:abyss-stack:anchor:31cde53a89b942f326e913a3","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:31cde53a89b942f326e913a3","label":"created_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/created_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/created_at","source_id":"aoa:abyss-stack:artifact:fea9e25ef68e6fc7c3d78ca6","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/0e.jsonl b/kag/indexes/shards/anchor/0e.jsonl index dce0caec3..84ba2bdd2 100644 --- a/kag/indexes/shards/anchor/0e.jsonl +++ b/kag/indexes/shards/anchor/0e.jsonl @@ -28,8 +28,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:8fae338792167383decde06c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8fae338792167383decde06c","label":"PlaybookAutomationPlanRequest","locator":{"end_column":14,"end_line":2050,"fragment":"","pointer":"","start_column":1,"start_line":2049},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"PlaybookAutomationPlanRequest","semantic_key":"python:class:PlaybookAutomationPlanRequest","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d:aoa:abyss-stack:anchor:505955b10c47f520a29ba43a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:505955b10c47f520a29ba43a","label":"public_safe","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/public_safe","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/public_safe","source_id":"aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:27fda3237d6b086f49fc2544","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:27fda3237d6b086f49fc2544","label":"ABYSS-STACK-D-0069 ToS Corpus MCP Access Plane","locator":{"end_column":105,"end_line":100,"fragment":"","pointer":"","start_column":3,"start_line":100},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-only-access-plane","target_ref":"../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:100:3:0:../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:32b30b48545c3e818bfdb033","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:32b30b48545c3e818bfdb033","label":"ABYSS-STACK-D-0068 Decision Graph Contract And Impact Packets","locator":{"end_column":135,"end_line":402,"fragment":"","pointer":"","start_column":3,"start_line":402},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:schema-validation","target_ref":"../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:402:3:0:../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:9360358c69e09ca1d28ea845","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9360358c69e09ca1d28ea845","label":"overlay skill","locator":{"end_column":16,"end_line":302,"fragment":"overlay-skill","pointer":"","start_column":1,"start_line":302},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:overlay-skill","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:bf9932971f5aa9245bec3caa","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bf9932971f5aa9245bec3caa","label":"ABYSS-STACK-D-0049 Federation Runtime Seams Validator Module","locator":{"end_column":133,"end_line":260,"fragment":"","pointer":"","start_column":3,"start_line":260},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:export-candidate","target_ref":"../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:260:3:0:../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8d31c27d03cd4e44e55ad838:aoa:abyss-stack:anchor:13a4084616330aa23dfaa74e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:13a4084616330aa23dfaa74e","label":"Expected deployed path","locator":{"end_column":25,"end_line":15,"fragment":"expected-deployed-path","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:expected-deployed-path","source_id":"aoa:abyss-stack:artifact:8d31c27d03cd4e44e55ad838","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f:aoa:abyss-stack:anchor:43853869a4aa87db28001568","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:43853869a4aa87db28001568","label":"`observability`","locator":{"end_column":19,"end_line":197,"fragment":"observability","pointer":"","start_column":1,"start_line":197},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:observability","source_id":"aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:4992450e9a6a785efda15bd6","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4992450e9a6a785efda15bd6","label":"quest run result does not overrule quest state","locator":{"end_column":50,"end_line":40,"fragment":"","pointer":"/evidence/2","start_column":3,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/evidence/2","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} @@ -39,10 +38,12 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:045160cadeb55a97c73fa99d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:045160cadeb55a97c73fa99d","label":"finalize_rejected_case","locator":{"end_column":6,"end_line":807,"fragment":"","pointer":"","start_column":1,"start_line":776},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_rejected_case","target_ref":"python:TRIALS.w2_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_rejected_case","target_ref":"python:TRIALS.w4_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_rejected_case","target_ref":"python:finalize_case_with_summary"}],"parser_ref":"python-ast@1","qualified_name":"finalize_rejected_case","semantic_key":"python:function:finalize_rejected_case","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:792403c09f524b55f9975b8e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:792403c09f524b55f9975b8e","label":"load_trials_module","locator":{"end_column":18,"end_line":199,"fragment":"","pointer":"","start_column":1,"start_line":191},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_trials_module","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_trials_module","target_ref":"python:importlib.machinery.SourceFileLoader"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_trials_module","target_ref":"python:importlib.util.module_from_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_trials_module","target_ref":"python:importlib.util.spec_from_loader"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_trials_module","target_ref":"python:loader.exec_module"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_trials_module","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"load_trials_module","semantic_key":"python:function:load_trials_module","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ac4a112b3489f34a27afc23b:aoa:abyss-stack:anchor:649f313762a0f84d61db6182","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:649f313762a0f84d61db6182","label":"run_all_root_route_validators","locator":{"end_column":18,"end_line":44,"fragment":"","pointer":"","start_column":1,"start_line":36},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_all_root_route_validators","target_ref":"python:root_routes.validate_entry_route_contract"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_all_root_route_validators","target_ref":"python:root_routes.validate_root_design_surfaces"}],"parser_ref":"python-ast@1","qualified_name":"run_all_root_route_validators","semantic_key":"python:function:run_all_root_route_validators","source_id":"aoa:abyss-stack:artifact:ac4a112b3489f34a27afc23b","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:4b9d5f3ae8b6b8b4246c6490","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4b9d5f3ae8b6b8b4246c6490","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":226,"fragment":"","pointer":"","start_column":3,"start_line":226},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:compose-topology","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:226:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:8c47cfed5207b6a43789c88e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8c47cfed5207b6a43789c88e","label":"ABYSS-STACK-D-0018 Entry Route Contract And Validation Placement","locator":{"end_column":137,"end_line":146,"fragment":"","pointer":"","start_column":3,"start_line":146},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0018-entry-route-contract-validation-placement.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:146:3:0:../ABYSS-STACK-D-0018-entry-route-contract-validation-placement.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:7d43ea29bb8ecc078b5b7346","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7d43ea29bb8ecc078b5b7346","label":"trace_resource","locator":{"end_column":131,"end_line":744,"fragment":"","pointer":"","start_column":5,"start_line":743},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.trace_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.trace_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.trace_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.trace_resource","semantic_key":"python:method:build_server.trace_resource","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b553aeec917ab3742ef60534:aoa:abyss-stack:anchor:9099c3bd8c5637ecaecd5624","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9099c3bd8c5637ecaecd5624","label":"Purpose","locator":{"end_column":10,"end_line":5,"fragment":"purpose","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:b553aeec917ab3742ef60534","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:5cb58a90cfe8b8f7bbbe4d13","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5cb58a90cfe8b8f7bbbe4d13","label":"PROFILE_RECIPES","locator":{"end_column":52,"end_line":258,"fragment":"","pointer":"","start_column":3,"start_line":258},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:if-something-feels-wrong","target_ref":"../profiles/PROFILE_RECIPES.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:258:3:0:../profiles/PROFILE_RECIPES.md","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b94f31cd290d351477a51077:aoa:abyss-stack:anchor:38866d75999b0f0fb272e395","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:38866d75999b0f0fb272e395","label":"Abyss Self-Diagnostic Spine","locator":{"end_column":29,"end_line":6,"fragment":"abyss-self-diagnostic-spine","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:abyss-self-diagnostic-spine","source_id":"aoa:abyss-stack:artifact:b94f31cd290d351477a51077","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:63283d38818b7e5ffb088b4a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:63283d38818b7e5ffb088b4a","label":"--web.listen-address=0.0.0.0","locator":{"end_column":43,"end_line":42,"fragment":"","pointer":"/services/alertmanager/command/2/--web.listen-address=0.0.0.0","start_column":7,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/alertmanager/command/2/--web.listen-address=0.0.0.0","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:e048d9f3b0e716fab85f7dcc","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e048d9f3b0e716fab85f7dcc","label":"ports","locator":{"end_column":10,"end_line":9,"fragment":"","pointer":"/services/prometheus/ports","start_column":5,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/prometheus/ports","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bf8acc9a8247824c78a3d95d:aoa:abyss-stack:anchor:5afaeb3a224dc3ee7ffbd30e","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:5afaeb3a224dc3ee7ffbd30e","label":"id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/id","source_id":"aoa:abyss-stack:artifact:bf8acc9a8247824c78a3d95d","symbol_kind":"json_key"} @@ -61,10 +62,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52:aoa:abyss-stack:anchor:71a5050c40c256b69f3c34ce","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:71a5050c40c256b69f3c34ce","label":"Why this matters","locator":{"end_column":19,"end_line":56,"fragment":"why-this-matters","pointer":"","start_column":1,"start_line":56},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:why-this-matters","source_id":"aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:3964c8f089823e8aecfcd85a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3964c8f089823e8aecfcd85a","label":"storage_config","locator":{"end_column":15,"end_line":30,"fragment":"","pointer":"/storage_config","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/storage_config","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:e89c294f95ef6c9817cf24ba","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e89c294f95ef6c9817cf24ba","label":"object_store","locator":{"end_column":30,"end_line":24,"fragment":"","pointer":"/schema_config/configs/0/object_store","start_column":7,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/schema_config/configs/0/object_store","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:fa2bdcd673ce4b987c5d1889","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:fa2bdcd673ce4b987c5d1889","label":"ABYSS-STACK-D-0078 Federated Stats MCP Access Plane","locator":{"end_column":115,"end_line":227,"fragment":"","pointer":"","start_column":3,"start_line":227},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-access-plane","target_ref":"../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:227:3:0:../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:b7e36985340e93267844b2e4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b7e36985340e93267844b2e4","label":"ABYSS-STACK-D-0046 Federation Surface Validator Module","locator":{"end_column":121,"end_line":42,"fragment":"","pointer":"","start_column":3,"start_line":42},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0046-federation-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:42:3:0:../ABYSS-STACK-D-0046-federation-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:94aa5e42788c897d5f43d6c0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:94aa5e42788c897d5f43d6c0","label":"covered_paths","locator":{"end_column":17,"end_line":51,"fragment":"","pointer":"","start_column":1,"start_line":47},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:covered_paths","target_ref":"python:paths.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:covered_paths","target_ref":"python:set"}],"parser_ref":"python-ast@1","qualified_name":"covered_paths","semantic_key":"python:function:covered_paths","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe:aoa:abyss-stack:anchor:fe2c6e1038dd2836bb263979","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:fe2c6e1038dd2836bb263979","label":"build-backend","locator":{"end_column":39,"end_line":3,"fragment":"","pointer":"build-system.build-backend","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:build-system.build-backend","source_id":"aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d:aoa:abyss-stack:anchor:59d703cba2b30b18a15b633a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:59d703cba2b30b18a15b633a","label":"mem_limit","locator":{"end_column":20,"end_line":10,"fragment":"","pointer":"/services/llama-cpp/mem_limit","start_column":5,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/mem_limit","source_id":"aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fc173f314324c6600e0ec440:aoa:abyss-stack:anchor:b01bb148e87734231fb79eb1","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:b01bb148e87734231fb79eb1","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fc173f314324c6600e0ec440","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80:aoa:abyss-stack:anchor:c3f73bbd998df3da05714f21","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c3f73bbd998df3da05714f21","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:7ec4d321e3c4f3a50559cea2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7ec4d321e3c4f3a50559cea2","label":"operations","locator":{"end_column":11,"end_line":19,"fragment":"","pointer":"/operations","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/operations","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:b8ae2f0f27ab2b229573092b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b8ae2f0f27ab2b229573092b","label":"description","locator":{"end_column":124,"end_line":132,"fragment":"","pointer":"/description","start_column":7,"start_line":132},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/description#occurrence-3","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/0f.jsonl b/kag/indexes/shards/anchor/0f.jsonl index 6419976ff..4c18139aa 100644 --- a/kag/indexes/shards/anchor/0f.jsonl +++ b/kag/indexes/shards/anchor/0f.jsonl @@ -1,7 +1,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:0136b8a9f8eb4ee60a42c75b:aoa:abyss-stack:anchor:26afb7dd86135d6a27d69ae9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:26afb7dd86135d6a27d69ae9","label":"Boundary reminder","locator":{"end_column":20,"end_line":56,"fragment":"boundary-reminder","pointer":"","start_column":1,"start_line":56},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundary-reminder","source_id":"aoa:abyss-stack:artifact:0136b8a9f8eb4ee60a42c75b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0364a8a294e82cd164bff95d:aoa:abyss-stack:anchor:8a8dcfbc6829d2bd3c7733f4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8a8dcfbc6829d2bd3c7733f4","label":"read","locator":{"end_column":57,"end_line":46,"fragment":"","pointer":"","start_column":5,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeHTTPResponse.read","target_ref":"python:json.dumps"}],"parser_ref":"python-ast@1","qualified_name":"FakeHTTPResponse.read","semantic_key":"python:method:FakeHTTPResponse.read","source_id":"aoa:abyss-stack:artifact:0364a8a294e82cd164bff95d","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:ac1ffa8c440e260055a29581","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ac1ffa8c440e260055a29581","label":"bounded_text_slice","locator":{"end_column":40,"end_line":5491,"fragment":"","pointer":"","start_column":1,"start_line":5469},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bounded_text_slice","target_ref":"python:excerpt.rsplit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bounded_text_slice","target_ref":"python:kept.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bounded_text_slice","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bounded_text_slice","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bounded_text_slice","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bounded_text_slice","target_ref":"python:raw.rstrip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bounded_text_slice","target_ref":"python:text.splitlines"}],"parser_ref":"python-ast@1","qualified_name":"bounded_text_slice","semantic_key":"python:function:bounded_text_slice","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:f722ad46eb5d6bf504598c83","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f722ad46eb5d6bf504598c83","label":"[0.1.0] - 2026-04-01","locator":{"end_column":23,"end_line":769,"fragment":"010-2026-04-01","pointer":"","start_column":1,"start_line":769},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:010-2026-04-01","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:f722ad46eb5d6bf504598c83","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f722ad46eb5d6bf504598c83","label":"[0.1.0] - 2026-04-01","locator":{"end_column":23,"end_line":771,"fragment":"010-2026-04-01","pointer":"","start_column":1,"start_line":771},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:010-2026-04-01","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:12f7aaf53a9c0985dcc38ead:aoa:abyss-stack:anchor:b17dff2a9147aabfb0dbfebc","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:b17dff2a9147aabfb0dbfebc","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:12f7aaf53a9c0985dcc38ead","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:131ac1443c96864f03035e60:aoa:abyss-stack:anchor:7e5bc4b0c403318bf08cda49","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7e5bc4b0c403318bf08cda49","label":"Follow-up route","locator":{"end_column":18,"end_line":81,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":81},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:131ac1443c96864f03035e60","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:19e4148cb802b59e11e50d44:aoa:abyss-stack:anchor:ebf53d9c8300d1210065d809","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ebf53d9c8300d1210065d809","label":"--model_repository_path","locator":{"end_column":31,"end_line":6,"fragment":"","pointer":"/services/ovms-intel-text/command/2","start_column":7,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ovms-intel-text/command/2","source_id":"aoa:abyss-stack:artifact:19e4148cb802b59e11e50d44","symbol_kind":""} @@ -48,7 +48,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd:aoa:abyss-stack:anchor:2f95f3c49ff8bf92809dc7f3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2f95f3c49ff8bf92809dc7f3","label":"write_text","locator":{"end_column":44,"end_line":13,"fragment":"","pointer":"","start_column":1,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_text","semantic_key":"python:function:write_text","source_id":"aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:c7365218c281166ad36fcfba","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c7365218c281166ad36fcfba","label":"filesystem","locator":{"end_column":15,"end_line":16,"fragment":"","pointer":"/common/storage/filesystem","start_column":5,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/common/storage/filesystem","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ed0b82ede2f0b706cdea886f:aoa:abyss-stack:anchor:d99647003405dcc8777a9c7e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d99647003405dcc8777a9c7e","label":"Purpose","locator":{"end_column":10,"end_line":7,"fragment":"purpose","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:ed0b82ede2f0b706cdea886f","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:7e9078cf95bcad5196d83293","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7e9078cf95bcad5196d83293","label":"ABYSS-STACK-D-0029 BabelVox TTS Experimental Lane","locator":{"end_column":111,"end_line":103,"fragment":"","pointer":"","start_column":3,"start_line":103},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection","target_ref":"../ABYSS-STACK-D-0029-babelvox-tts-experimental-lane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:103:3:0:../ABYSS-STACK-D-0029-babelvox-tts-experimental-lane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:e9721df30d98d0990a399072","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e9721df30d98d0990a399072","label":"ABYSS-STACK-D-0032 MCP Services Topology","locator":{"end_column":93,"end_line":143,"fragment":"","pointer":"","start_column":3,"start_line":143},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0032-mcp-services-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:143:3:0:../ABYSS-STACK-D-0032-mcp-services-topology.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f5a4496a4a5114a973456ccd:aoa:abyss-stack:anchor:a6d0ffcae5b29ea251b84fbc","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a6d0ffcae5b29ea251b84fbc","label":"type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/type","source_id":"aoa:abyss-stack:artifact:f5a4496a4a5114a973456ccd","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f80d68b85bc445f7b8bc4a73:aoa:abyss-stack:anchor:0e2a6d444d5f98247a7ae16f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0e2a6d444d5f98247a7ae16f","label":"AGENTS.md","locator":{"end_column":11,"end_line":1,"fragment":"agentsmd","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agentsmd","source_id":"aoa:abyss-stack:artifact:f80d68b85bc445f7b8bc4a73","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f94c00e397193440ec61cc10:aoa:abyss-stack:anchor:82f2dd22dad3001ee80dfbec","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:82f2dd22dad3001ee80dfbec","label":"AGENTS.md","locator":{"end_column":11,"end_line":1,"fragment":"agentsmd","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agentsmd","source_id":"aoa:abyss-stack:artifact:f94c00e397193440ec61cc10","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:0553f4c2882491cf4976dbad","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0553f4c2882491cf4976dbad","label":"A concrete Abyss preset, profile, truth goal, diagnostic packet, or last-good comparison needs owner evidence.","locator":{"end_column":116,"end_line":12,"fragment":"","pointer":"/applicability/use_when/0","start_column":5,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/applicability/use_when/0","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ffb0f6f1f47fd11880be16b5:aoa:abyss-stack:anchor:c52dcdc90be0edc786c0a68f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c52dcdc90be0edc786c0a68f","label":"write_valid_surface","locator":{"end_column":60,"end_line":22,"fragment":"","pointer":"","start_column":1,"start_line":20},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_valid_surface","target_ref":"python:copy_current_surface"}],"parser_ref":"python-ast@1","qualified_name":"write_valid_surface","semantic_key":"python:function:write_valid_surface","source_id":"aoa:abyss-stack:artifact:ffb0f6f1f47fd11880be16b5","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/10.jsonl b/kag/indexes/shards/anchor/10.jsonl index 14e6c4786..1da416310 100644 --- a/kag/indexes/shards/anchor/10.jsonl +++ b/kag/indexes/shards/anchor/10.jsonl @@ -28,7 +28,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:145c27edcb117a990576faff","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:145c27edcb117a990576faff","label":"load_tos_source_layer","locator":{"end_column":6,"end_line":572,"fragment":"","pointer":"","start_column":1,"start_line":553},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_tos_source_layer","target_ref":"python:LayerStore"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_tos_source_layer","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_tos_source_layer","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_tos_source_layer","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_tos_source_layer","target_ref":"python:config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_tos_source_layer","target_ref":"python:config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_tos_source_layer","target_ref":"python:config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_tos_source_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_tos_source_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_tos_source_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_tos_source_layer","target_ref":"python:validated_required_files"}],"parser_ref":"python-ast@1","qualified_name":"load_tos_source_layer","semantic_key":"python:function:load_tos_source_layer","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:85bf5713520076d657093b21","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:85bf5713520076d657093b21","label":"tiers_by_id","locator":{"end_column":88,"end_line":898,"fragment":"","pointer":"","start_column":1,"start_line":897},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"tiers_by_id","semantic_key":"python:function:tiers_by_id","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:296f5c77e8e77cd425c657ff","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:296f5c77e8e77cd425c657ff","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:5e66ae6f31fbdb1249dd5f5a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5e66ae6f31fbdb1249dd5f5a","label":"parity check","locator":{"end_column":15,"end_line":323,"fragment":"parity-check","pointer":"","start_column":1,"start_line":323},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:parity-check","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:5e66ae6f31fbdb1249dd5f5a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5e66ae6f31fbdb1249dd5f5a","label":"parity check","locator":{"end_column":15,"end_line":331,"fragment":"parity-check","pointer":"","start_column":1,"start_line":331},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:parity-check","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03:aoa:abyss-stack:anchor:441beec6aa3ccafb0fce1bd6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:441beec6aa3ccafb0fce1bd6","label":"_current_digest","locator":{"end_column":41,"end_line":138,"fragment":"","pointer":"","start_column":1,"start_line":133},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_current_digest","target_ref":"python:getattr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_current_digest","target_ref":"python:graph.scalar"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_current_digest","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_current_digest","semantic_key":"python:function:_current_digest","source_id":"aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:02d0bd5e54e00132dc01cf94","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:02d0bd5e54e00132dc01cf94","label":"route_from_phase","locator":{"end_column":73,"end_line":2461,"fragment":"","pointer":"","start_column":5,"start_line":2459},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.route_from_phase","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.route_from_phase","target_ref":"python:state.get"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.route_from_phase","semantic_key":"python:method:build_graph.route_from_phase","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:93282b05d499b207d902297d:aoa:abyss-stack:anchor:2c96eb17fb34684427f4cac0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2c96eb17fb34684427f4cac0","label":"test_update_w4_index_submits_closeout_only_once_after_terminal_status","locator":{"end_column":54,"end_line":140,"fragment":"","pointer":"","start_column":5,"start_line":77},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:case_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:load_module"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:log_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:mirror_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:module.case_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:module.update_w4_index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:module.update_w4_index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:module.wave_closeout_base_name"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:preexisting_status.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:range"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","semantic_key":"python:method:AoALocalAiTrialsTests.test_update_w4_index_submits_closeout_only_once_after_terminal_status","source_id":"aoa:abyss-stack:artifact:93282b05d499b207d902297d","symbol_kind":"method"} @@ -47,5 +47,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:14eed5442809fa3a31d31d73","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:14eed5442809fa3a31d31d73","label":"What it is for","locator":{"end_column":18,"end_line":187,"fragment":"what-it-is-for-4","pointer":"","start_column":1,"start_line":187},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:what-it-is-for-4","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:5da6470ec69e80982567f44a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5da6470ec69e80982567f44a","label":"What it is for","locator":{"end_column":18,"end_line":110,"fragment":"what-it-is-for-1","pointer":"","start_column":1,"start_line":110},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:what-it-is-for-1","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:703c8a5284300e91fe7aedfc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:703c8a5284300e91fe7aedfc","label":"semantic_inventory","locator":{"end_column":40,"end_line":648,"fragment":"","pointer":"","start_column":1,"start_line":647},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory","target_ref":"python:semantic_inventory_payload"}],"parser_ref":"python-ast@1","qualified_name":"semantic_inventory","semantic_key":"python:function:semantic_inventory","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:bd73cd053660604c8adbc8b8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bd73cd053660604c8adbc8b8","label":"ABYSS-STACK-D-0023 Working Substrate Profile","locator":{"end_column":101,"end_line":110,"fragment":"","pointer":"","start_column":3,"start_line":110},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profiles-and-presets","target_ref":"../ABYSS-STACK-D-0023-working-substrate-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:110:3:0:../ABYSS-STACK-D-0023-working-substrate-profile.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:35256bb89295aed0c0fcf9c1","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:35256bb89295aed0c0fcf9c1","label":"repo_scope","locator":{"end_column":38,"end_line":109,"fragment":"","pointer":"/repo_scope","start_column":11,"start_line":109},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/repo_scope#occurrence-4","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:ab65a83638e16f5b6ce0b315","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ab65a83638e16f5b6ce0b315","label":"repo_scope","locator":{"end_column":34,"end_line":131,"fragment":"","pointer":"/repo_scope","start_column":7,"start_line":131},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/repo_scope#occurrence-6","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/11.jsonl b/kag/indexes/shards/anchor/11.jsonl index 112bb4138..ba55cdec2 100644 --- a/kag/indexes/shards/anchor/11.jsonl +++ b/kag/indexes/shards/anchor/11.jsonl @@ -20,7 +20,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:0fcca0401d325a6e4ea2f1d1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0fcca0401d325a6e4ea2f1d1","label":"apply_exact_replace_to_text","locator":{"end_column":69,"end_line":6048,"fragment":"","pointer":"","start_column":1,"start_line":6039},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:apply_exact_replace_to_text","target_ref":"python:original_text.count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:apply_exact_replace_to_text","target_ref":"python:original_text.replace"}],"parser_ref":"python-ast@1","qualified_name":"apply_exact_replace_to_text","semantic_key":"python:function:apply_exact_replace_to_text","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:2c8fbecae573a5f8ee88b290:aoa:abyss-stack:anchor:0929cd3c0670c21a0c808bd2","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0929cd3c0670c21a0c808bd2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:2c8fbecae573a5f8ee88b290","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:2f051ed094dfbe5203eacfd9:aoa:abyss-stack:anchor:3705bacb1a4ea161c6421782","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3705bacb1a4ea161c6421782","label":"load_index","locator":{"end_column":23,"end_line":43,"fragment":"","pointer":"","start_column":5,"start_line":35},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.load_index","target_ref":"python:ToSCorpusReaderError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.load_index","target_ref":"python:ToSCorpusReaderError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.load_index","target_ref":"python:ToSCorpusReaderError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.load_index","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.load_index","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.load_index","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.load_index","target_ref":"python:self.index_exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.load_index","target_ref":"python:self.index_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.load_index","target_ref":"python:self.index_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.load_index","target_ref":"python:self.index_path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusReader.load_index","semantic_key":"python:method:ToSCorpusReader.load_index","source_id":"aoa:abyss-stack:artifact:2f051ed094dfbe5203eacfd9","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:12382c017d3bb05ded9451f5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:12382c017d3bb05ded9451f5","label":"Post-change Route Review","locator":{"end_column":27,"end_line":240,"fragment":"post-change-route-review","pointer":"","start_column":1,"start_line":240},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:post-change-route-review","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:12382c017d3bb05ded9451f5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:12382c017d3bb05ded9451f5","label":"Post-change Route Review","locator":{"end_column":27,"end_line":244,"fragment":"post-change-route-review","pointer":"","start_column":1,"start_line":244},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:post-change-route-review","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:49159547b2b34defdad179ae","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:49159547b2b34defdad179ae","label":"session_freshness_check","locator":{"end_column":14,"end_line":3494,"fragment":"","pointer":"","start_column":9,"start_line":3485},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_freshness_smoke_selector_skips_stale_latest_for_stable_candidate.SmokeState.session_freshness_check","target_ref":"python:statuses.get"}],"parser_ref":"python-ast@1","qualified_name":"test_validator_freshness_smoke_selector_skips_stale_latest_for_stable_candidate.SmokeState.session_freshness_check","semantic_key":"python:method:test_validator_freshness_smoke_selector_skips_stale_latest_for_stable_candidate.SmokeState.session_freshness_check","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:395c130db2603818245bdecb:aoa:abyss-stack:anchor:ddf0970bcbf00d1d6a9d8673","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ddf0970bcbf00d1d6a9d8673","label":"load_compose","locator":{"end_column":16,"end_line":30,"fragment":"","pointer":"","start_column":1,"start_line":26},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_compose","target_ref":"python:AssertionError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_compose","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_compose","target_ref":"python:load_compose_services"}],"parser_ref":"python-ast@1","qualified_name":"load_compose","semantic_key":"python:function:load_compose","source_id":"aoa:abyss-stack:artifact:395c130db2603818245bdecb","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:39f7686efc6a05c4c9a23f54:aoa:abyss-stack:anchor:c686bf8e17b237aa2ecc29b8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c686bf8e17b237aa2ecc29b8","label":"bad_runner","locator":{"end_column":83,"end_line":186,"fragment":"","pointer":"","start_column":5,"start_line":177},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_query_graph_status_errors_on_boundary_failure.bad_runner","target_ref":"python:_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_query_graph_status_errors_on_boundary_failure.bad_runner","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_query_graph_status_errors_on_boundary_failure.bad_runner","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_query_graph_status_errors_on_boundary_failure.bad_runner","target_ref":"python:subprocess.CompletedProcess"}],"parser_ref":"python-ast@1","qualified_name":"test_query_graph_status_errors_on_boundary_failure.bad_runner","semantic_key":"python:method:test_query_graph_status_errors_on_boundary_failure.bad_runner","source_id":"aoa:abyss-stack:artifact:39f7686efc6a05c4c9a23f54","symbol_kind":"method"} @@ -35,7 +35,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:738654194bdcb1fdc161386c:aoa:abyss-stack:anchor:c0d5ea1026af84c96f6fa90c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c0d5ea1026af84c96f6fa90c","label":"_read_json_file","locator":{"end_column":58,"end_line":371,"fragment":"","pointer":"","start_column":1,"start_line":366},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json_file","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json_file","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json_file","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"_read_json_file","semantic_key":"python:function:_read_json_file","source_id":"aoa:abyss-stack:artifact:738654194bdcb1fdc161386c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:795992a5745bace0747ef607:aoa:abyss-stack:anchor:15b262ed1bd12cde14d8618a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:15b262ed1bd12cde14d8618a","label":"write_local_suite_note","locator":{"end_column":10,"end_line":2454,"fragment":"","pointer":"","start_column":5,"start_line":2432},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState.write_local_suite_note","target_ref":"python:self._write_local_note"}],"parser_ref":"python-ast@1","qualified_name":"AoAEvalsMCPState.write_local_suite_note","semantic_key":"python:method:AoAEvalsMCPState.write_local_suite_note","source_id":"aoa:abyss-stack:artifact:795992a5745bace0747ef607","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:86d07d7337f5b85c761459c0:aoa:abyss-stack:anchor:8b1e1a558fc992bf9988884d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:8b1e1a558fc992bf9988884d","label":"errors","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/errors","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/errors","source_id":"aoa:abyss-stack:artifact:86d07d7337f5b85c761459c0","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:fb3b006c28e728174ca15a48","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fb3b006c28e728174ca15a48","label":"legacy boundary","locator":{"end_column":18,"end_line":278,"fragment":"legacy-boundary","pointer":"","start_column":1,"start_line":278},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:legacy-boundary","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:78fc8da8b2f419e607dde88c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:78fc8da8b2f419e607dde88c","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":423,"fragment":"","pointer":"","start_column":3,"start_line":423},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection-1","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:423:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:fb3b006c28e728174ca15a48","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fb3b006c28e728174ca15a48","label":"legacy boundary","locator":{"end_column":18,"end_line":282,"fragment":"legacy-boundary","pointer":"","start_column":1,"start_line":282},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:legacy-boundary","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd:aoa:abyss-stack:anchor:5f52c7f1d1a83bb060ad8a2f","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:5f52c7f1d1a83bb060ad8a2f","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:5d75e2a646a3a9aa64e9834e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5d75e2a646a3a9aa64e9834e","label":"save_graph_state","locator":{"end_column":106,"end_line":475,"fragment":"","pointer":"","start_column":1,"start_line":439},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:history_file.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:history_file.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:history_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:journal_file.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:journal_file.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:journal_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:state_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:save_graph_state","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"save_graph_state","semantic_key":"python:function:save_graph_state","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:7be37180495d66ff310fbf30","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7be37180495d66ff310fbf30","label":"journal_path","locator":{"end_column":81,"end_line":225,"fragment":"","pointer":"","start_column":1,"start_line":224},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:journal_path","target_ref":"python:scenario_root"}],"parser_ref":"python-ast@1","qualified_name":"journal_path","semantic_key":"python:function:journal_path","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} @@ -44,6 +45,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41:aoa:abyss-stack:anchor:d78522ee614f00b60725aaec","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d78522ee614f00b60725aaec","label":"LOCAL AI TRIALS","locator":{"end_column":17,"end_line":1,"fragment":"local-ai-trials","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:local-ai-trials","source_id":"aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a6b136d922e6921a7f6f8bfa:aoa:abyss-stack:anchor:391945873dab5497d1433197","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:391945873dab5497d1433197","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:a6b136d922e6921a7f6f8bfa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:244c6d7447250ad5e58498bd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:244c6d7447250ad5e58498bd","label":"_select_usage_neighborhood_probe","locator":{"end_column":114,"end_line":691,"fragment":"","pointer":"","start_column":1,"start_line":665},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_usage_neighborhood_probe","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_usage_neighborhood_probe","target_ref":"python:_candidate_sessions"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_usage_neighborhood_probe","target_ref":"python:attempts.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_usage_neighborhood_probe","target_ref":"python:neighborhood.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_usage_neighborhood_probe","target_ref":"python:neighborhood.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_select_usage_neighborhood_probe","target_ref":"python:state.session_entity_usage_neighborhood"}],"parser_ref":"python-ast@1","qualified_name":"_select_usage_neighborhood_probe","semantic_key":"python:function:_select_usage_neighborhood_probe","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:cc40618ed11d2291c05bea99","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:cc40618ed11d2291c05bea99","label":"scripts/README","locator":{"end_column":175,"end_line":63,"fragment":"","pointer":"","start_column":140,"start_line":63},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"scripts/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:63:140:1:scripts/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:badb22ef28dd9a469047cf4f:aoa:abyss-stack:anchor:215b486b06590a6a1729b301","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:215b486b06590a6a1729b301","label":"Options considered","locator":{"end_column":21,"end_line":28,"fragment":"options-considered","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:badb22ef28dd9a469047cf4f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:badb22ef28dd9a469047cf4f:aoa:abyss-stack:anchor:97da858986107c6f36ff10d6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:97da858986107c6f36ff10d6","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:badb22ef28dd9a469047cf4f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bbbb9afa567a0176d9897422:aoa:abyss-stack:anchor:20dfe26ba229a9f932a81cf2","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:20dfe26ba229a9f932a81cf2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:bbbb9afa567a0176d9897422","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/12.jsonl b/kag/indexes/shards/anchor/12.jsonl index 772248673..f55b43956 100644 --- a/kag/indexes/shards/anchor/12.jsonl +++ b/kag/indexes/shards/anchor/12.jsonl @@ -35,6 +35,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41:aoa:abyss-stack:anchor:7bf7efbf74545307a39d794d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7bf7efbf74545307a39d794d","label":"Packet shape","locator":{"end_column":15,"end_line":92,"fragment":"packet-shape","pointer":"","start_column":1,"start_line":92},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:packet-shape","source_id":"aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32:aoa:abyss-stack:anchor:6e598a2114a7703e06aff70a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6e598a2114a7703e06aff70a","label":"PhilosophyStatusResponse","locator":{"end_column":48,"end_line":76,"fragment":"","pointer":"","start_column":1,"start_line":65},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"PhilosophyStatusResponse","semantic_key":"python:class:PhilosophyStatusResponse","source_id":"aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:13b0de89e26a0c4fd9b77e64","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:13b0de89e26a0c4fd9b77e64","label":"ABYSS-STACK-D-0031 AoA Memo MCP Under Stack MCP","locator":{"end_column":107,"end_line":184,"fragment":"","pointer":"","start_column":3,"start_line":184},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../ABYSS-STACK-D-0031-aoa-memo-mcp-under-stack-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:184:3:0:../ABYSS-STACK-D-0031-aoa-memo-mcp-under-stack-mcp.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:1d7c5b3daae5e851ee5783db","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1d7c5b3daae5e851ee5783db","label":"ABYSS-STACK-D-0080 Diagnostic Skill Owner Home","locator":{"end_column":105,"end_line":217,"fragment":"","pointer":"","start_column":3,"start_line":217},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-skill-projection","target_ref":"../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:217:3:0:../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:da03e45427ed141240f7308e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:da03e45427ed141240f7308e","label":"ABYSS-STACK-D-0055 Root Routes Validator Module","locator":{"end_column":107,"end_line":169,"fragment":"","pointer":"","start_column":3,"start_line":169},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0055-root-routes-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:169:3:0:../ABYSS-STACK-D-0055-root-routes-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:94e196173c99d70b496c36b8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:94e196173c99d70b496c36b8","label":"tts-router","locator":{"end_column":13,"end_line":16,"fragment":"","pointer":"/services/tts-router","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tts-router","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b486de235baf12334c99478f:aoa:abyss-stack:anchor:0d2ebde6c62eaa1d5874372a","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0d2ebde6c62eaa1d5874372a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b486de235baf12334c99478f","symbol_kind":""} @@ -61,7 +62,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:57b88caed0d75226f594f69e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:57b88caed0d75226f594f69e","label":"generated/tos_retrieval_axis_pack.min.json","locator":{"end_column":46,"end_line":22,"fragment":"","pointer":"/required_files/15","start_column":3,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/15","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f29753586c28f9ec6756026d:aoa:abyss-stack:anchor:f8cdd6f3edb919c9545a3ea2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f8cdd6f3edb919c9545a3ea2","label":"RELEASING","locator":{"end_column":28,"end_line":9,"fragment":"","pointer":"","start_column":3,"start_line":9},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governance","target_ref":"RELEASING.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:9:3:0:RELEASING.md","source_id":"aoa:abyss-stack:artifact:f29753586c28f9ec6756026d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2b96b103b95a8ff6df3ed6b:aoa:abyss-stack:anchor:f73fea6704f2b70783bb08e7","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:f73fea6704f2b70783bb08e7","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f2b96b103b95a8ff6df3ed6b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:dd2101f49304f91012b2d345","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:dd2101f49304f91012b2d345","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":155,"fragment":"","pointer":"","start_column":3,"start_line":155},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:155:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:e78643838523324edf13c28c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e78643838523324edf13c28c","label":"ABYSS-STACK-D-0073 ToS Philosophy Graph Access Plane","locator":{"end_column":117,"end_line":154,"fragment":"","pointer":"","start_column":3,"start_line":154},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:154:3:0:../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f56c67837383845a3353168f:aoa:abyss-stack:anchor:8f0f0bfcf805d5ced2d47fea","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:8f0f0bfcf805d5ced2d47fea","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f56c67837383845a3353168f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:1ec2421a874d80061393b0b0","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1ec2421a874d80061393b0b0","label":"execution_kind","locator":{"end_column":39,"end_line":56,"fragment":"","pointer":"/execution_kind","start_column":11,"start_line":56},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/execution_kind","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:22231e95e3365deeba052c27","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:22231e95e3365deeba052c27","label":"minimum_task_classes","locator":{"end_column":34,"end_line":24,"fragment":"","pointer":"/minimum_task_classes","start_column":9,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/minimum_task_classes","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/13.jsonl b/kag/indexes/shards/anchor/13.jsonl index e3419d1e6..0ff6272fd 100644 --- a/kag/indexes/shards/anchor/13.jsonl +++ b/kag/indexes/shards/anchor/13.jsonl @@ -17,10 +17,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:2bc10d9e2f0321f2d8271af5:aoa:abyss-stack:anchor:ba9d772204572bb702253f19","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ba9d772204572bb702253f19","label":"Follow-up route","locator":{"end_column":18,"end_line":78,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":78},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:2bc10d9e2f0321f2d8271af5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:2d8b86b19200736ce43d11a0:aoa:abyss-stack:anchor:b64b5606d9b987ee97226e0c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:b64b5606d9b987ee97226e0c","label":"version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/version","source_id":"aoa:abyss-stack:artifact:2d8b86b19200736ce43d11a0","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:366ca06defbaa89d97d3d923:aoa:abyss-stack:anchor:fc098ee7af3796270db1df2a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fc098ee7af3796270db1df2a","label":"Why the bridge lives inside `abyss-stack`","locator":{"end_column":44,"end_line":13,"fragment":"why-the-bridge-lives-inside-abyss-stack","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:why-the-bridge-lives-inside-abyss-stack","source_id":"aoa:abyss-stack:artifact:366ca06defbaa89d97d3d923","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97:aoa:abyss-stack:anchor:9201b3cd73a3cb153048ccba","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9201b3cd73a3cb153048ccba","label":"Source surfaces","locator":{"end_column":18,"end_line":65,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":65},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97:aoa:abyss-stack:anchor:9201b3cd73a3cb153048ccba","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9201b3cd73a3cb153048ccba","label":"Source surfaces","locator":{"end_column":18,"end_line":70,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":70},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:e773792a2662269d7075fde7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e773792a2662269d7075fde7","label":"test_generic_search_agent_event_fast_path_honors_shard_controls","locator":{"end_column":38,"end_line":2800,"fragment":"","pointer":"","start_column":1,"start_line":2776},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_generic_search_agent_event_fast_path_honors_shard_controls","target_ref":"python:FakeRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_generic_search_agent_event_fast_path_honors_shard_controls","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_generic_search_agent_event_fast_path_honors_shard_controls","target_ref":"python:args.index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_generic_search_agent_event_fast_path_honors_shard_controls","target_ref":"python:args.index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_generic_search_agent_event_fast_path_honors_shard_controls","target_ref":"python:state.session_search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_generic_search_agent_event_fast_path_honors_shard_controls","target_ref":"python:state_with_fixture"}],"parser_ref":"python-ast@1","qualified_name":"test_generic_search_agent_event_fast_path_honors_shard_controls","semantic_key":"python:function:test_generic_search_agent_event_fast_path_honors_shard_controls","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca:aoa:abyss-stack:anchor:2b56df95a97679300c8b25cd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2b56df95a97679300c8b25cd","label":"Host-facts and root rules","locator":{"end_column":28,"end_line":140,"fragment":"host-facts-and-root-rules","pointer":"","start_column":1,"start_line":140},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:host-facts-and-root-rules","source_id":"aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa:aoa:abyss-stack:anchor:f1b90d5380fbb956cf23493c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f1b90d5380fbb956cf23493c","label":"Design Principles","locator":{"end_column":20,"end_line":99,"fragment":"design-principles","pointer":"","start_column":1,"start_line":99},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:design-principles","source_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa:aoa:abyss-stack:anchor:f1b90d5380fbb956cf23493c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f1b90d5380fbb956cf23493c","label":"Design Principles","locator":{"end_column":20,"end_line":102,"fragment":"design-principles","pointer":"","start_column":1,"start_line":102},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:design-principles","source_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:41880163345233e7ac4fa00e:aoa:abyss-stack:anchor:a6e69804da88756834797e35","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a6e69804da88756834797e35","label":"Diagnostic Spine Mechanic","locator":{"end_column":27,"end_line":1,"fragment":"diagnostic-spine-mechanic","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:diagnostic-spine-mechanic","source_id":"aoa:abyss-stack:artifact:41880163345233e7ac4fa00e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:44cbf37d631d4877f6ac7608:aoa:abyss-stack:anchor:0880c35a3e5b331ba4e452c4","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0880c35a3e5b331ba4e452c4","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:44cbf37d631d4877f6ac7608","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:45e32bdb86e1013c6f485ea3:aoa:abyss-stack:anchor:907359bef5f88d08e01a5206","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:907359bef5f88d08e01a5206","label":"url","locator":{"end_column":26,"end_line":7,"fragment":"","pointer":"/datasources/0/url","start_column":5,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/datasources/0/url","source_id":"aoa:abyss-stack:artifact:45e32bdb86e1013c6f485ea3","symbol_kind":""} @@ -48,7 +48,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82:aoa:abyss-stack:anchor:69b475653878bef04b0516d8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:69b475653878bef04b0516d8","label":"Historical backfill rule","locator":{"end_column":27,"end_line":66,"fragment":"historical-backfill-rule","pointer":"","start_column":1,"start_line":66},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:historical-backfill-rule","source_id":"aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82:aoa:abyss-stack:anchor:866d68ad9b4a00e18ad0d97f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:866d68ad9b4a00e18ad0d97f","label":"Operator check","locator":{"end_column":17,"end_line":76,"fragment":"operator-check","pointer":"","start_column":1,"start_line":76},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:operator-check","source_id":"aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e:aoa:abyss-stack:anchor:f5b46a52a2bbce27904f65a2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f5b46a52a2bbce27904f65a2","label":"services","locator":{"end_column":9,"end_line":6,"fragment":"","pointer":"/services","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services","source_id":"aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:af0a7b294e64b1449f7784e4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:af0a7b294e64b1449f7784e4","label":"ABYSS-STACK-D-0045 Questbook Surface Validator Module","locator":{"end_column":119,"end_line":262,"fragment":"","pointer":"","start_column":3,"start_line":262},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generated-read-model","target_ref":"../ABYSS-STACK-D-0045-questbook-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:262:3:0:../ABYSS-STACK-D-0045-questbook-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:a1b4494d8fbc1cbcd0d79420","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a1b4494d8fbc1cbcd0d79420","label":"call_json","locator":{"end_column":31,"end_line":892,"fragment":"","pointer":"","start_column":13,"start_line":877},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke.call_json","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke.call_json","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke.call_json","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke.call_json","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke.call_json","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke.call_json","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke.call_json","target_ref":"python:mcp_session.call_tool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke.call_json","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke.call_json","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke.call_json","target_ref":"python:timedelta"}],"parser_ref":"python-ast@1","qualified_name":"_stdio_tool_smoke.call_json","semantic_key":"python:method:_stdio_tool_smoke.call_json","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b5f0f69efcad06dffd096ef0:aoa:abyss-stack:anchor:54aa7f736fb74f7ceea77aa6","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:54aa7f736fb74f7ceea77aa6","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b5f0f69efcad06dffd096ef0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b96f6d6dd54a2bf9b3edaa7a:aoa:abyss-stack:anchor:f5adbf5186d4014f69f94933","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:f5adbf5186d4014f69f94933","label":"progression_ref","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/progression_ref","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/progression_ref","source_id":"aoa:abyss-stack:artifact:b96f6d6dd54a2bf9b3edaa7a","symbol_kind":"json_key"} @@ -68,4 +67,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ed0b82ede2f0b706cdea886f:aoa:abyss-stack:anchor:0483a13180d8f0c0ae246837","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0483a13180d8f0c0ae246837","label":"Runtime contract","locator":{"end_column":19,"end_line":32,"fragment":"runtime-contract","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-contract","source_id":"aoa:abyss-stack:artifact:ed0b82ede2f0b706cdea886f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:e0d2bfaff3b51ab24e7af321","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e0d2bfaff3b51ab24e7af321","label":"embed_texts","locator":{"end_column":19,"end_line":516,"fragment":"","pointer":"","start_column":1,"start_line":503},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:embed_texts","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:embed_texts","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:embed_texts","target_ref":"python:http_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:embed_texts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:embed_texts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:embed_texts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:embed_texts","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:embed_texts","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:embed_texts","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:embed_texts","target_ref":"python:range"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:embed_texts","target_ref":"python:response.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:embed_texts","target_ref":"python:vectors.append"}],"parser_ref":"python-ast@1","qualified_name":"embed_texts","semantic_key":"python:function:embed_texts","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8:aoa:abyss-stack:anchor:efc9180bd0a1c0427d7a563c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:efc9180bd0a1c0427d7a563c","label":"zram and cgroup controls","locator":{"end_column":28,"end_line":116,"fragment":"zram-and-cgroup-controls","pointer":"","start_column":1,"start_line":116},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:zram-and-cgroup-controls","source_id":"aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:94d7b71e0500adeab1049c87","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:94d7b71e0500adeab1049c87","label":"ABYSS-STACK-D-0036 Abyss Machine MCP Access Plane","locator":{"end_column":111,"end_line":91,"fragment":"","pointer":"","start_column":3,"start_line":91},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit","target_ref":"../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:91:3:0:../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f94c00e397193440ec61cc10:aoa:abyss-stack:anchor:d1964f55f375ddc7ce8187d5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d1964f55f375ddc7ce8187d5","label":"AGENTS Stack Law","locator":{"end_column":19,"end_line":58,"fragment":"agents-stack-law","pointer":"","start_column":1,"start_line":58},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agents-stack-law","source_id":"aoa:abyss-stack:artifact:f94c00e397193440ec61cc10","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:891858a82ccfb348e099997d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:891858a82ccfb348e099997d","label":"composes-with","locator":{"end_column":66,"end_line":83,"fragment":"","pointer":"/relations/composes-with","start_column":3,"start_line":83},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/relations/composes-with","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/14.jsonl b/kag/indexes/shards/anchor/14.jsonl index 45d8000bd..d35f1236d 100644 --- a/kag/indexes/shards/anchor/14.jsonl +++ b/kag/indexes/shards/anchor/14.jsonl @@ -13,7 +13,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:57ea9af17726c8ff00c97c2b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:57ea9af17726c8ff00c97c2b","label":"test_validator_usage_chain_first_ref_accepts_alias_keys","locator":{"end_column":98,"end_line":3536,"fragment":"","pointer":"","start_column":1,"start_line":3531},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_usage_chain_first_ref_accepts_alias_keys","target_ref":"python:load_validator_module"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_usage_chain_first_ref_accepts_alias_keys","target_ref":"python:validator._has_first_raw_or_segment_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_usage_chain_first_ref_accepts_alias_keys","target_ref":"python:validator._has_first_raw_or_segment_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_usage_chain_first_ref_accepts_alias_keys","target_ref":"python:validator._has_first_raw_or_segment_ref"}],"parser_ref":"python-ast@1","qualified_name":"test_validator_usage_chain_first_ref_accepts_alias_keys","semantic_key":"python:function:test_validator_usage_chain_first_ref_accepts_alias_keys","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:41161b77d8228c514a5dc945:aoa:abyss-stack:anchor:38a1285499de3b146bb5292f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:38a1285499de3b146bb5292f","label":"search_owner","locator":{"end_column":32,"end_line":249,"fragment":"","pointer":"","start_column":5,"start_line":160},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:_is_retrieval_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:_is_retrieval_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:engine.exact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:engine.graph"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:engine.hybrid"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:engine.lexical"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:filtered.sort"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:min"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:query.casefold"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:self._query"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:source.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:source.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.search_owner","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"CanonicalRepoKag.search_owner","semantic_key":"python:method:CanonicalRepoKag.search_owner","source_id":"aoa:abyss-stack:artifact:41161b77d8228c514a5dc945","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:48b4ce4c7f11ff8f37ab8c10:aoa:abyss-stack:anchor:733d03710fd7b425ec694f64","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:733d03710fd7b425ec694f64","label":"validator_inventory.json","locator":{"end_column":55,"end_line":12,"fragment":"","pointer":"","start_column":3,"start_line":12},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation","target_ref":"validator_inventory.json"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:12:3:0:validator_inventory.json","source_id":"aoa:abyss-stack:artifact:48b4ce4c7f11ff8f37ab8c10","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b:aoa:abyss-stack:anchor:d8a2e019f0e51501e442bd32","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d8a2e019f0e51501e442bd32","label":"Design stance","locator":{"end_column":16,"end_line":29,"fragment":"design-stance","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:design-stance","source_id":"aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b:aoa:abyss-stack:anchor:d8a2e019f0e51501e442bd32","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d8a2e019f0e51501e442bd32","label":"Design stance","locator":{"end_column":16,"end_line":32,"fragment":"design-stance","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:design-stance","source_id":"aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5bc3bbf24b170d4ef4ec7f3c:aoa:abyss-stack:anchor:7e59bb46aa904ec2881d21fd","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:7e59bb46aa904ec2881d21fd","label":"runtime_posture","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/runtime_posture","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/runtime_posture","source_id":"aoa:abyss-stack:artifact:5bc3bbf24b170d4ef4ec7f3c","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:5c5f853573e20bed82f10100:aoa:abyss-stack:anchor:1167a0a96a90f46d4437e9ef","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1167a0a96a90f46d4437e9ef","label":"Consequences","locator":{"end_column":15,"end_line":62,"fragment":"consequences","pointer":"","start_column":1,"start_line":62},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:5c5f853573e20bed82f10100","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5c5f853573e20bed82f10100:aoa:abyss-stack:anchor:61ad1291ca3745de934adf2f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:61ad1291ca3745de934adf2f","label":"Rationale","locator":{"end_column":12,"end_line":53,"fragment":"rationale","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:5c5f853573e20bed82f10100","symbol_kind":""} @@ -25,6 +25,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8619abead2b3f8d840d9d56a:aoa:abyss-stack:anchor:da09238cbfb7838c3d3eb3d5","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:da09238cbfb7838c3d3eb3d5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8619abead2b3f8d840d9d56a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:96033a9c1506441974139f4d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:96033a9c1506441974139f4d","label":"kag_counterpart_exposure_review","locator":{"end_column":83,"end_line":2684,"fragment":"","pointer":"","start_column":1,"start_line":2682},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_counterpart_exposure_review","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_counterpart_exposure_review","target_ref":"python:kag_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_counterpart_exposure_review","target_ref":"python:require_store"}],"parser_ref":"python-ast@1","qualified_name":"kag_counterpart_exposure_review","semantic_key":"python:function:kag_counterpart_exposure_review","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8991b1f9e1d7922915a3a194:aoa:abyss-stack:anchor:c1c4090b6f055f06f9b6e41a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c1c4090b6f055f06f9b6e41a","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:8991b1f9e1d7922915a3a194","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:03f4b50b133bf79615a447f8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:03f4b50b133bf79615a447f8","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":467,"fragment":"","pointer":"","start_column":3,"start_line":467},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:stale-path-hygiene","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:467:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:7838896027b167814f239205","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7838896027b167814f239205","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":169,"fragment":"","pointer":"","start_column":3,"start_line":169},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:169:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b:aoa:abyss-stack:anchor:ca9c97f81c82b60cfbc77195","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ca9c97f81c82b60cfbc77195","label":"service","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/service","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/service","source_id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:34b06e1e75f6e15cb4a0c9ea","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:34b06e1e75f6e15cb4a0c9ea","label":"utc_now","locator":{"end_column":96,"end_line":166,"fragment":"","pointer":"","start_column":1,"start_line":165},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:utc_now","target_ref":"python:datetime.now"}],"parser_ref":"python-ast@1","qualified_name":"utc_now","semantic_key":"python:function:utc_now","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} @@ -35,8 +36,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:238a94e1f3ef34431ac2c775","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:238a94e1f3ef34431ac2c775","label":"title","locator":{"end_column":80,"end_line":3,"fragment":"","pointer":"/title","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/title","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b:aoa:abyss-stack:anchor:4f21151f3c91957649970677","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:4f21151f3c91957649970677","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:23fbb03e5ed044b771a130d8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:23fbb03e5ed044b771a130d8","label":"ABYSS-STACK-D-0009 Root Residual Topology Cleanup","locator":{"end_column":111,"end_line":9,"fragment":"","pointer":"","start_column":3,"start_line":9},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:roottopology","target_ref":"../ABYSS-STACK-D-0009-root-residual-topology-cleanup.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:9:3:0:../ABYSS-STACK-D-0009-root-residual-topology-cleanup.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:ea1e7a28a927c764890c7a23","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ea1e7a28a927c764890c7a23","label":"ABYSS-STACK-D-0074 Telegram and Discord Connector MCP Access Planes","locator":{"end_column":143,"end_line":229,"fragment":"","pointer":"","start_column":3,"start_line":229},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:connector-federation","target_ref":"../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:229:3:0:../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:ec92c33b2005adf7fdafd054","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ec92c33b2005adf7fdafd054","label":"decision route","locator":{"end_column":17,"end_line":237,"fragment":"decision-route","pointer":"","start_column":1,"start_line":237},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision-route","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:ec92c33b2005adf7fdafd054","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ec92c33b2005adf7fdafd054","label":"decision route","locator":{"end_column":17,"end_line":238,"fragment":"decision-route","pointer":"","start_column":1,"start_line":238},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision-route","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ae58486ad754f1afaed0f778:aoa:abyss-stack:anchor:b537aa7262f069a4a96bbf41","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b537aa7262f069a4a96bbf41","label":"read_text","locator":{"end_column":62,"end_line":19,"fragment":"","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"read_text","semantic_key":"python:function:read_text","source_id":"aoa:abyss-stack:artifact:ae58486ad754f1afaed0f778","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:af38219f896285f333827d7e:aoa:abyss-stack:anchor:bc8a5ad757e8f178fd4e6176","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:bc8a5ad757e8f178fd4e6176","label":"BACKUP AND RESTORE","locator":{"end_column":20,"end_line":1,"fragment":"backup-and-restore","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:backup-and-restore","source_id":"aoa:abyss-stack:artifact:af38219f896285f333827d7e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:af733ceef13848830e6ea691:aoa:abyss-stack:anchor:61d313e8a86f5899c8df4a86","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:61d313e8a86f5899c8df4a86","label":"llamacpp-pilot","locator":{"end_column":45,"end_line":6,"fragment":"","pointer":"","start_column":3,"start_line":6},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots-parts","target_ref":"llamacpp-pilot/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:6:3:0:llamacpp-pilot/README.md","source_id":"aoa:abyss-stack:artifact:af733ceef13848830e6ea691","symbol_kind":""} @@ -50,10 +50,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e241341659b909f7887c4003:aoa:abyss-stack:anchor:ebe81b073a53ba3d24f7a0fe","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ebe81b073a53ba3d24f7a0fe","label":"Rationale","locator":{"end_column":12,"end_line":42,"fragment":"rationale","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:e241341659b909f7887c4003","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:385f08334259f9ba5a8cc6a2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:385f08334259f9ba5a8cc6a2","label":"_compact_goal_lifecycle","locator":{"end_column":19,"end_line":1205,"fragment":"","pointer":"","start_column":1,"start_line":1121},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:_bounded_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:_bounded_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:_compact_episode_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:_compact_episode_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:_compact_goal_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:_compact_goal_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:_compact_goal_state_observation"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:_compact_goal_usage_observation"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:compact.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:compact.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:lifecycle.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:lifecycle.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:lifecycle.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:lifecycle.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:lifecycle.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:lifecycle.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:lifecycle.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:lifecycle.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:lifecycle.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_lifecycle","target_ref":"python:refs.items"}],"parser_ref":"python-ast@1","qualified_name":"_compact_goal_lifecycle","semantic_key":"python:function:_compact_goal_lifecycle","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:eba358107a3211fd09d3172c:aoa:abyss-stack:anchor:bbb8018a22dfec40448965be","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:bbb8018a22dfec40448965be","label":"Read Before Editing","locator":{"end_column":22,"end_line":12,"fragment":"read-before-editing","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:read-before-editing","source_id":"aoa:abyss-stack:artifact:eba358107a3211fd09d3172c","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:7e5ce8225bcfac7265b4c2ca","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7e5ce8225bcfac7265b4c2ca","label":"ABYSS-STACK-D-0007 Inference Pilot Compatibility Gates","locator":{"end_column":121,"end_line":70,"fragment":"","pointer":"","start_column":3,"start_line":70},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0007-inference-pilot-compatibility-gates.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:70:3:0:../ABYSS-STACK-D-0007-inference-pilot-compatibility-gates.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4:aoa:abyss-stack:anchor:149eda3cf3a82e2e7a39ae65","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:149eda3cf3a82e2e7a39ae65","label":"${AOA_STACK_ROOT","locator":{"end_column":75,"end_line":11,"fragment":"","pointer":"/services/ollama/volumes/1/${AOA_STACK_ROOT","start_column":7,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ollama/volumes/1/${AOA_STACK_ROOT","source_id":"aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf:aoa:abyss-stack:anchor:e6c8c4bfcf895b1252932092","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e6c8c4bfcf895b1252932092","label":"docs/governance/BRANCH_POLICY.md","locator":{"end_column":133,"end_line":35,"fragment":"","pointer":"","start_column":65,"start_line":35},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:before-opening-a-pr","target_ref":"docs/governance/BRANCH_POLICY.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:35:65:0:docs/governance/BRANCH_POLICY.md","source_id":"aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:a190c80d5c240353af49898a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a190c80d5c240353af49898a","label":"advisory_only","locator":{"end_column":19,"end_line":3,"fragment":"","pointer":"/advisory_only","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/advisory_only","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:e8acea762416415b0069c69c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e8acea762416415b0069c69c","label":"ABYSS-STACK-D-0068 Decision Graph Contract And Impact Packets","locator":{"end_column":135,"end_line":241,"fragment":"","pointer":"","start_column":3,"start_line":241},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-validation","target_ref":"../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:241:3:0:../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f37275048f91b80a129c5ce8:aoa:abyss-stack:anchor:a0e66358dc022d93d7c5c7bc","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:a0e66358dc022d93d7c5c7bc","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f37275048f91b80a129c5ce8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe:aoa:abyss-stack:anchor:3412934ac8828e80307cd8a9","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:3412934ac8828e80307cd8a9","label":"dependencies","locator":{"end_column":16,"end_line":11,"fragment":"","pointer":"project.dependencies","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.dependencies","source_id":"aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:156c4bc40d921732ba4ca358","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:156c4bc40d921732ba4ca358","label":"allowed_files","locator":{"end_column":30,"end_line":123,"fragment":"","pointer":"/allowed_files","start_column":11,"start_line":123},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/allowed_files#occurrence-4","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/15.jsonl b/kag/indexes/shards/anchor/15.jsonl index 5c338ec1b..41a071b24 100644 --- a/kag/indexes/shards/anchor/15.jsonl +++ b/kag/indexes/shards/anchor/15.jsonl @@ -32,13 +32,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:84666e090dd5adfcf3917595:aoa:abyss-stack:anchor:81b701d8830bee4ae8173e1d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:81b701d8830bee4ae8173e1d","label":"repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/repo","source_id":"aoa:abyss-stack:artifact:84666e090dd5adfcf3917595","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:e7fb54d38d54be0681e274ed","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e7fb54d38d54be0681e274ed","label":"agents_by_name","locator":{"end_column":86,"end_line":894,"fragment":"","pointer":"","start_column":1,"start_line":893},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"agents_by_name","semantic_key":"python:function:agents_by_name","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:229860348746228613cf4c57","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:229860348746228613cf4c57","label":"bounded context","locator":{"end_column":18,"end_line":200,"fragment":"bounded-context","pointer":"","start_column":1,"start_line":200},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:bounded-context","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:6140586680a74bc01a4a297d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6140586680a74bc01a4a297d","label":"ABYSS-STACK-D-0045 Questbook Surface Validator Module","locator":{"end_column":119,"end_line":268,"fragment":"","pointer":"","start_column":3,"start_line":268},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generated-read-model","target_ref":"../ABYSS-STACK-D-0045-questbook-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:268:3:0:../ABYSS-STACK-D-0045-questbook-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725:aoa:abyss-stack:anchor:665afe2ab9af255854afb8a4","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:665afe2ab9af255854afb8a4","label":"hourly_window","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/hourly_window","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/hourly_window","source_id":"aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:a72f9a180aa153a16b0a32a6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a72f9a180aa153a16b0a32a6","label":"scenario_root","locator":{"end_column":55,"end_line":206,"fragment":"","pointer":"","start_column":1,"start_line":205},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:scenario_root","target_ref":"python:TRIALS.case_dir"}],"parser_ref":"python-ast@1","qualified_name":"scenario_root","semantic_key":"python:function:scenario_root","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41:aoa:abyss-stack:anchor:c349d4bc7ebed4d4accf22ba","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c349d4bc7ebed4d4accf22ba","label":"Bounded-Autonomy Pilot","locator":{"end_column":25,"end_line":189,"fragment":"bounded-autonomy-pilot","pointer":"","start_column":1,"start_line":189},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:bounded-autonomy-pilot","source_id":"aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576:aoa:abyss-stack:anchor:34bc3a6eb8e5beafd65cd1d3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:34bc3a6eb8e5beafd65cd1d3","label":"Boundary","locator":{"end_column":11,"end_line":13,"fragment":"boundary","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundary","source_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:1dfc9c3916d5c0741913dc7d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1dfc9c3916d5c0741913dc7d","label":"ABYSS-STACK-D-0049 Federation Runtime Seams Validator Module","locator":{"end_column":133,"end_line":258,"fragment":"","pointer":"","start_column":3,"start_line":258},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seam","target_ref":"../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:258:3:0:../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:d38436c1fef716fdba3afc19","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d38436c1fef716fdba3afc19","label":"ABYSS-STACK-D-0042 Source Structure Validator Module","locator":{"end_column":117,"end_line":379,"fragment":"","pointer":"","start_column":3,"start_line":379},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-topology","target_ref":"../ABYSS-STACK-D-0042-source-structure-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:379:3:0:../ABYSS-STACK-D-0042-source-structure-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:b9d8058149d860506d36e17f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b9d8058149d860506d36e17f","label":"ABYSS-STACK-D-0050 Diagnostic Spine Validator Module","locator":{"end_column":117,"end_line":264,"fragment":"","pointer":"","start_column":3,"start_line":264},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generated-read-model","target_ref":"../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:264:3:0:../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:a913ef055a5a3febadef5b9e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a913ef055a5a3febadef5b9e","label":"aoa_session_pattern_scan","locator":{"end_column":99,"end_line":470,"fragment":"","pointer":"","start_column":5,"start_line":468},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_pattern_scan","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_pattern_scan","semantic_key":"python:method:build_server.aoa_session_pattern_scan","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:bf8acc9a8247824c78a3d95d:aoa:abyss-stack:anchor:ad1dae3eef93cf1723889b4b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ad1dae3eef93cf1723889b4b","label":"source_trust","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/source_trust","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/source_trust","source_id":"aoa:abyss-stack:artifact:bf8acc9a8247824c78a3d95d","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:c0359e681f0424b38b3b07da:aoa:abyss-stack:anchor:9d7cf96634fc8c3a5b47039d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9d7cf96634fc8c3a5b47039d","label":"Next Verification Window","locator":{"end_column":27,"end_line":158,"fragment":"next-verification-window","pointer":"","start_column":1,"start_line":158},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:next-verification-window","source_id":"aoa:abyss-stack:artifact:c0359e681f0424b38b3b07da","symbol_kind":""} @@ -49,6 +47,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:dd1e8183e5f102cf2fdfb06d:aoa:abyss-stack:anchor:712ee5a1bac47fe4784e15be","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:712ee5a1bac47fe4784e15be","label":"environment","locator":{"end_column":16,"end_line":9,"fragment":"","pointer":"/services/rag-api/environment","start_column":5,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api/environment","source_id":"aoa:abyss-stack:artifact:dd1e8183e5f102cf2fdfb06d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6:aoa:abyss-stack:anchor:c35790534fdcfb53bd9833e2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c35790534fdcfb53bd9833e2","label":"project_sync","locator":{"end_column":49,"end_line":534,"fragment":"","pointer":"","start_column":1,"start_line":530},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:project_sync","target_ref":"python:ProjectSyncResponse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:project_sync","target_ref":"python:_handle_reader_error"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:project_sync","target_ref":"python:app.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:project_sync","target_ref":"python:projector.sync_corpus"}],"parser_ref":"python-ast@1","qualified_name":"project_sync","semantic_key":"python:function:project_sync","source_id":"aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267:aoa:abyss-stack:anchor:dd208e2e17d19fa3830ec626","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:dd208e2e17d19fa3830ec626","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:2bdb467032a7f3292f7b7ba0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2bdb467032a7f3292f7b7ba0","label":"Tree of Sophia access","locator":{"end_column":24,"end_line":187,"fragment":"tree-of-sophia-access","pointer":"","start_column":1,"start_line":187},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:tree-of-sophia-access","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:2bdb467032a7f3292f7b7ba0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2bdb467032a7f3292f7b7ba0","label":"Tree of Sophia access","locator":{"end_column":24,"end_line":192,"fragment":"tree-of-sophia-access","pointer":"","start_column":1,"start_line":192},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:tree-of-sophia-access","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fe0094cafdebc1a274f0f632:aoa:abyss-stack:anchor:e9d4b0c8759848e8d0f95f03","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e9d4b0c8759848e8d0f95f03","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fe0094cafdebc1a274f0f632","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:a4aa7ea42eb2260333b48968","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a4aa7ea42eb2260333b48968","label":"natural positive","locator":{"end_column":22,"end_line":101,"fragment":"","pointer":"/recheck/manual_cases/0","start_column":5,"start_line":101},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/recheck/manual_cases/0","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:f6f69344c3af4bb4cc876a39","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f6f69344c3af4bb4cc876a39","label":"produces","locator":{"end_column":60,"end_line":82,"fragment":"","pointer":"/relations/produces","start_column":3,"start_line":82},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/relations/produces","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:e366b99b844af134e282ef44","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e366b99b844af134e282ef44","label":"trust_state","locator":{"end_column":41,"end_line":139,"fragment":"","pointer":"/trust_state","start_column":11,"start_line":139},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/trust_state#occurrence-5","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/16.jsonl b/kag/indexes/shards/anchor/16.jsonl index dc63856d6..69af26c9f 100644 --- a/kag/indexes/shards/anchor/16.jsonl +++ b/kag/indexes/shards/anchor/16.jsonl @@ -16,6 +16,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:5a239fe4db5f560ac4f07b3f:aoa:abyss-stack:anchor:956f164856257704f851fa11","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:956f164856257704f851fa11","label":"Follow-up route","locator":{"end_column":18,"end_line":107,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":107},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:5a239fe4db5f560ac4f07b3f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:631cf4e987490ff73e6d49f6:aoa:abyss-stack:anchor:6562314c5de2ce730c43e8aa","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6562314c5de2ce730c43e8aa","label":"build_parser","locator":{"end_column":18,"end_line":39,"fragment":"","pointer":"","start_column":1,"start_line":13},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:answer.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:answer.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:answer.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:graph.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:graph.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:graph.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_subparsers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:resource.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:sub.add_parser"}],"parser_ref":"python-ast@1","qualified_name":"build_parser","semantic_key":"python:function:build_parser","source_id":"aoa:abyss-stack:artifact:631cf4e987490ff73e6d49f6","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0:aoa:abyss-stack:anchor:07a1316c5086d017b4e8ce00","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:07a1316c5086d017b4e8ce00","label":"Validated Lanes","locator":{"end_column":18,"end_line":28,"fragment":"validated-lanes","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validated-lanes","source_id":"aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b:aoa:abyss-stack:anchor:97919d05eb6a38db8d11e9ed","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:97919d05eb6a38db8d11e9ed","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:77aab00d568ac7f227c57539:aoa:abyss-stack:anchor:cb099e9bebea8511f45262f4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cb099e9bebea8511f45262f4","label":"_default_runner","locator":{"end_column":10,"end_line":91,"fragment":"","pointer":"","start_column":1,"start_line":54},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:CommandOutput"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:CommandOutput"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:CommandOutput"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:time.monotonic"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:time.monotonic"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:time.monotonic"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:time.monotonic"}],"parser_ref":"python-ast@1","qualified_name":"_default_runner","semantic_key":"python:function:_default_runner","source_id":"aoa:abyss-stack:artifact:77aab00d568ac7f227c57539","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:795992a5745bace0747ef607:aoa:abyss-stack:anchor:81e7d04e650dee7c1938bbb6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:81e7d04e650dee7c1938bbb6","label":"_local_port_inventory_contract_summary","locator":{"end_column":10,"end_line":1243,"fragment":"","pointer":"","start_column":5,"start_line":1177},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:default_summary_keys.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:route.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:route.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:self._local_port_inventory_contract"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_inventory_contract_summary","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAEvalsMCPState._local_port_inventory_contract_summary","semantic_key":"python:method:AoAEvalsMCPState._local_port_inventory_contract_summary","source_id":"aoa:abyss-stack:artifact:795992a5745bace0747ef607","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:42c56a644423300446612493","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:42c56a644423300446612493","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":136,"fragment":"","pointer":"","start_column":3,"start_line":136},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-07-11","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:136:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} @@ -39,7 +40,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:fc9a33f1ab448a069e1bc186","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:fc9a33f1ab448a069e1bc186","label":"anchor_ref","locator":{"end_column":11,"end_line":30,"fragment":"","pointer":"/anchor_ref","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/anchor_ref","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:96840d3d8cbc8f01d4b2e8aa","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:96840d3d8cbc8f01d4b2e8aa","label":"sendLoadingState","locator":{"end_column":23,"end_line":10,"fragment":"","pointer":"/sendLoadingState","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/sendLoadingState","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:accaf57cd7b35465dbbde385:aoa:abyss-stack:anchor:95a7ed6e1b5b62587d10a65a","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:95a7ed6e1b5b62587d10a65a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:accaf57cd7b35465dbbde385","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:a56563a025627eb90b00fd34","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a56563a025627eb90b00fd34","label":"release parity","locator":{"end_column":17,"end_line":320,"fragment":"release-parity","pointer":"","start_column":1,"start_line":320},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:release-parity","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:a56563a025627eb90b00fd34","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a56563a025627eb90b00fd34","label":"release parity","locator":{"end_column":17,"end_line":325,"fragment":"release-parity","pointer":"","start_column":1,"start_line":325},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:release-parity","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e:aoa:abyss-stack:anchor:879a947e6293e1de17251809","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:879a947e6293e1de17251809","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c05e40d006c5d478713ad3b3:aoa:abyss-stack:anchor:937afab9ae978372456dfca8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:937afab9ae978372456dfca8","label":"Lifecycle hooks","locator":{"end_column":18,"end_line":17,"fragment":"lifecycle-hooks","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:lifecycle-hooks","source_id":"aoa:abyss-stack:artifact:c05e40d006c5d478713ad3b3","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8:aoa:abyss-stack:anchor:7bccc959bc93f0928273d8ef","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7bccc959bc93f0928273d8ef","label":"_link_philosophy_review_packets","locator":{"end_column":20,"end_line":1165,"fragment":"","pointer":"","start_column":5,"start_line":1148},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._link_philosophy_review_packets","target_ref":"python:tx.run"}],"parser_ref":"python-ast@1","qualified_name":"Neo4jProjectionStore._link_philosophy_review_packets","semantic_key":"python:method:Neo4jProjectionStore._link_philosophy_review_packets","source_id":"aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8","symbol_kind":"method"} diff --git a/kag/indexes/shards/anchor/17.jsonl b/kag/indexes/shards/anchor/17.jsonl index 203839a6e..2a8f39537 100644 --- a/kag/indexes/shards/anchor/17.jsonl +++ b/kag/indexes/shards/anchor/17.jsonl @@ -38,8 +38,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9711270b29f842935d2677e6:aoa:abyss-stack:anchor:d348a945bdb342bb3a6de648","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:d348a945bdb342bb3a6de648","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:9711270b29f842935d2677e6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725:aoa:abyss-stack:anchor:576574f97410f2278753601f","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:576574f97410f2278753601f","label":"baseline_cost_estimate","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/baseline_cost_estimate","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/baseline_cost_estimate","source_id":"aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e:aoa:abyss-stack:anchor:5011635b525b2fe806987ff2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5011635b525b2fe806987ff2","label":"aoa.tuning.host_class","locator":{"end_column":54,"end_line":14,"fragment":"","pointer":"/services/llama-cpp/labels/aoa.tuning.host_class","start_column":7,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/labels/aoa.tuning.host_class","source_id":"aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:1c86f0903a512262216cae68","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1c86f0903a512262216cae68","label":"ABYSS-STACK-D-0045 Questbook Surface Validator Module","locator":{"end_column":119,"end_line":323,"fragment":"","pointer":"","start_column":3,"start_line":323},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questbook","target_ref":"../ABYSS-STACK-D-0045-questbook-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:323:3:0:../ABYSS-STACK-D-0045-questbook-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:45e8b882f20593c52d1cf6a2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:45e8b882f20593c52d1cf6a2","label":"aoa.tuning.posture","locator":{"end_column":37,"end_line":19,"fragment":"","pointer":"/services/tts-router/labels/aoa.tuning.posture","start_column":7,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tts-router/labels/aoa.tuning.posture","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:56e9b947c51a3de92d86cd2e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:56e9b947c51a3de92d86cd2e","label":"config-projection","locator":{"end_column":61,"end_line":151,"fragment":"","pointer":"","start_column":3,"start_line":151},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/config-projection/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:151:3:0:mechanics/config-projection/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7f71220297520dde39a5a91:aoa:abyss-stack:anchor:dcd8bbfa751566db2f36b3d6","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:dcd8bbfa751566db2f36b3d6","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:b7f71220297520dde39a5a91","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:badf964675bbec9938eff09e:aoa:abyss-stack:anchor:6db2fd56575a71aad675b4d2","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:6db2fd56575a71aad675b4d2","label":"type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/type","source_id":"aoa:abyss-stack:artifact:badf964675bbec9938eff09e","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8:aoa:abyss-stack:anchor:423897ece49ba001682f4404","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:423897ece49ba001682f4404","label":"start_period","locator":{"end_column":22,"end_line":68,"fragment":"","pointer":"/services/langchain-api-intel-text/healthcheck/start_period","start_column":7,"start_line":68},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api-intel-text/healthcheck/start_period","source_id":"aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8","symbol_kind":""} @@ -54,4 +54,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6f9285e8b72289dd81628d0:aoa:abyss-stack:anchor:f201a19cd61138cf3b514570","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f201a19cd61138cf3b514570","label":"require_files","locator":{"end_column":69,"end_line":73,"fragment":"","pointer":"","start_column":1,"start_line":60},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"require_files","semantic_key":"python:function:require_files","source_id":"aoa:abyss-stack:artifact:e6f9285e8b72289dd81628d0","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:70a5f0c500e8358b742dfef5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:70a5f0c500e8358b742dfef5","label":"ports","locator":{"end_column":10,"end_line":12,"fragment":"","pointer":"/services/route-api/ports","start_column":5,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/ports","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:edcd9f5d72f0d568c5e53abf:aoa:abyss-stack:anchor:232715738ff4baef1271f8ae","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:232715738ff4baef1271f8ae","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:edcd9f5d72f0d568c5e53abf","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:8844634b1d5e84bd2876e567","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8844634b1d5e84bd2876e567","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":104,"fragment":"","pointer":"","start_column":3,"start_line":104},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:104:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:c460085fda076ca5d7afee83","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c460085fda076ca5d7afee83","label":"primary-capability-parent","locator":{"end_column":60,"end_line":80,"fragment":"","pointer":"/relations/primary-capability-parent","start_column":3,"start_line":80},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/relations/primary-capability-parent","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/18.jsonl b/kag/indexes/shards/anchor/18.jsonl index 5d033b929..909f9188e 100644 --- a/kag/indexes/shards/anchor/18.jsonl +++ b/kag/indexes/shards/anchor/18.jsonl @@ -14,7 +14,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:26122ad215f27046207d4fe4:aoa:abyss-stack:anchor:19f792e17d5815f6a9855cb6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:19f792e17d5815f6a9855cb6","label":"test_federation_required_files_requires_runtime_template_fields","locator":{"end_column":6,"end_line":83,"fragment":"","pointer":"","start_column":1,"start_line":28},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_federation_required_files_requires_runtime_template_fields","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_federation_required_files_requires_runtime_template_fields","target_ref":"python:bridge_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_federation_required_files_requires_runtime_template_fields","target_ref":"python:federation_surface.validate_federation_required_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_federation_required_files_requires_runtime_template_fields","target_ref":"python:json.dumps"}],"parser_ref":"python-ast@1","qualified_name":"test_federation_required_files_requires_runtime_template_fields","semantic_key":"python:function:test_federation_required_files_requires_runtime_template_fields","source_id":"aoa:abyss-stack:artifact:26122ad215f27046207d4fe4","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:2c3328783260acd2e9108d2a:aoa:abyss-stack:anchor:eaca74bea419334037b3d3fd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:eaca74bea419334037b3d3fd","label":"source_route","locator":{"end_column":10,"end_line":290,"fragment":"","pointer":"","start_column":5,"start_line":247},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.source_route","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.source_route","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.source_route","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.source_route","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoATelegramConnectorMCPState.source_route","semantic_key":"python:method:AoATelegramConnectorMCPState.source_route","source_id":"aoa:abyss-stack:artifact:2c3328783260acd2e9108d2a","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:2d8b86b19200736ce43d11a0:aoa:abyss-stack:anchor:f5608b4f8ac4be42886e5cbd","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:f5608b4f8ac4be42886e5cbd","label":"private","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/private","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/private","source_id":"aoa:abyss-stack:artifact:2d8b86b19200736ce43d11a0","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:231a5bb468912cf7bab76190","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:231a5bb468912cf7bab76190","label":"test_powershell_operator_backend_does_not_require_posix_executable_mode","locator":{"end_column":37,"end_line":501,"fragment":"","pointer":"","start_column":5,"start_line":458},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:backend.chmod"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:backend.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:backend.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:pilot_backend.chmod"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:pilot_backend.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:pilot_backend.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:script_surface.is_executable_source_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:script_surface.validate_scripts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:scripts_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:231a5bb468912cf7bab76190","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:231a5bb468912cf7bab76190","label":"test_powershell_operator_backend_does_not_require_posix_executable_mode","locator":{"end_column":37,"end_line":485,"fragment":"","pointer":"","start_column":5,"start_line":442},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:backend.chmod"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:backend.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:backend.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:pilot_backend.chmod"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:pilot_backend.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:pilot_backend.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:script_surface.is_executable_source_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:script_surface.validate_scripts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:scripts_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_powershell_operator_backend_does_not_require_posix_executable_mode","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:308ca751ac23cc53f8014101:aoa:abyss-stack:anchor:1bff6402f05bacab79dfdcf6","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:1bff6402f05bacab79dfdcf6","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:308ca751ac23cc53f8014101","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:375a84f583544eb46041a7fa","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:375a84f583544eb46041a7fa","label":"make_index_payload","locator":{"end_column":6,"end_line":2405,"fragment":"","pointer":"","start_column":1,"start_line":2259},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:TRIALS.case_report_name"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:available_cases"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:case_entries.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:graph_state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:graph_state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:graph_state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:load_graph_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:load_result_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:report_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:resolve_case_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_index_payload","target_ref":"python:wave_truth_status"}],"parser_ref":"python-ast@1","qualified_name":"make_index_payload","semantic_key":"python:function:make_index_payload","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:4860886326c199febc5ef8a2:aoa:abyss-stack:anchor:909eef2b4caa984499dfdc6c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:909eef2b4caa984499dfdc6c","label":"Trial Legacy","locator":{"end_column":14,"end_line":1,"fragment":"trial-legacy","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:trial-legacy","source_id":"aoa:abyss-stack:artifact:4860886326c199febc5ef8a2","symbol_kind":""} @@ -34,7 +34,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:8397f364c1d837c288ec2b7a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8397f364c1d837c288ec2b7a","label":"configure_program_runtime","locator":{"end_column":77,"end_line":188,"fragment":"","pointer":"","start_column":1,"start_line":182},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:configure_program_runtime","target_ref":"python:TRIALS.configure_program_runtime"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:configure_program_runtime","target_ref":"python:default_log_root_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:configure_program_runtime","target_ref":"python:default_mirror_root_for"}],"parser_ref":"python-ast@1","qualified_name":"configure_program_runtime","semantic_key":"python:function:configure_program_runtime","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:7720ac63fc0e595ee92f383b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7720ac63fc0e595ee92f383b","label":"custom_repo_root","locator":{"end_column":44,"end_line":554,"fragment":"","pointer":"","start_column":5,"start_line":553},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:patched_repo_root_for_w5.custom_repo_root","target_ref":"python:repo_root_for_scenario"}],"parser_ref":"python-ast@1","qualified_name":"patched_repo_root_for_w5.custom_repo_root","semantic_key":"python:method:patched_repo_root_for_w5.custom_repo_root","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:7e1e25d6345a7a7541a5eb32","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7e1e25d6345a7a7541a5eb32","label":"preflight","locator":{"end_column":14,"end_line":2124,"fragment":"","pointer":"","start_column":5,"start_line":2037},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:LANGCHAIN_RUN_URL.rsplit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:TRIALS.run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:TRIALS.w2_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:TRIALS.w4_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:build_health_check"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:ensure_llamacpp_promotion_pass"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:ensure_w4_closeout_pass"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:node_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.preflight","semantic_key":"python:method:build_graph.preflight","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:37e2b7e9ab7f80763ee1a70c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:37e2b7e9ab7f80763ee1a70c","label":"mechanics","locator":{"end_column":101,"end_line":100,"fragment":"","pointer":"","start_column":69,"start_line":100},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:claim-check","target_ref":"mechanics/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:100:69:0:mechanics/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bab9626b83b85981acea8d19:aoa:abyss-stack:anchor:e083a115fdb2054c88d1f652","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e083a115fdb2054c88d1f652","label":"Config Projection Parts","locator":{"end_column":25,"end_line":1,"fragment":"config-projection-parts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:config-projection-parts","source_id":"aoa:abyss-stack:artifact:bab9626b83b85981acea8d19","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bdac4a8725079d08dd9c34bd:aoa:abyss-stack:anchor:732b46f674c855e63a72211a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:732b46f674c855e63a72211a","label":"Recommended runtime model on Windows","locator":{"end_column":40,"end_line":83,"fragment":"recommended-runtime-model-on-windows","pointer":"","start_column":1,"start_line":83},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:recommended-runtime-model-on-windows","source_id":"aoa:abyss-stack:artifact:bdac4a8725079d08dd9c34bd","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d:aoa:abyss-stack:anchor:24abf00893af1405d86a7b0d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:24abf00893af1405d86a7b0d","label":"Canonical path mapping","locator":{"end_column":26,"end_line":76,"fragment":"canonical-path-mapping","pointer":"","start_column":1,"start_line":76},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:canonical-path-mapping","source_id":"aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","symbol_kind":""} @@ -54,8 +53,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e8aabe9915182759330d0c1e:aoa:abyss-stack:anchor:ca385bf4225cb08009f17502","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ca385bf4225cb08009f17502","label":"digest_obj","locator":{"end_column":123,"end_line":24,"fragment":"","pointer":"","start_column":1,"start_line":23},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:digest_obj","target_ref":"python:hashlib.sha256"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:digest_obj","target_ref":"python:json.dumps"}],"parser_ref":"python-ast@1","qualified_name":"digest_obj","semantic_key":"python:function:digest_obj","source_id":"aoa:abyss-stack:artifact:e8aabe9915182759330d0c1e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345:aoa:abyss-stack:anchor:227d6b0a0f28f045c0b6cb00","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:227d6b0a0f28f045c0b6cb00","label":"status","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/status","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/status","source_id":"aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:4ab58e7321c7dd51bae7d11f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4ab58e7321c7dd51bae7d11f","label":"ABYSS-STACK-D-0062 Agent Skill Projection Validator Module","locator":{"end_column":129,"end_line":28,"fragment":"","pointer":"","start_column":3,"start_line":28},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:diagnostic-spine","target_ref":"../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:28:3:0:../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:9fbb188d282c3f2397d3c073","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9fbb188d282c3f2397d3c073","label":"ABYSS-STACK-D-0071 AoA Evals Local Port Write-Side MCP","locator":{"end_column":121,"end_line":65,"fragment":"","pointer":"","start_column":3,"start_line":65},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution","target_ref":"../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:65:3:0:../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4:aoa:abyss-stack:anchor:ee19cb388c1ad5f89a374928","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ee19cb388c1ad5f89a374928","label":"ports","locator":{"end_column":10,"end_line":12,"fragment":"","pointer":"/services/ollama/ports","start_column":5,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ollama/ports","source_id":"aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8:aoa:abyss-stack:anchor:153dad590f883ec8ac9ad65d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:153dad590f883ec8ac9ad65d","label":"OpenVINO / OVMS lane","locator":{"end_column":24,"end_line":99,"fragment":"openvino-ovms-lane","pointer":"","start_column":1,"start_line":99},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:openvino-ovms-lane","source_id":"aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:b2a2948c590db9023dd55d8a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b2a2948c590db9023dd55d8a","label":"ABYSS-STACK-D-0066 AoA Decisions MCP Access Plane","locator":{"end_column":111,"end_line":148,"fragment":"","pointer":"","start_column":3,"start_line":148},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:148:3:0:../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fce00e4bde05d4c95026015f:aoa:abyss-stack:anchor:3c739ebfdc1c7cdc0680a699","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3c739ebfdc1c7cdc0680a699","label":"validate_usage_snapshot_example","locator":{"end_column":101,"end_line":361,"fragment":"","pointer":"","start_column":1,"start_line":325},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:baseline_estimate.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:boundary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:read_required_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:savings_estimate.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:usage_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:usage_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:usage_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:usage_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:usage_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:usage_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_example","target_ref":"python:usage_example_text.lower"}],"parser_ref":"python-ast@1","qualified_name":"validate_usage_snapshot_example","semantic_key":"python:function:validate_usage_snapshot_example","source_id":"aoa:abyss-stack:artifact:fce00e4bde05d4c95026015f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fd2da5d803446ec942b229d1:aoa:abyss-stack:anchor:b2a42ee9707f9a6949d3d392","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b2a42ee9707f9a6949d3d392","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:fd2da5d803446ec942b229d1","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/19.jsonl b/kag/indexes/shards/anchor/19.jsonl index 92e10fcf1..8d3cc3cb6 100644 --- a/kag/indexes/shards/anchor/19.jsonl +++ b/kag/indexes/shards/anchor/19.jsonl @@ -6,7 +6,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:299566dcd65e4b988ae1f141:aoa:abyss-stack:anchor:2ebc2aa82fb7fdeb84ee2d1e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2ebc2aa82fb7fdeb84ee2d1e","label":"HF_HOME","locator":{"end_column":25,"end_line":6,"fragment":"","pointer":"/services/qwen-tts/environment/HF_HOME","start_column":7,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/qwen-tts/environment/HF_HOME","source_id":"aoa:abyss-stack:artifact:299566dcd65e4b988ae1f141","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:2ac88fca89a0b92d06681b2a:aoa:abyss-stack:anchor:2ce6fc781cf4ce0002b77cbe","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2ce6fc781cf4ce0002b77cbe","label":"validate_federation_required_files","locator":{"end_column":53,"end_line":172,"fragment":"","pointer":"","start_column":1,"start_line":139},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_federation_required_files","target_ref":"python:_validate_playbook_bridge"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_federation_required_files","target_ref":"python:_validate_runtime_evidence_templates"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_federation_required_files","target_ref":"python:compatibility_bridge_config"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_federation_required_files","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_federation_required_files","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_federation_required_files","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_federation_required_files","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_federation_required_files","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_federation_required_files","target_ref":"python:load_structured_object_func"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_federation_required_files","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_federation_required_files","target_ref":"python:rel_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_federation_required_files","target_ref":"python:rel_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_federation_required_files","target_ref":"python:rel_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_federation_required_files","target_ref":"python:required_runtime_inputs.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_federation_required_files","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"validate_federation_required_files","semantic_key":"python:function:validate_federation_required_files","source_id":"aoa:abyss-stack:artifact:2ac88fca89a0b92d06681b2a","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:2d07de4583dfc665038ba65a:aoa:abyss-stack:anchor:e15caece9e6bf1fb3865a38c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e15caece9e6bf1fb3865a38c","label":"Workflow Automation Optional Profile","locator":{"end_column":99,"end_line":46,"fragment":"","pointer":"","start_column":1,"start_line":46},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision","target_ref":"ABYSS-STACK-D-0026-workflow-automation-optional-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:46:1:0:ABYSS-STACK-D-0026-workflow-automation-optional-profile.md","source_id":"aoa:abyss-stack:artifact:2d07de4583dfc665038ba65a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:b9bdbbba3e448fe11a84fa84","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b9bdbbba3e448fe11a84fa84","label":"SourceTopologyValidatorModulesTests","locator":{"end_column":10,"end_line":523,"fragment":"","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests","semantic_key":"python:class:SourceTopologyValidatorModulesTests","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"class"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:b9bdbbba3e448fe11a84fa84","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b9bdbbba3e448fe11a84fa84","label":"SourceTopologyValidatorModulesTests","locator":{"end_column":10,"end_line":507,"fragment":"","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests","semantic_key":"python:class:SourceTopologyValidatorModulesTests","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:0f98ef599ad6a1dc08188dd0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0f98ef599ad6a1dc08188dd0","label":"test_live_scenario_audit_routes_to_canonical_archive_command","locator":{"end_column":64,"end_line":6198,"fragment":"","pointer":"","start_column":1,"start_line":6149},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_live_scenario_audit_routes_to_canonical_archive_command","target_ref":"python:FakeRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_live_scenario_audit_routes_to_canonical_archive_command","target_ref":"python:args.count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_live_scenario_audit_routes_to_canonical_archive_command","target_ref":"python:args.index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_live_scenario_audit_routes_to_canonical_archive_command","target_ref":"python:args.index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_live_scenario_audit_routes_to_canonical_archive_command","target_ref":"python:args.index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_live_scenario_audit_routes_to_canonical_archive_command","target_ref":"python:args.index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_live_scenario_audit_routes_to_canonical_archive_command","target_ref":"python:state.session_live_scenario_audit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_live_scenario_audit_routes_to_canonical_archive_command","target_ref":"python:state_with_fixture"}],"parser_ref":"python-ast@1","qualified_name":"test_live_scenario_audit_routes_to_canonical_archive_command","semantic_key":"python:function:test_live_scenario_audit_routes_to_canonical_archive_command","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:5d388be0256fac5ed70d4241","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5d388be0256fac5ed70d4241","label":"test_projection_status_flags_legacy_completeness_diagnostic","locator":{"end_column":77,"end_line":2363,"fragment":"","pointer":"","start_column":1,"start_line":2335},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_projection_status_flags_legacy_completeness_diagnostic","target_ref":"python:AoASessionMemoryMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_projection_status_flags_legacy_completeness_diagnostic","target_ref":"python:FakeRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_projection_status_flags_legacy_completeness_diagnostic","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_projection_status_flags_legacy_completeness_diagnostic","target_ref":"python:seed_archive"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_projection_status_flags_legacy_completeness_diagnostic","target_ref":"python:state.session_projection_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_projection_status_flags_legacy_completeness_diagnostic","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"test_projection_status_flags_legacy_completeness_diagnostic","semantic_key":"python:function:test_projection_status_flags_legacy_completeness_diagnostic","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:3f977f3da0d5e06eb4ec9e7b:aoa:abyss-stack:anchor:c5d3db06461b1264b95c52a9","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c5d3db06461b1264b95c52a9","label":"restored_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/restored_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/restored_version","source_id":"aoa:abyss-stack:artifact:3f977f3da0d5e06eb4ec9e7b","symbol_kind":"json_key"} @@ -32,7 +32,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a4ae041e697e7cd8faf8f30a:aoa:abyss-stack:anchor:dfce03eefcdec4cad4b2ee22","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:dfce03eefcdec4cad4b2ee22","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:a4ae041e697e7cd8faf8f30a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:1e6d3c6063a7be75efa44477","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1e6d3c6063a7be75efa44477","label":"ABYSS-STACK-D-0043 Service Selection Validator Module","locator":{"end_column":119,"end_line":36,"fragment":"","pointer":"","start_column":3,"start_line":36},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-topology","target_ref":"../ABYSS-STACK-D-0043-service-selection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:36:3:0:../ABYSS-STACK-D-0043-service-selection-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:4ed363628642a53bac952360","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4ed363628642a53bac952360","label":"ABYSS-STACK-D-0040 Script Surface Validator Module","locator":{"end_column":113,"end_line":154,"fragment":"","pointer":"","start_column":3,"start_line":154},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0040-script-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:154:3:0:../ABYSS-STACK-D-0040-script-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:ba5adee7edc2cbad42d2ec3f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ba5adee7edc2cbad42d2ec3f","label":"ABYSS-STACK-D-0049 Federation Runtime Seams Validator Module","locator":{"end_column":133,"end_line":342,"fragment":"","pointer":"","start_column":3,"start_line":342},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-export","target_ref":"../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:342:3:0:../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:7c1aa6ec92c710202db4993b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7c1aa6ec92c710202db4993b","label":"ABYSS-STACK-D-0053 Return Policy Validator Module","locator":{"end_column":111,"end_line":339,"fragment":"","pointer":"","start_column":3,"start_line":339},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-contract","target_ref":"../ABYSS-STACK-D-0053-return-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:339:3:0:../ABYSS-STACK-D-0053-return-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b1606024c9a05184d0f9dbb4:aoa:abyss-stack:anchor:7ab202628d037be7e14ee461","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7ab202628d037be7e14ee461","label":"Inference Pilots Direction","locator":{"end_column":28,"end_line":1,"fragment":"inference-pilots-direction","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:inference-pilots-direction","source_id":"aoa:abyss-stack:artifact:b1606024c9a05184d0f9dbb4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b82a3b59dce2eb8a4cbf0c1c:aoa:abyss-stack:anchor:9914e46aea6be56b80236781","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:9914e46aea6be56b80236781","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b82a3b59dce2eb8a4cbf0c1c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:fe8bb395cdb84e593056a44f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:fe8bb395cdb84e593056a44f","label":"PRESETS","locator":{"end_column":36,"end_line":257,"fragment":"","pointer":"","start_column":3,"start_line":257},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:if-something-feels-wrong","target_ref":"../profiles/PRESETS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:257:3:0:../profiles/PRESETS.md","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} @@ -54,7 +54,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:16feb7e7335dbe52578be9d1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:16feb7e7335dbe52578be9d1","label":"_inventory_sample_from_atlas_entry","locator":{"end_column":96,"end_line":6673,"fragment":"","pointer":"","start_column":5,"start_line":6656},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_atlas_entry","target_ref":"python:_bounded_string"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_atlas_entry","target_ref":"python:_session_date_from_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_atlas_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_atlas_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_atlas_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_atlas_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_atlas_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_atlas_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_atlas_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_atlas_entry","target_ref":"python:evidence.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_atlas_entry","target_ref":"python:evidence.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_atlas_entry","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_atlas_entry","target_ref":"python:refs.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_atlas_entry","target_ref":"python:sample.items"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._inventory_sample_from_atlas_entry","semantic_key":"python:method:AoASessionMemoryMCPState._inventory_sample_from_atlas_entry","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:62bf7b0fc704673b43a703ae","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:62bf7b0fc704673b43a703ae","label":"${AOA_STACK_ROOT","locator":{"end_column":95,"end_line":9,"fragment":"","pointer":"/services/route-api/volumes/0/${AOA_STACK_ROOT","start_column":7,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/volumes/0/${AOA_STACK_ROOT","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8:aoa:abyss-stack:anchor:ab126b6428f789dd8286c787","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ab126b6428f789dd8286c787","label":"llama.cpp server knobs","locator":{"end_column":26,"end_line":61,"fragment":"llamacpp-server-knobs","pointer":"","start_column":1,"start_line":61},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:llamacpp-server-knobs","source_id":"aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:e54db5910b2e93f9f84011dc","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e54db5910b2e93f9f84011dc","label":"ABYSS-STACK-D-0014 Residual Frontier Quest Alignment","locator":{"end_column":117,"end_line":137,"fragment":"","pointer":"","start_column":3,"start_line":137},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questbook","target_ref":"../ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:137:3:0:../ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:f31b149eba34c43952eb80f2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f31b149eba34c43952eb80f2","label":"diagnostics","locator":{"end_column":14,"end_line":173,"fragment":"diagnostics","pointer":"","start_column":1,"start_line":173},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:diagnostics","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f321af9bb18b59e86d10c26e:aoa:abyss-stack:anchor:f33984072e12e2f712b816b0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f33984072e12e2f712b816b0","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:f321af9bb18b59e86d10c26e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f323b2bec780ad026a892be1:aoa:abyss-stack:anchor:03bbbaaae81f8dd506e282dd","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:03bbbaaae81f8dd506e282dd","label":"notes","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/notes","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/notes","source_id":"aoa:abyss-stack:artifact:f323b2bec780ad026a892be1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:91930ceb0d623f20cadfb4c4","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:91930ceb0d623f20cadfb4c4","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":""} @@ -62,3 +62,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe:aoa:abyss-stack:anchor:c44ab4f9e4b8c87aab7826c7","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:c44ab4f9e4b8c87aab7826c7","label":"description","locator":{"end_column":76,"end_line":8,"fragment":"","pointer":"project.description","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.description","source_id":"aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d:aoa:abyss-stack:anchor:6c39f0b6e7ea8faa26bbee42","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6c39f0b6e7ea8faa26bbee42","label":"services","locator":{"end_column":9,"end_line":3,"fragment":"","pointer":"/services","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services","source_id":"aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fe0094cafdebc1a274f0f632:aoa:abyss-stack:anchor:4b62d8e3f8ae1bc7271fb0d6","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4b62d8e3f8ae1bc7271fb0d6","label":"aoa.tuning.overlay","locator":{"end_column":52,"end_line":6,"fragment":"","pointer":"/services/llama-cpp/labels/aoa.tuning.overlay","start_column":7,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/labels/aoa.tuning.overlay","source_id":"aoa:abyss-stack:artifact:fe0094cafdebc1a274f0f632","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:fea4d06556e794c7fb5c9964","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:fea4d06556e794c7fb5c9964","label":"version","locator":{"end_column":16,"end_line":6,"fragment":"","pointer":"/identity/version","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/identity/version","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/1a.jsonl b/kag/indexes/shards/anchor/1a.jsonl index 18de27730..8a61e96c8 100644 --- a/kag/indexes/shards/anchor/1a.jsonl +++ b/kag/indexes/shards/anchor/1a.jsonl @@ -1,10 +1,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:02e6940a395ca8b888f25191:aoa:abyss-stack:anchor:eaf222a99b081d84223d4927","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:eaf222a99b081d84223d4927","label":"ABYSS-STACK-D-0026 Workflow Automation Optional Profile","locator":{"end_column":157,"end_line":32,"fragment":"","pointer":"","start_column":37,"start_line":32},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decisions-by-number","target_ref":"../ABYSS-STACK-D-0026-workflow-automation-optional-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:32:37:0:../ABYSS-STACK-D-0026-workflow-automation-optional-profile.md","source_id":"aoa:abyss-stack:artifact:02e6940a395ca8b888f25191","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:064505ff57f8ab300d932d4b:aoa:abyss-stack:anchor:343fdfba08adaabcfe2b49c9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:343fdfba08adaabcfe2b49c9","label":"test_normalize_build_router_noop_raw_spec_demotes_duplicate_anchor_to_exact_replace","locator":{"end_column":108,"end_line":423,"fragment":"","pointer":"","start_column":5,"start_line":380},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_normalize_build_router_noop_raw_spec_demotes_duplicate_anchor_to_exact_replace","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_normalize_build_router_noop_raw_spec_demotes_duplicate_anchor_to_exact_replace","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_normalize_build_router_noop_raw_spec_demotes_duplicate_anchor_to_exact_replace","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_normalize_build_router_noop_raw_spec_demotes_duplicate_anchor_to_exact_replace","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_normalize_build_router_noop_raw_spec_demotes_duplicate_anchor_to_exact_replace","target_ref":"python:self.module.extract_build_router_write_loop_block"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_normalize_build_router_noop_raw_spec_demotes_duplicate_anchor_to_exact_replace","target_ref":"python:self.module.normalize_block_shape"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_normalize_build_router_noop_raw_spec_demotes_duplicate_anchor_to_exact_replace","target_ref":"python:self.module.normalize_block_shape"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_normalize_build_router_noop_raw_spec_demotes_duplicate_anchor_to_exact_replace","target_ref":"python:self.module.normalize_build_router_noop_raw_spec"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerEditSpecTests.test_normalize_build_router_noop_raw_spec_demotes_duplicate_anchor_to_exact_replace","semantic_key":"python:method:GovernedRunnerEditSpecTests.test_normalize_build_router_noop_raw_spec_demotes_duplicate_anchor_to_exact_replace","source_id":"aoa:abyss-stack:artifact:064505ff57f8ab300d932d4b","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:68ea7df9eda69e035fc9d1b8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:68ea7df9eda69e035fc9d1b8","label":"[0.4.0] - 2026-06-07","locator":{"end_column":23,"end_line":173,"fragment":"040-2026-06-07","pointer":"","start_column":1,"start_line":173},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:040-2026-06-07","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:68ea7df9eda69e035fc9d1b8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:68ea7df9eda69e035fc9d1b8","label":"[0.4.0] - 2026-06-07","locator":{"end_column":23,"end_line":175,"fragment":"040-2026-06-07","pointer":"","start_column":1,"start_line":175},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:040-2026-06-07","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0d99db932730395cfae0c2f8:aoa:abyss-stack:anchor:0e5a7ec8028b03d3c9736cb6","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0e5a7ec8028b03d3c9736cb6","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:0d99db932730395cfae0c2f8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43:aoa:abyss-stack:anchor:edaeb02e77dc5d70d185c5eb","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:edaeb02e77dc5d70d185c5eb","label":"wrapper_class","locator":{"end_column":21,"end_line":18,"fragment":"","pointer":"/wrapper_class","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/wrapper_class","source_id":"aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:93351353ab3a6cdf4ec563c8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:93351353ab3a6cdf4ec563c8","label":"write_text","locator":{"end_column":44,"end_line":13,"fragment":"","pointer":"","start_column":1,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_text","semantic_key":"python:function:write_text","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:04cdf6c03bce2f0d40fa0083","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:04cdf6c03bce2f0d40fa0083","label":"write_valid_surface","locator":{"end_column":10,"end_line":46,"fragment":"","pointer":"","start_column":5,"start_line":20},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineSurfaceValidatorTests.write_valid_surface","semantic_key":"python:method:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:04cdf6c03bce2f0d40fa0083","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:04cdf6c03bce2f0d40fa0083","label":"write_valid_surface","locator":{"end_column":14,"end_line":52,"fragment":"","pointer":"","start_column":5,"start_line":19},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineSurfaceValidatorTests.write_valid_surface","semantic_key":"python:method:DiagnosticSpineSurfaceValidatorTests.write_valid_surface","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:20453143f58f11868bffb84e:aoa:abyss-stack:anchor:98f1faeafe8f9b47860bf4eb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:98f1faeafe8f9b47860bf4eb","label":"test_llamacpp_verify_failure_returns_fail","locator":{"end_column":80,"end_line":199,"fragment":"","pointer":"","start_column":5,"start_line":193},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AutonomyCollectorTests.test_llamacpp_verify_failure_returns_fail","target_ref":"python:make_check"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AutonomyCollectorTests.test_llamacpp_verify_failure_returns_fail","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AutonomyCollectorTests.test_llamacpp_verify_failure_returns_fail","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AutonomyCollectorTests.test_llamacpp_verify_failure_returns_fail","target_ref":"python:self.collect_payload"}],"parser_ref":"python-ast@1","qualified_name":"AutonomyCollectorTests.test_llamacpp_verify_failure_returns_fail","semantic_key":"python:method:AutonomyCollectorTests.test_llamacpp_verify_failure_returns_fail","source_id":"aoa:abyss-stack:artifact:20453143f58f11868bffb84e","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:24b14059c0643ecd06b4d007:aoa:abyss-stack:anchor:3141c0d0d7389b21881bbf94","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3141c0d0d7389b21881bbf94","label":"_targets","locator":{"end_column":20,"end_line":35,"fragment":"","pointer":"","start_column":1,"start_line":27},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_targets","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_targets","target_ref":"python:list"}],"parser_ref":"python-ast@1","qualified_name":"_targets","semantic_key":"python:function:_targets","source_id":"aoa:abyss-stack:artifact:24b14059c0643ecd06b4d007","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:dae3b343e8f2a5d22fe27bc2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:dae3b343e8f2a5d22fe27bc2","label":"ensure_w3_gate_passed","locator":{"end_column":19,"end_line":3370,"fragment":"","pointer":"","start_column":1,"start_line":3363},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w3_gate_passed","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w3_gate_passed","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w3_gate_passed","target_ref":"python:index_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w3_gate_passed","target_ref":"python:index_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w3_gate_passed","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w3_gate_passed","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w3_gate_passed","target_ref":"python:wave_index_name"}],"parser_ref":"python-ast@1","qualified_name":"ensure_w3_gate_passed","semantic_key":"python:function:ensure_w3_gate_passed","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} @@ -42,8 +42,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:f9b8838eba6613473cbaf993","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f9b8838eba6613473cbaf993","label":"_source_mtime_epoch","locator":{"end_column":43,"end_line":35,"fragment":"","pointer":"","start_column":1,"start_line":28},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_source_mtime_epoch","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_source_mtime_epoch","target_ref":"python:mtimes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_source_mtime_epoch","target_ref":"python:path.stat"}],"parser_ref":"python-ast@1","qualified_name":"_source_mtime_epoch","semantic_key":"python:function:_source_mtime_epoch","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ec386b40e6285d939b65d01a:aoa:abyss-stack:anchor:37241dc0a6d445538f48b791","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:37241dc0a6d445538f48b791","label":"Mitigations","locator":{"end_column":14,"end_line":21,"fragment":"mitigations","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mitigations","source_id":"aoa:abyss-stack:artifact:ec386b40e6285d939b65d01a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:effc44426896b5dff1b195e5:aoa:abyss-stack:anchor:5e753291cda5bf2e3a824b13","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:5e753291cda5bf2e3a824b13","label":"status","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/status","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/status","source_id":"aoa:abyss-stack:artifact:effc44426896b5dff1b195e5","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:8f5bb1995c4933c65154ca5b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8f5bb1995c4933c65154ca5b","label":"ABYSS-STACK-D-0029 BabelVox TTS Experimental Lane","locator":{"end_column":111,"end_line":97,"fragment":"","pointer":"","start_column":3,"start_line":97},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0029-babelvox-tts-experimental-lane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:97:3:0:../ABYSS-STACK-D-0029-babelvox-tts-experimental-lane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f321af9bb18b59e86d10c26e:aoa:abyss-stack:anchor:b89abb852f3bbe27d62910e6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b89abb852f3bbe27d62910e6","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:f321af9bb18b59e86d10c26e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4561a5cd595232410a84dc8:aoa:abyss-stack:anchor:9d1c37ce6a8fbc5513625607","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9d1c37ce6a8fbc5513625607","label":"test_validator_rejects_stale_generated_registry","locator":{"end_column":33,"end_line":65,"fragment":"","pointer":"","start_column":1,"start_line":57},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_rejects_stale_generated_registry","target_ref":"python:builder.build"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_rejects_stale_generated_registry","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_rejects_stale_generated_registry","target_ref":"python:load"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_rejects_stale_generated_registry","target_ref":"python:load"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_rejects_stale_generated_registry","target_ref":"python:out.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_rejects_stale_generated_registry","target_ref":"python:validator.main"}],"parser_ref":"python-ast@1","qualified_name":"test_validator_rejects_stale_generated_registry","semantic_key":"python:function:test_validator_rejects_stale_generated_registry","source_id":"aoa:abyss-stack:artifact:f4561a5cd595232410a84dc8","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6:aoa:abyss-stack:anchor:0e8f7fe5a17ff5aab13898ab","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0e8f7fe5a17ff5aab13898ab","label":"`50-speech.yml`","locator":{"end_column":18,"end_line":149,"fragment":"50-speechyml","pointer":"","start_column":1,"start_line":149},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:50-speechyml","source_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8:aoa:abyss-stack:anchor:03cb64c4523d91027f978ac1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:03cb64c4523d91027f978ac1","label":"Boundary notes","locator":{"end_column":17,"end_line":53,"fragment":"boundary-notes","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundary-notes","source_id":"aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:4000828baa7604ed86caadae","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4000828baa7604ed86caadae","label":"diagnostic_session_ref","locator":{"end_column":32,"end_line":45,"fragment":"","pointer":"/abi/inputs/conditional/review/0","start_column":9,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/inputs/conditional/review/0","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/1b.jsonl b/kag/indexes/shards/anchor/1b.jsonl index 70ce880d4..a2fde7d3d 100644 --- a/kag/indexes/shards/anchor/1b.jsonl +++ b/kag/indexes/shards/anchor/1b.jsonl @@ -18,7 +18,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:5972cf4401a2774cdd3b1a16:aoa:abyss-stack:anchor:80c7765f4a46836c6bafd0ec","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:80c7765f4a46836c6bafd0ec","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:5972cf4401a2774cdd3b1a16","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5d25e239b95780ab137141e8:aoa:abyss-stack:anchor:18bc235e48f50dfb62afaa1b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:18bc235e48f50dfb62afaa1b","label":"Federation Seams Parts","locator":{"end_column":24,"end_line":1,"fragment":"federation-seams-parts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation-seams-parts","source_id":"aoa:abyss-stack:artifact:5d25e239b95780ab137141e8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5ee36d0a8f3420e108b06e8a:aoa:abyss-stack:anchor:d68a756f7ac5c0a22712f621","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d68a756f7ac5c0a22712f621","label":"Ownership","locator":{"end_column":12,"end_line":118,"fragment":"ownership","pointer":"","start_column":1,"start_line":118},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:ownership","source_id":"aoa:abyss-stack:artifact:5ee36d0a8f3420e108b06e8a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:175ec2edce251aac285d6bfe","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:175ec2edce251aac285d6bfe","label":"test_catalog_surface_order_drift_fails","locator":{"end_column":16,"end_line":103,"fragment":"","pointer":"","start_column":1,"start_line":86},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_surface_order_drift_fails","target_ref":"python:catalog_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_surface_order_drift_fails","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_surface_order_drift_fails","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_surface_order_drift_fails","target_ref":"python:reversed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_surface_order_drift_fails","target_ref":"python:run_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_surface_order_drift_fails","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_surface_order_drift_fails","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_catalog_surface_order_drift_fails","semantic_key":"python:function:test_catalog_surface_order_drift_fails","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:175ec2edce251aac285d6bfe","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:175ec2edce251aac285d6bfe","label":"test_catalog_surface_order_drift_fails","locator":{"end_column":16,"end_line":102,"fragment":"","pointer":"","start_column":1,"start_line":85},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_surface_order_drift_fails","target_ref":"python:catalog_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_surface_order_drift_fails","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_surface_order_drift_fails","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_surface_order_drift_fails","target_ref":"python:reversed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_surface_order_drift_fails","target_ref":"python:run_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_surface_order_drift_fails","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_catalog_surface_order_drift_fails","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_catalog_surface_order_drift_fails","semantic_key":"python:function:test_catalog_surface_order_drift_fails","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:6606e341283d8091bb102e1b:aoa:abyss-stack:anchor:973123ef28e81503a98e4588","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:973123ef28e81503a98e4588","label":"_run_server","locator":{"end_column":44,"end_line":26,"fragment":"","pointer":"","start_column":1,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:_http_auth_kwargs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:_transport_settings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:server.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:server.run"}],"parser_ref":"python-ast@1","qualified_name":"_run_server","semantic_key":"python:function:_run_server","source_id":"aoa:abyss-stack:artifact:6606e341283d8091bb102e1b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6:aoa:abyss-stack:anchor:26d7fe830d2d0fb16924d251","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:26d7fe830d2d0fb16924d251","label":"small local wrappers stay leaf-only","locator":{"end_column":39,"end_line":37,"fragment":"","pointer":"/evidence/1","start_column":3,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/evidence/1","source_id":"aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6b5553ecdb5136ed27e16cb6:aoa:abyss-stack:anchor:80929f50578774cbd5b1c5fe","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:80929f50578774cbd5b1c5fe","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:6b5553ecdb5136ed27e16cb6","symbol_kind":"json_key"} @@ -34,9 +34,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:1cbbddb5a5f90de9b423d1f4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1cbbddb5a5f90de9b423d1f4","label":"is_source_checkout","locator":{"end_column":6,"end_line":136,"fragment":"","pointer":"","start_column":1,"start_line":131},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"is_source_checkout","semantic_key":"python:function:is_source_checkout","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:dbbbd73b233bf658f6ebe598","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:dbbbd73b233bf658f6ebe598","label":"ABYSS-STACK-D-0042 Source Structure Validator Module","locator":{"end_column":117,"end_line":156,"fragment":"","pointer":"","start_column":3,"start_line":156},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0042-source-structure-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:156:3:0:../ABYSS-STACK-D-0042-source-structure-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:eb878c0977e05329d51202e3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:eb878c0977e05329d51202e3","label":"ABYSS-STACK-D-0027 Managed Systemd Unit Sources","locator":{"end_column":107,"end_line":61,"fragment":"","pointer":"","start_column":3,"start_line":61},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0027-managed-systemd-unit-sources.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:61:3:0:../ABYSS-STACK-D-0027-managed-systemd-unit-sources.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:eb8e3106b6542dda17908f4a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:eb8e3106b6542dda17908f4a","label":"federation seam","locator":{"end_column":18,"end_line":253,"fragment":"federation-seam","pointer":"","start_column":1,"start_line":253},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation-seam","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:56bd737b9f159039d6e323a5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:56bd737b9f159039d6e323a5","label":"mechanics/config-projection","locator":{"end_column":193,"end_line":61,"fragment":"","pointer":"","start_column":125,"start_line":61},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"mechanics/config-projection/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:61:125:1:mechanics/config-projection/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:612c932e417a7f3f6a91ab79","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:612c932e417a7f3f6a91ab79","label":"docs","locator":{"end_column":25,"end_line":170,"fragment":"","pointer":"","start_column":3,"start_line":170},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"docs/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:170:3:0:docs/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:eb8e3106b6542dda17908f4a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:eb8e3106b6542dda17908f4a","label":"federation seam","locator":{"end_column":18,"end_line":254,"fragment":"federation-seam","pointer":"","start_column":1,"start_line":254},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation-seam","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:1d0e07f2de63132cf99e9861","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1d0e07f2de63132cf99e9861","label":"memo","locator":{"end_column":25,"end_line":174,"fragment":"","pointer":"","start_column":3,"start_line":174},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"memo/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:174:3:0:memo/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:1e266fee64741c4aaf426230","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1e266fee64741c4aaf426230","label":"Agent-facing runtime","locator":{"end_column":24,"end_line":149,"fragment":"agent-facing-runtime","pointer":"","start_column":1,"start_line":149},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agent-facing-runtime","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:734f9164d4d7b0c32d64cfe9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:734f9164d4d7b0c32d64cfe9","label":"Move to richer profiles","locator":{"end_column":26,"end_line":101,"fragment":"move-to-richer-profiles","pointer":"","start_column":1,"start_line":101},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:move-to-richer-profiles","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:22a0e6a980571e45236b8cc5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:22a0e6a980571e45236b8cc5","label":"GF_SECURITY_ADMIN_USER","locator":{"end_column":35,"end_line":113,"fragment":"","pointer":"/services/grafana/environment/GF_SECURITY_ADMIN_USER","start_column":7,"start_line":113},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/grafana/environment/GF_SECURITY_ADMIN_USER","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} @@ -55,6 +54,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e7953abdf09604c8b2a9582f:aoa:abyss-stack:anchor:ed7ecdd4071dc224491c80be","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ed7ecdd4071dc224491c80be","label":"Operating Card","locator":{"end_column":17,"end_line":6,"fragment":"operating-card","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:operating-card","source_id":"aoa:abyss-stack:artifact:e7953abdf09604c8b2a9582f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345:aoa:abyss-stack:anchor:90ec441b198eda88485a2d20","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:90ec441b198eda88485a2d20","label":"source_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/source_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/source_refs","source_id":"aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:04838846ede0bbd7143ed3c5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:04838846ede0bbd7143ed3c5","label":"ABYSS-STACK-D-0062 Agent Skill Projection Validator Module","locator":{"end_column":129,"end_line":68,"fragment":"","pointer":"","start_column":3,"start_line":68},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:68:3:0:../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:e3202b4cbfbed4f2c793b22b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e3202b4cbfbed4f2c793b22b","label":"ABYSS-STACK-D-0030 RAG Orchestration Profile","locator":{"end_column":101,"end_line":113,"fragment":"","pointer":"","start_column":3,"start_line":113},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profiles-and-presets","target_ref":"../ABYSS-STACK-D-0030-rag-orchestration-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:113:3:0:../ABYSS-STACK-D-0030-rag-orchestration-profile.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f3f877cd85ae95f826205525:aoa:abyss-stack:anchor:089df284c6ddfe026a6530dd","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:089df284c6ddfe026a6530dd","label":"record_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/record_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/record_id","source_id":"aoa:abyss-stack:artifact:f3f877cd85ae95f826205525","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f80d68b85bc445f7b8bc4a73:aoa:abyss-stack:anchor:617f7d7fc2604b8364bb2de6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:617f7d7fc2604b8364bb2de6","label":"Read before editing","locator":{"end_column":22,"end_line":14,"fragment":"read-before-editing","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:read-before-editing","source_id":"aoa:abyss-stack:artifact:f80d68b85bc445f7b8bc4a73","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/1c.jsonl b/kag/indexes/shards/anchor/1c.jsonl index 047a72ce0..ce9fa0640 100644 --- a/kag/indexes/shards/anchor/1c.jsonl +++ b/kag/indexes/shards/anchor/1c.jsonl @@ -19,7 +19,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca:aoa:abyss-stack:anchor:339734f191a164caae08d1d9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:339734f191a164caae08d1d9","label":"Current runtime posture","locator":{"end_column":26,"end_line":57,"fragment":"current-runtime-posture","pointer":"","start_column":1,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:current-runtime-posture","source_id":"aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3cf94ebe951149ab24e53eca:aoa:abyss-stack:anchor:c29a0182ecf4a16e0be0acfc","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c29a0182ecf4a16e0be0acfc","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:3cf94ebe951149ab24e53eca","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa:aoa:abyss-stack:anchor:65fbce5df544b6897f345ad6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:65fbce5df544b6897f345ad6","label":"Anatomy","locator":{"end_column":10,"end_line":45,"fragment":"anatomy","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:anatomy","source_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa:aoa:abyss-stack:anchor:ca7c66da308008a82ae6297a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ca7c66da308008a82ae6297a","label":"Good Design Feels Like","locator":{"end_column":25,"end_line":132,"fragment":"good-design-feels-like","pointer":"","start_column":1,"start_line":132},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:good-design-feels-like","source_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa:aoa:abyss-stack:anchor:ca7c66da308008a82ae6297a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ca7c66da308008a82ae6297a","label":"Good Design Feels Like","locator":{"end_column":25,"end_line":135,"fragment":"good-design-feels-like","pointer":"","start_column":1,"start_line":135},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:good-design-feels-like","source_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:20d3c2ff7643e6b18c6b4a20","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:20d3c2ff7643e6b18c6b4a20","label":"build_impl_anchor_prompt","locator":{"end_column":22,"end_line":1407,"fragment":"","pointer":"","start_column":1,"start_line":1374},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_impl_anchor_prompt","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_impl_anchor_prompt","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_impl_anchor_prompt","target_ref":"python:textwrap.dedent"}],"parser_ref":"python-ast@1","qualified_name":"build_impl_anchor_prompt","semantic_key":"python:function:build_impl_anchor_prompt","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:4217770f4130ffb4a4b08d2e:aoa:abyss-stack:anchor:bca13aad53f52cd8ffd33613","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:bca13aad53f52cd8ffd33613","label":"`aoa-render-config`","locator":{"end_column":23,"end_line":45,"fragment":"aoa-render-config","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:aoa-render-config","source_id":"aoa:abyss-stack:artifact:4217770f4130ffb4a4b08d2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:4bb775b510fef0b03861add7:aoa:abyss-stack:anchor:54a428e36a0d205af4ae4d7c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:54a428e36a0d205af4ae4d7c","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:4bb775b510fef0b03861add7","symbol_kind":"json_key"} @@ -32,11 +32,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:73352c3554c542868fcc2a30:aoa:abyss-stack:anchor:18d4bc7f3352410acd17f80d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:18d4bc7f3352410acd17f80d","label":"test_health_reports_closure_summary_when_all_layers_are_ready","locator":{"end_column":94,"end_line":407,"fragment":"","pointer":"","start_column":5,"start_line":399},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RouteAPIClosureStatusTests.test_health_reports_closure_summary_when_all_layers_are_ready","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RouteAPIClosureStatusTests.test_health_reports_closure_summary_when_all_layers_are_ready","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RouteAPIClosureStatusTests.test_health_reports_closure_summary_when_all_layers_are_ready","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RouteAPIClosureStatusTests.test_health_reports_closure_summary_when_all_layers_are_ready","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RouteAPIClosureStatusTests.test_health_reports_closure_summary_when_all_layers_are_ready","target_ref":"python:self.make_store"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RouteAPIClosureStatusTests.test_health_reports_closure_summary_when_all_layers_are_ready","target_ref":"python:self.module.health"}],"parser_ref":"python-ast@1","qualified_name":"RouteAPIClosureStatusTests.test_health_reports_closure_summary_when_all_layers_are_ready","semantic_key":"python:method:RouteAPIClosureStatusTests.test_health_reports_closure_summary_when_all_layers_are_ready","source_id":"aoa:abyss-stack:artifact:73352c3554c542868fcc2a30","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:7ac90f373295aaf22ab6b693:aoa:abyss-stack:anchor:58354d9512b62e5324559952","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:58354d9512b62e5324559952","label":"load_voice","locator":{"end_column":61,"end_line":37,"fragment":"","pointer":"","start_column":1,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_voice","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_voice","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_voice","target_ref":"python:p.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_voice","target_ref":"python:p.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_voice","target_ref":"python:safe_name"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_voice","target_ref":"python:yaml.safe_load"}],"parser_ref":"python-ast@1","qualified_name":"load_voice","semantic_key":"python:function:load_voice","source_id":"aoa:abyss-stack:artifact:7ac90f373295aaf22ab6b693","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:7c90f311a2949da0b4113cc7:aoa:abyss-stack:anchor:fa64dcbc00ea5294b9e94602","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:fa64dcbc00ea5294b9e94602","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:7c90f311a2949da0b4113cc7","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:53778a3ecde945e9824388ef","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:53778a3ecde945e9824388ef","label":"ABYSS-STACK-D-0050 Diagnostic Spine Validator Module","locator":{"end_column":117,"end_line":312,"fragment":"","pointer":"","start_column":3,"start_line":312},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-skill-package","target_ref":"../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:312:3:0:../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:c6ac67e8253e70fe82a483aa","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c6ac67e8253e70fe82a483aa","label":"build_impl_exact_prompt","locator":{"end_column":22,"end_line":1371,"fragment":"","pointer":"","start_column":1,"start_line":1340},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_impl_exact_prompt","target_ref":"python:agents_guidance.rstrip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_impl_exact_prompt","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_impl_exact_prompt","target_ref":"python:textwrap.dedent"}],"parser_ref":"python-ast@1","qualified_name":"build_impl_exact_prompt","semantic_key":"python:function:build_impl_exact_prompt","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576:aoa:abyss-stack:anchor:aef19918e9ae55752a66ce3b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:aef19918e9ae55752a66ce3b","label":"Runtime knobs","locator":{"end_column":16,"end_line":165,"fragment":"runtime-knobs","pointer":"","start_column":1,"start_line":165},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-knobs","source_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:f2188fdca3357ac486cd09c1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f2188fdca3357ac486cd09c1","label":"ABYSS-STACK-D-0062 Agent Skill Projection Validator Module","locator":{"end_column":129,"end_line":216,"fragment":"","pointer":"","start_column":3,"start_line":216},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-skill-projection","target_ref":"../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:216:3:0:../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5:aoa:abyss-stack:anchor:0c65b13b20dd0fdec3fedcbd","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:0c65b13b20dd0fdec3fedcbd","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:eb6c56c19828fb6333632b0c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:eb6c56c19828fb6333632b0c","label":"diagnostic-spine","locator":{"end_column":59,"end_line":156,"fragment":"","pointer":"","start_column":3,"start_line":156},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/diagnostic-spine/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:156:3:0:mechanics/diagnostic-spine/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:255d6b4b8ad1af85464be47b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:255d6b4b8ad1af85464be47b","label":"aoa_session_goal_lifecycles","locator":{"end_column":10,"end_line":205,"fragment":"","pointer":"","start_column":5,"start_line":187},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_goal_lifecycles","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_goal_lifecycles","semantic_key":"python:method:build_server.aoa_session_goal_lifecycles","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b7212a47afbad332ca394d0b:aoa:abyss-stack:anchor:94778436bebe7aa9751310ab","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:94778436bebe7aa9751310ab","label":"test_adapter_rejects_path_unsafe_closeout_id","locator":{"end_column":69,"end_line":165,"fragment":"","pointer":"","start_column":5,"start_line":154},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_rejects_path_unsafe_closeout_id","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_rejects_path_unsafe_closeout_id","target_ref":"python:reviewed_closeout_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_rejects_path_unsafe_closeout_id","target_ref":"python:self.assertFalse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_rejects_path_unsafe_closeout_id","target_ref":"python:self.assertFalse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_rejects_path_unsafe_closeout_id","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_rejects_path_unsafe_closeout_id","target_ref":"python:self.assertNotEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_rejects_path_unsafe_closeout_id","target_ref":"python:self.run_adapter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_rejects_path_unsafe_closeout_id","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"A2AReturnCloseoutDryRunTests.test_adapter_rejects_path_unsafe_closeout_id","semantic_key":"python:method:A2AReturnCloseoutDryRunTests.test_adapter_rejects_path_unsafe_closeout_id","source_id":"aoa:abyss-stack:artifact:b7212a47afbad332ca394d0b","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:6e671df529992983ea6b6172","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6e671df529992983ea6b6172","label":"Use a preset instead of spelling the whole composition","locator":{"end_column":57,"end_line":177,"fragment":"use-a-preset-instead-of-spelling-the-whole-composition","pointer":"","start_column":1,"start_line":177},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:use-a-preset-instead-of-spelling-the-whole-composition","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} @@ -45,7 +45,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:c5003ffa4d65313f099be740:aoa:abyss-stack:anchor:04bcb56912a88cc60d4fd4f1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:04bcb56912a88cc60d4fd4f1","label":"test_return_policy_schema_surface_type_drift_fails","locator":{"end_column":110,"end_line":57,"fragment":"","pointer":"","start_column":1,"start_line":48},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_return_policy_schema_surface_type_drift_fails","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_return_policy_schema_surface_type_drift_fails","target_ref":"python:run_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_return_policy_schema_surface_type_drift_fails","target_ref":"python:schema_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_return_policy_schema_surface_type_drift_fails","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_return_policy_schema_surface_type_drift_fails","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_return_policy_schema_surface_type_drift_fails","semantic_key":"python:function:test_return_policy_schema_surface_type_drift_fails","source_id":"aoa:abyss-stack:artifact:c5003ffa4d65313f099be740","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8:aoa:abyss-stack:anchor:6fad86e555c6dab02d4b0494","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6fad86e555c6dab02d4b0494","label":"langchain-api-intel-text","locator":{"end_column":27,"end_line":41,"fragment":"","pointer":"/services/langchain-api-intel-text","start_column":3,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api-intel-text","source_id":"aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cdc356f4413f9706cd00e331:aoa:abyss-stack:anchor:6c239698e2c3f52f2259575e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6c239698e2c3f52f2259575e","label":"AGENTS","locator":{"end_column":43,"end_line":85,"fragment":"","pointer":"","start_column":24,"start_line":85},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:local-transport-lifecycle","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:85:24:0:AGENTS.md","source_id":"aoa:abyss-stack:artifact:cdc356f4413f9706cd00e331","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:765f546c375cff41708fbbda","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:765f546c375cff41708fbbda","label":"require_schema_fields","locator":{"end_column":74,"end_line":147,"fragment":"","pointer":"","start_column":1,"start_line":127},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_schema_fields","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_schema_fields","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_schema_fields","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_schema_fields","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_schema_fields","target_ref":"python:schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_schema_fields","target_ref":"python:schema.get"}],"parser_ref":"python-ast@1","qualified_name":"require_schema_fields","semantic_key":"python:function:require_schema_fields","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:765f546c375cff41708fbbda","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:765f546c375cff41708fbbda","label":"require_schema_fields","locator":{"end_column":74,"end_line":156,"fragment":"","pointer":"","start_column":1,"start_line":136},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_schema_fields","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_schema_fields","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_schema_fields","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_schema_fields","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_schema_fields","target_ref":"python:schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_schema_fields","target_ref":"python:schema.get"}],"parser_ref":"python-ast@1","qualified_name":"require_schema_fields","semantic_key":"python:function:require_schema_fields","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:d5332543087dce86c7e40b4e:aoa:abyss-stack:anchor:ce8b0f7300d7c66eefdffe6e","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ce8b0f7300d7c66eefdffe6e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:d5332543087dce86c7e40b4e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e451219962cb0039818e7aeb:aoa:abyss-stack:anchor:335736ac43309e8482b28fb7","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:335736ac43309e8482b28fb7","label":"mechanics/runtime-seam/parts/transition-discipline/docs/runtime-artifact-transitions.md","locator":{"end_column":91,"end_line":7,"fragment":"","pointer":"/required_files/1","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/1","source_id":"aoa:abyss-stack:artifact:e451219962cb0039818e7aeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:e18753e5a892dc1af277fffd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e18753e5a892dc1af277fffd","label":"_inventory_sample_from_row","locator":{"end_column":96,"end_line":6694,"fragment":"","pointer":"","start_column":5,"start_line":6675},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_row","target_ref":"python:_bounded_string"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_row","target_ref":"python:refs.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._inventory_sample_from_row","target_ref":"python:sample.items"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._inventory_sample_from_row","semantic_key":"python:method:AoASessionMemoryMCPState._inventory_sample_from_row","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} @@ -53,5 +53,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:d83ca566dcb3822169269f5b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d83ca566dcb3822169269f5b","label":"`core`","locator":{"end_column":9,"end_line":185,"fragment":"core","pointer":"","start_column":1,"start_line":185},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:core","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644:aoa:abyss-stack:anchor:8dd5ba5916445bedb1b9b6d5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8dd5ba5916445bedb1b9b6d5","label":"test_memo_recall_source_example_ref_uses_matching_contract_ref","locator":{"end_column":112,"end_line":73,"fragment":"","pointer":"","start_column":5,"start_line":57},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_recall_source_example_ref_uses_matching_contract_ref","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_recall_source_example_ref_uses_matching_contract_ref","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_recall_source_example_ref_uses_matching_contract_ref","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_recall_source_example_ref_uses_matching_contract_ref","target_ref":"python:self.assertFalse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_recall_source_example_ref_uses_matching_contract_ref","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_recall_source_example_ref_uses_matching_contract_ref","target_ref":"python:self.assert_valid_runtime_evidence_candidate_shape"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_recall_source_example_ref_uses_matching_contract_ref","target_ref":"python:self.run_export"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_recall_source_example_ref_uses_matching_contract_ref","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"RuntimeEvalEvidenceExportTests.test_memo_recall_source_example_ref_uses_matching_contract_ref","semantic_key":"python:method:RuntimeEvalEvidenceExportTests.test_memo_recall_source_example_ref_uses_matching_contract_ref","source_id":"aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644:aoa:abyss-stack:anchor:d2c56732d95330089d124fbf","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:d2c56732d95330089d124fbf","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:73beaae7eaed612b935bd542","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:73beaae7eaed612b935bd542","label":"federation seams","locator":{"end_column":19,"end_line":159,"fragment":"federation-seams","pointer":"","start_column":1,"start_line":159},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation-seams","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:90122b844d441296cd46a0ca","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:90122b844d441296cd46a0ca","label":"ABYSS-STACK-D-0073 ToS Philosophy Graph Access Plane","locator":{"end_column":117,"end_line":53,"fragment":"","pointer":"","start_column":3,"start_line":53},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:53:3:0:../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:60bb36fb115a9559ccd9e310","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:60bb36fb115a9559ccd9e310","label":"ABYSS-STACK-D-0022 Machine Evidence Freshness Gates","locator":{"end_column":115,"end_line":90,"fragment":"","pointer":"","start_column":3,"start_line":90},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit","target_ref":"../ABYSS-STACK-D-0022-machine-evidence-freshness-gates.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:90:3:0:../ABYSS-STACK-D-0022-machine-evidence-freshness-gates.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:73beaae7eaed612b935bd542","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:73beaae7eaed612b935bd542","label":"federation seams","locator":{"end_column":19,"end_line":160,"fragment":"federation-seams","pointer":"","start_column":1,"start_line":160},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation-seams","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:5928fc2303ec6467967773cf","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5928fc2303ec6467967773cf","label":"minimum_task_classes","locator":{"end_column":32,"end_line":41,"fragment":"","pointer":"/minimum_task_classes","start_column":7,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/minimum_task_classes#occurrence-3","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/1d.jsonl b/kag/indexes/shards/anchor/1d.jsonl index 7337605a1..0b7e81ece 100644 --- a/kag/indexes/shards/anchor/1d.jsonl +++ b/kag/indexes/shards/anchor/1d.jsonl @@ -26,7 +26,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7f6b1d493f705158dcf56fa7:aoa:abyss-stack:anchor:e547cf61d4120b3d07d2137f","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e547cf61d4120b3d07d2137f","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:7f6b1d493f705158dcf56fa7","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8175622d8775ba536a76f83b:aoa:abyss-stack:anchor:05bc193d73fff5398d8ac20b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:05bc193d73fff5398d8ac20b","label":"repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/repo","source_id":"aoa:abyss-stack:artifact:8175622d8775ba536a76f83b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:6885aa8d970ee4198617ec61","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6885aa8d970ee4198617ec61","label":"playbook_handoff_entries","locator":{"end_column":61,"end_line":1045,"fragment":"","pointer":"","start_column":1,"start_line":1044},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_handoff_entries","target_ref":"python:playbooks_payload"}],"parser_ref":"python-ast@1","qualified_name":"playbook_handoff_entries","semantic_key":"python:function:playbook_handoff_entries","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:e86d49476968689d7b0c094b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e86d49476968689d7b0c094b","label":"federation surface","locator":{"end_column":21,"end_line":258,"fragment":"federation-surface","pointer":"","start_column":1,"start_line":258},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation-surface","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:e86d49476968689d7b0c094b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e86d49476968689d7b0c094b","label":"federation surface","locator":{"end_column":21,"end_line":262,"fragment":"federation-surface","pointer":"","start_column":1,"start_line":262},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation-surface","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd:aoa:abyss-stack:anchor:961c8528b8d778d4297d2769","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:961c8528b8d778d4297d2769","label":"derived_method","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/derived_method","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/derived_method","source_id":"aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:98b9bdeccf4b63a7dd99a0ee:aoa:abyss-stack:anchor:3541ed1aaeb4ea175715c0d2","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:3541ed1aaeb4ea175715c0d2","label":"status","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/status","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/status","source_id":"aoa:abyss-stack:artifact:98b9bdeccf4b63a7dd99a0ee","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:99bdfcb52aaff770f846a262:aoa:abyss-stack:anchor:9107a2a748260cd9aa360d60","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9107a2a748260cd9aa360d60","label":"Next Tests","locator":{"end_column":13,"end_line":76,"fragment":"next-tests","pointer":"","start_column":1,"start_line":76},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:next-tests","source_id":"aoa:abyss-stack:artifact:99bdfcb52aaff770f846a262","symbol_kind":""} @@ -58,8 +58,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:bfd25d6ac03519bfb11dd80a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bfd25d6ac03519bfb11dd80a","label":"docs/decisions/generated/decision_graph.json","locator":{"end_column":48,"end_line":15,"fragment":"","pointer":"/generated_graphs/1","start_column":3,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/generated_graphs/1","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eba358107a3211fd09d3172c:aoa:abyss-stack:anchor:29a7b94988259ad23ae1cba3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:29a7b94988259ad23ae1cba3","label":"AGENTS.md","locator":{"end_column":11,"end_line":1,"fragment":"agentsmd","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agentsmd","source_id":"aoa:abyss-stack:artifact:eba358107a3211fd09d3172c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:e4df496b71fbedd32e1d26cb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e4df496b71fbedd32e1d26cb","label":"safe_url_without_userinfo","locator":{"end_column":89,"end_line":69,"fragment":"","pointer":"","start_column":1,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_url_without_userinfo","target_ref":"python:host.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_url_without_userinfo","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_url_without_userinfo","target_ref":"python:urlsplit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_url_without_userinfo","target_ref":"python:urlunsplit"}],"parser_ref":"python-ast@1","qualified_name":"safe_url_without_userinfo","semantic_key":"python:function:safe_url_without_userinfo","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:28ae0c048bf5c261f99eaa0e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:28ae0c048bf5c261f99eaa0e","label":"ABYSS-STACK-D-0037 AoA Session Memory MCP Access Plane","locator":{"end_column":121,"end_line":162,"fragment":"","pointer":"","start_column":3,"start_line":162},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0037-aoa-session-memory-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:162:3:0:../ABYSS-STACK-D-0037-aoa-session-memory-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:65cb230f48b8ce0751f647ce","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:65cb230f48b8ce0751f647ce","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":77,"fragment":"","pointer":"","start_column":3,"start_line":77},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:77:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:401ad95fddabbe78c1d27a1a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:401ad95fddabbe78c1d27a1a","label":"ABYSS-STACK-D-0009 Root Residual Topology Cleanup","locator":{"end_column":111,"end_line":123,"fragment":"","pointer":"","start_column":3,"start_line":123},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0009-root-residual-topology-cleanup.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:123:3:0:../ABYSS-STACK-D-0009-root-residual-topology-cleanup.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:8a3846527e0faff3d02ce5ae","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8a3846527e0faff3d02ce5ae","label":"index_exists","locator":{"end_column":41,"end_line":119,"fragment":"","pointer":"","start_column":5,"start_line":118},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.index_exists","target_ref":"python:self.index_path.is_file"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.index_exists","semantic_key":"python:method:ToSCorpusMCPState.index_exists","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:fa4032b7abc661fddd41ef14:aoa:abyss-stack:anchor:6820277f8ea91fca828ffc09","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6820277f8ea91fca828ffc09","label":"Options considered","locator":{"end_column":21,"end_line":28,"fragment":"options-considered","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:fa4032b7abc661fddd41ef14","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80:aoa:abyss-stack:anchor:47e4747f741faa556e6ca788","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:47e4747f741faa556e6ca788","label":"Outputs","locator":{"end_column":10,"end_line":37,"fragment":"outputs","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:outputs","source_id":"aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/1e.jsonl b/kag/indexes/shards/anchor/1e.jsonl index 0264ed9ca..a320b9649 100644 --- a/kag/indexes/shards/anchor/1e.jsonl +++ b/kag/indexes/shards/anchor/1e.jsonl @@ -31,7 +31,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8:aoa:abyss-stack:anchor:8d6d0b5ae9c73aba7281f9e9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8d6d0b5ae9c73aba7281f9e9","label":"AGENTS Rules for coding agents and maintainers working in `compose/`.","locator":{"end_column":71,"end_line":1,"fragment":"agents-rules-for-coding-agents-and-maintainers-working-in-compose","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agents-rules-for-coding-agents-and-maintainers-working-in-compose","source_id":"aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:bbfa49f54d4cdefe4a3587ba","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bbfa49f54d4cdefe4a3587ba","label":"commit_checkpoint_node","locator":{"end_column":10,"end_line":2732,"fragment":"","pointer":"","start_column":5,"start_line":2634},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:COMMIT_MESSAGES.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:TRIALS.w4_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:TRIALS.w4_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:commit_checkpoint"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:repo_root_for_scenario"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.commit_checkpoint_node","target_ref":"python:state.get"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.commit_checkpoint_node","semantic_key":"python:method:build_graph.commit_checkpoint_node","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:eeee2d3dff298a6bf211038a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:eeee2d3dff298a6bf211038a","label":"ABYSS-STACK-D-0038 Canonical Decision IDs And Indexes","locator":{"end_column":119,"end_line":27,"fragment":"","pointer":"","start_column":3,"start_line":27},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-route","target_ref":"../ABYSS-STACK-D-0038-canonical-decision-ids-and-indexes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:27:3:0:../ABYSS-STACK-D-0038-canonical-decision-ids-and-indexes.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:722d6e4e0f655633d52ecd9d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:722d6e4e0f655633d52ecd9d","label":".github","locator":{"end_column":39,"end_line":180,"fragment":"","pointer":"","start_column":3,"start_line":180},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":".github/GITHUB_SURFACE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:180:3:0:.github/GITHUB_SURFACE.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:98d07149c5ffc6b7b36ad844","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:98d07149c5ffc6b7b36ad844","label":"aoa_session_evidence_packet","locator":{"end_column":10,"end_line":460,"fragment":"","pointer":"","start_column":5,"start_line":446},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_evidence_packet","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_evidence_packet","semantic_key":"python:method:build_server.aoa_session_evidence_packet","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:bbbb9afa567a0176d9897422:aoa:abyss-stack:anchor:1ae68d2bf08d548f5a2c5be4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1ae68d2bf08d548f5a2c5be4","label":"fit-record","locator":{"end_column":46,"end_line":9,"fragment":"","pointer":"","start_column":3,"start_line":9},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit-docs","target_ref":"../parts/fit-record/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:9:3:0:../parts/fit-record/README.md","source_id":"aoa:abyss-stack:artifact:bbbb9afa567a0176d9897422","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8:aoa:abyss-stack:anchor:12f2e082c183ff9741491afd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:12f2e082c183ff9741491afd","label":"_record_value","locator":{"end_column":27,"end_line":198,"fragment":"","pointer":"","start_column":5,"start_line":193},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._record_value","target_ref":"python:hasattr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._record_value","target_ref":"python:record.get"}],"parser_ref":"python-ast@1","qualified_name":"Neo4jProjectionStore._record_value","semantic_key":"python:method:Neo4jProjectionStore._record_value","source_id":"aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8","symbol_kind":"method"} @@ -39,6 +38,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d6ba6fad4c15e63e33728db0:aoa:abyss-stack:anchor:71cdd8134d2d8d8ddf57dd51","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:71cdd8134d2d8d8ddf57dd51","label":"public_safe","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/public_safe","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/public_safe","source_id":"aoa:abyss-stack:artifact:d6ba6fad4c15e63e33728db0","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:d7b70279a3279fc91808efff:aoa:abyss-stack:anchor:9599488125209d6e333e985c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9599488125209d6e333e985c","label":"Operator Surface","locator":{"end_column":19,"end_line":21,"fragment":"operator-surface","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:operator-surface","source_id":"aoa:abyss-stack:artifact:d7b70279a3279fc91808efff","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d92da8f76a4cc5709d2c2a50:aoa:abyss-stack:anchor:899535f8b823bd6fdd88f18c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:899535f8b823bd6fdd88f18c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:d92da8f76a4cc5709d2c2a50","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:5e618db1d80e6b8e6d368a75","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5e618db1d80e6b8e6d368a75","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":95,"fragment":"","pointer":"","start_column":3,"start_line":95},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:95:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:d3d695129f44cd4015cbd40a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d3d695129f44cd4015cbd40a","label":"health","locator":{"end_column":6,"end_line":628,"fragment":"","pointer":"","start_column":1,"start_line":607},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:SOURCES_PATH.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:http_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:http_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:http_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:http_json"}],"parser_ref":"python-ast@1","qualified_name":"health","semantic_key":"python:function:health","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8:aoa:abyss-stack:anchor:177cb58b86f2e470fe302487","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:177cb58b86f2e470fe302487","label":"Fresh Upstream Signals","locator":{"end_column":25,"end_line":59,"fragment":"fresh-upstream-signals","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:fresh-upstream-signals","source_id":"aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:74a83a99361a3feb1015e8de","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:74a83a99361a3feb1015e8de","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":106,"fragment":"","pointer":"","start_column":3,"start_line":106},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:106:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6:aoa:abyss-stack:anchor:448c2d958dd655dacaeccd07","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:448c2d958dd655dacaeccd07","label":"`53-babelvox-tts.yml`","locator":{"end_column":24,"end_line":167,"fragment":"53-babelvox-ttsyml","pointer":"","start_column":1,"start_line":167},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:53-babelvox-ttsyml","source_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:97433c772bb50f7f310970c2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:97433c772bb50f7f310970c2","label":"proof_authority","locator":{"end_column":24,"end_line":89,"fragment":"","pointer":"/trust/proof_authority","start_column":3,"start_line":89},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/trust/proof_authority","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/1f.jsonl b/kag/indexes/shards/anchor/1f.jsonl index 942c01a78..3596da7fa 100644 --- a/kag/indexes/shards/anchor/1f.jsonl +++ b/kag/indexes/shards/anchor/1f.jsonl @@ -34,8 +34,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8507d41e414635d64e8c63e9:aoa:abyss-stack:anchor:fcc9a1a90f14d2b5b583c7d6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fcc9a1a90f14d2b5b583c7d6","label":"Source surfaces","locator":{"end_column":18,"end_line":98,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":98},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:8507d41e414635d64e8c63e9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:842d65e4d69d2e5389ea9a0f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:842d65e4d69d2e5389ea9a0f","label":"agents","locator":{"end_column":65,"end_line":2182,"fragment":"","pointer":"","start_column":1,"start_line":2180},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:agents","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:agents","target_ref":"python:require_store"}],"parser_ref":"python-ast@1","qualified_name":"agents","semantic_key":"python:function:agents","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:89145dfe2daf8f8bc52de5b9:aoa:abyss-stack:anchor:2d4059edb6c6224508e14573","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2d4059edb6c6224508e14573","label":"evidence_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/evidence_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/evidence_refs","source_id":"aoa:abyss-stack:artifact:89145dfe2daf8f8bc52de5b9","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:6c01069c388fba33ad2edfd2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6c01069c388fba33ad2edfd2","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":411,"fragment":"","pointer":"","start_column":3,"start_line":411},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection-1","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:411:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:dd1759aa71ecae27b3365593","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dd1759aa71ecae27b3365593","label":"profile topology","locator":{"end_column":19,"end_line":335,"fragment":"profile-topology","pointer":"","start_column":1,"start_line":335},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:profile-topology","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:dd1759aa71ecae27b3365593","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dd1759aa71ecae27b3365593","label":"profile topology","locator":{"end_column":19,"end_line":343,"fragment":"profile-topology","pointer":"","start_column":1,"start_line":343},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:profile-topology","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ea760f8380874c68b9ac11d:aoa:abyss-stack:anchor:a4bfc7ade391a3b009f7a714","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a4bfc7ade391a3b009f7a714","label":"Report","locator":{"end_column":9,"end_line":107,"fragment":"report","pointer":"","start_column":1,"start_line":107},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:report","source_id":"aoa:abyss-stack:artifact:8ea760f8380874c68b9ac11d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:a40611e224baa71793860b8f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a40611e224baa71793860b8f","label":"ambiguity","locator":{"end_column":14,"end_line":23,"fragment":"","pointer":"/complexity_basis/ambiguity","start_column":3,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/complexity_basis/ambiguity","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9840f3af69e7348061720de2:aoa:abyss-stack:anchor:53223bc0a91b43fa055e02cd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:53223bc0a91b43fa055e02cd","label":"Decision","locator":{"end_column":11,"end_line":35,"fragment":"decision","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:9840f3af69e7348061720de2","symbol_kind":""} @@ -62,8 +61,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:6ef71c64293f63188da73f1c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6ef71c64293f63188da73f1c","label":"_schema_errors","locator":{"end_column":24,"end_line":1179,"fragment":"","pointer":"","start_column":5,"start_line":1168},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._schema_errors","target_ref":"python:Draft202012Validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._schema_errors","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._schema_errors","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._schema_errors","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._schema_errors","target_ref":"python:rendered.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._schema_errors","target_ref":"python:self._schema_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._schema_errors","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._schema_errors","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._schema_errors","target_ref":"python:validator.iter_errors"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._schema_errors","semantic_key":"python:method:AoAMemoMCPState._schema_errors","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b:aoa:abyss-stack:anchor:6eb70e710fd13d8dc999fe0a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6eb70e710fd13d8dc999fe0a","label":"What machine-fit is","locator":{"end_column":22,"end_line":14,"fragment":"what-machine-fit-is","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:what-machine-fit-is","source_id":"aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98:aoa:abyss-stack:anchor:85b7c73b91d823bd58e2f2b9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:85b7c73b91d823bd58e2f2b9","label":"Current Surfaces","locator":{"end_column":19,"end_line":27,"fragment":"current-surfaces","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:current-surfaces","source_id":"aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:b6f0e29deb88bd9d26a4f01d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b6f0e29deb88bd9d26a4f01d","label":"ABYSS-STACK-D-0006 Local AI Trials First-Run Boundary","locator":{"end_column":119,"end_line":94,"fragment":"","pointer":"","start_column":3,"start_line":94},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0006-local-ai-trials-first-run-boundary.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:94:3:0:../ABYSS-STACK-D-0006-local-ai-trials-first-run-boundary.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:e849a65438751ad47d51a96e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e849a65438751ad47d51a96e","label":"ABYSS-STACK-D-0038 Canonical Decision IDs And Indexes","locator":{"end_column":119,"end_line":127,"fragment":"","pointer":"","start_column":3,"start_line":127},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0038-canonical-decision-ids-and-indexes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:127:3:0:../ABYSS-STACK-D-0038-canonical-decision-ids-and-indexes.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4:aoa:abyss-stack:anchor:da9b50f7f06bb66a007dd333","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:da9b50f7f06bb66a007dd333","label":"`stack/`","locator":{"end_column":30,"end_line":30,"fragment":"","pointer":"","start_column":3,"start_line":30},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:lanes","target_ref":"stack/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:30:3:0:stack/README.md","source_id":"aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d:aoa:abyss-stack:anchor:7b74b1ba3266c3175773ebc9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7b74b1ba3266c3175773ebc9","label":"LLAMA_ARG_OP_OFFLOAD","locator":{"end_column":31,"end_line":25,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_OP_OFFLOAD","start_column":7,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_OP_OFFLOAD","source_id":"aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80:aoa:abyss-stack:anchor:a7a2ea66f10ede3c0047f24f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a7a2ea66f10ede3c0047f24f","label":"This surface owns","locator":{"end_column":20,"end_line":15,"fragment":"this-surface-owns","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:this-surface-owns","source_id":"aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/20.jsonl b/kag/indexes/shards/anchor/20.jsonl index f5f67a69d..d64adb0fe 100644 --- a/kag/indexes/shards/anchor/20.jsonl +++ b/kag/indexes/shards/anchor/20.jsonl @@ -24,6 +24,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:7b65d672d89bc78761705a72","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7b65d672d89bc78761705a72","label":"PlaybookSubagentRecipeRequest","locator":{"end_column":14,"end_line":2046,"fragment":"","pointer":"","start_column":1,"start_line":2045},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"PlaybookSubagentRecipeRequest","semantic_key":"python:class:PlaybookSubagentRecipeRequest","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac:aoa:abyss-stack:anchor:1753cf746a8f427809765daf","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1753cf746a8f427809765daf","label":"test_federated_run_carries_playbook_review_packet_contract_in_trace","locator":{"end_column":10,"end_line":630,"fragment":"","pointer":"","start_column":5,"start_line":580},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_carries_playbook_review_packet_contract_in_trace","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_carries_playbook_review_packet_contract_in_trace","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_carries_playbook_review_packet_contract_in_trace","target_ref":"python:response.json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_carries_playbook_review_packet_contract_in_trace","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_carries_playbook_review_packet_contract_in_trace","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_carries_playbook_review_packet_contract_in_trace","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_carries_playbook_review_packet_contract_in_trace","target_ref":"python:self.client.post"}],"parser_ref":"python-ast@1","qualified_name":"LangchainFederatedRunTests.test_federated_run_carries_playbook_review_packet_contract_in_trace","semantic_key":"python:method:LangchainFederatedRunTests.test_federated_run_carries_playbook_review_packet_contract_in_trace","source_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8936340d2e7844f9c8b77f67:aoa:abyss-stack:anchor:111313bb0273c7d34dd0739c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:111313bb0273c7d34dd0739c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8936340d2e7844f9c8b77f67","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:210a64b43ab174c0a670c219","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:210a64b43ab174c0a670c219","label":"ABYSS-STACK-D-0056 Decision Surface Validator Module","locator":{"end_column":117,"end_line":268,"fragment":"","pointer":"","start_column":3,"start_line":268},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generated-index-handoff","target_ref":"../ABYSS-STACK-D-0056-decision-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:268:3:0:../ABYSS-STACK-D-0056-decision-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:354a6f2e520aee909d671bc7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:354a6f2e520aee909d671bc7","label":"ABYSS-STACK-D-0031 AoA Memo MCP Under Stack MCP","locator":{"end_column":107,"end_line":91,"fragment":"","pointer":"","start_column":3,"start_line":91},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-only-access-plane","target_ref":"../ABYSS-STACK-D-0031-aoa-memo-mcp-under-stack-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:91:3:0:../ABYSS-STACK-D-0031-aoa-memo-mcp-under-stack-mcp.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:d78cfa9484d1203a67031a87","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d78cfa9484d1203a67031a87","label":"ABYSS-STACK-D-0041 Source Hygiene Validator Module","locator":{"end_column":113,"end_line":151,"fragment":"","pointer":"","start_column":3,"start_line":151},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0041-source-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:151:3:0:../ABYSS-STACK-D-0041-source-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:97b64bbbcf02e8be93c6151e:aoa:abyss-stack:anchor:dfc09adf73a4709c4084d41e","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:dfc09adf73a4709c4084d41e","label":"run_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/run_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/run_id","source_id":"aoa:abyss-stack:artifact:97b64bbbcf02e8be93c6151e","symbol_kind":"json_key"} @@ -32,6 +33,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:83787fedfaac2f81f23a016f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:83787fedfaac2f81f23a016f","label":"materialize","locator":{"end_column":46,"end_line":618,"fragment":"","pointer":"","start_column":1,"start_line":598},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:available_cases"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:contracts.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:log_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:mirror_readme"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:mirror_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:node_artifacts_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:program_readme"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:refresh_w5_outputs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"materialize","semantic_key":"python:function:materialize","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:f8c05a6ac6ad01f5f59ff936","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f8c05a6ac6ad01f5f59ff936","label":"mem_limit","locator":{"end_column":46,"end_line":11,"fragment":"","pointer":"/services/neo4j/mem_limit","start_column":5,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/neo4j/mem_limit","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:3f698034dddc980f1214cb4d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3f698034dddc980f1214cb4d","label":"band","locator":{"end_column":14,"end_line":12,"fragment":"","pointer":"/band","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/band","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:42d46408adf631079ffc826b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:42d46408adf631079ffc826b","label":"ABYSS-STACK-D-0062 Agent Skill Projection Validator Module","locator":{"end_column":129,"end_line":294,"fragment":"","pointer":"","start_column":3,"start_line":294},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:local-overlay","target_ref":"../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:294:3:0:../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b084553b3b4d66d1ef058fee:aoa:abyss-stack:anchor:1d0044151cb454622548f8b9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1d0044151cb454622548f8b9","label":"validate_memo_runtime_seam","locator":{"end_column":108,"end_line":63,"fragment":"","pointer":"","start_column":1,"start_line":12},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_runtime_seam","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_runtime_seam","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_runtime_seam","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_runtime_seam","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_runtime_seam","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_runtime_seam","target_ref":"python:example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_runtime_seam","target_ref":"python:example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_runtime_seam","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_runtime_seam","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_runtime_seam","target_ref":"python:schema.get"}],"parser_ref":"python-ast@1","qualified_name":"validate_memo_runtime_seam","semantic_key":"python:function:validate_memo_runtime_seam","source_id":"aoa:abyss-stack:artifact:b084553b3b4d66d1ef058fee","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:3027c5493e6c52856f875901","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3027c5493e6c52856f875901","label":"Windows performance","locator":{"end_column":289,"end_line":46,"fragment":"","pointer":"","start_column":196,"start_line":46},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"mechanics/machine-fit/parts/windows-bridge/docs/WINDOWS_PERFORMANCE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:46:196:2:mechanics/machine-fit/parts/windows-bridge/docs/WINDOWS_PERFORMANCE.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bd1dfe23921754f3f702a6b5:aoa:abyss-stack:anchor:0c9b4772fd611b85099e29a9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0c9b4772fd611b85099e29a9","label":"test_selected_service_requires_running_container","locator":{"end_column":10,"end_line":71,"fragment":"","pointer":"","start_column":5,"start_line":61},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_selected_service_requires_running_container","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_selected_service_requires_running_container","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_selected_service_requires_running_container","target_ref":"python:service_selection_status.classify_service"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_selected_service_requires_running_container","target_ref":"python:service_selection_status.classify_service"}],"parser_ref":"python-ast@1","qualified_name":"ServiceSelectionStatusTests.test_selected_service_requires_running_container","semantic_key":"python:method:ServiceSelectionStatusTests.test_selected_service_requires_running_container","source_id":"aoa:abyss-stack:artifact:bd1dfe23921754f3f702a6b5","symbol_kind":"method"} @@ -50,7 +52,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:2dbbc24afc4a7d7f4336388d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2dbbc24afc4a7d7f4336388d","label":"_top_counts","locator":{"end_column":10,"end_line":9004,"fragment":"","pointer":"","start_column":5,"start_line":9000},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._top_counts","target_ref":"python:bucket.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._top_counts","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._top_counts","semantic_key":"python:method:AoASessionMemoryMCPState._top_counts","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:bb987d76a96e4fd78fdce2a8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bb987d76a96e4fd78fdce2a8","label":"discover","locator":{"end_column":10,"end_line":2962,"fragment":"","pointer":"","start_column":5,"start_line":2931},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.discover","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.discover","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.discover","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.discover","target_ref":"python:cls"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.discover","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.discover","target_ref":"python:os.environ.get"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState.discover","semantic_key":"python:method:AoASessionMemoryMCPState.discover","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345:aoa:abyss-stack:anchor:092dfa79f0513dc0edb8d08b","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:092dfa79f0513dc0edb8d08b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:41d1a738aa6016a63e245740","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:41d1a738aa6016a63e245740","label":"ABYSS-STACK-D-0079 KAG Query Application Port","locator":{"end_column":103,"end_line":57,"fragment":"","pointer":"","start_column":3,"start_line":57},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0079-kag-query-application-port.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:57:3:0:../ABYSS-STACK-D-0079-kag-query-application-port.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:027ae23b1a82ac82c2379912","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:027ae23b1a82ac82c2379912","label":"ABYSS-STACK-D-0028 Intel Inference And Rerank Service Selection","locator":{"end_column":139,"end_line":102,"fragment":"","pointer":"","start_column":3,"start_line":102},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection","target_ref":"../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:102:3:0:../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:631b12daf5023735306626f4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:631b12daf5023735306626f4","label":"ABYSS-STACK-D-0011 Legacy-Heavy Runtime Package Distillation","locator":{"end_column":133,"end_line":14,"fragment":"","pointer":"","start_column":3,"start_line":14},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mechanics","target_ref":"../ABYSS-STACK-D-0011-legacy-heavy-runtime-package-distillation.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:14:3:0:../ABYSS-STACK-D-0011-legacy-heavy-runtime-package-distillation.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f8f916b96acc5c30168946be:aoa:abyss-stack:anchor:820108dc7885b2309709472a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:820108dc7885b2309709472a","label":"build_examples","locator":{"end_column":29,"end_line":26,"fragment":"","pointer":"","start_column":1,"start_line":19},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_examples","target_ref":"python:catalog.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_examples","target_ref":"python:dispatch.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_examples","target_ref":"python:quest_surface.build_expected_quest_catalog_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_examples","target_ref":"python:quest_surface.build_expected_quest_dispatch_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_examples","target_ref":"python:quest_surface.load_quest_payload"}],"parser_ref":"python-ast@1","qualified_name":"build_examples","semantic_key":"python:function:build_examples","source_id":"aoa:abyss-stack:artifact:f8f916b96acc5c30168946be","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6:aoa:abyss-stack:anchor:a52bc7749614fbcf155b7a6e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a52bc7749614fbcf155b7a6e","label":"SERVICE CATALOG","locator":{"end_column":17,"end_line":1,"fragment":"service-catalog","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:service-catalog","source_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:0ef65567a74ca923a898369d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0ef65567a74ca923a898369d","label":"legacy_baseline","locator":{"end_column":95,"end_line":92,"fragment":"","pointer":"/provenance/legacy_baseline","start_column":3,"start_line":92},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/provenance/legacy_baseline","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:13b03f1d87108cc068df16c9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:13b03f1d87108cc068df16c9","label":"owner_contract","locator":{"end_column":95,"end_line":66,"fragment":"","pointer":"/tool_requirements/owner_contract","start_column":3,"start_line":66},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/tool_requirements/owner_contract","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ffb0f6f1f47fd11880be16b5:aoa:abyss-stack:anchor:b09479277a900917b358c5af","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b09479277a900917b358c5af","label":"test_current_repo_runtime_route_contracts_module_passes","locator":{"end_column":56,"end_line":52,"fragment":"","pointer":"","start_column":1,"start_line":51},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_current_repo_runtime_route_contracts_module_passes","target_ref":"python:run_runtime_route_validator"}],"parser_ref":"python-ast@1","qualified_name":"test_current_repo_runtime_route_contracts_module_passes","semantic_key":"python:function:test_current_repo_runtime_route_contracts_module_passes","source_id":"aoa:abyss-stack:artifact:ffb0f6f1f47fd11880be16b5","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/21.jsonl b/kag/indexes/shards/anchor/21.jsonl index f1949e7cb..d240467b2 100644 --- a/kag/indexes/shards/anchor/21.jsonl +++ b/kag/indexes/shards/anchor/21.jsonl @@ -19,7 +19,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:4be87cea653ca488c934b661:aoa:abyss-stack:anchor:1e9f1cfc954de52e3d0d3060","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:1e9f1cfc954de52e3d0d3060","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:4be87cea653ca488c934b661","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:52591f88a27381e1682cd390:aoa:abyss-stack:anchor:b9f11531d1cfb698442836a5","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:b9f11531d1cfb698442836a5","label":"errors","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/errors","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/errors","source_id":"aoa:abyss-stack:artifact:52591f88a27381e1682cd390","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:54e72cb4935e00b5cff2d280:aoa:abyss-stack:anchor:6c5077d02a8d140dbeed1c63","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6c5077d02a8d140dbeed1c63","label":"Agents-of-Abyss","locator":{"end_column":169,"end_line":30,"fragment":"","pointer":"","start_column":52,"start_line":30},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-notes","target_ref":"https://github.com/8Dionysus/Agents-of-Abyss/blob/main/docs/EXPERIENCE_WAVE4_POLIS_CONSTITUTION.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:30:52:0:https://github.com/8Dionysus/Agents-of-Abyss/blob/main/docs/EXPERIENCE_WAVE4_POLIS_CONSTITUTION.md","source_id":"aoa:abyss-stack:artifact:54e72cb4935e00b5cff2d280","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a:aoa:abyss-stack:anchor:1f6213d683f224655335e1a4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1f6213d683f224655335e1a4","label":"discover_nested_agents","locator":{"end_column":17,"end_line":421,"fragment":"","pointer":"","start_column":1,"start_line":413},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discover_nested_agents","target_ref":"python:_is_ignored"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discover_nested_agents","target_ref":"python:_relative"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discover_nested_agents","target_ref":"python:found.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discover_nested_agents","target_ref":"python:repo_root.rglob"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discover_nested_agents","target_ref":"python:set"}],"parser_ref":"python-ast@1","qualified_name":"discover_nested_agents","semantic_key":"python:function:discover_nested_agents","source_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a:aoa:abyss-stack:anchor:1f6213d683f224655335e1a4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1f6213d683f224655335e1a4","label":"discover_nested_agents","locator":{"end_column":17,"end_line":431,"fragment":"","pointer":"","start_column":1,"start_line":423},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discover_nested_agents","target_ref":"python:_is_ignored"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discover_nested_agents","target_ref":"python:_relative"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discover_nested_agents","target_ref":"python:found.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discover_nested_agents","target_ref":"python:repo_root.rglob"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:discover_nested_agents","target_ref":"python:set"}],"parser_ref":"python-ast@1","qualified_name":"discover_nested_agents","semantic_key":"python:function:discover_nested_agents","source_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:5cf511073cba8648076ea457:aoa:abyss-stack:anchor:f97fc3de18c3d3accb2ce0fa","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f97fc3de18c3d3accb2ce0fa","label":"langchain-api","locator":{"end_column":16,"end_line":17,"fragment":"","pointer":"/services/langchain-api","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api","source_id":"aoa:abyss-stack:artifact:5cf511073cba8648076ea457","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:69dc0fdecc8dfd77cec5a098:aoa:abyss-stack:anchor:9b6f5a0033b080b73f7ab523","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9b6f5a0033b080b73f7ab523","label":"Canonical Decision IDs And Indexes","locator":{"end_column":36,"end_line":1,"fragment":"canonical-decision-ids-and-indexes","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:canonical-decision-ids-and-indexes","source_id":"aoa:abyss-stack:artifact:69dc0fdecc8dfd77cec5a098","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:69dc0fdecc8dfd77cec5a098:aoa:abyss-stack:anchor:d36063ada6c8260adee1c4e7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d36063ada6c8260adee1c4e7","label":"Options considered","locator":{"end_column":21,"end_line":34,"fragment":"options-considered","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:69dc0fdecc8dfd77cec5a098","symbol_kind":""} @@ -31,6 +31,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:873aad955afb54f5174ff94c:aoa:abyss-stack:anchor:87c161542cf654a543a917f1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:87c161542cf654a543a917f1","label":"proposal_provider","locator":{"end_column":10,"end_line":501,"fragment":"","pointer":"","start_column":5,"start_line":485},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerTestCase.proposal_provider","semantic_key":"python:method:GovernedRunnerTestCase.proposal_provider","source_id":"aoa:abyss-stack:artifact:873aad955afb54f5174ff94c","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8936340d2e7844f9c8b77f67:aoa:abyss-stack:anchor:88d8344222d43cb0692208f2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:88d8344222d43cb0692208f2","label":"Releasing `abyss-stack`","locator":{"end_column":25,"end_line":1,"fragment":"releasing-abyss-stack","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:releasing-abyss-stack","source_id":"aoa:abyss-stack:artifact:8936340d2e7844f9c8b77f67","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:74c761caa154b24bd2d7aa3b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:74c761caa154b24bd2d7aa3b","label":"ABYSS-STACK-D-0072 AoA 4PDA Connector MCP Access Plane","locator":{"end_column":121,"end_line":84,"fragment":"","pointer":"","start_column":3,"start_line":84},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-port-confinement","target_ref":"../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:84:3:0:../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:eb415ae06fdbe708a5451e82","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:eb415ae06fdbe708a5451e82","label":"ABYSS-STACK-D-0052 Machine Fit Validator Module","locator":{"end_column":107,"end_line":280,"fragment":"","pointer":"","start_column":3,"start_line":280},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:host-evidence-posture","target_ref":"../ABYSS-STACK-D-0052-machine-fit-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:280:3:0:../ABYSS-STACK-D-0052-machine-fit-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9:aoa:abyss-stack:anchor:d671e69fcadf039723499c89","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d671e69fcadf039723499c89","label":"Reputation posture","locator":{"end_column":21,"end_line":55,"fragment":"reputation-posture","pointer":"","start_column":1,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:reputation-posture","source_id":"aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d:aoa:abyss-stack:anchor:eaeefaf09267a2ca7cf0395b","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:eaeefaf09267a2ca7cf0395b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd:aoa:abyss-stack:anchor:03bdb317d6a8ce5413d07c23","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:03bdb317d6a8ce5413d07c23","label":"result","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/result","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/result","source_id":"aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd","symbol_kind":"json_key"} @@ -41,10 +42,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:9ec0129326baabf7d8683748","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:9ec0129326baabf7d8683748","label":"aoa.tuning.host_class","locator":{"end_column":54,"end_line":32,"fragment":"","pointer":"/services/postgres/labels/aoa.tuning.host_class","start_column":7,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/postgres/labels/aoa.tuning.host_class","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a32fa5977f31c0c97d4e6355:aoa:abyss-stack:anchor:fab0b0cbdabb6246415f557b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:fab0b0cbdabb6246415f557b","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:a32fa5977f31c0c97d4e6355","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:121955fd4b65025120c8cd62","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:121955fd4b65025120c8cd62","label":"ABYSS-STACK-D-0013 Runtime Compatibility Boundaries","locator":{"end_column":115,"end_line":143,"fragment":"","pointer":"","start_column":3,"start_line":143},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0013-runtime-compatibility-boundaries.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:143:3:0:../ABYSS-STACK-D-0013-runtime-compatibility-boundaries.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:3c3d8f88cdcd81b3589ac1cb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3c3d8f88cdcd81b3589ac1cb","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":225,"fragment":"","pointer":"","start_column":3,"start_line":225},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:compose-topology","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:225:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:55198a8ec05c91454be3e6ea","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:55198a8ec05c91454be3e6ea","label":"owner-local stats ports","locator":{"end_column":26,"end_line":303,"fragment":"owner-local-stats-ports","pointer":"","start_column":1,"start_line":303},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-local-stats-ports","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:55198a8ec05c91454be3e6ea","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:55198a8ec05c91454be3e6ea","label":"owner-local stats ports","locator":{"end_column":26,"end_line":308,"fragment":"owner-local-stats-ports","pointer":"","start_column":1,"start_line":308},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-local-stats-ports","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:354c0438ff6e644bb984639e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:354c0438ff6e644bb984639e","label":"docs","locator":{"end_column":92,"end_line":21,"fragment":"","pointer":"","start_column":70,"start_line":21},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:what-this-repository-does","target_ref":"docs/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:21:70:0:docs/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:4217e873ef75762a9b682b93","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4217e873ef75762a9b682b93","label":"CHARTER","locator":{"end_column":76,"end_line":95,"fragment":"","pointer":"","start_column":55,"start_line":95},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:claim-check","target_ref":"CHARTER.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:95:55:0:CHARTER.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8:aoa:abyss-stack:anchor:79b92194207f562a60a6fe32","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:79b92194207f562a60a6fe32","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ca4fe66e96568d40c5c027d4:aoa:abyss-stack:anchor:4ffa4190dfe722d531550ddf","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:4ffa4190dfe722d531550ddf","label":"rollback_ready","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/rollback_ready","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/rollback_ready","source_id":"aoa:abyss-stack:artifact:ca4fe66e96568d40c5c027d4","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:cb496c3de199c9d8e3f893c2:aoa:abyss-stack:anchor:55028eb3b2d8fefa43a6b66c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:55028eb3b2d8fefa43a6b66c","label":"name","locator":{"end_column":27,"end_line":24,"fragment":"","pointer":"/jobs/parity-canary/steps/3/name","start_column":7,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/jobs/parity-canary/steps/3/name","source_id":"aoa:abyss-stack:artifact:cb496c3de199c9d8e3f893c2","symbol_kind":""} @@ -55,6 +54,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:eaea02c88b137a2087be29fa","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:eaea02c88b137a2087be29fa","label":"_graph_ref_dedupe_key","locator":{"end_column":75,"end_line":1695,"fragment":"","pointer":"","start_column":1,"start_line":1662},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_graph_ref_dedupe_key","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_graph_ref_dedupe_key","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_graph_ref_dedupe_key","target_ref":"python:parts.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_graph_ref_dedupe_key","target_ref":"python:parts.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_graph_ref_dedupe_key","target_ref":"python:ref.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_graph_ref_dedupe_key","target_ref":"python:ref.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_graph_ref_dedupe_key","target_ref":"python:refs.get"}],"parser_ref":"python-ast@1","qualified_name":"_graph_ref_dedupe_key","semantic_key":"python:function:_graph_ref_dedupe_key","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:0a7bba6f0eee5ecb3582a354","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0a7bba6f0eee5ecb3582a354","label":"_pending_export_counts","locator":{"end_column":57,"end_line":1582,"fragment":"","pointer":"","start_column":5,"start_line":1567},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._pending_export_counts","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._pending_export_counts","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._pending_export_counts","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._pending_export_counts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._pending_export_counts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._pending_export_counts","target_ref":"python:port_status.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._pending_export_counts","target_ref":"python:port_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._pending_export_counts","target_ref":"python:self.list_pending_exports"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._pending_export_counts","semantic_key":"python:method:AoAMemoMCPState._pending_export_counts","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345:aoa:abyss-stack:anchor:3a29e6b3f6d9f30fa0977839","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:3a29e6b3f6d9f30fa0977839","label":"builder","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/builder","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/builder","source_id":"aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:bd852f4cf4dd6d9aa55f5ccc","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bd852f4cf4dd6d9aa55f5ccc","label":"ABYSS-STACK-D-0037 AoA Session Memory MCP Access Plane","locator":{"end_column":121,"end_line":40,"fragment":"","pointer":"","start_column":3,"start_line":40},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0037-aoa-session-memory-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:40:3:0:../ABYSS-STACK-D-0037-aoa-session-memory-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef56699ffc0c3ce34db9a3af:aoa:abyss-stack:anchor:bf3a4343c5ecccdf2434fdb4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bf3a4343c5ecccdf2434fdb4","label":"build_server","locator":{"end_column":15,"end_line":106,"fragment":"","pointer":"","start_column":1,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server","target_ref":"python:FastMCP"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server","target_ref":"python:LOGGER.info"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server","target_ref":"python:ToolAnnotations"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server","target_ref":"python:_http_auth_kwargs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server","target_ref":"python:mcp.tool"}],"parser_ref":"python-ast@1","qualified_name":"build_server","semantic_key":"python:function:build_server","source_id":"aoa:abyss-stack:artifact:ef56699ffc0c3ce34db9a3af","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f303a0a7c1aabbe13c006229:aoa:abyss-stack:anchor:1d02a2180a8e0c110a54cc1a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1d02a2180a8e0c110a54cc1a","label":"Readiness","locator":{"end_column":12,"end_line":136,"fragment":"readiness","pointer":"","start_column":1,"start_line":136},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:readiness","source_id":"aoa:abyss-stack:artifact:f303a0a7c1aabbe13c006229","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f86eec7e01d18cba632755cf:aoa:abyss-stack:anchor:6d2953d7f2e5ae0dccdbed76","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6d2953d7f2e5ae0dccdbed76","label":"Rollback Execution Job","locator":{"end_column":24,"end_line":1,"fragment":"rollback-execution-job","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rollback-execution-job","source_id":"aoa:abyss-stack:artifact:f86eec7e01d18cba632755cf","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/22.jsonl b/kag/indexes/shards/anchor/22.jsonl index 62f8541f1..d23491fec 100644 --- a/kag/indexes/shards/anchor/22.jsonl +++ b/kag/indexes/shards/anchor/22.jsonl @@ -15,7 +15,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:52591f88a27381e1682cd390:aoa:abyss-stack:anchor:29a1333267388b802d137078","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:29a1333267388b802d137078","label":"candidate_ref","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/candidate_ref","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/candidate_ref","source_id":"aoa:abyss-stack:artifact:52591f88a27381e1682cd390","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:54e72cb4935e00b5cff2d280:aoa:abyss-stack:anchor:8e3b92062db5ff1f823aebe8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8e3b92062db5ff1f823aebe8","label":"Tree-of-Sophia","locator":{"end_column":286,"end_line":30,"fragment":"","pointer":"","start_column":174,"start_line":30},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-notes","target_ref":"https://github.com/8Dionysus/Tree-of-Sophia/blob/main/docs/NO_DIRECT_POLIS_GOVERNANCE_WRITE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:30:174:1:https://github.com/8Dionysus/Tree-of-Sophia/blob/main/docs/NO_DIRECT_POLIS_GOVERNANCE_WRITE.md","source_id":"aoa:abyss-stack:artifact:54e72cb4935e00b5cff2d280","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5a1bbcf29ad3ebd1ce25d7e6:aoa:abyss-stack:anchor:9916e41de1a854136af74d8d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9916e41de1a854136af74d8d","label":"parse_title","locator":{"end_column":72,"end_line":175,"fragment":"","pointer":"","start_column":1,"start_line":171},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_title","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_title","target_ref":"python:line.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_title","target_ref":"python:path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_title","target_ref":"python:text.splitlines"}],"parser_ref":"python-ast@1","qualified_name":"parse_title","semantic_key":"python:function:parse_title","source_id":"aoa:abyss-stack:artifact:5a1bbcf29ad3ebd1ce25d7e6","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b:aoa:abyss-stack:anchor:cb013a5c66a030a0d8f29c96","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cb013a5c66a030a0d8f29c96","label":"Core rule","locator":{"end_column":12,"end_line":25,"fragment":"core-rule","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:core-rule","source_id":"aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b:aoa:abyss-stack:anchor:cb013a5c66a030a0d8f29c96","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cb013a5c66a030a0d8f29c96","label":"Core rule","locator":{"end_column":12,"end_line":28,"fragment":"core-rule","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:core-rule","source_id":"aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239:aoa:abyss-stack:anchor:f4311f17cf37d7b5a85ae08f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f4311f17cf37d7b5a85ae08f","label":"owner_digest","locator":{"end_column":57,"end_line":67,"fragment":"","pointer":"","start_column":5,"start_line":67},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"CanonicalKag.owner_digest","semantic_key":"python:method:CanonicalKag.owner_digest","source_id":"aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:6b56c0ed1437e606153b4ba3:aoa:abyss-stack:anchor:bae5b3c6d8dab40b4c60a095","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:bae5b3c6d8dab40b4c60a095","label":"kind","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/kind","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/kind","source_id":"aoa:abyss-stack:artifact:6b56c0ed1437e606153b4ba3","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:6f0a306b0bad5453f0e6f938:aoa:abyss-stack:anchor:acd690604541494d3652c829","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:acd690604541494d3652c829","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:6f0a306b0bad5453f0e6f938","symbol_kind":""} @@ -49,10 +49,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:65a4188d00e7ba09ebff854f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:65a4188d00e7ba09ebff854f","label":"session_brief","locator":{"end_column":10,"end_line":5830,"fragment":"","pointer":"","start_column":5,"start_line":5767},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:_coerce_limit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:display.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:display.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:index.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:index.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:index.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:index.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:index.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:index_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:manifest_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:raw_blocks.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:raw_blocks.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:raw_blocks.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:raw_blocks.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:raw_blocks.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:self._resolve_session_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:self._segment_preview"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:session_dir.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:source.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_brief","target_ref":"python:source.get"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState.session_brief","semantic_key":"python:method:AoASessionMemoryMCPState.session_brief","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:9332452f3239e0fde4015485","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9332452f3239e0fde4015485","label":"_compact_usage_mapping","locator":{"end_column":19,"end_line":1323,"fragment":"","pointer":"","start_column":1,"start_line":1286},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:_compact_usage_list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:_compact_usage_mapping"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:_compact_usage_scalar"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:_compact_usage_scalar"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:omitted.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:tuple"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:value.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:value.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:value.keys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_mapping","target_ref":"python:value.keys"}],"parser_ref":"python-ast@1","qualified_name":"_compact_usage_mapping","semantic_key":"python:function:_compact_usage_mapping","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:b47143a48cd5ae04b013ed5b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b47143a48cd5ae04b013ed5b","label":"session_agent_closeouts","locator":{"end_column":10,"end_line":4119,"fragment":"","pointer":"","start_column":5,"start_line":4102},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_agent_closeouts","target_ref":"python:self._simple_agent_event_route"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState.session_agent_closeouts","semantic_key":"python:method:AoASessionMemoryMCPState.session_agent_closeouts","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:426c7d1258dec3ce30d98e59","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:426c7d1258dec3ce30d98e59","label":"ABYSS-STACK-D-0061 Active Topology Language Validator Module","locator":{"end_column":133,"end_line":46,"fragment":"","pointer":"","start_column":3,"start_line":46},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0061-active-topology-language-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:46:3:0:../ABYSS-STACK-D-0061-active-topology-language-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:afcc4d729ca1fee1e0f32cf1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:afcc4d729ca1fee1e0f32cf1","label":"ABYSS-STACK-D-0014 Residual Frontier Quest Alignment","locator":{"end_column":117,"end_line":104,"fragment":"","pointer":"","start_column":3,"start_line":104},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:104:3:0:../ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:effc44426896b5dff1b195e5:aoa:abyss-stack:anchor:070a63f6b1e1b95df5dfeb56","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:070a63f6b1e1b95df5dfeb56","label":"evidence_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/evidence_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/evidence_refs","source_id":"aoa:abyss-stack:artifact:effc44426896b5dff1b195e5","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8:aoa:abyss-stack:anchor:a32ad6f12797180e8eaec752","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a32ad6f12797180e8eaec752","label":"E0: reproducible baseline packet","locator":{"end_column":36,"end_line":139,"fragment":"e0-reproducible-baseline-packet","pointer":"","start_column":1,"start_line":139},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:e0-reproducible-baseline-packet","source_id":"aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:6789345790c7c5f0fe45501d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6789345790c7c5f0fe45501d","label":"ABYSS-STACK-D-0056 Decision Surface Validator Module","locator":{"end_column":117,"end_line":183,"fragment":"","pointer":"","start_column":3,"start_line":183},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-lane","target_ref":"../ABYSS-STACK-D-0056-decision-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:183:3:0:../ABYSS-STACK-D-0056-decision-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f323b2bec780ad026a892be1:aoa:abyss-stack:anchor:476a6fc647f692757b4e2899","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:476a6fc647f692757b4e2899","label":"id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/id","source_id":"aoa:abyss-stack:artifact:f323b2bec780ad026a892be1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:0481d0cba5c645e1ad11537c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0481d0cba5c645e1ad11537c","label":"_read_json","locator":{"end_column":19,"end_line":20,"fragment":"","pointer":"","start_column":1,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"_read_json","semantic_key":"python:function:_read_json","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f982df20e5a2e63f2ec3f8d7:aoa:abyss-stack:anchor:851dc33e2a89f9122e1eb053","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:851dc33e2a89f9122e1eb053","label":"Agon Runtime Archive Classification","locator":{"end_column":37,"end_line":1,"fragment":"agon-runtime-archive-classification","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agon-runtime-archive-classification","source_id":"aoa:abyss-stack:artifact:f982df20e5a2e63f2ec3f8d7","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:116f7bd0f25130f5ff2f6486","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:116f7bd0f25130f5ff2f6486","label":"recovery coexistence","locator":{"end_column":26,"end_line":108,"fragment":"","pointer":"/recheck/manual_cases/7","start_column":5,"start_line":108},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/recheck/manual_cases/7","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:ff3dbf8247d208c7fe25137a","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ff3dbf8247d208c7fe25137a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/23.jsonl b/kag/indexes/shards/anchor/23.jsonl index c29612068..4c10d35b9 100644 --- a/kag/indexes/shards/anchor/23.jsonl +++ b/kag/indexes/shards/anchor/23.jsonl @@ -30,7 +30,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:5bc3bbf24b170d4ef4ec7f3c:aoa:abyss-stack:anchor:52291e8023aa2bd35f13f570","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:52291e8023aa2bd35f13f570","label":"registry_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/registry_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/registry_id","source_id":"aoa:abyss-stack:artifact:5bc3bbf24b170d4ef4ec7f3c","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:5c47c858b077bf064d53b566:aoa:abyss-stack:anchor:37d167d9abc2103a25d5e765","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:37d167d9abc2103a25d5e765","label":"_public_command_result","locator":{"end_column":22,"end_line":871,"fragment":"","pointer":"","start_column":5,"start_line":844},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState._public_command_result","target_ref":"python:SURFACE_META.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState._public_command_result","target_ref":"python:_collect_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState._public_command_result","target_ref":"python:_compact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState._public_command_result","target_ref":"python:_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState._public_command_result","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState._public_command_result","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState._public_command_result","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState._public_command_result","target_ref":"python:meta.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState._public_command_result","target_ref":"python:meta.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState._public_command_result","target_ref":"python:meta.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState._public_command_result","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState._public_command_result","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState._public_command_result","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState._public_command_result","target_ref":"python:run.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState._public_command_result","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState._public_command_result","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AbyssMachineMCPState._public_command_result","semantic_key":"python:method:AbyssMachineMCPState._public_command_result","source_id":"aoa:abyss-stack:artifact:5c47c858b077bf064d53b566","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:75f22eff3bfad8e365792529:aoa:abyss-stack:anchor:1806352307487fbf19aa6b64","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:1806352307487fbf19aa6b64","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:75f22eff3bfad8e365792529","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:85960131b89385a7e87353d7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:85960131b89385a7e87353d7","label":"ABYSS-STACK-D-0045 Questbook Surface Validator Module","locator":{"end_column":119,"end_line":432,"fragment":"","pointer":"","start_column":3,"start_line":432},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-topology","target_ref":"../ABYSS-STACK-D-0045-questbook-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:432:3:0:../ABYSS-STACK-D-0045-questbook-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:974240d8891bd6451e45b6e2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:974240d8891bd6451e45b6e2","label":"owner source return","locator":{"end_column":22,"end_line":314,"fragment":"owner-source-return","pointer":"","start_column":1,"start_line":314},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-source-return","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:715c011889aa388919d8c2b6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:715c011889aa388919d8c2b6","label":"worktree_apply","locator":{"end_column":10,"end_line":2972,"fragment":"","pointer":"","start_column":5,"start_line":2892},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:TRIALS.w4_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:repo_root_for_scenario"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:run_worktree_preview"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:state.get"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.worktree_apply","semantic_key":"python:method:build_graph.worktree_apply","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:9e2e7088546da822b0544de2:aoa:abyss-stack:anchor:364290d96e509d1df9a43e71","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:364290d96e509d1df9a43e71","label":"Consequences","locator":{"end_column":15,"end_line":53,"fragment":"consequences","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:9e2e7088546da822b0544de2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9f247929c62566c3c389226e:aoa:abyss-stack:anchor:c7e37dabbdd1182aedb14f79","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c7e37dabbdd1182aedb14f79","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:9f247929c62566c3c389226e","symbol_kind":"json_key"} @@ -52,6 +52,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e7ba94b5d0c3b11353c9428a:aoa:abyss-stack:anchor:b0c7dc907aad84071dd9183c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:b0c7dc907aad84071dd9183c","label":"kind","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/kind","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/kind","source_id":"aoa:abyss-stack:artifact:e7ba94b5d0c3b11353c9428a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:5502101bbcd7bb029e6e52be","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5502101bbcd7bb029e6e52be","label":"interval","locator":{"end_column":18,"end_line":16,"fragment":"","pointer":"/services/route-api/healthcheck/interval","start_column":7,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/healthcheck/interval","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:06b2eee2027dac95a50fc257","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:06b2eee2027dac95a50fc257","label":"ABYSS-STACK-D-0015 Mechanics Package Card Completeness","locator":{"end_column":121,"end_line":16,"fragment":"","pointer":"","start_column":3,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mechanics","target_ref":"../ABYSS-STACK-D-0015-mechanics-package-card-completeness.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:16:3:0:../ABYSS-STACK-D-0015-mechanics-package-card-completeness.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:fb57a8db3043c578c244cf4b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:fb57a8db3043c578c244cf4b","label":"ABYSS-STACK-D-0069 ToS Corpus MCP Access Plane","locator":{"end_column":105,"end_line":194,"fragment":"","pointer":"","start_column":3,"start_line":194},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:tree-of-sophia-access","target_ref":"../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:194:3:0:../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:1b24bc376f3231ec39c49872","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1b24bc376f3231ec39c49872","label":"test_federation_surface_module_is_inventory_owned","locator":{"end_column":57,"end_line":391,"fragment":"","pointer":"","start_column":1,"start_line":381},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_federation_surface_module_is_inventory_owned","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_federation_surface_module_is_inventory_owned","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","qualified_name":"test_federation_surface_module_is_inventory_owned","semantic_key":"python:function:test_federation_surface_module_is_inventory_owned","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8:aoa:abyss-stack:anchor:ee15a270b0e7f1de59cc0e30","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ee15a270b0e7f1de59cc0e30","label":"Core rule","locator":{"end_column":12,"end_line":11,"fragment":"core-rule","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:core-rule","source_id":"aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fe87c9255d91862e65b80185:aoa:abyss-stack:anchor:fa10c680edcbc642363f7a7d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fa10c680edcbc642363f7a7d","label":"Source surfaces","locator":{"end_column":18,"end_line":72,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":72},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:fe87c9255d91862e65b80185","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:0e5993bcc67aecf2a33f3155","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0e5993bcc67aecf2a33f3155","label":"identity","locator":{"end_column":9,"end_line":2,"fragment":"","pointer":"/identity","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/identity","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/24.jsonl b/kag/indexes/shards/anchor/24.jsonl index f40a5df15..142ba2232 100644 --- a/kag/indexes/shards/anchor/24.jsonl +++ b/kag/indexes/shards/anchor/24.jsonl @@ -60,5 +60,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d03af9d59783c9f2bc1a49a3:aoa:abyss-stack:anchor:6d74355211d8d5d966b00c7b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6d74355211d8d5d966b00c7b","label":"ExperienceWave3SeedContractTests","locator":{"end_column":81,"end_line":332,"fragment":"","pointer":"","start_column":1,"start_line":151},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"ExperienceWave3SeedContractTests","semantic_key":"python:class:ExperienceWave3SeedContractTests","source_id":"aoa:abyss-stack:artifact:d03af9d59783c9f2bc1a49a3","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:dda00c1ea72d659c738c211b:aoa:abyss-stack:anchor:e22475f7db97263b86f58edb","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e22475f7db97263b86f58edb","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:dda00c1ea72d659c738c211b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:4876663cc664b14495d500d1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4876663cc664b14495d500d1","label":"_bump","locator":{"end_column":45,"end_line":8998,"fragment":"","pointer":"","start_column":5,"start_line":8994},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._bump","target_ref":"python:bucket.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._bump","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._bump","semantic_key":"python:method:AoASessionMemoryMCPState._bump","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:33bdb90567816d7aec368c1c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:33bdb90567816d7aec368c1c","label":"MCP services","locator":{"end_column":15,"end_line":139,"fragment":"mcp-services","pointer":"","start_column":1,"start_line":139},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mcp-services","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:31d49624a63e00e6a2772b44","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:31d49624a63e00e6a2772b44","label":"ABYSS-STACK-D-0043 Service Selection Validator Module","locator":{"end_column":119,"end_line":89,"fragment":"","pointer":"","start_column":3,"start_line":89},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0043-service-selection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:89:3:0:../ABYSS-STACK-D-0043-service-selection-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:33bdb90567816d7aec368c1c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:33bdb90567816d7aec368c1c","label":"MCP services","locator":{"end_column":15,"end_line":140,"fragment":"mcp-services","pointer":"","start_column":1,"start_line":140},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mcp-services","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:b70122d4a71cd12782df4270","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b70122d4a71cd12782df4270","label":"ABYSS-STACK-D-0014 Residual Frontier Quest Alignment","locator":{"end_column":117,"end_line":138,"fragment":"","pointer":"","start_column":3,"start_line":138},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questbook","target_ref":"../ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:138:3:0:../ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:751ae4b8478837000899f407","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:751ae4b8478837000899f407","label":"canonical_gate_command","locator":{"end_column":61,"end_line":9,"fragment":"","pointer":"/canonical_gate_command","start_column":5,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/canonical_gate_command","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/25.jsonl b/kag/indexes/shards/anchor/25.jsonl index e64ecb318..f7e47a222 100644 --- a/kag/indexes/shards/anchor/25.jsonl +++ b/kag/indexes/shards/anchor/25.jsonl @@ -4,7 +4,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:0d3fd5249d88e8dc21a52a9c:aoa:abyss-stack:anchor:11a02106d8a28d3c1e850028","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:11a02106d8a28d3c1e850028","label":"_local_tracking_ref","locator":{"end_column":16,"end_line":171,"fragment":"","pointer":"","start_column":1,"start_line":161},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_local_tracking_ref","target_ref":"python:_git_output"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_local_tracking_ref","target_ref":"python:_git_output"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_local_tracking_ref","target_ref":"python:_git_output"}],"parser_ref":"python-ast@1","qualified_name":"_local_tracking_ref","semantic_key":"python:function:_local_tracking_ref","source_id":"aoa:abyss-stack:artifact:0d3fd5249d88e8dc21a52a9c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:111bd4e63cdf94b444c9cee6:aoa:abyss-stack:anchor:6a9d0c57642ef16e35525f47","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6a9d0c57642ef16e35525f47","label":"test_repo_decision_records_validate","locator":{"end_column":55,"end_line":57,"fragment":"","pointer":"","start_column":5,"start_line":56},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_repo_decision_records_validate","target_ref":"python:decisions.validate_all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_repo_decision_records_validate","target_ref":"python:self.assertEqual"}],"parser_ref":"python-ast@1","qualified_name":"DecisionRecordTests.test_repo_decision_records_validate","semantic_key":"python:method:DecisionRecordTests.test_repo_decision_records_validate","source_id":"aoa:abyss-stack:artifact:111bd4e63cdf94b444c9cee6","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:111bd4e63cdf94b444c9cee6:aoa:abyss-stack:anchor:b551ff626d13468122591973","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b551ff626d13468122591973","label":"test_record_date_must_match_index_metadata_original_date","locator":{"end_column":10,"end_line":95,"fragment":"","pointer":"","start_column":5,"start_line":78},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_record_date_must_match_index_metadata_original_date","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_record_date_must_match_index_metadata_original_date","target_ref":"python:canonical_record_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_record_date_must_match_index_metadata_original_date","target_ref":"python:decisions.validate_record"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_record_date_must_match_index_metadata_original_date","target_ref":"python:problem.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_record_date_must_match_index_metadata_original_date","target_ref":"python:record.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_record_date_must_match_index_metadata_original_date","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_record_date_must_match_index_metadata_original_date","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"DecisionRecordTests.test_record_date_must_match_index_metadata_original_date","semantic_key":"python:method:DecisionRecordTests.test_record_date_must_match_index_metadata_original_date","source_id":"aoa:abyss-stack:artifact:111bd4e63cdf94b444c9cee6","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:6af0283a8b4d42a8e8bcdf90","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6af0283a8b4d42a8e8bcdf90","label":"write_minimal_skill_projection","locator":{"end_column":22,"end_line":33,"fragment":"","pointer":"","start_column":1,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_minimal_skill_projection","target_ref":"python:skill_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_minimal_skill_projection","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_minimal_skill_projection","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_minimal_skill_projection","semantic_key":"python:function:write_minimal_skill_projection","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:6af0283a8b4d42a8e8bcdf90","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6af0283a8b4d42a8e8bcdf90","label":"write_minimal_skill_projection","locator":{"end_column":22,"end_line":20,"fragment":"","pointer":"","start_column":1,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_minimal_skill_projection","target_ref":"python:skill_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_minimal_skill_projection","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_minimal_skill_projection","semantic_key":"python:function:write_minimal_skill_projection","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:1beac052150fab0db2668905:aoa:abyss-stack:anchor:2df115516caa3a73c299a493","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2df115516caa3a73c299a493","label":"node_json","locator":{"end_column":80,"end_line":689,"fragment":"","pointer":"","start_column":1,"start_line":688},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:node_json","target_ref":"python:node_artifacts_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:node_json","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"node_json","semantic_key":"python:function:node_json","source_id":"aoa:abyss-stack:artifact:1beac052150fab0db2668905","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:1c1b3adff01db11b845777af:aoa:abyss-stack:anchor:405597f999343d7728690d9d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:405597f999343d7728690d9d","label":"Purpose","locator":{"end_column":10,"end_line":3,"fragment":"purpose","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:1c1b3adff01db11b845777af","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1ed1a8f97ff6fc87ee25ad10:aoa:abyss-stack:anchor:9386d46040796990fa535ec5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9386d46040796990fa535ec5","label":"validate","locator":{"end_column":18,"end_line":270,"fragment":"","pointer":"","start_column":1,"start_line":104},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:EDGE_SCHEMA_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:GRAPH_SCHEMA_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:NODE_SCHEMA_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:SUMMARY_SCHEMA_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_load_jsonl"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_load_jsonl"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_schema_enum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_schema_enum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_type_counts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_type_counts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_validate_schema"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_validate_schema"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_validate_schema"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_validate_schema"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:builder.DEFAULT_LOCAL_STACK_ROOT.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:builder.build_workspace_graph"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:builder.collect_repo_source_postures"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:builder.collect_workspace_decision_inputs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:builder.discover_decision_repos"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:builder.output_matches"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:builder.summarize_repo_source_postures"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:builder.workspace_input_fingerprint"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:edges_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:edges_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:expected_posture_summary.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:graph_schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:nodes_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:nodes_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:output.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:output_dir.is_absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:repo_root.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:schemas.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:summary_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:summary_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:summary_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:summary_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:summary_schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:tuple"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:tuple"}],"parser_ref":"python-ast@1","qualified_name":"validate","semantic_key":"python:function:validate","source_id":"aoa:abyss-stack:artifact:1ed1a8f97ff6fc87ee25ad10","symbol_kind":"function"} @@ -65,3 +65,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:562bd0dc568fcd4ef91d64ab","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:562bd0dc568fcd4ef91d64ab","label":"docs/decisions/generated/README.md","locator":{"end_column":38,"end_line":14,"fragment":"","pointer":"/generated_graphs/0","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/generated_graphs/0","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d:aoa:abyss-stack:anchor:0652df4e6df0b58ecb2b6ebc","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0652df4e6df0b58ecb2b6ebc","label":"LLAMA_ARG_BATCH","locator":{"end_column":28,"end_line":17,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_BATCH","start_column":7,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_BATCH","source_id":"aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fc3b963078f7b2d44b3bb401:aoa:abyss-stack:anchor:8f60e1fc3ed0a8dc55532db9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8f60e1fc3ed0a8dc55532db9","label":"Applies to","locator":{"end_column":13,"end_line":3,"fragment":"applies-to","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:applies-to","source_id":"aoa:abyss-stack:artifact:fc3b963078f7b2d44b3bb401","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:3feb61682fc31f0faaf4eef1","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3feb61682fc31f0faaf4eef1","label":"owner_mechanic_card","locator":{"end_column":59,"end_line":68,"fragment":"","pointer":"/tool_requirements/owner_mechanic_card","start_column":3,"start_line":68},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/tool_requirements/owner_mechanic_card","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:b42ebfb90ae751f799dfebeb","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b42ebfb90ae751f799dfebeb","label":"owner_cli_available","locator":{"end_column":29,"end_line":41,"fragment":"","pointer":"/abi/inputs/conditional/capture/0","start_column":9,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/inputs/conditional/capture/0","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/26.jsonl b/kag/indexes/shards/anchor/26.jsonl index 86570ff45..0b574beb3 100644 --- a/kag/indexes/shards/anchor/26.jsonl +++ b/kag/indexes/shards/anchor/26.jsonl @@ -40,7 +40,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:98b9bdeccf4b63a7dd99a0ee:aoa:abyss-stack:anchor:6acb96a143df24c03bc6a193","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:6acb96a143df24c03bc6a193","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:98b9bdeccf4b63a7dd99a0ee","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9c597b09e8d77c578f9ed0db:aoa:abyss-stack:anchor:32181db02c1bfa4434b620d9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:32181db02c1bfa4434b620d9","label":"static_configs","locator":{"end_column":19,"end_line":31,"fragment":"","pointer":"/scrape_configs/4/static_configs","start_column":5,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/scrape_configs/4/static_configs","source_id":"aoa:abyss-stack:artifact:9c597b09e8d77c578f9ed0db","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aa35608eee145c74e2caf3a9:aoa:abyss-stack:anchor:f9217a811aa3b77d7c04cffe","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f9217a811aa3b77d7c04cffe","label":"aoa-kag-mcp Boundaries","locator":{"end_column":24,"end_line":1,"fragment":"aoa-kag-mcp-boundaries","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:aoa-kag-mcp-boundaries","source_id":"aoa:abyss-stack:artifact:aa35608eee145c74e2caf3a9","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:681b6495c5f88a2ffd7e9f02","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:681b6495c5f88a2ffd7e9f02","label":"governed execution","locator":{"end_column":21,"end_line":275,"fragment":"governed-execution","pointer":"","start_column":1,"start_line":275},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governed-execution","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:681b6495c5f88a2ffd7e9f02","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:681b6495c5f88a2ffd7e9f02","label":"governed execution","locator":{"end_column":21,"end_line":276,"fragment":"governed-execution","pointer":"","start_column":1,"start_line":276},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governed-execution","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:750fd9fb9aaccdcf3f0ed0f7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:750fd9fb9aaccdcf3f0ed0f7","label":"provider_status_resource","locator":{"end_column":127,"end_line":692,"fragment":"","pointer":"","start_column":5,"start_line":691},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.provider_status_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.provider_status_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.provider_status_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.provider_status_resource","semantic_key":"python:method:build_server.provider_status_resource","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:a96d22e3038dcc4f3694647d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a96d22e3038dcc4f3694647d","label":"INTERNAL_PROBES","locator":{"end_column":96,"end_line":260,"fragment":"","pointer":"","start_column":3,"start_line":260},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:if-something-feels-wrong","target_ref":"../../mechanics/runtime-lifecycle/parts/wait-smoke/docs/INTERNAL_PROBES.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:260:3:0:../../mechanics/runtime-lifecycle/parts/wait-smoke/docs/INTERNAL_PROBES.md","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:1b045caef71e1810d9c19a84","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1b045caef71e1810d9c19a84","label":"--server.http.listen-addr=0.0.0.0","locator":{"end_column":49,"end_line":87,"fragment":"","pointer":"/services/alloy/command/1/--server.http.listen-addr=0.0.0.0","start_column":7,"start_line":87},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/alloy/command/1/--server.http.listen-addr=0.0.0.0","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/27.jsonl b/kag/indexes/shards/anchor/27.jsonl index 625ed3715..e6d470fa5 100644 --- a/kag/indexes/shards/anchor/27.jsonl +++ b/kag/indexes/shards/anchor/27.jsonl @@ -37,7 +37,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:8e5ea0cdabda650275aab5f0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8e5ea0cdabda650275aab5f0","label":"ABYSS-STACK-D-0011 Legacy-Heavy Runtime Package Distillation","locator":{"end_column":133,"end_line":23,"fragment":"","pointer":"","start_column":3,"start_line":23},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-05-13","target_ref":"../ABYSS-STACK-D-0011-legacy-heavy-runtime-package-distillation.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:23:3:0:../ABYSS-STACK-D-0011-legacy-heavy-runtime-package-distillation.md","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:ee6a895117b90145d10457b0","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ee6a895117b90145d10457b0","label":"aoa.tuning.overlay","locator":{"end_column":51,"end_line":57,"fragment":"","pointer":"/services/tempo/labels/aoa.tuning.overlay","start_column":7,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tempo/labels/aoa.tuning.overlay","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:00a1d46224fe26d14d744905","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:00a1d46224fe26d14d744905","label":"routing_federation_entry","locator":{"end_column":6,"end_line":2292,"fragment":"","pointer":"","start_column":1,"start_line":2286},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_federation_entry","target_ref":"python:app.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_federation_entry","target_ref":"python:require_federation_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_federation_entry","target_ref":"python:require_store"}],"parser_ref":"python-ast@1","qualified_name":"routing_federation_entry","semantic_key":"python:function:routing_federation_entry","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:2b60d170aa336bb89e1e4239","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2b60d170aa336bb89e1e4239","label":"per-owner canary","locator":{"end_column":19,"end_line":327,"fragment":"per-owner-canary","pointer":"","start_column":1,"start_line":327},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:per-owner-canary","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:2b60d170aa336bb89e1e4239","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2b60d170aa336bb89e1e4239","label":"per-owner canary","locator":{"end_column":19,"end_line":335,"fragment":"per-owner-canary","pointer":"","start_column":1,"start_line":335},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:per-owner-canary","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:7f6a487a453487ebf9d97c06","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7f6a487a453487ebf9d97c06","label":"ABYSS-STACK-D-0079 KAG Query Application Port","locator":{"end_column":103,"end_line":321,"fragment":"","pointer":"","start_column":3,"start_line":321},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-qualified-provenance","target_ref":"../ABYSS-STACK-D-0079-kag-query-application-port.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:321:3:0:../ABYSS-STACK-D-0079-kag-query-application-port.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ddb37492894185ce432219d:aoa:abyss-stack:anchor:43b2cf7bd7ba0fa165adeb09","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:43b2cf7bd7ba0fa165adeb09","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8ddb37492894185ce432219d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b:aoa:abyss-stack:anchor:842b90f4ec17fbe4633d79f3","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:842b90f4ec17fbe4633d79f3","label":"host_facts_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/host_facts_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/host_facts_refs","source_id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b:aoa:abyss-stack:anchor:fd54686abad668570a9f3ad8","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:fd54686abad668570a9f3ad8","label":"operator_visible","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/operator_visible","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/operator_visible","source_id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","symbol_kind":"json_key"} @@ -48,6 +49,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:fdc844d6b9e37a8c41a03f0f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:fdc844d6b9e37a8c41a03f0f","label":"aoa.tuning.overlay","locator":{"end_column":61,"end_line":21,"fragment":"","pointer":"/services/qdrant/labels/aoa.tuning.overlay","start_column":7,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/qdrant/labels/aoa.tuning.overlay","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a32fa5977f31c0c97d4e6355:aoa:abyss-stack:anchor:1827ac1a3f18965c07a65cdb","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1827ac1a3f18965c07a65cdb","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:a32fa5977f31c0c97d4e6355","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:95d04f5f380d6bcad8b9c638","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:95d04f5f380d6bcad8b9c638","label":"target","locator":{"end_column":14,"end_line":40,"fragment":"","pointer":"/harvest/target","start_column":3,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/harvest/target","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:2f87dfe95b0919866c3b91f5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2f87dfe95b0919866c3b91f5","label":"ABYSS-STACK-D-0042 Source Structure Validator Module","locator":{"end_column":117,"end_line":384,"fragment":"","pointer":"","start_column":3,"start_line":384},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-topology","target_ref":"../ABYSS-STACK-D-0042-source-structure-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:384:3:0:../ABYSS-STACK-D-0042-source-structure-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:3416f8fa8da0f161a02e4c32","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3416f8fa8da0f161a02e4c32","label":"federation-seams","locator":{"end_column":59,"end_line":155,"fragment":"","pointer":"","start_column":3,"start_line":155},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/federation-seams/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:155:3:0:mechanics/federation-seams/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7a803cf2072eed6a6825168:aoa:abyss-stack:anchor:50f6cd3e01fe81b09fd71d6e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:50f6cd3e01fe81b09fd71d6e","label":"Inspect preset expansion","locator":{"end_column":28,"end_line":70,"fragment":"inspect-preset-expansion","pointer":"","start_column":1,"start_line":70},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:inspect-preset-expansion","source_id":"aoa:abyss-stack:artifact:b7a803cf2072eed6a6825168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:a0a16e40b7c814b0c00ff64f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a0a16e40b7c814b0c00ff64f","label":"\"12345\"","locator":{"end_column":15,"end_line":94,"fragment":"","pointer":"/services/alloy/expose/0","start_column":7,"start_line":94},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/alloy/expose/0","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cd0cb3978ae97166974cc913:aoa:abyss-stack:anchor:cfea993e9ea21b1b60c42383","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cfea993e9ea21b1b60c42383","label":"neighborhood","locator":{"end_column":10,"end_line":893,"fragment":"","pointer":"","start_column":5,"start_line":831},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:_layer_allowed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:_layer_allowed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:_predicate_allowed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:_source_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:next_frontier.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:next_frontier.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:range"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:selected_edges.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:selected_ids.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:self.load_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:self.node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.neighborhood","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"ToSPhilosophyProjectionReader.neighborhood","semantic_key":"python:method:ToSPhilosophyProjectionReader.neighborhood","source_id":"aoa:abyss-stack:artifact:cd0cb3978ae97166974cc913","symbol_kind":"method"} @@ -58,9 +61,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98:aoa:abyss-stack:anchor:e1dda47d8ffdb7ba66c020e5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e1dda47d8ffdb7ba66c020e5","label":"Record Shape","locator":{"end_column":15,"end_line":71,"fragment":"record-shape","pointer":"","start_column":1,"start_line":71},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:record-shape","source_id":"aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:2dc8ce12305fd74029071333","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2dc8ce12305fd74029071333","label":"store","locator":{"end_column":17,"end_line":23,"fragment":"","pointer":"/schema_config/configs/0/store","start_column":7,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/schema_config/configs/0/store","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345:aoa:abyss-stack:anchor:432de2813e5610bba94a0983","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:432de2813e5610bba94a0983","label":"derived_method","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/derived_method","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/derived_method","source_id":"aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:b195f56695cc888406592733","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b195f56695cc888406592733","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":55,"fragment":"","pointer":"","start_column":3,"start_line":55},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:55:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:3e356d30c453562087b1b845","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3e356d30c453562087b1b845","label":"ROUTE_API_GRAFANA_DATASOURCE_DIR","locator":{"end_column":78,"end_line":7,"fragment":"","pointer":"/services/route-api/environment/ROUTE_API_GRAFANA_DATASOURCE_DIR","start_column":7,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/environment/ROUTE_API_GRAFANA_DATASOURCE_DIR","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f323b2bec780ad026a892be1:aoa:abyss-stack:anchor:8938caf29ca47e75cd8aa16d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:8938caf29ca47e75cd8aa16d","label":"review_state","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/review_state","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/review_state","source_id":"aoa:abyss-stack:artifact:f323b2bec780ad026a892be1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f4afb79f5156758000028500:aoa:abyss-stack:anchor:4ba4ed6b8faf850ba33882fb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4ba4ed6b8faf850ba33882fb","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:f4afb79f5156758000028500","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:a337bdab55a3190aeebad123","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a337bdab55a3190aeebad123","label":"_active_catalog_path","locator":{"end_column":10,"end_line":162,"fragment":"","pointer":"","start_column":5,"start_line":155},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._active_catalog_path","target_ref":"python:live.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._active_catalog_path","target_ref":"python:self._central_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._active_catalog_path","target_ref":"python:self._central_path"}],"parser_ref":"python-ast@1","qualified_name":"AoAStatsMCPState._active_catalog_path","semantic_key":"python:method:AoAStatsMCPState._active_catalog_path","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:fbdda40e309d4e196adb0989:aoa:abyss-stack:anchor:893cf41e4c5134f2c61ff611","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:893cf41e4c5134f2c61ff611","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fbdda40e309d4e196adb0989","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:6441af75e4aaf0476e919ceb","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6441af75e4aaf0476e919ceb","label":"abi","locator":{"end_column":4,"end_line":29,"fragment":"","pointer":"/abi","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:76a66b85ebe6d4784d9b55c3","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:76a66b85ebe6d4784d9b55c3","label":"break_glass_allowed","locator":{"end_column":39,"end_line":125,"fragment":"","pointer":"/break_glass_allowed","start_column":11,"start_line":125},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/break_glass_allowed#occurrence-4","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/28.jsonl b/kag/indexes/shards/anchor/28.jsonl index 8b9a9d92d..42531a6ca 100644 --- a/kag/indexes/shards/anchor/28.jsonl +++ b/kag/indexes/shards/anchor/28.jsonl @@ -1,6 +1,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:0f7ef6838dd256cfc5faad4b:aoa:abyss-stack:anchor:006d8435fade0e5645295c8e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:006d8435fade0e5645295c8e","label":"Active Route","locator":{"end_column":15,"end_line":58,"fragment":"active-route","pointer":"","start_column":1,"start_line":58},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:active-route","source_id":"aoa:abyss-stack:artifact:0f7ef6838dd256cfc5faad4b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1173f90276c1631874091070:aoa:abyss-stack:anchor:cc2d534af70db5a2dd1bbf17","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:cc2d534af70db5a2dd1bbf17","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:1173f90276c1631874091070","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:06452c9e2c562cd46c840a6a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:06452c9e2c562cd46c840a6a","label":"test_local_overlay_requires_current_canonical_skill_path","locator":{"end_column":6,"end_line":135,"fragment":"","pointer":"","start_column":1,"start_line":114},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_overlay_requires_current_canonical_skill_path","target_ref":"python:run_skill_projection_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_overlay_requires_current_canonical_skill_path","target_ref":"python:write_minimal_skill_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_overlay_requires_current_canonical_skill_path","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_local_overlay_requires_current_canonical_skill_path","semantic_key":"python:function:test_local_overlay_requires_current_canonical_skill_path","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:171cf0d8889d50dc0467b770:aoa:abyss-stack:anchor:24b4db68e7e64dc7b6561d08","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:24b4db68e7e64dc7b6561d08","label":"status","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/status","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/status","source_id":"aoa:abyss-stack:artifact:171cf0d8889d50dc0467b770","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:19ced965964d47b64339270f:aoa:abyss-stack:anchor:d9da9d99ec16d8efceaa3a2a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d9da9d99ec16d8efceaa3a2a","label":"Decision","locator":{"end_column":11,"end_line":35,"fragment":"decision","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:19ced965964d47b64339270f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:20406aeceb5067c3b5e6af44:aoa:abyss-stack:anchor:4e0129c6a3de79bf88192520","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4e0129c6a3de79bf88192520","label":"summary","locator":{"end_column":144,"end_line":4,"fragment":"","pointer":"/summary","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/summary","source_id":"aoa:abyss-stack:artifact:20406aeceb5067c3b5e6af44","symbol_kind":""} @@ -9,7 +8,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:2c437c4940680fb44f828d31:aoa:abyss-stack:anchor:7b2feb9224a73456ff4a0d57","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7b2feb9224a73456ff4a0d57","label":"Diagnostic Spine Generated Artifacts","locator":{"end_column":38,"end_line":1,"fragment":"diagnostic-spine-generated-artifacts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:diagnostic-spine-generated-artifacts","source_id":"aoa:abyss-stack:artifact:2c437c4940680fb44f828d31","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:33ef6d485e80a2357e461ee0:aoa:abyss-stack:anchor:3d952ef03b5086d174079a34","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:3d952ef03b5086d174079a34","label":"version","locator":{"end_column":17,"end_line":7,"fragment":"","pointer":"project.version","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.version","source_id":"aoa:abyss-stack:artifact:33ef6d485e80a2357e461ee0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:36001b0dc63c1f1ddf4f661a:aoa:abyss-stack:anchor:7afaa5a6b3aa4b6de4f37258","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7afaa5a6b3aa4b6de4f37258","label":"default_title","locator":{"end_column":56,"end_line":23,"fragment":"","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"default_title","semantic_key":"python:function:default_title","source_id":"aoa:abyss-stack:artifact:36001b0dc63c1f1ddf4f661a","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:b5c6df07f69bec057f0482ea","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b5c6df07f69bec057f0482ea","label":"Owner Lane","locator":{"end_column":13,"end_line":100,"fragment":"owner-lane","pointer":"","start_column":1,"start_line":100},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-lane","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:b5c6df07f69bec057f0482ea","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b5c6df07f69bec057f0482ea","label":"Owner Lane","locator":{"end_column":13,"end_line":102,"fragment":"owner-lane","pointer":"","start_column":1,"start_line":102},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-lane","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:38c98727c64e92de3a457d58:aoa:abyss-stack:anchor:9f1f1c9ec3b45df4c3c5be8d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:9f1f1c9ec3b45df4c3c5be8d","label":"parity checks reject drift between committed and live copies","locator":{"end_column":64,"end_line":41,"fragment":"","pointer":"/evidence/2","start_column":3,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/evidence/2","source_id":"aoa:abyss-stack:artifact:38c98727c64e92de3a457d58","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:38c98727c64e92de3a457d58:aoa:abyss-stack:anchor:f58f972c79d1b4300ec00dd1","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f58f972c79d1b4300ec00dd1","label":"split_required","locator":{"end_column":20,"end_line":20,"fragment":"","pointer":"/split_required","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/split_required","source_id":"aoa:abyss-stack:artifact:38c98727c64e92de3a457d58","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:316526ae3ed6f3fdf49c75a7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:316526ae3ed6f3fdf49c75a7","label":"milestone_gate","locator":{"end_column":10,"end_line":2732,"fragment":"","pointer":"","start_column":5,"start_line":2608},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:approval_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:finalize_rejected_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:forced_pause_seen.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:interpret_approval_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:w5_report_artifact_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:write_approval_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:write_approval_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:write_interrupt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:write_interrupt"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.milestone_gate","semantic_key":"python:method:build_graph.milestone_gate","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"method"} @@ -20,13 +19,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:820a126d182b67ae800967b9:aoa:abyss-stack:anchor:45fc53ba67bb4fa96eba8bf9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:45fc53ba67bb4fa96eba8bf9","label":"Artifact Shape","locator":{"end_column":17,"end_line":56,"fragment":"artifact-shape","pointer":"","start_column":1,"start_line":56},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:artifact-shape","source_id":"aoa:abyss-stack:artifact:820a126d182b67ae800967b9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:65435b7c30a2ee7615b5541e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:65435b7c30a2ee7615b5541e","label":"build_target","locator":{"end_column":18,"end_line":396,"fragment":"","pointer":"","start_column":1,"start_line":360},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_target","target_ref":"python:default_drift_watch"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_target","target_ref":"python:fallback_candidates"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_target","target_ref":"python:slugify"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_target","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"build_target","semantic_key":"python:function:build_target","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:c9e4cb12b873e846d5bba4b7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c9e4cb12b873e846d5bba4b7","label":"collect_render_services_check","locator":{"end_column":6,"end_line":278,"fragment":"","pointer":"","start_column":1,"start_line":251},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_render_services_check","target_ref":"python:line.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_render_services_check","target_ref":"python:line.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_render_services_check","target_ref":"python:run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_render_services_check","target_ref":"python:services.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_render_services_check","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_render_services_check","target_ref":"python:strip_ansi"}],"parser_ref":"python-ast@1","qualified_name":"collect_render_services_check","semantic_key":"python:function:collect_render_services_check","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:8b090810c39320a35714fe06","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8b090810c39320a35714fe06","label":"ABYSS-STACK-D-0068 Decision Graph Contract And Impact Packets","locator":{"end_column":135,"end_line":414,"fragment":"","pointer":"","start_column":3,"start_line":414},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:schema-validation","target_ref":"../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:414:3:0:../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b:aoa:abyss-stack:anchor:2edec087711eaa6fada46963","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2edec087711eaa6fada46963","label":"supersedes","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/supersedes","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/supersedes","source_id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd:aoa:abyss-stack:anchor:62936755a6745a99cac017da","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:62936755a6745a99cac017da","label":"freshness","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/freshness","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/freshness","source_id":"aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:97137214eb27b7b2f3b205a2:aoa:abyss-stack:anchor:914d3cc613ad9d645522a69b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:914d3cc613ad9d645522a69b","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:97137214eb27b7b2f3b205a2","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:98b9bdeccf4b63a7dd99a0ee:aoa:abyss-stack:anchor:19b60de7fd9f5aa7dce1f189","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:19b60de7fd9f5aa7dce1f189","label":"contract_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/contract_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/contract_version","source_id":"aoa:abyss-stack:artifact:98b9bdeccf4b63a7dd99a0ee","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:94a1d43019a59eb752b0d7ee","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:94a1d43019a59eb752b0d7ee","label":"parent","locator":{"end_column":12,"end_line":26,"fragment":"","pointer":"/parent","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/parent","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aafc77e27f12f5cf4e36f54e:aoa:abyss-stack:anchor:32458425a2f82f5228ff72b6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:32458425a2f82f5228ff72b6","label":"Discovery","locator":{"end_column":12,"end_line":22,"fragment":"discovery","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:discovery","source_id":"aoa:abyss-stack:artifact:aafc77e27f12f5cf4e36f54e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:86ae7a6fdaa6191b1c77f9b8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:86ae7a6fdaa6191b1c77f9b8","label":"runtime retrieval","locator":{"end_column":20,"end_line":352,"fragment":"runtime-retrieval","pointer":"","start_column":1,"start_line":352},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-retrieval","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:86ae7a6fdaa6191b1c77f9b8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:86ae7a6fdaa6191b1c77f9b8","label":"runtime retrieval","locator":{"end_column":20,"end_line":357,"fragment":"runtime-retrieval","pointer":"","start_column":1,"start_line":357},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-retrieval","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bd1dfe23921754f3f702a6b5:aoa:abyss-stack:anchor:f5b18113b4ba52878a4133a1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f5b18113b4ba52878a4133a1","label":"test_running_coverage_is_unknown_when_observation_is_unavailable","locator":{"end_column":45,"end_line":140,"fragment":"","pointer":"","start_column":5,"start_line":129},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_running_coverage_is_unknown_when_observation_is_unavailable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_running_coverage_is_unknown_when_observation_is_unavailable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_running_coverage_is_unknown_when_observation_is_unavailable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_running_coverage_is_unknown_when_observation_is_unavailable","target_ref":"python:self.assertIsNone"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_running_coverage_is_unknown_when_observation_is_unavailable","target_ref":"python:self.assertIsNone"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_running_coverage_is_unknown_when_observation_is_unavailable","target_ref":"python:service_selection_status.selected_service_running_coverage"}],"parser_ref":"python-ast@1","qualified_name":"ServiceSelectionStatusTests.test_running_coverage_is_unknown_when_observation_is_unavailable","semantic_key":"python:method:ServiceSelectionStatusTests.test_running_coverage_is_unknown_when_observation_is_unavailable","source_id":"aoa:abyss-stack:artifact:bd1dfe23921754f3f702a6b5","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:be3a9520782067bdc90affd6:aoa:abyss-stack:anchor:bdc9766a0a5cc8949b6aba8d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:bdc9766a0a5cc8949b6aba8d","label":"refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/refs","source_id":"aoa:abyss-stack:artifact:be3a9520782067bdc90affd6","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d:aoa:abyss-stack:anchor:89dbe031904919f7ee93113b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:89dbe031904919f7ee93113b","label":"VERIFY","locator":{"end_column":10,"end_line":156,"fragment":"verify","pointer":"","start_column":1,"start_line":156},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:verify","source_id":"aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","symbol_kind":""} @@ -45,3 +45,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:8a2ffbde1f2f975d7eff8662","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8a2ffbde1f2f975d7eff8662","label":"start_rows_for","locator":{"end_column":29,"end_line":7720,"fragment":"","pointer":"","start_column":13,"start_line":7708},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_sqlite_fast_path.start_rows_for","target_ref":"python:conn.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_sqlite_fast_path.start_rows_for","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_sqlite_fast_path.start_rows_for","target_ref":"python:min"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._graph_neighborhood_sqlite_fast_path.start_rows_for","semantic_key":"python:method:AoASessionMemoryMCPState._graph_neighborhood_sqlite_fast_path.start_rows_for","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:fb61adbe1fa6ea12db31e461","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fb61adbe1fa6ea12db31e461","label":"_read_required_json","locator":{"end_column":23,"end_line":1628,"fragment":"","pointer":"","start_column":5,"start_line":1622},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._read_required_json","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._read_required_json","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._read_required_json","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._read_required_json","target_ref":"python:isinstance"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._read_required_json","semantic_key":"python:method:AoAMemoMCPState._read_required_json","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:ab407f46a0aaf92a954ad26b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ab407f46a0aaf92a954ad26b","label":"_process","locator":{"end_column":105,"end_line":183,"fragment":"","pointer":"","start_column":5,"start_line":172},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker._process","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker._process","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker._process","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker._process","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker._process","target_ref":"python:self.tokenizer"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker._process","target_ref":"python:self.tokenizer.pad"}],"parser_ref":"python-ast@1","qualified_name":"Qwen3OpenVINOReranker._process","semantic_key":"python:method:Qwen3OpenVINOReranker._process","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:6c25436b72a90a8164fd37a1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6c25436b72a90a8164fd37a1","label":"ABYSS-STACK-D-0039 Validation Command Authority And Technical Topology","locator":{"end_column":153,"end_line":181,"fragment":"","pointer":"","start_column":3,"start_line":181},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-lane","target_ref":"../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:181:3:0:../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:21343e4147772026565cf000","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:21343e4147772026565cf000","label":"global catalog or source-return change","locator":{"end_column":44,"end_line":98,"fragment":"","pointer":"/recheck/after/2","start_column":5,"start_line":98},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/recheck/after/2","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/29.jsonl b/kag/indexes/shards/anchor/29.jsonl index 2dd8dfc2c..6f9b7aada 100644 --- a/kag/indexes/shards/anchor/29.jsonl +++ b/kag/indexes/shards/anchor/29.jsonl @@ -31,16 +31,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb:aoa:abyss-stack:anchor:33fe987a5890b2c0fe79851a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:33fe987a5890b2c0fe79851a","label":"Operational rules","locator":{"end_column":20,"end_line":96,"fragment":"operational-rules","pointer":"","start_column":1,"start_line":96},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:operational-rules","source_id":"aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:ad647bf1ea3105fe2f834f9b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ad647bf1ea3105fe2f834f9b","label":"kag_registry","locator":{"end_column":64,"end_line":2630,"fragment":"","pointer":"","start_column":1,"start_line":2628},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_registry","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_registry","target_ref":"python:kag_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_registry","target_ref":"python:require_store"}],"parser_ref":"python-ast@1","qualified_name":"kag_registry","semantic_key":"python:function:kag_registry","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8991b1f9e1d7922915a3a194:aoa:abyss-stack:anchor:e0d9e40144333ac1f8affb7b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e0d9e40144333ac1f8affb7b","label":"Follow-up route","locator":{"end_column":18,"end_line":98,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":98},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:8991b1f9e1d7922915a3a194","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:027b6bbd874d57c028ba97b8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:027b6bbd874d57c028ba97b8","label":"ABYSS-STACK-D-0072 AoA 4PDA Connector MCP Access Plane","locator":{"end_column":121,"end_line":444,"fragment":"","pointer":"","start_column":3,"start_line":444},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-structure","target_ref":"../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:444:3:0:../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:06686cc095142fe618c9cd4b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:06686cc095142fe618c9cd4b","label":"decision graph freshness","locator":{"end_column":27,"end_line":234,"fragment":"decision-graph-freshness","pointer":"","start_column":1,"start_line":234},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision-graph-freshness","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:34c6fcee22ba6a6533827251","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:34c6fcee22ba6a6533827251","label":"ABYSS-STACK-D-0066 AoA Decisions MCP Access Plane","locator":{"end_column":111,"end_line":236,"fragment":"","pointer":"","start_column":3,"start_line":236},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-graph-freshness","target_ref":"../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:236:3:0:../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:b3aa4d948770c1f83e926392","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b3aa4d948770c1f83e926392","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":422,"fragment":"","pointer":"","start_column":3,"start_line":422},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection-1","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:422:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:87ef28ee97507ab0777f226d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:87ef28ee97507ab0777f226d","label":"land_or_rollback","locator":{"end_column":10,"end_line":3180,"fragment":"","pointer":"","start_column":5,"start_line":3115},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:TRIALS.w4_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:land_validated_diff"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:repo_root_for_scenario"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:state.get"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.land_or_rollback","semantic_key":"python:method:build_graph.land_or_rollback","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358:aoa:abyss-stack:anchor:da7e71e678bf6e56755e4eb8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:da7e71e678bf6e56755e4eb8","label":"Counts","locator":{"end_column":9,"end_line":11,"fragment":"counts","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:counts","source_id":"aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:d62775a70bd2dcbc26a323ab","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d62775a70bd2dcbc26a323ab","label":"implementation_case","locator":{"end_column":16,"end_line":498,"fragment":"","pointer":"","start_column":1,"start_line":431},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:implementation_case","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:implementation_case","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:implementation_case","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:implementation_case","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:implementation_case","target_ref":"python:absolute"}],"parser_ref":"python-ast@1","qualified_name":"implementation_case","semantic_key":"python:function:implementation_case","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:8b64185e50dbd95d77d06b1c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8b64185e50dbd95d77d06b1c","label":"find_repo_root","locator":{"end_column":47,"end_line":125,"fragment":"","pointer":"","start_column":1,"start_line":117},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_repo_root","target_ref":"python:Path"}],"parser_ref":"python-ast@1","qualified_name":"find_repo_root","semantic_key":"python:function:find_repo_root","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32:aoa:abyss-stack:anchor:a9f4861f2f1cad67088b4959","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a9f4861f2f1cad67088b4959","label":"PhilosophyLayersResponse","locator":{"end_column":48,"end_line":109,"fragment":"","pointer":"","start_column":1,"start_line":104},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"PhilosophyLayersResponse","semantic_key":"python:class:PhilosophyLayersResponse","source_id":"aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32","symbol_kind":"class"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:2a332414741b29a1d24a623d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2a332414741b29a1d24a623d","label":"mechanics/machine-fit","locator":{"end_column":145,"end_line":64,"fragment":"","pointer":"","start_column":89,"start_line":64},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"mechanics/machine-fit/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:64:89:0:mechanics/machine-fit/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:97f69927d77035c7fe0db8b6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:97f69927d77035c7fe0db8b6","label":"ROADMAP","locator":{"end_column":65,"end_line":97,"fragment":"","pointer":"","start_column":44,"start_line":97},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:claim-check","target_ref":"ROADMAP.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:97:44:0:ROADMAP.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b5abd40eaa5b4d9579b53cc7:aoa:abyss-stack:anchor:616ce2af7389722269fef684","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:616ce2af7389722269fef684","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b5abd40eaa5b4d9579b53cc7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7f71220297520dde39a5a91:aoa:abyss-stack:anchor:4b50f84e410447ebc98acb0a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:4b50f84e410447ebc98acb0a","label":"capture_mode","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/capture_mode","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/capture_mode","source_id":"aoa:abyss-stack:artifact:b7f71220297520dde39a5a91","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e:aoa:abyss-stack:anchor:37a0025e434e3c012ffc9f86","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:37a0025e434e3c012ffc9f86","label":"Governed Execution Roadmap","locator":{"end_column":28,"end_line":1,"fragment":"governed-execution-roadmap","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governed-execution-roadmap","source_id":"aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e","symbol_kind":""} @@ -51,14 +49,13 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:e4fab0e281a537b028c7d73c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e4fab0e281a537b028c7d73c","label":"modeled_surfaces","locator":{"end_column":20,"end_line":16,"fragment":"","pointer":"/modeled_surfaces","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/modeled_surfaces","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267:aoa:abyss-stack:anchor:dee976301681fa0f66a40d73","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:dee976301681fa0f66a40d73","label":"GovernedRunnerPolicyScopeTests","locator":{"end_column":60,"end_line":331,"fragment":"","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerPolicyScopeTests","semantic_key":"python:class:GovernedRunnerPolicyScopeTests","source_id":"aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5:aoa:abyss-stack:anchor:924abac1f77335fb043baa8c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:924abac1f77335fb043baa8c","label":"Frontier / human-gated","locator":{"end_column":25,"end_line":17,"fragment":"frontier-human-gated","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:frontier-human-gated","source_id":"aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:3c86d03dd2cae96efdc21cc5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3c86d03dd2cae96efdc21cc5","label":"ABYSS-STACK-D-0027 Managed Systemd Unit Sources","locator":{"end_column":107,"end_line":83,"fragment":"","pointer":"","start_column":3,"start_line":83},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0027-managed-systemd-unit-sources.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:83:3:0:../ABYSS-STACK-D-0027-managed-systemd-unit-sources.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:92af5546ed437638583ca861","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:92af5546ed437638583ca861","label":"ABYSS-STACK-D-0039 Validation Command Authority And Technical Topology","locator":{"end_column":153,"end_line":45,"fragment":"","pointer":"","start_column":3,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:45:3:0:../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:a1687867be8280cd03215892","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a1687867be8280cd03215892","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":105,"fragment":"","pointer":"","start_column":3,"start_line":105},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:105:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f56c67837383845a3353168f:aoa:abyss-stack:anchor:9b4991d7114d202e434d2233","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9b4991d7114d202e434d2233","label":"Purpose","locator":{"end_column":10,"end_line":3,"fragment":"purpose","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:f56c67837383845a3353168f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fae68e13dbf6b118d53f7612:aoa:abyss-stack:anchor:0421d208343c855e2610dc9a","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0421d208343c855e2610dc9a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fae68e13dbf6b118d53f7612","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe:aoa:abyss-stack:anchor:cb5b10f341e9c3aad80f893f","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:cb5b10f341e9c3aad80f893f","label":"project","locator":{"end_column":9,"end_line":5,"fragment":"","pointer":"project","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"table:project","source_id":"aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fc8ffd214ec1e53dfac6c954:aoa:abyss-stack:anchor:8b696a50b4e35370c888a103","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:8b696a50b4e35370c888a103","label":"notes","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/notes","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/notes","source_id":"aoa:abyss-stack:artifact:fc8ffd214ec1e53dfac6c954","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fce00e4bde05d4c95026015f:aoa:abyss-stack:anchor:d4423f58ecfa33e1b1ea968e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d4423f58ecfa33e1b1ea968e","label":"validate_usage_snapshot_schema","locator":{"end_column":10,"end_line":285,"fragment":"","pointer":"","start_column":1,"start_line":246},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:RUNTIME_USAGE_SNAPSHOT_SCHEMA_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:RUNTIME_USAGE_SNAPSHOT_SCHEMA_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:RUNTIME_USAGE_SNAPSHOT_SCHEMA_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:RUNTIME_USAGE_SNAPSHOT_SCHEMA_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:usage_properties.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:usage_schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:usage_schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:usage_schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_usage_snapshot_schema","target_ref":"python:usage_surface_type.get"}],"parser_ref":"python-ast@1","qualified_name":"validate_usage_snapshot_schema","semantic_key":"python:function:validate_usage_snapshot_schema","source_id":"aoa:abyss-stack:artifact:fce00e4bde05d4c95026015f","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:e6efe2d6d024c65cf449c4ce","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e6efe2d6d024c65cf449c4ce","label":"read-only observation","locator":{"end_column":27,"end_line":105,"fragment":"","pointer":"/recheck/manual_cases/4","start_column":5,"start_line":105},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/recheck/manual_cases/4","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:0967677e9176c5e4b27b8471","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0967677e9176c5e4b27b8471","label":"repo_scope","locator":{"end_column":34,"end_line":50,"fragment":"","pointer":"/repo_scope","start_column":7,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/repo_scope","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:3551058c97ee0bf32421d8c1","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3551058c97ee0bf32421d8c1","label":"allowed_files","locator":{"end_column":28,"end_line":142,"fragment":"","pointer":"/allowed_files","start_column":11,"start_line":142},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/allowed_files#occurrence-5","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:e5387fc0ff2248f3e6e803ba","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e5387fc0ff2248f3e6e803ba","label":"require_stable_base_head","locator":{"end_column":37,"end_line":12,"fragment":"","pointer":"/require_stable_base_head","start_column":5,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/require_stable_base_head","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/2a.jsonl b/kag/indexes/shards/anchor/2a.jsonl index f7be242c9..80e8bac5e 100644 --- a/kag/indexes/shards/anchor/2a.jsonl +++ b/kag/indexes/shards/anchor/2a.jsonl @@ -26,17 +26,20 @@ {"_key":"anchor:aoa:abyss-stack:artifact:89145dfe2daf8f8bc52de5b9:aoa:abyss-stack:anchor:e3d194bf16302debd4fd4190","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e3d194bf16302debd4fd4190","label":"schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema","source_id":"aoa:abyss-stack:artifact:89145dfe2daf8f8bc52de5b9","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8991b1f9e1d7922915a3a194:aoa:abyss-stack:anchor:5c7fc84dc3255124a0bcd39a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5c7fc84dc3255124a0bcd39a","label":"Rationale","locator":{"end_column":12,"end_line":63,"fragment":"rationale","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:8991b1f9e1d7922915a3a194","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432:aoa:abyss-stack:anchor:7f32e397e824348069f85440","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:7f32e397e824348069f85440","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:96fffafda1d254f499cd3573","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:96fffafda1d254f499cd3573","label":"machine bridge","locator":{"end_column":17,"end_line":290,"fragment":"machine-bridge","pointer":"","start_column":1,"start_line":290},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:machine-bridge","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:47109a5000224a8bdb7c53f1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:47109a5000224a8bdb7c53f1","label":"owner skill package","locator":{"end_column":22,"end_line":310,"fragment":"owner-skill-package","pointer":"","start_column":1,"start_line":310},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-skill-package","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:7d08dd021a316eaa3384bdb3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7d08dd021a316eaa3384bdb3","label":"ABYSS-STACK-D-0080 Diagnostic Skill Owner Home","locator":{"end_column":105,"end_line":252,"fragment":"","pointer":"","start_column":3,"start_line":252},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:effect-boundary","target_ref":"../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:252:3:0:../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:96fffafda1d254f499cd3573","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:96fffafda1d254f499cd3573","label":"machine bridge","locator":{"end_column":17,"end_line":294,"fragment":"machine-bridge","pointer":"","start_column":1,"start_line":294},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:machine-bridge","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd:aoa:abyss-stack:anchor:7e3aa7cbb78a611debc411c0","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:7e3aa7cbb78a611debc411c0","label":"consumer_route","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/consumer_route","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/consumer_route","source_id":"aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:1f30311821d551c00f801313","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1f30311821d551c00f801313","label":"touched_at","locator":{"end_column":24,"end_line":45,"fragment":"","pointer":"/touched_at","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/touched_at","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9416cfb2713839e38234a612:aoa:abyss-stack:anchor:77a4b9987214a1a2305c28e2","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:77a4b9987214a1a2305c28e2","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:9416cfb2713839e38234a612","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:6a6ad59e5f32dab3a670ac5d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6a6ad59e5f32dab3a670ac5d","label":"mem_limit","locator":{"end_column":48,"end_line":35,"fragment":"","pointer":"/services/postgres/mem_limit","start_column":5,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/postgres/mem_limit","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:1fb362a5283c16c8c57c460a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1fb362a5283c16c8c57c460a","label":"load_base_catalog","locator":{"end_column":34,"end_line":421,"fragment":"","pointer":"","start_column":1,"start_line":420},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_base_catalog","target_ref":"python:TRIALS.build_catalog"}],"parser_ref":"python-ast@1","qualified_name":"load_base_catalog","semantic_key":"python:function:load_base_catalog","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:aa50269d09d67d3ecd52ce23:aoa:abyss-stack:anchor:0fd866e32d4e5c8ccafe482f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0fd866e32d4e5c8ccafe482f","label":"../machine-fit/README.md","locator":{"end_column":55,"end_line":32,"fragment":"","pointer":"","start_column":3,"start_line":32},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"../machine-fit/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:32:3:0:../machine-fit/README.md","source_id":"aoa:abyss-stack:artifact:aa50269d09d67d3ecd52ce23","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:1319315d19a81f1244d2b214","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1319315d19a81f1244d2b214","label":"ABYSS-STACK-D-0053 Return Policy Validator Module","locator":{"end_column":111,"end_line":277,"fragment":"","pointer":"","start_column":3,"start_line":277},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution","target_ref":"../ABYSS-STACK-D-0053-return-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:277:3:0:../ABYSS-STACK-D-0053-return-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:d041c76511dba132619b0fe5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d041c76511dba132619b0fe5","label":"ABYSS-STACK-D-0043 Service Selection Validator Module","locator":{"end_column":119,"end_line":380,"fragment":"","pointer":"","start_column":3,"start_line":380},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection","target_ref":"../ABYSS-STACK-D-0043-service-selection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:380:3:0:../ABYSS-STACK-D-0043-service-selection-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:6f34fa92caf724c5fcf30bac","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6f34fa92caf724c5fcf30bac","label":"mem_limit","locator":{"end_column":46,"end_line":9,"fragment":"","pointer":"/services/qwen-tts/mem_limit","start_column":5,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/qwen-tts/mem_limit","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b035ee8c834460c2468f7ce8:aoa:abyss-stack:anchor:a135f0607449cf19a2e9c5c9","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a135f0607449cf19a2e9c5c9","label":"notes","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/notes","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/notes","source_id":"aoa:abyss-stack:artifact:b035ee8c834460c2468f7ce8","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:31ee3c7325433f8b2ac26167","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:31ee3c7325433f8b2ac26167","label":"governance/BRANCH_POLICY","locator":{"end_column":95,"end_line":44,"fragment":"","pointer":"","start_column":35,"start_line":44},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"docs/governance/BRANCH_POLICY.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:44:35:0:docs/governance/BRANCH_POLICY.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:563f1f4f8ba21948574c636d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:563f1f4f8ba21948574c636d","label":"install/DEPLOYMENT","locator":{"end_column":123,"end_line":62,"fragment":"","pointer":"","start_column":75,"start_line":62},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/install/DEPLOYMENT.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:62:75:0:docs/install/DEPLOYMENT.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b5da308945c5f0e677c8e101:aoa:abyss-stack:anchor:9849c7a02950785764680de7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9849c7a02950785764680de7","label":"Risks","locator":{"end_column":8,"end_line":11,"fragment":"risks","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:risks","source_id":"aoa:abyss-stack:artifact:b5da308945c5f0e677c8e101","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bdfadda1290962211a799f19:aoa:abyss-stack:anchor:ffc44745a9d5bae75c106757","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ffc44745a9d5bae75c106757","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:bdfadda1290962211a799f19","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:7c5d3a597ce6554eeb73083d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7c5d3a597ce6554eeb73083d","label":"image","locator":{"end_column":112,"end_line":69,"fragment":"","pointer":"/services/tempo/image","start_column":5,"start_line":69},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tempo/image","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} @@ -51,6 +54,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f:aoa:abyss-stack:anchor:c7c005a83d2b495f651be0ec","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c7c005a83d2b495f651be0ec","label":"milestone_ref","locator":{"end_column":17,"end_line":9,"fragment":"","pointer":"/milestone_ref","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/milestone_ref","source_id":"aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:df62d5179b5f655780276eaf:aoa:abyss-stack:anchor:f699db6d0ee5586a70d7e51e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f699db6d0ee5586a70d7e51e","label":"Consequences","locator":{"end_column":15,"end_line":65,"fragment":"consequences","pointer":"","start_column":1,"start_line":65},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:df62d5179b5f655780276eaf","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ed84e256cb5bec0b126e3dc8:aoa:abyss-stack:anchor:64f9150445ecc98c4340f3d0","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:64f9150445ecc98c4340f3d0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ed84e256cb5bec0b126e3dc8","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:0edc72626f768231d23be91a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0edc72626f768231d23be91a","label":"ABYSS-STACK-D-0054 Branch Policy Validator Module","locator":{"end_column":111,"end_line":222,"fragment":"","pointer":"","start_column":3,"start_line":222},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../ABYSS-STACK-D-0054-branch-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:222:3:0:../ABYSS-STACK-D-0054-branch-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:e7c5c209a06890abfe2625f6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e7c5c209a06890abfe2625f6","label":"ABYSS-STACK-D-0013 Runtime Compatibility Boundaries","locator":{"end_column":115,"end_line":15,"fragment":"","pointer":"","start_column":3,"start_line":15},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mechanics","target_ref":"../ABYSS-STACK-D-0013-runtime-compatibility-boundaries.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:15:3:0:../ABYSS-STACK-D-0013-runtime-compatibility-boundaries.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f94c00e397193440ec61cc10:aoa:abyss-stack:anchor:eadf73721afe9454950b7880","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:eadf73721afe9454950b7880","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f94c00e397193440ec61cc10","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6:aoa:abyss-stack:anchor:85f68a9fd484ba944596f6e0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:85f68a9fd484ba944596f6e0","label":"Execution layer","locator":{"end_column":18,"end_line":93,"fragment":"execution-layer","pointer":"","start_column":1,"start_line":93},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:execution-layer","source_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/2b.jsonl b/kag/indexes/shards/anchor/2b.jsonl index a0bef3bd7..b0592309f 100644 --- a/kag/indexes/shards/anchor/2b.jsonl +++ b/kag/indexes/shards/anchor/2b.jsonl @@ -34,13 +34,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8619abead2b3f8d840d9d56a:aoa:abyss-stack:anchor:c9e4a615b7c6fef11ec7e1ef","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c9e4a615b7c6fef11ec7e1ef","label":"Purpose","locator":{"end_column":10,"end_line":5,"fragment":"purpose","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:8619abead2b3f8d840d9d56a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:873aad955afb54f5174ff94c:aoa:abyss-stack:anchor:b324caa87f7a0c79ee584373","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b324caa87f7a0c79ee584373","label":"init_minimal_repo","locator":{"end_column":106,"end_line":52,"fragment":"","pointer":"","start_column":1,"start_line":40},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:init_minimal_repo","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:init_minimal_repo","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:init_minimal_repo","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:init_minimal_repo","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:init_minimal_repo","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"init_minimal_repo","semantic_key":"python:function:init_minimal_repo","source_id":"aoa:abyss-stack:artifact:873aad955afb54f5174ff94c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:db4c0224ff6672d0541256d4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:db4c0224ff6672d0541256d4","label":"write_bundle","locator":{"end_column":68,"end_line":1554,"fragment":"","pointer":"","start_column":1,"start_line":1519},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:anchor_ref_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:anchor_write_eligibility"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:diagnosis_companion_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:repair_handoff_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:reviewed_diagnosis_ref_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:reviewed_diagnosis_write_eligibility"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_bundle","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"write_bundle","semantic_key":"python:function:write_bundle","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:c81a04e40ea689a72749cc53","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c81a04e40ea689a72749cc53","label":"profile-topology","locator":{"end_column":19,"end_line":339,"fragment":"profile-topology-1","pointer":"","start_column":1,"start_line":339},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:profile-topology-1","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:1667a1e347b6f5e1aef71ad2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1667a1e347b6f5e1aef71ad2","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":402,"fragment":"","pointer":"","start_column":3,"start_line":402},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-receipts","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:402:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:c81a04e40ea689a72749cc53","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c81a04e40ea689a72749cc53","label":"profile-topology","locator":{"end_column":19,"end_line":347,"fragment":"profile-topology-1","pointer":"","start_column":1,"start_line":347},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:profile-topology-1","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576:aoa:abyss-stack:anchor:eee0a62a2109ea5da1f8d650","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:eee0a62a2109ea5da1f8d650","label":"`snapshot`","locator":{"end_column":14,"end_line":149,"fragment":"snapshot","pointer":"","start_column":1,"start_line":149},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:snapshot","source_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:cfc43563dff708122f4ef371","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cfc43563dff708122f4ef371","label":"land_or_rollback","locator":{"end_column":10,"end_line":2632,"fragment":"","pointer":"","start_column":5,"start_line":2566},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:TRIALS.w4_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:land_validated_diff"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:repo_root_for_scenario"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:state.get"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.land_or_rollback","semantic_key":"python:method:build_graph.land_or_rollback","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ab5d0f048eef7c71583e29f4:aoa:abyss-stack:anchor:9903fe86a7a58c8771a5e94d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:9903fe86a7a58c8771a5e94d","label":"source_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/source_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/source_refs","source_id":"aoa:abyss-stack:artifact:ab5d0f048eef7c71583e29f4","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:0590bc8419febe69886b7ef7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0590bc8419febe69886b7ef7","label":"ABYSS-STACK-D-0044 Sync Parity Validator Module","locator":{"end_column":107,"end_line":158,"fragment":"","pointer":"","start_column":3,"start_line":158},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0044-sync-parity-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:158:3:0:../ABYSS-STACK-D-0044-sync-parity-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:20081daec69b6ece261f6ca7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:20081daec69b6ece261f6ca7","label":"MCP access plane","locator":{"end_column":19,"end_line":87,"fragment":"mcp-access-plane","pointer":"","start_column":1,"start_line":87},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mcp-access-plane","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:3a37e99c1025f11d5be6b362","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3a37e99c1025f11d5be6b362","label":"ABYSS-STACK-D-0078 Federated Stats MCP Access Plane","locator":{"end_column":115,"end_line":251,"fragment":"","pointer":"","start_column":3,"start_line":251},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federated-stats-read-contract","target_ref":"../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:251:3:0:../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:96a73d890d3a28d2bfd4e320","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:96a73d890d3a28d2bfd4e320","label":".github","locator":{"end_column":39,"end_line":182,"fragment":"","pointer":"","start_column":3,"start_line":182},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":".github/GITHUB_SURFACE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:182:3:0:.github/GITHUB_SURFACE.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ba4fe7cad5b14a2d50f1a3b0:aoa:abyss-stack:anchor:83a69e71cebb7ca90a4aa158","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:83a69e71cebb7ca90a4aa158","label":"voices","locator":{"end_column":7,"end_line":1,"fragment":"","pointer":"/voices","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/voices","source_id":"aoa:abyss-stack:artifact:ba4fe7cad5b14a2d50f1a3b0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bdac4a8725079d08dd9c34bd:aoa:abyss-stack:anchor:1e9c62478298e74bd02684f4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1e9c62478298e74bd02684f4","label":"PATHS","locator":{"end_column":7,"end_line":1,"fragment":"paths","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:paths","source_id":"aoa:abyss-stack:artifact:bdac4a8725079d08dd9c34bd","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:9feb7d632e6fa21234f87f7b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:9feb7d632e6fa21234f87f7b","label":"expose","locator":{"end_column":11,"end_line":93,"fragment":"","pointer":"/services/alloy/expose","start_column":5,"start_line":93},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/alloy/expose","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/2c.jsonl b/kag/indexes/shards/anchor/2c.jsonl index 1bf52b2ed..94cef3099 100644 --- a/kag/indexes/shards/anchor/2c.jsonl +++ b/kag/indexes/shards/anchor/2c.jsonl @@ -9,7 +9,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:2801318ed008128b8996f7df:aoa:abyss-stack:anchor:89f2b59478282f20c94d66a2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:89f2b59478282f20c94d66a2","label":"philosophy_lens_resource","locator":{"end_column":83,"end_line":284,"fragment":"","pointer":"","start_column":5,"start_line":283},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.philosophy_lens_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.philosophy_lens_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.philosophy_lens_resource","semantic_key":"python:method:build_server.philosophy_lens_resource","source_id":"aoa:abyss-stack:artifact:2801318ed008128b8996f7df","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:2c331be4657d2e931f4a7e05:aoa:abyss-stack:anchor:6e34bfbbcb959b05b31dce9c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6e34bfbbcb959b05b31dce9c","label":"tos_graph_server","locator":{"end_column":27,"end_line":78,"fragment":"","pointer":"","start_column":1,"start_line":49},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tos_graph_server","target_ref":"python:TOS_ROOT.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tos_graph_server","target_ref":"python:env.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tos_graph_server","target_ref":"python:free_port"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tos_graph_server","target_ref":"python:os.environ.copy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tos_graph_server","target_ref":"python:process.kill"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tos_graph_server","target_ref":"python:process.terminate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tos_graph_server","target_ref":"python:process.wait"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tos_graph_server","target_ref":"python:pytest.fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tos_graph_server","target_ref":"python:pytest.skip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tos_graph_server","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tos_graph_server","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tos_graph_server","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tos_graph_server","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tos_graph_server","target_ref":"python:subprocess.Popen"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tos_graph_server","target_ref":"python:wait_for_health"}],"parser_ref":"python-ast@1","qualified_name":"tos_graph_server","semantic_key":"python:function:tos_graph_server","source_id":"aoa:abyss-stack:artifact:2c331be4657d2e931f4a7e05","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:2d07de4583dfc665038ba65a:aoa:abyss-stack:anchor:830021f5596c5f804e592252","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:830021f5596c5f804e592252","label":"Working Substrate Profile","locator":{"end_column":27,"end_line":1,"fragment":"working-substrate-profile","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:working-substrate-profile","source_id":"aoa:abyss-stack:artifact:2d07de4583dfc665038ba65a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:7b4d96099191b4ef03871aa4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7b4d96099191b4ef03871aa4","label":"test_host_local_source_checkout_path_allows_prefix_sibling_names","locator":{"end_column":37,"end_line":227,"fragment":"","pointer":"","start_column":5,"start_line":208},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","target_ref":"python:doc.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","target_ref":"python:doc.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","target_ref":"python:self.iter_text_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","target_ref":"python:source_hygiene.validate_no_host_local_source_checkout_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:7b4d96099191b4ef03871aa4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7b4d96099191b4ef03871aa4","label":"test_host_local_source_checkout_path_allows_prefix_sibling_names","locator":{"end_column":37,"end_line":217,"fragment":"","pointer":"","start_column":5,"start_line":198},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","target_ref":"python:doc.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","target_ref":"python:doc.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","target_ref":"python:self.iter_text_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","target_ref":"python:source_hygiene.validate_no_host_local_source_checkout_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_allows_prefix_sibling_names","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:2f051ed094dfbe5203eacfd9:aoa:abyss-stack:anchor:51faeaf14df0e829724e3674","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:51faeaf14df0e829724e3674","label":"status","locator":{"end_column":10,"end_line":65,"fragment":"","pointer":"","start_column":5,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.status","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.status","target_ref":"python:self.index_exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.status","target_ref":"python:self.index_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.status","target_ref":"python:self.index_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.status","target_ref":"python:self.load_index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader.status","target_ref":"python:view.get"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusReader.status","semantic_key":"python:method:ToSCorpusReader.status","source_id":"aoa:abyss-stack:artifact:2f051ed094dfbe5203eacfd9","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:3473d9903a09e1e905c34731:aoa:abyss-stack:anchor:1ca3e83114cb197680b6f80e","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1ca3e83114cb197680b6f80e","label":"generated_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/generated_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/generated_at","source_id":"aoa:abyss-stack:artifact:3473d9903a09e1e905c34731","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:36859e11e9be7ab91b421453:aoa:abyss-stack:anchor:3fd3a5f5d892e073c82aa99e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3fd3a5f5d892e073c82aa99e","label":"Branch retirement checklist","locator":{"end_column":30,"end_line":67,"fragment":"branch-retirement-checklist","pointer":"","start_column":1,"start_line":67},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:branch-retirement-checklist","source_id":"aoa:abyss-stack:artifact:36859e11e9be7ab91b421453","symbol_kind":""} @@ -44,7 +44,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576:aoa:abyss-stack:anchor:9c751c4e209df58acbc8678a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9c751c4e209df58acbc8678a","label":"Canonical and explicit pilot services","locator":{"end_column":40,"end_line":63,"fragment":"canonical-and-explicit-pilot-services","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:canonical-and-explicit-pilot-services","source_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576:aoa:abyss-stack:anchor:ec62f50d995fd0bb1a6d254c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ec62f50d995fd0bb1a6d254c","label":"Promotion rule","locator":{"end_column":17,"end_line":263,"fragment":"promotion-rule","pointer":"","start_column":1,"start_line":263},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:promotion-rule","source_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:d08ad52db41cf85b17f7d31b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d08ad52db41cf85b17f7d31b","label":"script_contains","locator":{"end_column":56,"end_line":286,"fragment":"","pointer":"","start_column":1,"start_line":282},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:script_contains","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:script_contains","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:script_contains","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"script_contains","semantic_key":"python:function:script_contains","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:5b318d52f18c7c1536fb6065","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5b318d52f18c7c1536fb6065","label":"Working Rule","locator":{"end_column":15,"end_line":199,"fragment":"working-rule","pointer":"","start_column":1,"start_line":199},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:working-rule","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:5b318d52f18c7c1536fb6065","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5b318d52f18c7c1536fb6065","label":"Working Rule","locator":{"end_column":15,"end_line":201,"fragment":"working-rule","pointer":"","start_column":1,"start_line":201},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:working-rule","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7:aoa:abyss-stack:anchor:27a40f2813d18e2005221c67","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:27a40f2813d18e2005221c67","label":"requires-python","locator":{"end_column":26,"end_line":10,"fragment":"","pointer":"project.requires-python","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.requires-python","source_id":"aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ba80668245a3dabdecf9aae5:aoa:abyss-stack:anchor:0f1344f612cf3054e6ce876c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0f1344f612cf3054e6ce876c","label":"Source surfaces","locator":{"end_column":18,"end_line":73,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":73},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:ba80668245a3dabdecf9aae5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bcd42e881a2e9a22e6f22a07:aoa:abyss-stack:anchor:87c86d93bc6bed54ef1343cb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:87c86d93bc6bed54ef1343cb","label":"Managed Systemd Unit Sources","locator":{"end_column":30,"end_line":1,"fragment":"managed-systemd-unit-sources","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:managed-systemd-unit-sources","source_id":"aoa:abyss-stack:artifact:bcd42e881a2e9a22e6f22a07","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/2d.jsonl b/kag/indexes/shards/anchor/2d.jsonl index c4f1064d4..f586356af 100644 --- a/kag/indexes/shards/anchor/2d.jsonl +++ b/kag/indexes/shards/anchor/2d.jsonl @@ -18,6 +18,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:438478e7713ffdb96be895cd:aoa:abyss-stack:anchor:6246f12603db6a49a0b43f08","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6246f12603db6a49a0b43f08","label":"pull_request_template.md","locator":{"end_column":55,"end_line":14,"fragment":"","pointer":"","start_column":3,"start_line":14},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-surfaces","target_ref":"pull_request_template.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:14:3:0:pull_request_template.md","source_id":"aoa:abyss-stack:artifact:438478e7713ffdb96be895cd","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:476f95d791b5c5f1671444f1:aoa:abyss-stack:anchor:fd8bd0b46c04c9d908c434cf","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:fd8bd0b46c04c9d908c434cf","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:476f95d791b5c5f1671444f1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:48dcbc6657e37d453f1c3ae7:aoa:abyss-stack:anchor:15cb1d4514c6b9e1cffcda86","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:15cb1d4514c6b9e1cffcda86","label":"env_file","locator":{"end_column":13,"end_line":11,"fragment":"","pointer":"/services/ovms/env_file","start_column":5,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ovms/env_file","source_id":"aoa:abyss-stack:artifact:48dcbc6657e37d453f1c3ae7","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e:aoa:abyss-stack:anchor:ffbdb53289e8ae3a80df02f7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ffbdb53289e8ae3a80df02f7","label":"AGENTS.md","locator":{"end_column":11,"end_line":1,"fragment":"agentsmd","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agentsmd","source_id":"aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5118c231e742391795fbeca3:aoa:abyss-stack:anchor:5928df5be9ec09c66394c629","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5928df5be9ec09c66394c629","label":"Shape","locator":{"end_column":8,"end_line":9,"fragment":"shape","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:shape","source_id":"aoa:abyss-stack:artifact:5118c231e742391795fbeca3","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5d25e239b95780ab137141e8:aoa:abyss-stack:anchor:dcb8f5baf7391eeff00bf23b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:dcb8f5baf7391eeff00bf23b","label":"memo-seam","locator":{"end_column":35,"end_line":8,"fragment":"","pointer":"","start_column":3,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams-parts","target_ref":"memo-seam/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:8:3:0:memo-seam/README.md","source_id":"aoa:abyss-stack:artifact:5d25e239b95780ab137141e8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5e74eb7efa59f0539e7dcea3:aoa:abyss-stack:anchor:42740b05d3151596cef1070c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:42740b05d3151596cef1070c","label":"public_safe","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/public_safe","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/public_safe","source_id":"aoa:abyss-stack:artifact:5e74eb7efa59f0539e7dcea3","symbol_kind":"json_key"} @@ -34,7 +35,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:bbc92ee7fa3935f942e63e67","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bbc92ee7fa3935f942e63e67","label":"parent","locator":{"end_column":12,"end_line":26,"fragment":"","pointer":"/parent","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/parent","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9f247929c62566c3c389226e:aoa:abyss-stack:anchor:c5507ad56f7dc0943992186d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c5507ad56f7dc0943992186d","label":"type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/type","source_id":"aoa:abyss-stack:artifact:9f247929c62566c3c389226e","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:16f68516e59ca375f7621b6c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:16f68516e59ca375f7621b6c","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":196,"fragment":"","pointer":"","start_column":3,"start_line":196},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:kag-provider-map","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:196:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:729ce718076a4ced00ed1995","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:729ce718076a4ced00ed1995","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":269,"fragment":"","pointer":"","start_column":3,"start_line":269},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedread-model","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:269:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:32cf33207c93eb411c167407","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:32cf33207c93eb411c167407","label":"_assert_bounded_inventory_packet","locator":{"end_column":101,"end_line":646,"fragment":"","pointer":"","start_column":1,"start_line":617},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:entity.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:response_profile.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:response_profile.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:response_profile.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:response_profile.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:response_profile.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:route_packet.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:sample.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:sample.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_bounded_inventory_packet","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"_assert_bounded_inventory_packet","semantic_key":"python:function:_assert_bounded_inventory_packet","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:fd57fccc4a1cd28456808809","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:fd57fccc4a1cd28456808809","label":"mechanics/config-projection","locator":{"end_column":236,"end_line":40,"fragment":"","pointer":"","start_column":168,"start_line":40},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"mechanics/config-projection/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:40:168:3:mechanics/config-projection/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7f71220297520dde39a5a91:aoa:abyss-stack:anchor:6a72d5e83f6c46688cb46947","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:6a72d5e83f6c46688cb46947","label":"source_input_sha256","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/source_input_sha256","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/source_input_sha256","source_id":"aoa:abyss-stack:artifact:b7f71220297520dde39a5a91","symbol_kind":"json_key"} @@ -45,6 +45,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ce0ee3d0c0c36f835904a885:aoa:abyss-stack:anchor:2b5cd24b0709b52f903c50cc","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2b5cd24b0709b52f903c50cc","label":"legacy/DISTILLATION_LOG.md","locator":{"end_column":59,"end_line":26,"fragment":"","pointer":"","start_column":3,"start_line":26},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"legacy/DISTILLATION_LOG.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:26:3:0:legacy/DISTILLATION_LOG.md","source_id":"aoa:abyss-stack:artifact:ce0ee3d0c0c36f835904a885","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d9ca5648f8671a47309c1a8e:aoa:abyss-stack:anchor:7188c4b3b79916b40b613331","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7188c4b3b79916b40b613331","label":"build_expected_quest_catalog_entry","locator":{"end_column":6,"end_line":75,"fragment":"","pointer":"","start_column":1,"start_line":58},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_expected_quest_catalog_entry","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_expected_quest_catalog_entry","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_expected_quest_catalog_entry","target_ref":"python:quest_source_path"}],"parser_ref":"python-ast@1","qualified_name":"build_expected_quest_catalog_entry","semantic_key":"python:function:build_expected_quest_catalog_entry","source_id":"aoa:abyss-stack:artifact:d9ca5648f8671a47309c1a8e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:349767be97f2946895d1c9f8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:349767be97f2946895d1c9f8","label":"session_entity_usage_neighborhood","locator":{"end_column":90,"end_line":5126,"fragment":"","pointer":"","start_column":5,"start_line":5033},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:_annotate_trace_kind_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:_coerce_bounded_int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:_coerce_bounded_int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:_coerce_limit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:_coerce_limit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:_coerce_limit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:_coerce_limit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:_coerce_trace_kind"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:_compact_entity_usage_neighborhood_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:_ensure_short_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:_safe_selector"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:args.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:min"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:payload.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:self._archive_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:self._archive_command_line"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:self._usage_neighborhood_search_fast_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:self._usage_neighborhood_search_fast_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_entity_usage_neighborhood","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState.session_entity_usage_neighborhood","semantic_key":"python:method:AoASessionMemoryMCPState.session_entity_usage_neighborhood","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:2cc59a0d1d29b2c8405574a3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2cc59a0d1d29b2c8405574a3","label":"machine-fit","locator":{"end_column":14,"end_line":77,"fragment":"machine-fit","pointer":"","start_column":1,"start_line":77},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:machine-fit","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:2cc59a0d1d29b2c8405574a3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2cc59a0d1d29b2c8405574a3","label":"machine-fit","locator":{"end_column":14,"end_line":78,"fragment":"machine-fit","pointer":"","start_column":1,"start_line":78},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:machine-fit","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:3a53d06bcc8fd1fc79a97124","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:3a53d06bcc8fd1fc79a97124","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:3f848244db070bdfabc1c3ce","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3f848244db070bdfabc1c3ce","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":246,"fragment":"","pointer":"","start_column":3,"start_line":246},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-validation","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:246:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:b87cabeb79d66d24973525b4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b87cabeb79d66d24973525b4","label":"philosophy_audit_payload","locator":{"end_column":23,"end_line":140,"fragment":"","pointer":"","start_column":5,"start_line":136},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_audit_payload","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_audit_payload","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_audit_payload","target_ref":"python:payload.get"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.philosophy_audit_payload","semantic_key":"python:method:ToSCorpusMCPState.philosophy_audit_payload","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:d55a392ccf13538dd7ceb7a6","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d55a392ccf13538dd7ceb7a6","label":"effect_authority","locator":{"end_column":24,"end_line":36,"fragment":"","pointer":"/abi/inputs/required/4","start_column":7,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/inputs/required/4","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/2e.jsonl b/kag/indexes/shards/anchor/2e.jsonl index 494350b69..943f29edd 100644 --- a/kag/indexes/shards/anchor/2e.jsonl +++ b/kag/indexes/shards/anchor/2e.jsonl @@ -13,9 +13,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:2801318ed008128b8996f7df:aoa:abyss-stack:anchor:3d00b5f7f51454336f5e8e19","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3d00b5f7f51454336f5e8e19","label":"tos_philosophy_graph_snapshot","locator":{"end_column":53,"end_line":186,"fragment":"","pointer":"","start_column":5,"start_line":184},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.tos_philosophy_graph_snapshot","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.tos_philosophy_graph_snapshot","target_ref":"python:mcp.tool"}],"parser_ref":"python-ast@1","qualified_name":"build_server.tos_philosophy_graph_snapshot","semantic_key":"python:method:build_server.tos_philosophy_graph_snapshot","source_id":"aoa:abyss-stack:artifact:2801318ed008128b8996f7df","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:2c8fbecae573a5f8ee88b290:aoa:abyss-stack:anchor:1f689fd724bfd8e3748c3937","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1f689fd724bfd8e3748c3937","label":"index_kind","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/index_kind","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/index_kind","source_id":"aoa:abyss-stack:artifact:2c8fbecae573a5f8ee88b290","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:2d446905015833b27ae8afa8:aoa:abyss-stack:anchor:13500e5cfafeafe916d2940c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:13500e5cfafeafe916d2940c","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:2d446905015833b27ae8afa8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:142b2ad7755e8633f388fdac","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:142b2ad7755e8633f388fdac","label":"test_current_repo_required_files_pass","locator":{"end_column":37,"end_line":101,"fragment":"","pointer":"","start_column":5,"start_line":94},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_current_repo_required_files_pass","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_current_repo_required_files_pass","target_ref":"python:source_structure.required_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_current_repo_required_files_pass","target_ref":"python:source_structure.validate_required_files"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_current_repo_required_files_pass","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_current_repo_required_files_pass","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:142b2ad7755e8633f388fdac","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:142b2ad7755e8633f388fdac","label":"test_current_repo_required_files_pass","locator":{"end_column":37,"end_line":91,"fragment":"","pointer":"","start_column":5,"start_line":84},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_current_repo_required_files_pass","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_current_repo_required_files_pass","target_ref":"python:source_structure.required_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_current_repo_required_files_pass","target_ref":"python:source_structure.validate_required_files"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_current_repo_required_files_pass","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_current_repo_required_files_pass","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:34ec8a2fce7bcafdfcb01c55:aoa:abyss-stack:anchor:a8c59b5de761894fcda1f492","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a8c59b5de761894fcda1f492","label":"main","locator":{"end_column":32,"end_line":86,"fragment":"","pointer":"","start_column":1,"start_line":83},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:LOGGER.info"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_run_server"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:build_server"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:logging.basicConfig"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:34ec8a2fce7bcafdfcb01c55","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:7e2f07b36b9049ba08772961","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7e2f07b36b9049ba08772961","label":"Boundaries","locator":{"end_column":13,"end_line":36,"fragment":"boundaries","pointer":"","start_column":1,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundaries","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:7e2f07b36b9049ba08772961","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7e2f07b36b9049ba08772961","label":"Boundaries","locator":{"end_column":13,"end_line":38,"fragment":"boundaries","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundaries","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:9c02660fcc3fdc545bcb5c97","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9c02660fcc3fdc545bcb5c97","label":"FailedLiveScenarioRunner","locator":{"end_column":92,"end_line":6276,"fragment":"","pointer":"","start_column":5,"start_line":6240},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"test_live_scenario_audit_preserves_failed_archive_payload.FailedLiveScenarioRunner","semantic_key":"python:class:test_live_scenario_audit_preserves_failed_archive_payload.FailedLiveScenarioRunner","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:38c98727c64e92de3a457d58:aoa:abyss-stack:anchor:66280ad31af0aa77f428698f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:66280ad31af0aa77f428698f","label":"notes","locator":{"end_column":8,"end_line":53,"fragment":"","pointer":"/notes","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/notes","source_id":"aoa:abyss-stack:artifact:38c98727c64e92de3a457d58","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:39f7686efc6a05c4c9a23f54:aoa:abyss-stack:anchor:195f1c0eda723c668d5c5f83","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:195f1c0eda723c668d5c5f83","label":"test_query_graph_status_errors_on_boundary_failure","locator":{"end_column":60,"end_line":191,"fragment":"","pointer":"","start_column":1,"start_line":176},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_query_graph_status_errors_on_boundary_failure","target_ref":"python:AoATelegramConnectorMCPState"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_query_graph_status_errors_on_boundary_failure","target_ref":"python:state.query_graph"}],"parser_ref":"python-ast@1","qualified_name":"test_query_graph_status_errors_on_boundary_failure","semantic_key":"python:function:test_query_graph_status_errors_on_boundary_failure","source_id":"aoa:abyss-stack:artifact:39f7686efc6a05c4c9a23f54","symbol_kind":"function"} @@ -54,14 +54,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:cb615ad63ed39de316e078c7:aoa:abyss-stack:anchor:6d635c336674c7edcf77ad49","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6d635c336674c7edcf77ad49","label":"Boundaries to preserve","locator":{"end_column":25,"end_line":112,"fragment":"boundaries-to-preserve","pointer":"","start_column":1,"start_line":112},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundaries-to-preserve","source_id":"aoa:abyss-stack:artifact:cb615ad63ed39de316e078c7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cdc356f4413f9706cd00e331:aoa:abyss-stack:anchor:dfb409ba359368d3fa3059ae","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:dfb409ba359368d3fa3059ae","label":"`abyss-machine-mcp`","locator":{"end_column":53,"end_line":15,"fragment":"","pointer":"","start_column":3,"start_line":15},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"abyss-machine-mcp/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:15:3:0:abyss-machine-mcp/README.md","source_id":"aoa:abyss-stack:artifact:cdc356f4413f9706cd00e331","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d6ba6fad4c15e63e33728db0:aoa:abyss-stack:anchor:bb882a6932a34c4c6c59d637","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:bb882a6932a34c4c6c59d637","label":"reviewed_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/reviewed_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/reviewed_at","source_id":"aoa:abyss-stack:artifact:d6ba6fad4c15e63e33728db0","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76:aoa:abyss-stack:anchor:539a22cfa4e8b1ff5446ab61","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:539a22cfa4e8b1ff5446ab61","label":"_run_source_validators","locator":{"end_column":70,"end_line":388,"fragment":"","pointer":"","start_column":1,"start_line":162},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:active_topology_language.validate_active_topology_language"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:agent_skill_projection.validate_agent_skill_projection_routes"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:branch_policy.validate_branch_policy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:decision_surface.validate_decision_record_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:diagnostic_spine.validate_diagnostic_spine_contracts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:federation_runtime_seams.validate_eval_runtime_seam"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:federation_runtime_seams.validate_kag_runtime_seam"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:federation_runtime_seams.validate_memo_runtime_seam"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:federation_runtime_seams.validate_playbook_runtime_seam"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:federation_surface.compatibility_bridge_config"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:federation_surface.validate_federation_landing"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:federation_surface.validate_federation_required_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:federation_surface.validate_federation_upstream_compatibility"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:inference_pilot_compatibility.validate_inference_pilot_compatibility_gate_language"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:inference_pilot_compatibility.validate_local_trials_compatibility_bridge"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:machine_fit.validate_machine_bridge"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:machine_fit.validate_machine_integration_freshness_gates"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:machine_fit.validate_platform_adaptations"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:machine_fit.validate_reference_platform"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:mechanics_topology.validate_mechanics_topology"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:profile_topology.validate_presets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:profile_topology.validate_profiles"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:questbook_surface.validate_questbook_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:return_policy.validate_return_runtime_contract"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:root_routes.validate_entry_route_contract"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:root_routes.validate_root_design_surfaces"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:runtime_hygiene.validate_runtime_hygiene_contracts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:runtime_route_contracts.validate_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:script_surface.validate_scripts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:service_selection.validate_service_screenshot_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:service_selection.validate_service_selection_policy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:source_hygiene.validate_git_mirror_hygiene"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:source_hygiene.validate_no_host_local_source_checkout_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:source_hygiene.validate_no_moved_mechanic_doc_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:source_hygiene.validate_no_stale_active_sibling_roots"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:source_structure.required_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:source_structure.validate_required_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:source_structure.validate_root_residual_topology"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:sync_parity.validate_sync_managed_items"}],"parser_ref":"python-ast@1","qualified_name":"_run_source_validators","semantic_key":"python:function:_run_source_validators","source_id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76:aoa:abyss-stack:anchor:539a22cfa4e8b1ff5446ab61","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:539a22cfa4e8b1ff5446ab61","label":"_run_source_validators","locator":{"end_column":70,"end_line":370,"fragment":"","pointer":"","start_column":1,"start_line":146},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:active_topology_language.validate_active_topology_language"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:agent_skill_projection.validate_agent_skill_projection_routes"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:branch_policy.validate_branch_policy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:decision_surface.validate_decision_record_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:diagnostic_spine.validate_diagnostic_spine_contracts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:federation_runtime_seams.validate_eval_runtime_seam"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:federation_runtime_seams.validate_kag_runtime_seam"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:federation_runtime_seams.validate_memo_runtime_seam"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:federation_runtime_seams.validate_playbook_runtime_seam"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:federation_surface.compatibility_bridge_config"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:federation_surface.validate_federation_landing"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:federation_surface.validate_federation_required_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:federation_surface.validate_federation_upstream_compatibility"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:inference_pilot_compatibility.validate_inference_pilot_compatibility_gate_language"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:inference_pilot_compatibility.validate_local_trials_compatibility_bridge"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:machine_fit.validate_machine_bridge"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:machine_fit.validate_machine_integration_freshness_gates"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:machine_fit.validate_platform_adaptations"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:machine_fit.validate_reference_platform"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:mechanics_topology.validate_mechanics_topology"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:profile_topology.validate_presets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:profile_topology.validate_profiles"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:questbook_surface.validate_questbook_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:return_policy.validate_return_runtime_contract"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:root_routes.validate_entry_route_contract"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:root_routes.validate_root_design_surfaces"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:runtime_hygiene.validate_runtime_hygiene_contracts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:runtime_route_contracts.validate_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:script_surface.validate_scripts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:service_selection.validate_service_screenshot_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:service_selection.validate_service_selection_policy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:source_hygiene.validate_git_mirror_hygiene"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:source_hygiene.validate_no_host_local_source_checkout_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:source_hygiene.validate_no_moved_mechanic_doc_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:source_hygiene.validate_no_stale_active_sibling_roots"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:source_structure.required_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:source_structure.validate_required_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:source_structure.validate_root_residual_topology"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_source_validators","target_ref":"python:sync_parity.validate_sync_managed_items"}],"parser_ref":"python-ast@1","qualified_name":"_run_source_validators","semantic_key":"python:function:_run_source_validators","source_id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:dd1e8183e5f102cf2fdfb06d:aoa:abyss-stack:anchor:0f49d393821526f7e0a49375","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0f49d393821526f7e0a49375","label":"mem_limit","locator":{"end_column":47,"end_line":6,"fragment":"","pointer":"/services/rag-api/mem_limit","start_column":5,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api/mem_limit","source_id":"aoa:abyss-stack:artifact:dd1e8183e5f102cf2fdfb06d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:fb73754f35abfbe94bf00d23","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fb73754f35abfbe94bf00d23","label":"_compact_raw_preview","locator":{"end_column":50,"end_line":2075,"fragment":"","pointer":"","start_column":1,"start_line":2067},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_raw_preview","target_ref":"python:_compact_usage_mapping"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_raw_preview","target_ref":"python:_without_omitted_field_counts"}],"parser_ref":"python-ast@1","qualified_name":"_compact_raw_preview","semantic_key":"python:function:_compact_raw_preview","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:5f8a514818e6e0c1c4536a23","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5f8a514818e6e0c1c4536a23","label":"build_memory_object","locator":{"end_column":10,"end_line":1092,"fragment":"","pointer":"","start_column":5,"start_line":1046},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:matches.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:matches.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:registry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memory_object","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState.build_memory_object","semantic_key":"python:method:AoAMemoMCPState.build_memory_object","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:b8ede5e65ce4113488ebce72","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b8ede5e65ce4113488ebce72","label":"_repo_root_for_port","locator":{"end_column":60,"end_line":1487,"fragment":"","pointer":"","start_column":5,"start_line":1486},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._repo_root_for_port","semantic_key":"python:method:AoAMemoMCPState._repo_root_for_port","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:ea7646135113cdf3a6268c07","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ea7646135113cdf3a6268c07","label":"_search_memory_objects","locator":{"end_column":89,"end_line":945,"fragment":"","pointer":"","start_column":5,"start_line":902},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:hits.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:self._catalog_source_object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:self._memory_object_filters_match"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._search_memory_objects","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._search_memory_objects","semantic_key":"python:method:AoAMemoMCPState._search_memory_objects","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:53b0a05d8b3e9c3fdb5fc2d6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:53b0a05d8b3e9c3fdb5fc2d6","label":"ABYSS-STACK-D-0074 Telegram and Discord Connector MCP Access Planes","locator":{"end_column":143,"end_line":53,"fragment":"","pointer":"","start_column":3,"start_line":53},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:53:3:0:../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:6a4dad66660d2c83765fcd97","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6a4dad66660d2c83765fcd97","label":"route-api","locator":{"end_column":12,"end_line":2,"fragment":"","pointer":"/services/route-api","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:a11469dbfb2fd7a7d1f59fd1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a11469dbfb2fd7a7d1f59fd1","label":"ABYSS-STACK-D-0079 KAG Query Application Port","locator":{"end_column":103,"end_line":203,"fragment":"","pointer":"","start_column":3,"start_line":203},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seam","target_ref":"../ABYSS-STACK-D-0079-kag-query-application-port.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:203:3:0:../ABYSS-STACK-D-0079-kag-query-application-port.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:d7af94972a88ca8dd2a085f1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d7af94972a88ca8dd2a085f1","label":"ABYSS-STACK-D-0026 Workflow Automation Optional Profile","locator":{"end_column":123,"end_line":112,"fragment":"","pointer":"","start_column":3,"start_line":112},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profiles-and-presets","target_ref":"../ABYSS-STACK-D-0026-workflow-automation-optional-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:112:3:0:../ABYSS-STACK-D-0026-workflow-automation-optional-profile.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f94c00e397193440ec61cc10:aoa:abyss-stack:anchor:66b97d84a2ccdf7c65454ff9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:66b97d84a2ccdf7c65454ff9","label":"Owner Lane","locator":{"end_column":13,"end_line":15,"fragment":"owner-lane","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-lane","source_id":"aoa:abyss-stack:artifact:f94c00e397193440ec61cc10","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/2f.jsonl b/kag/indexes/shards/anchor/2f.jsonl index 30d737779..42813369e 100644 --- a/kag/indexes/shards/anchor/2f.jsonl +++ b/kag/indexes/shards/anchor/2f.jsonl @@ -1,11 +1,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:a5e41ab954fa0a1331568778","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a5e41ab954fa0a1331568778","label":"http_get_action","locator":{"end_column":10,"end_line":1842,"fragment":"","pointer":"","start_column":5,"start_line":1834},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"build_catalog.http_get_action","semantic_key":"python:method:build_catalog.http_get_action","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:05c103c1f3e103e9b2ebf939:aoa:abyss-stack:anchor:88d99588b0899a1d2b1cbeaa","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:88d99588b0899a1d2b1cbeaa","label":"Consequences","locator":{"end_column":15,"end_line":48,"fragment":"consequences","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:05c103c1f3e103e9b2ebf939","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:c2664e568d0ef8b65f6f82e4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c2664e568d0ef8b65f6f82e4","label":"Added","locator":{"end_column":9,"end_line":664,"fragment":"added-2","pointer":"","start_column":1,"start_line":664},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:added-2","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:c2664e568d0ef8b65f6f82e4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c2664e568d0ef8b65f6f82e4","label":"Added","locator":{"end_column":9,"end_line":666,"fragment":"added-2","pointer":"","start_column":1,"start_line":666},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:added-2","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:073dd6d37ba43a279a298d4a:aoa:abyss-stack:anchor:b980a91cb07b8bd8a1412669","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b980a91cb07b8bd8a1412669","label":"healthcheck","locator":{"end_column":16,"end_line":26,"fragment":"","pointer":"/services/langchain-api-llamacpp/healthcheck","start_column":5,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api-llamacpp/healthcheck","source_id":"aoa:abyss-stack:artifact:073dd6d37ba43a279a298d4a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e:aoa:abyss-stack:anchor:3251f7d99a91064b4f8b8ad5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3251f7d99a91064b4f8b8ad5","label":"restart","locator":{"end_column":27,"end_line":47,"fragment":"","pointer":"/services/langchain-api/restart","start_column":5,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api/restart","source_id":"aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0e285231048950438ed44122:aoa:abyss-stack:anchor:3818f9f012da062015a7b30f","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:3818f9f012da062015a7b30f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:0e285231048950438ed44122","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:111bd4e63cdf94b444c9cee6:aoa:abyss-stack:anchor:bf4e22f645651b3d9d6a1023","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bf4e22f645651b3d9d6a1023","label":"test_modeled_surface_contract_rejects_null_and_path_escape","locator":{"end_column":10,"end_line":318,"fragment":"","pointer":"","start_column":5,"start_line":286},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_modeled_surface_contract_rejects_null_and_path_escape","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_modeled_surface_contract_rejects_null_and_path_escape","target_ref":"python:contract_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_modeled_surface_contract_rejects_null_and_path_escape","target_ref":"python:contract_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_modeled_surface_contract_rejects_null_and_path_escape","target_ref":"python:contract_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_modeled_surface_contract_rejects_null_and_path_escape","target_ref":"python:contract_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_modeled_surface_contract_rejects_null_and_path_escape","target_ref":"python:decision_indexes.validate_decision_index_surfaces"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_modeled_surface_contract_rejects_null_and_path_escape","target_ref":"python:decision_indexes.validate_decision_index_surfaces"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_modeled_surface_contract_rejects_null_and_path_escape","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_modeled_surface_contract_rejects_null_and_path_escape","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_modeled_surface_contract_rejects_null_and_path_escape","target_ref":"python:shutil.copytree"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_modeled_surface_contract_rejects_null_and_path_escape","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"DecisionRecordTests.test_modeled_surface_contract_rejects_null_and_path_escape","semantic_key":"python:method:DecisionRecordTests.test_modeled_surface_contract_rejects_null_and_path_escape","source_id":"aoa:abyss-stack:artifact:111bd4e63cdf94b444c9cee6","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:60626528e4c7628db4d69d30","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:60626528e4c7628db4d69d30","label":"test_skill_projection_accepts_checkout_safe_target_file","locator":{"end_column":24,"end_line":76,"fragment":"","pointer":"","start_column":1,"start_line":69},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:run_skill_projection_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:write_minimal_skill_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_skill_projection_accepts_checkout_safe_target_file","semantic_key":"python:function:test_skill_projection_accepts_checkout_safe_target_file","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:60626528e4c7628db4d69d30","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:60626528e4c7628db4d69d30","label":"test_skill_projection_accepts_checkout_safe_target_file","locator":{"end_column":58,"end_line":61,"fragment":"","pointer":"","start_column":1,"start_line":56},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:run_skill_projection_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:write_minimal_skill_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_skill_projection_accepts_checkout_safe_target_file","semantic_key":"python:function:test_skill_projection_accepts_checkout_safe_target_file","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:1ae30243fb8a5694af2725d7:aoa:abyss-stack:anchor:d15426c8bde1091dfe578569","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d15426c8bde1091dfe578569","label":"http","locator":{"end_column":13,"end_line":10,"fragment":"","pointer":"/distributor/receivers/otlp/protocols/http","start_column":9,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/distributor/receivers/otlp/protocols/http","source_id":"aoa:abyss-stack:artifact:1ae30243fb8a5694af2725d7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1e54603f6d20370021ac2f9c:aoa:abyss-stack:anchor:e937c22ba36103402f0aa48d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e937c22ba36103402f0aa48d","label":"record_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/record_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/record_id","source_id":"aoa:abyss-stack:artifact:1e54603f6d20370021ac2f9c","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:1f232d2442b6f53f43de7f9f:aoa:abyss-stack:anchor:a3d9d5953daf84a57fa0422f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a3d9d5953daf84a57fa0422f","label":"test_read_resources_and_server_build","locator":{"end_column":43,"end_line":198,"fragment":"","pointer":"","start_column":1,"start_line":194},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_read_resources_and_server_build","target_ref":"python:_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_read_resources_and_server_build","target_ref":"python:build_server"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_read_resources_and_server_build","target_ref":"python:state.read_resource"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_read_resources_and_server_build","target_ref":"python:state.read_resource"}],"parser_ref":"python-ast@1","qualified_name":"test_read_resources_and_server_build","semantic_key":"python:function:test_read_resources_and_server_build","source_id":"aoa:abyss-stack:artifact:1f232d2442b6f53f43de7f9f","symbol_kind":"function"} @@ -28,8 +28,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:840e47cd0e4aeaac2fafd5ad","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:840e47cd0e4aeaac2fafd5ad","label":"ABYSS-STACK-D-0024 Fallback Gateway Profile","locator":{"end_column":99,"end_line":39,"fragment":"","pointer":"","start_column":3,"start_line":39},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-05-14","target_ref":"../ABYSS-STACK-D-0024-fallback-gateway-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:39:3:0:../ABYSS-STACK-D-0024-fallback-gateway-profile.md","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:80fead3427c21a9a8b68509c:aoa:abyss-stack:anchor:2c96cb63b8a958e92ae9db26","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2c96cb63b8a958e92ae9db26","label":"validate_memo_objects","locator":{"end_column":6,"end_line":434,"fragment":"","pointer":"","start_column":1,"start_line":322},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_objects","target_ref":"python:object_catalog_by_id"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_objects","target_ref":"python:object_sections_by_id"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_objects","target_ref":"python:require_catalog"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_objects","target_ref":"python:require_catalog"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_objects","target_ref":"python:require_catalog"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_objects","target_ref":"python:require_catalog"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_objects","target_ref":"python:require_catalog"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_objects","target_ref":"python:require_catalog"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_objects","target_ref":"python:require_section_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_objects","target_ref":"python:require_section_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_objects","target_ref":"python:require_section_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_objects","target_ref":"python:require_section_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_objects","target_ref":"python:require_section_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_memo_objects","target_ref":"python:require_section_contains"}],"parser_ref":"python-ast@1","qualified_name":"validate_memo_objects","semantic_key":"python:function:validate_memo_objects","source_id":"aoa:abyss-stack:artifact:80fead3427c21a9a8b68509c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:8a13b9a7ec9d7eced4f58f2a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8a13b9a7ec9d7eced4f58f2a","label":"federation_entries_by_kind","locator":{"end_column":19,"end_line":1300,"fragment":"","pointer":"","start_column":1,"start_line":1292},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:federation_entries_by_kind","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:federation_entries_by_kind","target_ref":"python:routing_payload"}],"parser_ref":"python-ast@1","qualified_name":"federation_entries_by_kind","semantic_key":"python:function:federation_entries_by_kind","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:840bf4f21343f5d35979a9ac","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:840bf4f21343f5d35979a9ac","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":433,"fragment":"","pointer":"","start_column":3,"start_line":433},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-topology","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:433:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:be99d677c4b611fa25c9cb5c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:be99d677c4b611fa25c9cb5c","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":454,"fragment":"","pointer":"","start_column":3,"start_line":454},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:stale-path-hygiene","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:454:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:1f22336feb7ca7cd97af48a4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1f22336feb7ca7cd97af48a4","label":"load_trials_module","locator":{"end_column":18,"end_line":198,"fragment":"","pointer":"","start_column":1,"start_line":190},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_trials_module","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_trials_module","target_ref":"python:importlib.machinery.SourceFileLoader"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_trials_module","target_ref":"python:importlib.util.module_from_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_trials_module","target_ref":"python:importlib.util.spec_from_loader"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_trials_module","target_ref":"python:loader.exec_module"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_trials_module","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"load_trials_module","semantic_key":"python:function:load_trials_module","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:c581ab476f17a30391b09723","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c581ab476f17a30391b09723","label":"summary_memo","locator":{"end_column":6,"end_line":2446,"fragment":"","pointer":"","start_column":1,"start_line":2408},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summary_memo","target_ref":"python:TRIALS.bool_word"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summary_memo","target_ref":"python:TRIALS.bool_word"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summary_memo","target_ref":"python:TRIALS.truth_status_lines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summary_memo","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summary_memo","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summary_memo","target_ref":"python:make_index_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summary_memo","target_ref":"python:truth_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summary_memo","target_ref":"python:truth_status.get"}],"parser_ref":"python-ast@1","qualified_name":"summary_memo","semantic_key":"python:function:summary_memo","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9042a2a66456837eab6a31f9:aoa:abyss-stack:anchor:90847a04eaf36313621365cf","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:90847a04eaf36313621365cf","label":"actions_deferred","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/actions_deferred","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/actions_deferred","source_id":"aoa:abyss-stack:artifact:9042a2a66456837eab6a31f9","symbol_kind":"json_key"} @@ -56,9 +54,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:57d8a14c194bec247a356a5a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:57d8a14c194bec247a356a5a","label":"Host-facing endpoints","locator":{"end_column":25,"end_line":195,"fragment":"host-facing-endpoints-4","pointer":"","start_column":1,"start_line":195},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:host-facing-endpoints-4","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98:aoa:abyss-stack:anchor:2a11f1172c3b63985b626853","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2a11f1172c3b63985b626853","label":"By stack lane","locator":{"end_column":44,"end_line":36,"fragment":"","pointer":"","start_column":3,"start_line":36},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-surfaces","target_ref":"indexes/by-stack-lane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:36:3:0:indexes/by-stack-lane.md","source_id":"aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345:aoa:abyss-stack:anchor:95ffc5c11f909c678bad8752","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:95ffc5c11f909c678bad8752","label":"storage_posture","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/storage_posture","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/storage_posture","source_id":"aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:352f67a35f4b7b0e8c7c184a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:352f67a35f4b7b0e8c7c184a","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":48,"fragment":"","pointer":"","start_column":3,"start_line":48},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:48:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:41c28670c861135cb6cc5895","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:41c28670c861135cb6cc5895","label":"ABYSS-STACK-D-0072 AoA 4PDA Connector MCP Access Plane","locator":{"end_column":121,"end_line":52,"fragment":"","pointer":"","start_column":3,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:52:3:0:../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:bbed76df1325701c06998102","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bbed76df1325701c06998102","label":"ABYSS-STACK-D-0041 Source Hygiene Validator Module","locator":{"end_column":113,"end_line":109,"fragment":"","pointer":"","start_column":3,"start_line":109},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0041-source-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:109:3:0:../ABYSS-STACK-D-0041-source-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:36422d22fe8f33b85f087598","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:36422d22fe8f33b85f087598","label":"healthcheck","locator":{"end_column":16,"end_line":14,"fragment":"","pointer":"/services/route-api/healthcheck","start_column":5,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/healthcheck","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:93f45757638091d896bca48d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:93f45757638091d896bca48d","label":"qdrant_search","locator":{"end_column":18,"end_line":552,"fragment":"","pointer":"","start_column":1,"start_line":536},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:qdrant_search","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:qdrant_search","target_ref":"python:http_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:qdrant_search","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:qdrant_search","target_ref":"python:response.get"}],"parser_ref":"python-ast@1","qualified_name":"qdrant_search","semantic_key":"python:function:qdrant_search","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:61cd7375c044bf35e408947d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:61cd7375c044bf35e408947d","label":"service selection","locator":{"end_column":20,"end_line":99,"fragment":"service-selection","pointer":"","start_column":1,"start_line":99},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:service-selection","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c909eb5d572b3398efe8755d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c909eb5d572b3398efe8755d","label":"inference pilots","locator":{"end_column":19,"end_line":92,"fragment":"inference-pilots","pointer":"","start_column":1,"start_line":92},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:inference-pilots","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:61cd7375c044bf35e408947d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:61cd7375c044bf35e408947d","label":"service selection","locator":{"end_column":20,"end_line":100,"fragment":"service-selection","pointer":"","start_column":1,"start_line":100},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:service-selection","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c909eb5d572b3398efe8755d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c909eb5d572b3398efe8755d","label":"inference pilots","locator":{"end_column":19,"end_line":93,"fragment":"inference-pilots","pointer":"","start_column":1,"start_line":93},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:inference-pilots","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fd2da5d803446ec942b229d1:aoa:abyss-stack:anchor:986f293c6237fb38bb5429b1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:986f293c6237fb38bb5429b1","label":"Follow-up route","locator":{"end_column":18,"end_line":87,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":87},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:fd2da5d803446ec942b229d1","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:1bc02ee6582e3482a2bbd9c6","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1bc02ee6582e3482a2bbd9c6","label":"owner_route_card","locator":{"end_column":56,"end_line":67,"fragment":"","pointer":"/tool_requirements/owner_route_card","start_column":3,"start_line":67},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/tool_requirements/owner_route_card","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/30.jsonl b/kag/indexes/shards/anchor/30.jsonl index 4b33fb084..baade46c0 100644 --- a/kag/indexes/shards/anchor/30.jsonl +++ b/kag/indexes/shards/anchor/30.jsonl @@ -42,6 +42,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:f650c3f333cdb1be55f54e73","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f650c3f333cdb1be55f54e73","label":"load_result_summary","locator":{"end_column":27,"end_line":279,"fragment":"","pointer":"","start_column":1,"start_line":275},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_result_summary","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_result_summary","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_result_summary","target_ref":"python:scenario_root"}],"parser_ref":"python-ast@1","qualified_name":"load_result_summary","semantic_key":"python:function:load_result_summary","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:b094aa66fa84935f9eaf822d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b094aa66fa84935f9eaf822d","label":"NEO4J_server_memory_heap_max__size","locator":{"end_column":71,"end_line":15,"fragment":"","pointer":"/services/neo4j/environment/NEO4J_server_memory_heap_max__size","start_column":7,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/neo4j/environment/NEO4J_server_memory_heap_max__size","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:8e5e88248fc675cdc0c91eb2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8e5e88248fc675cdc0c91eb2","label":"finalize_case_with_summary","locator":{"end_column":6,"end_line":773,"fragment":"","pointer":"","start_column":1,"start_line":725},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_case_with_summary","target_ref":"python:TRIALS.build_result_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_case_with_summary","target_ref":"python:TRIALS.finalize_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_case_with_summary","target_ref":"python:case_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_case_with_summary","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"finalize_case_with_summary","semantic_key":"python:function:finalize_case_with_summary","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:1d15a4fff2b4e0a9f3818176","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1d15a4fff2b4e0a9f3818176","label":"ABYSS-STACK-D-0045 Questbook Surface Validator Module","locator":{"end_column":119,"end_line":263,"fragment":"","pointer":"","start_column":3,"start_line":263},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generated-read-model","target_ref":"../ABYSS-STACK-D-0045-questbook-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:263:3:0:../ABYSS-STACK-D-0045-questbook-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b045424d357b2170f276d1e9:aoa:abyss-stack:anchor:4624e49e633a2c8d52cc93bb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4624e49e633a2c8d52cc93bb","label":"summarize","locator":{"end_column":6,"end_line":100,"fragment":"","pointer":"","start_column":1,"start_line":36},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:game_guard.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:resource_guards.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:resource_plan.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:resource_plan.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:resource_plan.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:resource_plan.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:service_selection.get"}],"parser_ref":"python-ast@1","qualified_name":"summarize","semantic_key":"python:function:summarize","source_id":"aoa:abyss-stack:artifact:b045424d357b2170f276d1e9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075:aoa:abyss-stack:anchor:73b819c66e824bde97be7de4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:73b819c66e824bde97be7de4","label":"Owner Governance Reference","locator":{"end_column":29,"end_line":53,"fragment":"owner-governance-reference","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-governance-reference","source_id":"aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ca4fe66e96568d40c5c027d4:aoa:abyss-stack:anchor:c9c5dafcfc7efb1e88e3a4fb","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c9c5dafcfc7efb1e88e3a4fb","label":"next_checks","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/next_checks","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/next_checks","source_id":"aoa:abyss-stack:artifact:ca4fe66e96568d40c5c027d4","symbol_kind":"json_key"} @@ -54,10 +55,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128:aoa:abyss-stack:anchor:f8be72cbc86e4f10af7de28e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f8be72cbc86e4f10af7de28e","label":"Validation","locator":{"end_column":13,"end_line":85,"fragment":"validation","pointer":"","start_column":1,"start_line":85},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation","source_id":"aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:e30c36db9a5387af932580cf","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e30c36db9a5387af932580cf","label":"ABYSS-STACK-D-0011 Legacy-Heavy Runtime Package Distillation","locator":{"end_column":133,"end_line":7,"fragment":"","pointer":"","start_column":3,"start_line":7},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agon-runtime","target_ref":"../ABYSS-STACK-D-0011-legacy-heavy-runtime-package-distillation.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:7:3:0:../ABYSS-STACK-D-0011-legacy-heavy-runtime-package-distillation.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:f42afd68fb30e6f93acddbb6","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f42afd68fb30e6f93acddbb6","label":"generated/counterpart_federation_exposure_review.min.json","locator":{"end_column":61,"end_line":25,"fragment":"","pointer":"/required_files/18","start_column":3,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/18","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5:aoa:abyss-stack:anchor:abb72b997ae54308590cc913","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:abb72b997ae54308590cc913","label":"validate_required_files","locator":{"end_column":18,"end_line":473,"fragment":"","pointer":"","start_column":1,"start_line":446},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:line.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:managed_units.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:managed_units.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:unit_path.exists"}],"parser_ref":"python-ast@1","qualified_name":"validate_required_files","semantic_key":"python:function:validate_required_files","source_id":"aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5:aoa:abyss-stack:anchor:abb72b997ae54308590cc913","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:abb72b997ae54308590cc913","label":"validate_required_files","locator":{"end_column":18,"end_line":475,"fragment":"","pointer":"","start_column":1,"start_line":448},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:line.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:managed_units.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:managed_units.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_required_files","target_ref":"python:unit_path.exists"}],"parser_ref":"python-ast@1","qualified_name":"validate_required_files","semantic_key":"python:function:validate_required_files","source_id":"aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f08d6728765221ab9844939e:aoa:abyss-stack:anchor:ee881a9dbfae4433d009c13f","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ee881a9dbfae4433d009c13f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f08d6728765221ab9844939e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6:aoa:abyss-stack:anchor:39746a0523c17f248d451a23","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:39746a0523c17f248d451a23","label":"Profile posture","locator":{"end_column":18,"end_line":5,"fragment":"profile-posture","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:profile-posture","source_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d:aoa:abyss-stack:anchor:9e5961d3d869f122abeb1a24","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:9e5961d3d869f122abeb1a24","label":"LLAMA_ARG_THREADS_BATCH","locator":{"end_column":35,"end_line":15,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_THREADS_BATCH","start_column":7,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_THREADS_BATCH","source_id":"aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fc8ffd214ec1e53dfac6c954:aoa:abyss-stack:anchor:75ab644bc8ed549e36fcef8d","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:75ab644bc8ed549e36fcef8d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fc8ffd214ec1e53dfac6c954","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fd2da5d803446ec942b229d1:aoa:abyss-stack:anchor:a2c3eb70b6ce73e6c9b723bb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a2c3eb70b6ce73e6c9b723bb","label":"ToS Philosophy Graph Access Plane","locator":{"end_column":35,"end_line":1,"fragment":"tos-philosophy-graph-access-plane","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:tos-philosophy-graph-access-plane","source_id":"aoa:abyss-stack:artifact:fd2da5d803446ec942b229d1","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:06dc9802d8668cfa65a8e365","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:06dc9802d8668cfa65a8e365","label":"review","locator":{"end_column":13,"end_line":44,"fragment":"","pointer":"/abi/inputs/conditional/review","start_column":7,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/inputs/conditional/review","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:32301ceda3a4c31befaa4605","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:32301ceda3a4c31befaa4605","label":"allowed_files","locator":{"end_column":28,"end_line":60,"fragment":"","pointer":"/allowed_files","start_column":11,"start_line":60},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/allowed_files","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/31.jsonl b/kag/indexes/shards/anchor/31.jsonl index 404633c64..0fb3323eb 100644 --- a/kag/indexes/shards/anchor/31.jsonl +++ b/kag/indexes/shards/anchor/31.jsonl @@ -28,7 +28,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29:aoa:abyss-stack:anchor:bcba751a96d2003e57a45330","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:bcba751a96d2003e57a45330","label":"Layer model","locator":{"end_column":14,"end_line":7,"fragment":"layer-model","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:layer-model","source_id":"aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:b3f1ba909e9eb89c5c819d06","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b3f1ba909e9eb89c5c819d06","label":"repo_root_for_scenario","locator":{"end_column":21,"end_line":546,"fragment":"","pointer":"","start_column":1,"start_line":537},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repo_root_for_scenario","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repo_root_for_scenario","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repo_root_for_scenario","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repo_root_for_scenario","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repo_root_for_scenario","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repo_root_for_scenario","target_ref":"python:repo_root.exists"}],"parser_ref":"python-ast@1","qualified_name":"repo_root_for_scenario","semantic_key":"python:function:repo_root_for_scenario","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:fe56204c95ab5ddfbbef8fae","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fe56204c95ab5ddfbbef8fae","label":"run_worktree_preview","locator":{"end_column":10,"end_line":1755,"fragment":"","pointer":"","start_column":1,"start_line":1642},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:TRIALS.build_landing_diff"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:TRIALS.ensure_w4_worktree_neighbor_links"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:TRIALS.list_changed_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:TRIALS.remove_temp_worktree"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:TRIALS.run_acceptance_checks"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:TRIALS.run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:TRIALS.with_temp_worktree"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:artifact_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:command_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:diff_text.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:proposal_artifact_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:proposal_diff_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:proposal_diff_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:proposal_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:proposal_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:worktree_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:worktree_path.rmdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_worktree_preview","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"run_worktree_preview","semantic_key":"python:function:run_worktree_preview","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:7e2d19fa96b077a01cacc50f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7e2d19fa96b077a01cacc50f","label":"source topology","locator":{"end_column":18,"end_line":377,"fragment":"source-topology","pointer":"","start_column":1,"start_line":377},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-topology","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:7e2d19fa96b077a01cacc50f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7e2d19fa96b077a01cacc50f","label":"source topology","locator":{"end_column":18,"end_line":382,"fragment":"source-topology","pointer":"","start_column":1,"start_line":382},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-topology","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:fc96b9c0fdc19ac926ed6c0e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fc96b9c0fdc19ac926ed6c0e","label":"quest/lane","locator":{"end_column":13,"end_line":129,"fragment":"questlane","pointer":"","start_column":1,"start_line":129},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:questlane","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ae994b5c4fb504e216fee66f:aoa:abyss-stack:anchor:dd0384974f3357420715033d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:dd0384974f3357420715033d","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:ae994b5c4fb504e216fee66f","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:6aee84190040415ce57d5f52","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6aee84190040415ce57d5f52","label":"aoa_session_entity_dossier","locator":{"end_column":10,"end_line":268,"fragment":"","pointer":"","start_column":5,"start_line":250},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_entity_dossier","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_entity_dossier","semantic_key":"python:method:build_server.aoa_session_entity_dossier","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} @@ -44,6 +44,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:47b5aa0a89d287ec54a5e44a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:47b5aa0a89d287ec54a5e44a","label":"loaded_at_epoch","locator":{"end_column":37,"end_line":239,"fragment":"","pointer":"","start_column":5,"start_line":238},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"LazyScorer.loaded_at_epoch","semantic_key":"python:method:LazyScorer.loaded_at_epoch","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f16638318899fbe79609401f:aoa:abyss-stack:anchor:b963d69b6920545ceb9325e5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b963d69b6920545ceb9325e5","label":"Outputs","locator":{"end_column":10,"end_line":26,"fragment":"outputs","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:outputs","source_id":"aoa:abyss-stack:artifact:f16638318899fbe79609401f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f29753586c28f9ec6756026d:aoa:abyss-stack:anchor:e566acc165cb8afa8f19c7e9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e566acc165cb8afa8f19c7e9","label":"QUESTBOOK_STACK_INTEGRATION","locator":{"end_column":64,"end_line":10,"fragment":"","pointer":"","start_column":3,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governance","target_ref":"QUESTBOOK_STACK_INTEGRATION.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:10:3:0:QUESTBOOK_STACK_INTEGRATION.md","source_id":"aoa:abyss-stack:artifact:f29753586c28f9ec6756026d","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:e464a00e0fb7496855dde3e6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e464a00e0fb7496855dde3e6","label":"governed execution","locator":{"end_column":21,"end_line":167,"fragment":"governed-execution","pointer":"","start_column":1,"start_line":167},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governed-execution","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:e464a00e0fb7496855dde3e6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e464a00e0fb7496855dde3e6","label":"governed execution","locator":{"end_column":21,"end_line":168,"fragment":"governed-execution","pointer":"","start_column":1,"start_line":168},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governed-execution","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564:aoa:abyss-stack:anchor:252d38aee90bff3ccdebc369","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:252d38aee90bff3ccdebc369","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d:aoa:abyss-stack:anchor:e5b44f48a7ff3be9f368b462","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e5b44f48a7ff3be9f368b462","label":"aoa.tuning.overlay","locator":{"end_column":60,"end_line":6,"fragment":"","pointer":"/services/llama-cpp/labels/aoa.tuning.overlay","start_column":7,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/labels/aoa.tuning.overlay","source_id":"aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/32.jsonl b/kag/indexes/shards/anchor/32.jsonl index 0ac73acb2..e1210a62a 100644 --- a/kag/indexes/shards/anchor/32.jsonl +++ b/kag/indexes/shards/anchor/32.jsonl @@ -13,7 +13,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:30ef443182ec8b86aed244ec","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:30ef443182ec8b86aed244ec","label":"run_command","locator":{"end_column":6,"end_line":738,"fragment":"","pointer":"","start_column":1,"start_line":704},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_command","target_ref":"python:coerce_subprocess_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_command","target_ref":"python:coerce_subprocess_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_command","target_ref":"python:format_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_command","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_command","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_command","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_command","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_command","target_ref":"python:time.perf_counter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_command","target_ref":"python:time.perf_counter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_command","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_command","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"run_command","semantic_key":"python:function:run_command","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:2801318ed008128b8996f7df:aoa:abyss-stack:anchor:06288ee99a980606d521eb7b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:06288ee99a980606d521eb7b","label":"_run_server","locator":{"end_column":44,"end_line":27,"fragment":"","pointer":"","start_column":1,"start_line":17},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:_http_auth_kwargs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:_transport_settings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:server.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:server.run"}],"parser_ref":"python-ast@1","qualified_name":"_run_server","semantic_key":"python:function:_run_server","source_id":"aoa:abyss-stack:artifact:2801318ed008128b8996f7df","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:2c331be4657d2e931f4a7e05:aoa:abyss-stack:anchor:542488d2a69f20c2f0711ceb","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:542488d2a69f20c2f0711ceb","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:2c331be4657d2e931f4a7e05","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:23779a84045e8556de1aefe8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:23779a84045e8556de1aefe8","label":"test_moved_mechanic_doc_ref_fails","locator":{"end_column":10,"end_line":289,"fragment":"","pointer":"","start_column":5,"start_line":266},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","target_ref":"python:doc.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","target_ref":"python:doc.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","target_ref":"python:self.iter_text_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","target_ref":"python:source_hygiene.validate_no_moved_mechanic_doc_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:23779a84045e8556de1aefe8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:23779a84045e8556de1aefe8","label":"test_moved_mechanic_doc_ref_fails","locator":{"end_column":10,"end_line":279,"fragment":"","pointer":"","start_column":5,"start_line":256},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","target_ref":"python:doc.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","target_ref":"python:doc.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","target_ref":"python:self.iter_text_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","target_ref":"python:source_hygiene.validate_no_moved_mechanic_doc_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_fails","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:3623db7684ea977e10821928:aoa:abyss-stack:anchor:24436c976e4b11df4426f4e9","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:24436c976e4b11df4426f4e9","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:3623db7684ea977e10821928","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:366ca06defbaa89d97d3d923:aoa:abyss-stack:anchor:6427edc47585bd3ded8467e9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6427edc47585bd3ded8467e9","label":"Overlay contract","locator":{"end_column":19,"end_line":67,"fragment":"overlay-contract","pointer":"","start_column":1,"start_line":67},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:overlay-contract","source_id":"aoa:abyss-stack:artifact:366ca06defbaa89d97d3d923","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:487a862cd3a7fb18fca9e179:aoa:abyss-stack:anchor:90b20b65de0cb409d50eb302","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:90b20b65de0cb409d50eb302","label":"default_title","locator":{"end_column":56,"end_line":99,"fragment":"","pointer":"","start_column":1,"start_line":98},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"default_title","semantic_key":"python:function:default_title","source_id":"aoa:abyss-stack:artifact:487a862cd3a7fb18fca9e179","symbol_kind":"function"} @@ -51,6 +51,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d3940e66a22c9a62c9e99e95:aoa:abyss-stack:anchor:3cfb9f880fef967ab92d4b5e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3cfb9f880fef967ab92d4b5e","label":"This surface does not own","locator":{"end_column":28,"end_line":22,"fragment":"this-surface-does-not-own","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:this-surface-does-not-own","source_id":"aoa:abyss-stack:artifact:d3940e66a22c9a62c9e99e95","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d7116a5593165c96339e4540:aoa:abyss-stack:anchor:6b0b258ad61a41f453ef1f0d","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:6b0b258ad61a41f453ef1f0d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:d7116a5593165c96339e4540","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f:aoa:abyss-stack:anchor:ea2e5b39332a47f38041f7ba","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ea2e5b39332a47f38041f7ba","label":"harvest","locator":{"end_column":8,"end_line":45,"fragment":"","pointer":"/harvest","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/harvest","source_id":"aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc:aoa:abyss-stack:anchor:0b3a9d0958f90cbba98a19f2","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:0b3a9d0958f90cbba98a19f2","label":"exposure","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/exposure","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/exposure","source_id":"aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:dda053a98d0f42c53736338b:aoa:abyss-stack:anchor:20caac4b02989f25256c8065","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:20caac4b02989f25256c8065","label":"CommandStep","locator":{"end_column":29,"end_line":20,"fragment":"","pointer":"","start_column":1,"start_line":18},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CommandStep","target_ref":"python:dataclass"}],"parser_ref":"python-ast@1","qualified_name":"CommandStep","semantic_key":"python:class:CommandStep","source_id":"aoa:abyss-stack:artifact:dda053a98d0f42c53736338b","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:e1d137e8807565b0f3ac67ab:aoa:abyss-stack:anchor:959f202219ba072859d2b555","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:959f202219ba072859d2b555","label":"_credential_token","locator":{"end_column":34,"end_line":87,"fragment":"","pointer":"","start_column":1,"start_line":74},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.is_symlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.is_symlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:raw.removesuffix"}],"parser_ref":"python-ast@1","qualified_name":"_credential_token","semantic_key":"python:function:_credential_token","source_id":"aoa:abyss-stack:artifact:e1d137e8807565b0f3ac67ab","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:8312cebbfe7909704a322e26","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8312cebbfe7909704a322e26","label":"_graph_sqlite_event_routes","locator":{"end_column":29,"end_line":8099,"fragment":"","pointer":"","start_column":5,"start_line":7939},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:Counter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:conn.close"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:conn.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:conn.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:conn.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:conn.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:counts.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:db_path.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:dict.fromkeys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:edges_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:edges_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:event_pairs.sort"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:event_to_routes.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:event_to_routes.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:event_to_routes.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:min"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:min"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:min"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:min"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:neighbor.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:route_ids.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:route_ids.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:route_ids.difference_update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:self._graph_sqlite_evidence_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:self._graph_sqlite_row_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:self._graph_sqlite_row_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:source_id.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:sqlite3.connect"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes","target_ref":"python:target_id.startswith"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._graph_sqlite_event_routes","semantic_key":"python:method:AoASessionMemoryMCPState._graph_sqlite_event_routes","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} @@ -61,3 +62,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:abf8f441d54f1a6b82b4276a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:abf8f441d54f1a6b82b4276a","label":"ABYSS-STACK-D-0053 Return Policy Validator Module","locator":{"end_column":111,"end_line":59,"fragment":"","pointer":"","start_column":3,"start_line":59},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0053-return-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:59:3:0:../ABYSS-STACK-D-0053-return-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52:aoa:abyss-stack:anchor:259767d3dcfc1ad24f8b5a49","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:259767d3dcfc1ad24f8b5a49","label":"client_headers","locator":{"end_column":47,"end_line":80,"fragment":"","pointer":"","start_column":1,"start_line":78},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:client_headers","target_ref":"python:os.environ.get"}],"parser_ref":"python-ast@1","qualified_name":"client_headers","semantic_key":"python:function:client_headers","source_id":"aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f3f877cd85ae95f826205525:aoa:abyss-stack:anchor:ac6f4372bc67b8c9f91fccf3","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ac6f4372bc67b8c9f91fccf3","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:f3f877cd85ae95f826205525","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:a4f73a9d19c22ae3e32c0073","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a4f73a9d19c22ae3e32c0073","label":"capture","locator":{"end_column":10,"end_line":23,"fragment":"","pointer":"/operations/capture","start_column":3,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/operations/capture","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/33.jsonl b/kag/indexes/shards/anchor/33.jsonl index a1b121270..c14c40ec8 100644 --- a/kag/indexes/shards/anchor/33.jsonl +++ b/kag/indexes/shards/anchor/33.jsonl @@ -4,7 +4,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:65efefa244711f23f1f63c6d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:65efefa244711f23f1f63c6d","label":"untracked_status_lines","locator":{"end_column":83,"end_line":5393,"fragment":"","pointer":"","start_column":1,"start_line":5389},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:untracked_status_lines","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:untracked_status_lines","target_ref":"python:git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:untracked_status_lines","target_ref":"python:line.startswith"}],"parser_ref":"python-ast@1","qualified_name":"untracked_status_lines","semantic_key":"python:function:untracked_status_lines","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:135f9435bd9b63fe00db729f:aoa:abyss-stack:anchor:6987c4246739880eae50caa2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6987c4246739880eae50caa2","label":"Consequences","locator":{"end_column":15,"end_line":88,"fragment":"consequences","pointer":"","start_column":1,"start_line":88},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:135f9435bd9b63fe00db729f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1471cf374b17e0bf5625bd29:aoa:abyss-stack:anchor:8667c939d4e9dbb7ba69817f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8667c939d4e9dbb7ba69817f","label":"find_repo_root","locator":{"end_column":69,"end_line":14,"fragment":"","pointer":"","start_column":1,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_repo_root","target_ref":"python:RuntimeError"}],"parser_ref":"python-ast@1","qualified_name":"find_repo_root","semantic_key":"python:function:find_repo_root","source_id":"aoa:abyss-stack:artifact:1471cf374b17e0bf5625bd29","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:5b0368e5ef7be031646ddedc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5b0368e5ef7be031646ddedc","label":"test_session_example_exit_class_drift_fails","locator":{"end_column":120,"end_line":137,"fragment":"","pointer":"","start_column":5,"start_line":108},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","target_ref":"python:self.validate_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","target_ref":"python:self.write_valid_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","semantic_key":"python:method:DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:5b0368e5ef7be031646ddedc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5b0368e5ef7be031646ddedc","label":"test_session_example_exit_class_drift_fails","locator":{"end_column":120,"end_line":133,"fragment":"","pointer":"","start_column":5,"start_line":104},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","target_ref":"python:self.validate_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","target_ref":"python:self.write_valid_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","semantic_key":"python:method:DiagnosticSpineSurfaceValidatorTests.test_session_example_exit_class_drift_fails","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:1cf5b9683c1f8b7f8fa122d8:aoa:abyss-stack:anchor:cc12528d4d11ac08a94f1b4b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:cc12528d4d11ac08a94f1b4b","label":"mode_before","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/mode_before","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/mode_before","source_id":"aoa:abyss-stack:artifact:1cf5b9683c1f8b7f8fa122d8","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:1e82a732c3df740cda95151a:aoa:abyss-stack:anchor:2cb2e7d0d042197deaee5c2c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2cb2e7d0d042197deaee5c2c","label":"errors","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/errors","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/errors","source_id":"aoa:abyss-stack:artifact:1e82a732c3df740cda95151a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:1ffbe48a404df9817be3dd6b:aoa:abyss-stack:anchor:b726d2019d01b636fcbbbd70","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b726d2019d01b636fcbbbd70","label":"test_experience_wave4_schemas_reject_unknown_fields","locator":{"end_column":82,"end_line":240,"fragment":"","pointer":"","start_column":5,"start_line":228},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave4SeedContractTests.test_experience_wave4_schemas_reject_unknown_fields","target_ref":"python:copy.deepcopy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave4SeedContractTests.test_experience_wave4_schemas_reject_unknown_fields","target_ref":"python:get_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave4SeedContractTests.test_experience_wave4_schemas_reject_unknown_fields","target_ref":"python:load_contract"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave4SeedContractTests.test_experience_wave4_schemas_reject_unknown_fields","target_ref":"python:object_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave4SeedContractTests.test_experience_wave4_schemas_reject_unknown_fields","target_ref":"python:self.assertGreater"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave4SeedContractTests.test_experience_wave4_schemas_reject_unknown_fields","target_ref":"python:self.assertIsInstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave4SeedContractTests.test_experience_wave4_schemas_reject_unknown_fields","target_ref":"python:self.assert_invalid"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave4SeedContractTests.test_experience_wave4_schemas_reject_unknown_fields","target_ref":"python:self.subTest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave4SeedContractTests.test_experience_wave4_schemas_reject_unknown_fields","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"ExperienceWave4SeedContractTests.test_experience_wave4_schemas_reject_unknown_fields","semantic_key":"python:method:ExperienceWave4SeedContractTests.test_experience_wave4_schemas_reject_unknown_fields","source_id":"aoa:abyss-stack:artifact:1ffbe48a404df9817be3dd6b","symbol_kind":"method"} @@ -31,8 +31,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7892b43f0fbe94b6a44effae:aoa:abyss-stack:anchor:8f529d2db9a84798c6eeb118","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8f529d2db9a84798c6eeb118","label":"Outputs","locator":{"end_column":10,"end_line":26,"fragment":"outputs","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:outputs","source_id":"aoa:abyss-stack:artifact:7892b43f0fbe94b6a44effae","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:839b8cd4ff1d50d23e34da0e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:839b8cd4ff1d50d23e34da0e","label":"2026-05-12","locator":{"end_column":13,"end_line":11,"fragment":"2026-05-12","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2026-05-12","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:e937cff087c6e1e321c025a0","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e937cff087c6e1e321c025a0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:5a3789986d62c4a8e7fca805","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5a3789986d62c4a8e7fca805","label":"ABYSS-STACK-D-0050 Diagnostic Spine Validator Module","locator":{"end_column":117,"end_line":304,"fragment":"","pointer":"","start_column":3,"start_line":304},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:overlay-skill","target_ref":"../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:304:3:0:../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:8b04ea043e8df92eb50361bd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8b04ea043e8df92eb50361bd","label":"ABYSS-STACK-D-0051 Runtime Hygiene Validator Module","locator":{"end_column":115,"end_line":458,"fragment":"","pointer":"","start_column":3,"start_line":458},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:status-readout","target_ref":"../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:458:3:0:../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9:aoa:abyss-stack:anchor:b6b92ac386b891bdf32888e3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b6b92ac386b891bdf32888e3","label":"Public-safe default","locator":{"end_column":22,"end_line":37,"fragment":"public-safe-default","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:public-safe-default","source_id":"aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:526729c1a8db0946e658dc96","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:526729c1a8db0946e658dc96","label":"mode","locator":{"end_column":14,"end_line":30,"fragment":"","pointer":"/activation/mode","start_column":3,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/activation/mode","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9022a190547043d202488b6f:aoa:abyss-stack:anchor:d792b0e7451c66c06dfdd1fe","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d792b0e7451c66c06dfdd1fe","label":"eval_review","locator":{"end_column":10,"end_line":288,"fragment":"","pointer":"","start_column":5,"start_line":283},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.eval_review","target_ref":"python:mcp.prompt"}],"parser_ref":"python-ast@1","qualified_name":"build_server.eval_review","semantic_key":"python:method:build_server.eval_review","source_id":"aoa:abyss-stack:artifact:9022a190547043d202488b6f","symbol_kind":"method"} @@ -42,6 +40,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a384cff6da2bbdfb60be1f3f:aoa:abyss-stack:anchor:7c19bebf30b0d50fc728732e","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:7c19bebf30b0d50fc728732e","label":"type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/type","source_id":"aoa:abyss-stack:artifact:a384cff6da2bbdfb60be1f3f","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a47d71b9cbd98a3e1e661c6a:aoa:abyss-stack:anchor:5bcc963169517da45d1c49aa","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:5bcc963169517da45d1c49aa","label":"$id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$id","source_id":"aoa:abyss-stack:artifact:a47d71b9cbd98a3e1e661c6a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32:aoa:abyss-stack:anchor:c77bea9db20a20676ab19fd9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c77bea9db20a20676ab19fd9","label":"HealthResponse","locator":{"end_column":33,"end_line":25,"fragment":"","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"HealthResponse","semantic_key":"python:class:HealthResponse","source_id":"aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32","symbol_kind":"class"} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:161490fc3194507e26734b00","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:161490fc3194507e26734b00","label":"config-templates","locator":{"end_column":49,"end_line":170,"fragment":"","pointer":"","start_column":3,"start_line":170},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"config-templates/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:170:3:0:config-templates/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:59f92af260ee012a3213856f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:59f92af260ee012a3213856f","label":"resolve_request_canary_context","locator":{"end_column":6,"end_line":629,"fragment":"","pointer":"","start_column":1,"start_line":608},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_request_canary_context","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_request_canary_context","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_request_canary_context","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_request_canary_context","target_ref":"python:load_canary_catalog"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_request_canary_context","target_ref":"python:lookup_canary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_request_canary_context","target_ref":"python:request.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_request_canary_context","target_ref":"python:request.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_request_canary_context","target_ref":"python:request.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_request_canary_context","target_ref":"python:request.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_request_canary_context","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_request_canary_context","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"resolve_request_canary_context","semantic_key":"python:function:resolve_request_canary_context","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:c5003ffa4d65313f099be740:aoa:abyss-stack:anchor:facb8ba33effc655fdf8bdcb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:facb8ba33effc655fdf8bdcb","label":"copy_current_surface","locator":{"end_column":94,"end_line":23,"fragment":"","pointer":"","start_column":1,"start_line":22},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:copy_current_surface","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"copy_current_surface","semantic_key":"python:function:copy_current_surface","source_id":"aoa:abyss-stack:artifact:c5003ffa4d65313f099be740","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:c71ed0f48fab1c9f68f2417e:aoa:abyss-stack:anchor:10f5cd674c690a19352807d4","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:10f5cd674c690a19352807d4","label":"status","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/status","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/status","source_id":"aoa:abyss-stack:artifact:c71ed0f48fab1c9f68f2417e","symbol_kind":"json_key"} @@ -59,7 +58,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:82d444285131c5a8c147fbdd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:82d444285131c5a8c147fbdd","label":"_annotate_trace_kind_payload","locator":{"end_column":19,"end_line":674,"fragment":"","pointer":"","start_column":1,"start_line":669},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_annotate_trace_kind_payload","target_ref":"python:_requested_trace_kind_key"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_annotate_trace_kind_payload","target_ref":"python:payload.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_annotate_trace_kind_payload","target_ref":"python:payload.setdefault"}],"parser_ref":"python-ast@1","qualified_name":"_annotate_trace_kind_payload","semantic_key":"python:function:_annotate_trace_kind_payload","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:973f7ae9b695adf875e63e15","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:973f7ae9b695adf875e63e15","label":"_coerce_bounded_int","locator":{"end_column":46,"end_line":595,"fragment":"","pointer":"","start_column":1,"start_line":590},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_coerce_bounded_int","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_coerce_bounded_int","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_coerce_bounded_int","target_ref":"python:min"}],"parser_ref":"python-ast@1","qualified_name":"_coerce_bounded_int","semantic_key":"python:function:_coerce_bounded_int","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:cafd8e84529ae76e10ad23f8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cafd8e84529ae76e10ad23f8","label":"Common combined recipes","locator":{"end_column":26,"end_line":406,"fragment":"common-combined-recipes","pointer":"","start_column":1,"start_line":406},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:common-combined-recipes","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:19b118f4538086ac44c0163d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:19b118f4538086ac44c0163d","label":"ABYSS-STACK-D-0037 AoA Session Memory MCP Access Plane","locator":{"end_column":121,"end_line":39,"fragment":"","pointer":"","start_column":3,"start_line":39},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0037-aoa-session-memory-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:39:3:0:../ABYSS-STACK-D-0037-aoa-session-memory-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:65f774e02ce301365a0fbd8b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:65f774e02ce301365a0fbd8b","label":"ABYSS-STACK-D-0045 Questbook Surface Validator Module","locator":{"end_column":119,"end_line":41,"fragment":"","pointer":"","start_column":3,"start_line":41},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0045-questbook-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:41:3:0:../ABYSS-STACK-D-0045-questbook-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf:aoa:abyss-stack:anchor:a526f68b5709a3f0832e4261","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a526f68b5709a3f0832e4261","label":"Contributing to abyss-stack","locator":{"end_column":29,"end_line":1,"fragment":"contributing-to-abyss-stack","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:contributing-to-abyss-stack","source_id":"aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:ecc619db97214ba84c6f7db5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ecc619db97214ba84c6f7db5","label":"operator command","locator":{"end_column":19,"end_line":210,"fragment":"operator-command","pointer":"","start_column":1,"start_line":210},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:operator-command","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:ecc619db97214ba84c6f7db5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ecc619db97214ba84c6f7db5","label":"operator command","locator":{"end_column":19,"end_line":216,"fragment":"operator-command","pointer":"","start_column":1,"start_line":216},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:operator-command","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:296bd442d013657b379c2e95","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:296bd442d013657b379c2e95","label":"AoAStatsMCPState","locator":{"end_column":22,"end_line":588,"fragment":"","pointer":"","start_column":1,"start_line":96},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState","target_ref":"python:dataclass"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState","target_ref":"python:field"}],"parser_ref":"python-ast@1","qualified_name":"AoAStatsMCPState","semantic_key":"python:class:AoAStatsMCPState","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"class"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:8fa08d7303477d502c758ca2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8fa08d7303477d502c758ca2","label":"ambiguous_when","locator":{"end_column":17,"end_line":17,"fragment":"","pointer":"/applicability/ambiguous_when","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/applicability/ambiguous_when","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/34.jsonl b/kag/indexes/shards/anchor/34.jsonl index b3f3c7ad8..735d4a310 100644 --- a/kag/indexes/shards/anchor/34.jsonl +++ b/kag/indexes/shards/anchor/34.jsonl @@ -7,7 +7,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:272cfa204354052c93cf6b1f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:272cfa204354052c93cf6b1f","label":"truth_status_compact","locator":{"end_column":6,"end_line":676,"fragment":"","pointer":"","start_column":1,"start_line":668},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:truth_status_compact","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:truth_status_compact","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:truth_status_compact","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:truth_status_compact","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:truth_status_compact","target_ref":"python:bool_word"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:truth_status_compact","target_ref":"python:bool_word"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:truth_status_compact","target_ref":"python:bool_word"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:truth_status_compact","target_ref":"python:bool_word"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:truth_status_compact","target_ref":"python:truth_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:truth_status_compact","target_ref":"python:truth_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:truth_status_compact","target_ref":"python:truth_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:truth_status_compact","target_ref":"python:truth_status.get"}],"parser_ref":"python-ast@1","qualified_name":"truth_status_compact","semantic_key":"python:function:truth_status_compact","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:2e984e9ed4f11abe96b6b5a8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2e984e9ed4f11abe96b6b5a8","label":"build_w1_prompt","locator":{"end_column":22,"end_line":2733,"fragment":"","pointer":"","start_column":1,"start_line":2710},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w1_prompt","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w1_prompt","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w1_prompt","target_ref":"python:prompt_grounding_text.rstrip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w1_prompt","target_ref":"python:textwrap.dedent"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w1_prompt","target_ref":"python:w1_answer_normalization"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w1_prompt","target_ref":"python:w1_response_contract"}],"parser_ref":"python-ast@1","qualified_name":"build_w1_prompt","semantic_key":"python:function:build_w1_prompt","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:28dcf4659666486ad9e53917:aoa:abyss-stack:anchor:197c37113536290af567358d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:197c37113536290af567358d","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:28dcf4659666486ad9e53917","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:4d2c802e07a8b9286fb502c3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4d2c802e07a8b9286fb502c3","label":"Full Reference","locator":{"end_column":17,"end_line":316,"fragment":"full-reference","pointer":"","start_column":1,"start_line":316},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:full-reference","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:4d2c802e07a8b9286fb502c3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4d2c802e07a8b9286fb502c3","label":"Full Reference","locator":{"end_column":17,"end_line":320,"fragment":"full-reference","pointer":"","start_column":1,"start_line":320},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:full-reference","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:d5ccb478ea7c04375e942675","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d5ccb478ea7c04375e942675","label":"__call__","locator":{"end_column":84,"end_line":5720,"fragment":"","pointer":"","start_column":9,"start_line":5709},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_evidence_contract_survives_bounded_mcp_compaction.SkillEvidenceRunner.__call__","target_ref":"python:CommandOutput"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_evidence_contract_survives_bounded_mcp_compaction.SkillEvidenceRunner.__call__","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_evidence_contract_survives_bounded_mcp_compaction.SkillEvidenceRunner.__call__","target_ref":"python:self.calls.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_evidence_contract_survives_bounded_mcp_compaction.SkillEvidenceRunner.__call__","target_ref":"python:self.timeouts.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_evidence_contract_survives_bounded_mcp_compaction.SkillEvidenceRunner.__call__","target_ref":"python:super"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_evidence_contract_survives_bounded_mcp_compaction.SkillEvidenceRunner.__call__","target_ref":"python:tuple"}],"parser_ref":"python-ast@1","qualified_name":"test_skill_evidence_contract_survives_bounded_mcp_compaction.SkillEvidenceRunner.__call__","semantic_key":"python:method:test_skill_evidence_contract_survives_bounded_mcp_compaction.SkillEvidenceRunner.__call__","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:3c3d2e611d005c8a3841bd39:aoa:abyss-stack:anchor:9674e91ad5e8e3aae3a2a1c5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9674e91ad5e8e3aae3a2a1c5","label":"read_text_or_none","locator":{"end_column":20,"end_line":20,"fragment":"","pointer":"","start_column":1,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_text_or_none","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"read_text_or_none","semantic_key":"python:function:read_text_or_none","source_id":"aoa:abyss-stack:artifact:3c3d2e611d005c8a3841bd39","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:4b24ec1c66bcb8c21f2293e7:aoa:abyss-stack:anchor:305b4fc958e4908b6666dff7","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:305b4fc958e4908b6666dff7","label":"source_owner","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/source_owner","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/source_owner","source_id":"aoa:abyss-stack:artifact:4b24ec1c66bcb8c21f2293e7","symbol_kind":"json_key"} @@ -44,7 +44,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:a823948422e63aad5a937d4a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a823948422e63aad5a937d4a","label":"_archive_argv","locator":{"end_column":10,"end_line":3504,"fragment":"","pointer":"","start_column":5,"start_line":3494},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._archive_argv","target_ref":"python:self.aoa_root.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._archive_argv","target_ref":"python:self.script_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._archive_argv","target_ref":"python:self.workspace_root.as_posix"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._archive_argv","semantic_key":"python:method:AoASessionMemoryMCPState._archive_argv","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:62e0f1fa913a6ea4b465a602","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:62e0f1fa913a6ea4b465a602","label":"_workspace_memory_place","locator":{"end_column":18,"end_line":1642,"fragment":"","pointer":"","start_column":5,"start_line":1634},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._workspace_memory_place","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._workspace_memory_place","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._workspace_memory_place","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._workspace_memory_place","target_ref":"python:place.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._workspace_memory_place","target_ref":"python:self._workspace_memory_map"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._workspace_memory_place","semantic_key":"python:method:AoAMemoMCPState._workspace_memory_place","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52:aoa:abyss-stack:anchor:cf347148eb6eb576fea711fb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:cf347148eb6eb576fea711fb","label":"MACHINE_FIT_POLICY","locator":{"end_column":66,"end_line":19,"fragment":"","pointer":"","start_column":1,"start_line":19},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:this-file-versus-host-facts","target_ref":"../../fit-record/docs/MACHINE_FIT_POLICY.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:19:1:0:../../fit-record/docs/MACHINE_FIT_POLICY.md","source_id":"aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:f8e3c417ced4512cc3209563","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f8e3c417ced4512cc3209563","label":"ABYSS-STACK-D-0061 Active Topology Language Validator Module","locator":{"end_column":133,"end_line":75,"fragment":"","pointer":"","start_column":3,"start_line":75},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0061-active-topology-language-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:75:3:0:../ABYSS-STACK-D-0061-active-topology-language-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:5adb8244856be8e5233c2009","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5adb8244856be8e5233c2009","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":74,"fragment":"","pointer":"","start_column":3,"start_line":74},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:74:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:f44817515c265544b362bdfd","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f44817515c265544b362bdfd","label":"docs/TOS_RETRIEVAL_AXIS_PACK.md","locator":{"end_column":35,"end_line":14,"fragment":"","pointer":"/required_files/7","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/7","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4:aoa:abyss-stack:anchor:08004ae86c09584036e6f808","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:08004ae86c09584036e6f808","label":"transport_settings","locator":{"end_column":72,"end_line":71,"fragment":"","pointer":"","start_column":1,"start_line":53},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:TransportSettings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:TransportSettings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"transport_settings","semantic_key":"python:function:transport_settings","source_id":"aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d:aoa:abyss-stack:anchor:098a678eb67c24a7b21d8b59","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:098a678eb67c24a7b21d8b59","label":"LLAMA_ARG_THREADS_HTTP","locator":{"end_column":33,"end_line":16,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_THREADS_HTTP","start_column":7,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_THREADS_HTTP","source_id":"aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/35.jsonl b/kag/indexes/shards/anchor/35.jsonl index 923cc1efd..5e7a4d2ab 100644 --- a/kag/indexes/shards/anchor/35.jsonl +++ b/kag/indexes/shards/anchor/35.jsonl @@ -44,7 +44,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:aedad7639e85e4508c819730:aoa:abyss-stack:anchor:8c0e11929fea892108fc35b3","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:8c0e11929fea892108fc35b3","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:aedad7639e85e4508c819730","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:d41fe7e68152497915dea958","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d41fe7e68152497915dea958","label":"aoa.tuning.overlay","locator":{"end_column":43,"end_line":6,"fragment":"","pointer":"/services/qwen-tts/labels/aoa.tuning.overlay","start_column":7,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/qwen-tts/labels/aoa.tuning.overlay","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075:aoa:abyss-stack:anchor:fa7e108715267e3e2aab2c33","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fa7e108715267e3e2aab2c33","label":"Notes","locator":{"end_column":8,"end_line":63,"fragment":"notes","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:notes","source_id":"aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:a27801780e28c2b35217eb18","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a27801780e28c2b35217eb18","label":"stats","locator":{"end_column":27,"end_line":175,"fragment":"","pointer":"","start_column":3,"start_line":175},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"stats/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:175:3:0:stats/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b86e64ea3bba7cef64e8a1b9:aoa:abyss-stack:anchor:57edd1b3df6b2dc1977b150e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:57edd1b3df6b2dc1977b150e","label":"Installation Storage Plan","locator":{"end_column":27,"end_line":1,"fragment":"installation-storage-plan","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:installation-storage-plan","source_id":"aoa:abyss-stack:artifact:b86e64ea3bba7cef64e8a1b9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:badf964675bbec9938eff09e:aoa:abyss-stack:anchor:cc31d3422e242026aa47178f","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:cc31d3422e242026aa47178f","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:badf964675bbec9938eff09e","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:be3a9520782067bdc90affd6:aoa:abyss-stack:anchor:b99e33fae8be831624db2a32","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:b99e33fae8be831624db2a32","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:be3a9520782067bdc90affd6","symbol_kind":""} @@ -54,7 +53,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:c9620b260320ac28f5322287:aoa:abyss-stack:anchor:d22f8600035aea4c0c7b468c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:d22f8600035aea4c0c7b468c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:c9620b260320ac28f5322287","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8:aoa:abyss-stack:anchor:4312e0412407595322bee877","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4312e0412407595322bee877","label":"restart","locator":{"end_column":27,"end_line":69,"fragment":"","pointer":"/services/langchain-api-intel-text/restart","start_column":5,"start_line":69},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api-intel-text/restart","source_id":"aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d0f7d711f52af07ddf5bf90d:aoa:abyss-stack:anchor:fda516b7d25125cd7e247998","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fda516b7d25125cd7e247998","label":"Local Smoke","locator":{"end_column":14,"end_line":55,"fragment":"local-smoke","pointer":"","start_column":1,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:local-smoke","source_id":"aoa:abyss-stack:artifact:d0f7d711f52af07ddf5bf90d","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:bf839d7e1617533ef4bae1d1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bf839d7e1617533ef4bae1d1","label":"validate_diagnostic_surface_catalog","locator":{"end_column":92,"end_line":595,"fragment":"","pointer":"","start_column":1,"start_line":520},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:DIAGNOSTIC_SURFACE_ARTIFACT_IDENTITY.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:artifact_identity.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:surface_names.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:tuple"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:value.strip"}],"parser_ref":"python-ast@1","qualified_name":"validate_diagnostic_surface_catalog","semantic_key":"python:function:validate_diagnostic_surface_catalog","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:bf839d7e1617533ef4bae1d1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bf839d7e1617533ef4bae1d1","label":"validate_diagnostic_surface_catalog","locator":{"end_column":92,"end_line":708,"fragment":"","pointer":"","start_column":1,"start_line":633},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:DIAGNOSTIC_SURFACE_ARTIFACT_IDENTITY.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:artifact_identity.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:surface_names.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:tuple"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_surface_catalog","target_ref":"python:value.strip"}],"parser_ref":"python-ast@1","qualified_name":"validate_diagnostic_surface_catalog","semantic_key":"python:function:validate_diagnostic_surface_catalog","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:da1d80b2400417779ab6aa89:aoa:abyss-stack:anchor:ab9acf41253cfc3c145ddef3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ab9acf41253cfc3c145ddef3","label":"Fastest guided route","locator":{"end_column":23,"end_line":26,"fragment":"fastest-guided-route","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:fastest-guided-route","source_id":"aoa:abyss-stack:artifact:da1d80b2400417779ab6aa89","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:da5676238577964452bfd03b:aoa:abyss-stack:anchor:b19739fbe7bf4e577350429a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b19739fbe7bf4e577350429a","label":"LLAMA_ARG_BATCH","locator":{"end_column":56,"end_line":20,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_BATCH","start_column":7,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_BATCH","source_id":"aoa:abyss-stack:artifact:da5676238577964452bfd03b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:df8ada0c5fd59397005a7091:aoa:abyss-stack:anchor:0787935cd907b93c87555665","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0787935cd907b93c87555665","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:df8ada0c5fd59397005a7091","symbol_kind":""} @@ -67,4 +66,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d:aoa:abyss-stack:anchor:b0191d04823a081901143456","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b0191d04823a081901143456","label":"RetrievalBundle","locator":{"end_column":10,"end_line":262,"fragment":"","pointer":"","start_column":1,"start_line":67},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle","target_ref":"python:dataclass"}],"parser_ref":"python-ast@1","qualified_name":"RetrievalBundle","semantic_key":"python:class:RetrievalBundle","source_id":"aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:7cb513e4142cc762ca9c12c0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7cb513e4142cc762ca9c12c0","label":"ABYSS-STACK-D-0021 Source Component Pinning Posture","locator":{"end_column":115,"end_line":44,"fragment":"","pointer":"","start_column":3,"start_line":44},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0021-source-component-pinning-posture.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:44:3:0:../ABYSS-STACK-D-0021-source-component-pinning-posture.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fc44f9098e73ccc61e94d4ee:aoa:abyss-stack:anchor:0699d31359f2a8c6a6f1bbe6","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0699d31359f2a8c6a6f1bbe6","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fc44f9098e73ccc61e94d4ee","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:85f3a8b87f300cd1eb430d99","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:85f3a8b87f300cd1eb430d99","label":"outputs","locator":{"end_column":10,"end_line":46,"fragment":"","pointer":"/abi/outputs","start_column":3,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:c825d6a220dcf9f5d9a80224","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c825d6a220dcf9f5d9a80224","label":"AOA-P-0002","locator":{"end_column":23,"end_line":106,"fragment":"","pointer":"/AOA-P-0002","start_column":9,"start_line":106},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/AOA-P-0002","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/36.jsonl b/kag/indexes/shards/anchor/36.jsonl index fc58ef67a..9a76ff828 100644 --- a/kag/indexes/shards/anchor/36.jsonl +++ b/kag/indexes/shards/anchor/36.jsonl @@ -26,6 +26,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8442f99b758eb0b6fb87321e:aoa:abyss-stack:anchor:bd752824608a1910dae48704","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:bd752824608a1910dae48704","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:8442f99b758eb0b6fb87321e","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:873aad955afb54f5174ff94c:aoa:abyss-stack:anchor:3296bf24e96b278d2a4290b1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3296bf24e96b278d2a4290b1","label":"setUp","locator":{"end_column":72,"end_line":459,"fragment":"","pointer":"","start_column":5,"start_line":442},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.setUp","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.setUp","target_ref":"python:governed_request"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.setUp","target_ref":"python:init_minimal_repo"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.setUp","target_ref":"python:init_minimal_routing_repo"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.setUp","target_ref":"python:make_canary_catalog"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.setUp","target_ref":"python:make_policy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.setUp","target_ref":"python:self.addCleanup"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.setUp","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.setUp","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.setUp","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.setUp","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.setUp","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.setUp","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerTestCase.setUp","semantic_key":"python:method:GovernedRunnerTestCase.setUp","source_id":"aoa:abyss-stack:artifact:873aad955afb54f5174ff94c","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:1cc847b4157700e8b37a3191","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1cc847b4157700e8b37a3191","label":"branch policy","locator":{"end_column":16,"end_line":204,"fragment":"branch-policy","pointer":"","start_column":1,"start_line":204},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:branch-policy","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:2de02db3edcf65da1de30bd5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2de02db3edcf65da1de30bd5","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":341,"fragment":"","pointer":"","start_column":3,"start_line":341},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:pilot-route-posture","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:341:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:90b9b300ce815b7ad24fbc67:aoa:abyss-stack:anchor:01eb46422b8a9aa9d317efa0","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:01eb46422b8a9aa9d317efa0","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:90b9b300ce815b7ad24fbc67","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58:aoa:abyss-stack:anchor:395fc365d2eea7bb827b3755","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:395fc365d2eea7bb827b3755","label":"depends_on","locator":{"end_column":15,"end_line":9,"fragment":"","pointer":"/services/litellm/depends_on","start_column":5,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/litellm/depends_on","source_id":"aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9c597b09e8d77c578f9ed0db:aoa:abyss-stack:anchor:1fcd616c09fa316b1268233a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1fcd616c09fa316b1268233a","label":"cadvisor","locator":{"end_column":25,"end_line":17,"fragment":"","pointer":"/scrape_configs/1/static_configs/0/targets/0/cadvisor","start_column":11,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/scrape_configs/1/static_configs/0/targets/0/cadvisor","source_id":"aoa:abyss-stack:artifact:9c597b09e8d77c578f9ed0db","symbol_kind":""} @@ -37,6 +38,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc:aoa:abyss-stack:anchor:33aaa7e79e17ae047aa4fcae","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:33aaa7e79e17ae047aa4fcae","label":"ARTIFACT_TOPOLOGY.md","locator":{"end_column":49,"end_line":101,"fragment":"","pointer":"","start_column":5,"start_line":101},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:artifact-placement","target_ref":"ARTIFACT_TOPOLOGY.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:101:5:0:ARTIFACT_TOPOLOGY.md","source_id":"aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cc446856094ece21e21c98bd:aoa:abyss-stack:anchor:e215701647221c2acc8acaa4","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e215701647221c2acc8acaa4","label":"return_receipts","locator":{"end_column":21,"end_line":19,"fragment":"","pointer":"/return_receipts","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/return_receipts","source_id":"aoa:abyss-stack:artifact:cc446856094ece21e21c98bd","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d21c577088c4758d6c2f2a06:aoa:abyss-stack:anchor:71889e64d4c6503bb06027e1","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:71889e64d4c6503bb06027e1","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:d21c577088c4758d6c2f2a06","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:d29ad807dabc7c951e11e7c6:aoa:abyss-stack:anchor:a63ff35375456ffeca6ab9d4","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:a63ff35375456ffeca6ab9d4","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:d29ad807dabc7c951e11e7c6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d52f335ae01a6885971b3988:aoa:abyss-stack:anchor:0ecb4f1e6f538d3a0220e436","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0ecb4f1e6f538d3a0220e436","label":"test_runtime_projection_anchor_drift_fails","locator":{"end_column":10,"end_line":371,"fragment":"","pointer":"","start_column":5,"start_line":357},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_runtime_projection_anchor_drift_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_runtime_projection_anchor_drift_fails","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_runtime_projection_anchor_drift_fails","target_ref":"python:quest_surface.quest_source_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_runtime_projection_anchor_drift_fails","target_ref":"python:quest_surface.quest_source_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_runtime_projection_anchor_drift_fails","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_runtime_projection_anchor_drift_fails","target_ref":"python:self.validate_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_runtime_projection_anchor_drift_fails","target_ref":"python:self.write_valid_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_runtime_projection_anchor_drift_fails","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_runtime_projection_anchor_drift_fails","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"QuestbookSurfaceContractsTestCase.test_runtime_projection_anchor_drift_fails","semantic_key":"python:method:QuestbookSurfaceContractsTestCase.test_runtime_projection_anchor_drift_fails","source_id":"aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:d52f335ae01a6885971b3988:aoa:abyss-stack:anchor:abd34485592ca931a9b14e57","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:abd34485592ca931a9b14e57","label":"test_missing_rpg_runtime_frontend_posture_fails","locator":{"end_column":10,"end_line":297,"fragment":"","pointer":"","start_column":5,"start_line":280},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_missing_rpg_runtime_frontend_posture_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_missing_rpg_runtime_frontend_posture_fails","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_missing_rpg_runtime_frontend_posture_fails","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_missing_rpg_runtime_frontend_posture_fails","target_ref":"python:self.validate_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_missing_rpg_runtime_frontend_posture_fails","target_ref":"python:self.write_valid_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_missing_rpg_runtime_frontend_posture_fails","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"QuestbookSurfaceContractsTestCase.test_missing_rpg_runtime_frontend_posture_fails","semantic_key":"python:method:QuestbookSurfaceContractsTestCase.test_missing_rpg_runtime_frontend_posture_fails","source_id":"aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:d52f335ae01a6885971b3988:aoa:abyss-stack:anchor:f539b2328bebfbf062e064a4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f539b2328bebfbf062e064a4","label":"test_wrong_lane_value_fails","locator":{"end_column":107,"end_line":187,"fragment":"","pointer":"","start_column":5,"start_line":175},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_wrong_lane_value_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_wrong_lane_value_fails","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_wrong_lane_value_fails","target_ref":"python:quest_surface.quest_source_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_wrong_lane_value_fails","target_ref":"python:quest_surface.quest_source_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_wrong_lane_value_fails","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_wrong_lane_value_fails","target_ref":"python:self.validate_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_wrong_lane_value_fails","target_ref":"python:self.write_valid_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_wrong_lane_value_fails","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_wrong_lane_value_fails","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"QuestbookSurfaceContractsTestCase.test_wrong_lane_value_fails","semantic_key":"python:method:QuestbookSurfaceContractsTestCase.test_wrong_lane_value_fails","source_id":"aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","symbol_kind":"method"} @@ -48,8 +50,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:ce7472e14aa74b9fb8cc4d1e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ce7472e14aa74b9fb8cc4d1e","label":"_normalize_axis","locator":{"end_column":60,"end_line":747,"fragment":"","pointer":"","start_column":1,"start_line":745},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_normalize_axis","target_ref":"python:_ensure_short_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_normalize_axis","target_ref":"python:text.startswith"}],"parser_ref":"python-ast@1","qualified_name":"_normalize_axis","semantic_key":"python:function:_normalize_axis","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd:aoa:abyss-stack:anchor:7c134a8999352ac98c7d993d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7c134a8999352ac98c7d993d","label":"run_all_profile_validators","locator":{"end_column":18,"end_line":49,"fragment":"","pointer":"","start_column":1,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_all_profile_validators","target_ref":"python:profile_topology.validate_presets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_all_profile_validators","target_ref":"python:profile_topology.validate_profiles"}],"parser_ref":"python-ast@1","qualified_name":"run_all_profile_validators","semantic_key":"python:function:run_all_profile_validators","source_id":"aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2:aoa:abyss-stack:anchor:2f8174f7ae957ec095bb8613","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2f8174f7ae957ec095bb8613","label":"Closeout","locator":{"end_column":11,"end_line":72,"fragment":"closeout","pointer":"","start_column":1,"start_line":72},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:closeout","source_id":"aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:1a1398b5e7c6b0451029cbc9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1a1398b5e7c6b0451029cbc9","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":92,"fragment":"","pointer":"","start_column":3,"start_line":92},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:92:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ed475f3e52544903ccf78666:aoa:abyss-stack:anchor:9f488af1f78cf72776f4afa3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9f488af1f78cf72776f4afa3","label":"Boundaries","locator":{"end_column":12,"end_line":1,"fragment":"boundaries","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundaries","source_id":"aoa:abyss-stack:artifact:ed475f3e52544903ccf78666","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:e2b7d782362a1e0ed29a36db","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e2b7d782362a1e0ed29a36db","label":"ABYSS-STACK-D-0018 Entry Route Contract And Validation Placement","locator":{"end_column":137,"end_line":124,"fragment":"","pointer":"","start_column":3,"start_line":124},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0018-entry-route-contract-validation-placement.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:124:3:0:../ABYSS-STACK-D-0018-entry-route-contract-validation-placement.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:eef138c62272121e439c00c9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:eef138c62272121e439c00c9","label":"ABYSS-STACK-D-0071 AoA Evals Local Port Write-Side MCP","locator":{"end_column":121,"end_line":170,"fragment":"","pointer":"","start_column":3,"start_line":170},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution","target_ref":"../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:170:3:0:../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a:aoa:abyss-stack:anchor:e279d8da57356c1c9b84bd24","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e279d8da57356c1c9b84bd24","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1:aoa:abyss-stack:anchor:4ee3677c8c949695a22ff281","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:4ee3677c8c949695a22ff281","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/37.jsonl b/kag/indexes/shards/anchor/37.jsonl index 186464869..269207fc0 100644 --- a/kag/indexes/shards/anchor/37.jsonl +++ b/kag/indexes/shards/anchor/37.jsonl @@ -1,7 +1,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb:aoa:abyss-stack:anchor:2e440e02c735e17efee42f9c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2e440e02c735e17efee42f9c","label":"name","locator":{"end_column":38,"end_line":237,"fragment":"","pointer":"/jobs/validate-windows-host-bridge/steps/3/name","start_column":7,"start_line":237},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/jobs/validate-windows-host-bridge/steps/3/name","source_id":"aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:024618ba7315b3dfa42a20b2:aoa:abyss-stack:anchor:cc6d3fe91596b41064ec8a57","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:cc6d3fe91596b41064ec8a57","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:024618ba7315b3dfa42a20b2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:063d4d0e4abfc9d64c433bf9:aoa:abyss-stack:anchor:108bfd6c284b46e325a66937","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:108bfd6c284b46e325a66937","label":"Review Trigger","locator":{"end_column":17,"end_line":42,"fragment":"review-trigger","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:review-trigger","source_id":"aoa:abyss-stack:artifact:063d4d0e4abfc9d64c433bf9","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:b426a8fb0306195c0149994f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b426a8fb0306195c0149994f","label":"Validation","locator":{"end_column":14,"end_line":680,"fragment":"validation-1","pointer":"","start_column":1,"start_line":680},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation-1","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:b426a8fb0306195c0149994f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b426a8fb0306195c0149994f","label":"Validation","locator":{"end_column":14,"end_line":682,"fragment":"validation-1","pointer":"","start_column":1,"start_line":682},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation-1","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0f7ef6838dd256cfc5faad4b:aoa:abyss-stack:anchor:e84ea308b21b04df90d52873","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e84ea308b21b04df90d52873","label":"AGENTS.md","locator":{"end_column":43,"end_line":48,"fragment":"","pointer":"","start_column":21,"start_line":48},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:48:21:0:AGENTS.md","source_id":"aoa:abyss-stack:artifact:0f7ef6838dd256cfc5faad4b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:131ac1443c96864f03035e60:aoa:abyss-stack:anchor:90a8b33c489d4da594e1a041","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:90a8b33c489d4da594e1a041","label":"Workflow Automation Optional Profile","locator":{"end_column":38,"end_line":1,"fragment":"workflow-automation-optional-profile","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:workflow-automation-optional-profile","source_id":"aoa:abyss-stack:artifact:131ac1443c96864f03035e60","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1928d2688efeb6720394c54d:aoa:abyss-stack:anchor:b06b8f724de66ffcb9618971","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:b06b8f724de66ffcb9618971","label":"tool.setuptools.packages.find","locator":{"end_column":31,"end_line":19,"fragment":"","pointer":"tool.setuptools.packages.find","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"table:tool.setuptools.packages.find","source_id":"aoa:abyss-stack:artifact:1928d2688efeb6720394c54d","symbol_kind":""} @@ -17,7 +17,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:299566dcd65e4b988ae1f141:aoa:abyss-stack:anchor:ea9632bfbc927e8e5245d696","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ea9632bfbc927e8e5245d696","label":"HF_DATASETS_OFFLINE","locator":{"end_column":30,"end_line":20,"fragment":"","pointer":"/services/qwen-tts/environment/HF_DATASETS_OFFLINE","start_column":7,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/qwen-tts/environment/HF_DATASETS_OFFLINE","source_id":"aoa:abyss-stack:artifact:299566dcd65e4b988ae1f141","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:2d8b86b19200736ce43d11a0:aoa:abyss-stack:anchor:3670559664cb39021935a414","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:3670559664cb39021935a414","label":"devDependencies","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/devDependencies","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/devDependencies","source_id":"aoa:abyss-stack:artifact:2d8b86b19200736ce43d11a0","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:2e72d89b5b622cb92f8758fa:aoa:abyss-stack:anchor:75c7df4e5054754a834d3fa1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:75c7df4e5054754a834d3fa1","label":"Helpful check","locator":{"end_column":16,"end_line":121,"fragment":"helpful-check","pointer":"","start_column":1,"start_line":121},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:helpful-check","source_id":"aoa:abyss-stack:artifact:2e72d89b5b622cb92f8758fa","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:7bc68fa6bad1438f7fa37ef2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7bc68fa6bad1438f7fa37ef2","label":"GitHub Landing Workflow","locator":{"end_column":26,"end_line":216,"fragment":"github-landing-workflow","pointer":"","start_column":1,"start_line":216},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:github-landing-workflow","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:7bc68fa6bad1438f7fa37ef2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7bc68fa6bad1438f7fa37ef2","label":"GitHub Landing Workflow","locator":{"end_column":26,"end_line":220,"fragment":"github-landing-workflow","pointer":"","start_column":1,"start_line":220},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:github-landing-workflow","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:13d85ac6bb0f53ec13cc7be4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:13d85ac6bb0f53ec13cc7be4","label":"test_retrieve_unsupported_recipe_returns_structured_diagnostic","locator":{"end_column":67,"end_line":2716,"fragment":"","pointer":"","start_column":1,"start_line":2702},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_retrieve_unsupported_recipe_returns_structured_diagnostic","target_ref":"python:FakeRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_retrieve_unsupported_recipe_returns_structured_diagnostic","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_retrieve_unsupported_recipe_returns_structured_diagnostic","target_ref":"python:state.session_retrieve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_retrieve_unsupported_recipe_returns_structured_diagnostic","target_ref":"python:state_with_fixture"}],"parser_ref":"python-ast@1","qualified_name":"test_retrieve_unsupported_recipe_returns_structured_diagnostic","semantic_key":"python:function:test_retrieve_unsupported_recipe_returns_structured_diagnostic","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:3a19975bebd9b61a7cc33efa:aoa:abyss-stack:anchor:f0e57317e46bd6478ccfa7cd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f0e57317e46bd6478ccfa7cd","label":"document_resource","locator":{"end_column":80,"end_line":198,"fragment":"","pointer":"","start_column":5,"start_line":197},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.document_resource","target_ref":"python:_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.document_resource","target_ref":"python:_uri"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.document_resource","target_ref":"python:application.read"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.document_resource","target_ref":"python:mcp.resource"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.document_resource","target_ref":"python:unquote"}],"parser_ref":"python-ast@1","qualified_name":"build_server.document_resource","semantic_key":"python:method:build_server.document_resource","source_id":"aoa:abyss-stack:artifact:3a19975bebd9b61a7cc33efa","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:077e46401a181383ea2bdc40","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:077e46401a181383ea2bdc40","label":"build_impl_edit_spec_json","locator":{"end_column":6,"end_line":1424,"fragment":"","pointer":"","start_column":1,"start_line":1410},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_impl_edit_spec_json","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"build_impl_edit_spec_json","semantic_key":"python:function:build_impl_edit_spec_json","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} @@ -33,8 +33,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:93282b05d499b207d902297d:aoa:abyss-stack:anchor:2e639dce74f04c55fd211417","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2e639dce74f04c55fd211417","label":"test_run_command_timeout_decodes_bytes","locator":{"end_column":53,"end_line":75,"fragment":"","pointer":"","start_column":5,"start_line":59},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_run_command_timeout_decodes_bytes","target_ref":"python:load_module"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_run_command_timeout_decodes_bytes","target_ref":"python:module.run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_run_command_timeout_decodes_bytes","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_run_command_timeout_decodes_bytes","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_run_command_timeout_decodes_bytes","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_run_command_timeout_decodes_bytes","target_ref":"python:self.assertIsInstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_run_command_timeout_decodes_bytes","target_ref":"python:self.assertIsInstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_run_command_timeout_decodes_bytes","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_run_command_timeout_decodes_bytes","target_ref":"python:subprocess.TimeoutExpired"}],"parser_ref":"python-ast@1","qualified_name":"AoALocalAiTrialsTests.test_run_command_timeout_decodes_bytes","semantic_key":"python:method:AoALocalAiTrialsTests.test_run_command_timeout_decodes_bytes","source_id":"aoa:abyss-stack:artifact:93282b05d499b207d902297d","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:998e97b747c124e0850c3ff9:aoa:abyss-stack:anchor:9a64fa53a457eab9f7391100","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9a64fa53a457eab9f7391100","label":"normalize_returncode","locator":{"end_column":67,"end_line":152,"fragment":"","pointer":"","start_column":1,"start_line":151},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_returncode","target_ref":"python:abs"}],"parser_ref":"python-ast@1","qualified_name":"normalize_returncode","semantic_key":"python:function:normalize_returncode","source_id":"aoa:abyss-stack:artifact:998e97b747c124e0850c3ff9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:ed6235c250a93751ad8fe01e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ed6235c250a93751ad8fe01e","label":"prepare_implementation_case","locator":{"end_column":68,"end_line":1569,"fragment":"","pointer":"","start_column":1,"start_line":1276},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:TRIALS.apply_anchored_replace_to_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:TRIALS.apply_exact_replace_to_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:TRIALS.bounded_text_slice"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:TRIALS.build_git_unified_diff"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:TRIALS.inspect_w4_diff_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:TRIALS.parse_w4_edit_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:TRIALS.parse_w4_edit_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:TRIALS.read_w4_repo_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:TRIALS.run_acceptance_checks"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:TRIALS.run_qwen_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:TRIALS.run_qwen_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:TRIALS.trim_agents_guidance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:anchor_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:anchor_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:anchor_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:anchor_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:anchor_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:anchor_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:anchor_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:apply_check_raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:attempt_order.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:attempt_order.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:attempts.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:attempts.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:build_impl_anchor_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:build_impl_edit_spec_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:build_impl_edit_spec_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:build_impl_exact_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:command_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:diff_text.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:exact_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:exact_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:exact_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:exact_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:exact_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:exact_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:exact_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:proposal_failure_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:proposal_failure_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:proposal_failure_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:proposal_failure_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:proposal_failure_reasons.copy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:proposal_failure_reasons.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:proposal_failure_reasons.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:proposal_failure_reasons.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:write_text_exact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:write_text_exact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_implementation_case","target_ref":"python:write_text_exact"}],"parser_ref":"python-ast@1","qualified_name":"prepare_implementation_case","semantic_key":"python:function:prepare_implementation_case","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:1a748e674247f97c22eef53c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1a748e674247f97c22eef53c","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":290,"fragment":"","pointer":"","start_column":3,"start_line":290},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilot","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:290:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:af1b0f6b4885a4dd17ae8c82:aoa:abyss-stack:anchor:5f00eb550a972cde086cf111","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:5f00eb550a972cde086cf111","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:af1b0f6b4885a4dd17ae8c82","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:8050dcc3c33521a3541613b2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8050dcc3c33521a3541613b2","label":"tests","locator":{"end_column":27,"end_line":178,"fragment":"","pointer":"","start_column":3,"start_line":178},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"tests/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:178:3:0:tests/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:3bc6d8912bc320bbadd62c6d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3bc6d8912bc320bbadd62c6d","label":"scripts/README","locator":{"end_column":49,"end_line":193,"fragment":"","pointer":"","start_column":14,"start_line":193},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validate","target_ref":"scripts/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:193:14:0:scripts/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:7ae31bccce88f8c3e470dc15","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7ae31bccce88f8c3e470dc15","label":"docs","locator":{"end_column":25,"end_line":171,"fragment":"","pointer":"","start_column":3,"start_line":171},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"docs/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:171:3:0:docs/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b5abd40eaa5b4d9579b53cc7:aoa:abyss-stack:anchor:c8835de99aae3bcaa7ed476f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c8835de99aae3bcaa7ed476f","label":"2026-05-13 Verdict","locator":{"end_column":21,"end_line":50,"fragment":"2026-05-13-verdict","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2026-05-13-verdict","source_id":"aoa:abyss-stack:artifact:b5abd40eaa5b4d9579b53cc7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bd20cbe4645b58cebee30a66:aoa:abyss-stack:anchor:695f266191aa4366b6303551","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:695f266191aa4366b6303551","label":"Consequences","locator":{"end_column":15,"end_line":63,"fragment":"consequences","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:bd20cbe4645b58cebee30a66","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c9fc7a9570c2fcf7079a2f6d:aoa:abyss-stack:anchor:466b238b36c1ab1ea269df2b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:466b238b36c1ab1ea269df2b","label":"$id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$id","source_id":"aoa:abyss-stack:artifact:c9fc7a9570c2fcf7079a2f6d","symbol_kind":"json_key"} @@ -52,6 +54,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6d4e847bdb8cd6752f2082e:aoa:abyss-stack:anchor:0b2994d6f3d80eadc3e215c0","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0b2994d6f3d80eadc3e215c0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e6d4e847bdb8cd6752f2082e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:3a41d5d072f4015a2c532b24","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3a41d5d072f4015a2c532b24","label":"grpc_listen_port","locator":{"end_column":24,"end_line":5,"fragment":"","pointer":"/server/grpc_listen_port","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/server/grpc_listen_port","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:7f3859b89281ad748968f7a1","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7f3859b89281ad748968f7a1","label":"retention_enabled","locator":{"end_column":25,"end_line":37,"fragment":"","pointer":"/compactor/retention_enabled","start_column":3,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/compactor/retention_enabled","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:e7dbdf1f1a17c477b50b6daa","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e7dbdf1f1a17c477b50b6daa","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":55,"fragment":"","pointer":"","start_column":3,"start_line":55},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:55:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:7985832acd6b3e12f1a2a378","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7985832acd6b3e12f1a2a378","label":"ABYSS-STACK-D-0053 Return Policy Validator Module","locator":{"end_column":111,"end_line":31,"fragment":"","pointer":"","start_column":3,"start_line":31},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mechanics","target_ref":"../ABYSS-STACK-D-0053-return-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:31:3:0:../ABYSS-STACK-D-0053-return-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:6da9c41e28904a39392bd9f5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6da9c41e28904a39392bd9f5","label":"philosophy_lens_packet","locator":{"end_column":10,"end_line":868,"fragment":"","pointer":"","start_column":5,"start_line":859},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_lens_packet","target_ref":"python:self.philosophy_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_lens_packet","target_ref":"python:self.philosophy_review_packet"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.philosophy_lens_packet","semantic_key":"python:method:ToSCorpusMCPState.philosophy_lens_packet","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:cbaf0d354e2850fcb6e4dbc8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:cbaf0d354e2850fcb6e4dbc8","label":"capture","locator":{"end_column":14,"end_line":40,"fragment":"","pointer":"/abi/inputs/conditional/capture","start_column":7,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/inputs/conditional/capture","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/38.jsonl b/kag/indexes/shards/anchor/38.jsonl index 18fb18f73..d3acb8e10 100644 --- a/kag/indexes/shards/anchor/38.jsonl +++ b/kag/indexes/shards/anchor/38.jsonl @@ -16,6 +16,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:3c3d2e611d005c8a3841bd39:aoa:abyss-stack:anchor:2d7c7d2b706b2b166cb86594","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2d7c7d2b706b2b166cb86594","label":"test_minimal_valid_mechanics_surface_passes","locator":{"end_column":41,"end_line":76,"fragment":"","pointer":"","start_column":1,"start_line":73},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_minimal_valid_mechanics_surface_passes","target_ref":"python:run_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_minimal_valid_mechanics_surface_passes","target_ref":"python:write_valid_mechanics_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_minimal_valid_mechanics_surface_passes","semantic_key":"python:function:test_minimal_valid_mechanics_surface_passes","source_id":"aoa:abyss-stack:artifact:3c3d2e611d005c8a3841bd39","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:4a293fd56444d79e452168e8:aoa:abyss-stack:anchor:aab30d3653c73f3a8b287539","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:aab30d3653c73f3a8b287539","label":"Agon Runtime Package Docs","locator":{"end_column":27,"end_line":1,"fragment":"agon-runtime-package-docs","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agon-runtime-package-docs","source_id":"aoa:abyss-stack:artifact:4a293fd56444d79e452168e8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:4b24ec1c66bcb8c21f2293e7:aoa:abyss-stack:anchor:d2d86530fdac0e0b71e9a62f","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:d2d86530fdac0e0b71e9a62f","label":"edge_trace","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/edge_trace","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/edge_trace","source_id":"aoa:abyss-stack:artifact:4b24ec1c66bcb8c21f2293e7","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e:aoa:abyss-stack:anchor:2d74bea0f04da98b9a4e2f22","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2d74bea0f04da98b9a4e2f22","label":"Read before editing","locator":{"end_column":22,"end_line":13,"fragment":"read-before-editing","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:read-before-editing","source_id":"aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5e30d58b80274f9e1649d3d4:aoa:abyss-stack:anchor:246f0039294d0460af34b4c2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:246f0039294d0460af34b4c2","label":"edit_gate_index_fields","locator":{"end_column":6,"end_line":85,"fragment":"","pointer":"","start_column":1,"start_line":79},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"edit_gate_index_fields","semantic_key":"python:function:edit_gate_index_fields","source_id":"aoa:abyss-stack:artifact:5e30d58b80274f9e1649d3d4","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:6606e341283d8091bb102e1b:aoa:abyss-stack:anchor:5da8ac4617e725a776b20f55","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5da8ac4617e725a776b20f55","label":"repo_issues_resource","locator":{"end_column":91,"end_line":142,"fragment":"","pointer":"","start_column":5,"start_line":141},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.repo_issues_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.repo_issues_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.repo_issues_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.repo_issues_resource","semantic_key":"python:method:build_server.repo_issues_resource","source_id":"aoa:abyss-stack:artifact:6606e341283d8091bb102e1b","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:6606e341283d8091bb102e1b:aoa:abyss-stack:anchor:7dfc704b32d82524ccf3dd52","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7dfc704b32d82524ccf3dd52","label":"current_state","locator":{"end_column":10,"end_line":46,"fragment":"","pointer":"","start_column":5,"start_line":41},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.current_state","target_ref":"python:AoADecisionsMCPState.discover"}],"parser_ref":"python-ast@1","qualified_name":"build_server.current_state","semantic_key":"python:method:build_server.current_state","source_id":"aoa:abyss-stack:artifact:6606e341283d8091bb102e1b","symbol_kind":"method"} @@ -32,7 +33,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a4ec075bf8a8e304f2584592:aoa:abyss-stack:anchor:1b99b867dfae91fe5e197fb6","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:1b99b867dfae91fe5e197fb6","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:a4ec075bf8a8e304f2584592","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:0c8a1e020bff75b26998c34c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0c8a1e020bff75b26998c34c","label":"harvest","locator":{"end_column":8,"end_line":39,"fragment":"","pointer":"/harvest","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/harvest","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:2905bc9385b5a03b8619f1af","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2905bc9385b5a03b8619f1af","label":"ABYSS-STACK-D-0073 ToS Philosophy Graph Access Plane","locator":{"end_column":117,"end_line":101,"fragment":"","pointer":"","start_column":3,"start_line":101},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-access-plane","target_ref":"../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:101:3:0:../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:4def07c002e29ba145c65d24","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4def07c002e29ba145c65d24","label":"runtime export","locator":{"end_column":17,"end_line":340,"fragment":"runtime-export","pointer":"","start_column":1,"start_line":340},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-export","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:4def07c002e29ba145c65d24","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4def07c002e29ba145c65d24","label":"runtime export","locator":{"end_column":17,"end_line":345,"fragment":"runtime-export","pointer":"","start_column":1,"start_line":345},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-export","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:d6eb3ed39eb77b84767f8256","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d6eb3ed39eb77b84767f8256","label":"ABYSS-STACK-D-0049 Federation Runtime Seams Validator Module","locator":{"end_column":133,"end_line":347,"fragment":"","pointer":"","start_column":3,"start_line":347},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-export","target_ref":"../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:347:3:0:../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8:aoa:abyss-stack:anchor:955b9f6a609d2d9f003dc0bc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:955b9f6a609d2d9f003dc0bc","label":"__init__","locator":{"end_column":29,"end_line":172,"fragment":"","pointer":"","start_column":5,"start_line":170},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"Neo4jProjectionStore.__init__","semantic_key":"python:method:Neo4jProjectionStore.__init__","source_id":"aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:8000b8116f3f4c4c46c5ccc9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8000b8116f3f4c4c46c5ccc9","label":"resolve_canary_catalog_path","locator":{"end_column":77,"end_line":274,"fragment":"","pointer":"","start_column":1,"start_line":259},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_canary_catalog_path","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_canary_catalog_path","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_canary_catalog_path","target_ref":"python:candidate.expanduser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_canary_catalog_path","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_canary_catalog_path","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_canary_catalog_path","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_canary_catalog_path","target_ref":"python:resolved.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_canary_catalog_path","target_ref":"python:seen.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_canary_catalog_path","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_canary_catalog_path","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"resolve_canary_catalog_path","semantic_key":"python:function:resolve_canary_catalog_path","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:86695d73e2ca6b479e92a3fa","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:86695d73e2ca6b479e92a3fa","label":"build_candidate_text","locator":{"end_column":26,"end_line":1902,"fragment":"","pointer":"","start_column":1,"start_line":1874},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_candidate_text","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_candidate_text","target_ref":"python:TRIALS.apply_anchored_replace_to_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_candidate_text","target_ref":"python:TRIALS.apply_exact_replace_to_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_candidate_text","target_ref":"python:TRIALS.apply_exact_replace_to_text"}],"parser_ref":"python-ast@1","qualified_name":"build_candidate_text","semantic_key":"python:function:build_candidate_text","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} @@ -47,3 +49,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:0e880c1140800dc8656d1439","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0e880c1140800dc8656d1439","label":"schemas/tiny-consumer-bundle.schema.json","locator":{"end_column":44,"end_line":29,"fragment":"","pointer":"/required_files/22","start_column":3,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/22","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:86c5e8a1e6e5b1b93290f241","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:86c5e8a1e6e5b1b93290f241","label":"allow_runtime_reasoning_handoff","locator":{"end_column":38,"end_line":5,"fragment":"","pointer":"/allow_runtime_reasoning_handoff","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/allow_runtime_reasoning_handoff","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fcef689905f2edc9353c7d19:aoa:abyss-stack:anchor:8319b592c96c25ed169eb39a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8319b592c96c25ed169eb39a","label":"test_semantic_inventory_payload_is_bounded_and_redacted","locator":{"end_column":52,"end_line":98,"fragment":"","pointer":"","start_column":1,"start_line":27},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_semantic_inventory_payload_is_bounded_and_redacted","target_ref":"python:graph_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_semantic_inventory_payload_is_bounded_and_redacted","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_semantic_inventory_payload_is_bounded_and_redacted","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_semantic_inventory_payload_is_bounded_and_redacted","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_semantic_inventory_payload_is_bounded_and_redacted","target_ref":"python:load_module"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_semantic_inventory_payload_is_bounded_and_redacted","target_ref":"python:module.safe_inventory_url_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_semantic_inventory_payload_is_bounded_and_redacted","target_ref":"python:module.semantic_inventory_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_semantic_inventory_payload_is_bounded_and_redacted","target_ref":"python:ref.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_semantic_inventory_payload_is_bounded_and_redacted","target_ref":"python:ref.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_semantic_inventory_payload_is_bounded_and_redacted","target_ref":"python:ref.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_semantic_inventory_payload_is_bounded_and_redacted","target_ref":"python:sources_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_semantic_inventory_payload_is_bounded_and_redacted","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"test_semantic_inventory_payload_is_bounded_and_redacted","semantic_key":"python:function:test_semantic_inventory_payload_is_bounded_and_redacted","source_id":"aoa:abyss-stack:artifact:fcef689905f2edc9353c7d19","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:a85a0b985a3eed8438101358","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a85a0b985a3eed8438101358","label":"manual_cases","locator":{"end_column":15,"end_line":100,"fragment":"","pointer":"/recheck/manual_cases","start_column":3,"start_line":100},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/recheck/manual_cases","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/39.jsonl b/kag/indexes/shards/anchor/39.jsonl index 7a7d070a5..e8384152d 100644 --- a/kag/indexes/shards/anchor/39.jsonl +++ b/kag/indexes/shards/anchor/39.jsonl @@ -34,6 +34,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:66ef3526dcfbdc39e91ab679","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:66ef3526dcfbdc39e91ab679","label":"materialize","locator":{"end_column":46,"end_line":618,"fragment":"","pointer":"","start_column":1,"start_line":598},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:available_cases"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:contracts.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:log_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:mirror_readme"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:mirror_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:node_artifacts_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:program_readme"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:refresh_w5_outputs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"materialize","semantic_key":"python:function:materialize","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32:aoa:abyss-stack:anchor:31bb323cba2e962466e82f2e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:31bb323cba2e962466e82f2e","label":"PhilosophySearchResponse","locator":{"end_column":24,"end_line":171,"fragment":"","pointer":"","start_column":1,"start_line":166},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"PhilosophySearchResponse","semantic_key":"python:class:PhilosophySearchResponse","source_id":"aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:63022e99bf2b26c609c95393","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:63022e99bf2b26c609c95393","label":"ABYSS-STACK-D-0078 Federated Stats MCP Access Plane","locator":{"end_column":115,"end_line":104,"fragment":"","pointer":"","start_column":3,"start_line":104},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-access-plane","target_ref":"../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:104:3:0:../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:e64ae2a74fcc37b8b62a50c0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e64ae2a74fcc37b8b62a50c0","label":"ABYSS-STACK-D-0048 Federation Landing Validator Split","locator":{"end_column":119,"end_line":343,"fragment":"","pointer":"","start_column":3,"start_line":343},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-docs","target_ref":"../ABYSS-STACK-D-0048-federation-landing-validator-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:343:3:0:../ABYSS-STACK-D-0048-federation-landing-validator-split.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aedad7639e85e4508c819730:aoa:abyss-stack:anchor:cd86fafd68c77c5d4c79c19e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:cd86fafd68c77c5d4c79c19e","label":"model","locator":{"end_column":38,"end_line":9,"fragment":"","pointer":"/model_list/1/litellm_params/model","start_column":7,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/model_list/1/litellm_params/model","source_id":"aoa:abyss-stack:artifact:aedad7639e85e4508c819730","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:1d59264c64870323605380f6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1d59264c64870323605380f6","label":"aoa_session_entity_usage_scenario_audit","locator":{"end_column":10,"end_line":373,"fragment":"","pointer":"","start_column":5,"start_line":349},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_entity_usage_scenario_audit","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_entity_usage_scenario_audit","semantic_key":"python:method:build_server.aoa_session_entity_usage_scenario_audit","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b486de235baf12334c99478f:aoa:abyss-stack:anchor:152da12202f75406df672d8a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:152da12202f75406df672d8a","label":"Core law","locator":{"end_column":11,"end_line":11,"fragment":"core-law","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:core-law","source_id":"aoa:abyss-stack:artifact:b486de235baf12334c99478f","symbol_kind":""} @@ -58,6 +59,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e7d47f0e77d7426b9c303b3a:aoa:abyss-stack:anchor:d79273ac1949451944a483db","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d79273ac1949451944a483db","label":"2026-05-07","locator":{"end_column":13,"end_line":3,"fragment":"2026-05-07","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2026-05-07","source_id":"aoa:abyss-stack:artifact:e7d47f0e77d7426b9c303b3a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267:aoa:abyss-stack:anchor:d9ddeca8a4bf8751d80162c6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d9ddeca8a4bf8751d80162c6","label":"test_candidate_path_hints_from_goal_extracts_paths_from_backtick_commands","locator":{"end_column":61,"end_line":101,"fragment":"","pointer":"","start_column":5,"start_line":97},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_candidate_path_hints_from_goal_extracts_paths_from_backtick_commands","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_candidate_path_hints_from_goal_extracts_paths_from_backtick_commands","target_ref":"python:self.module.candidate_path_hints_from_goal"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerPolicyScopeTests.test_candidate_path_hints_from_goal_extracts_paths_from_backtick_commands","semantic_key":"python:method:GovernedRunnerPolicyScopeTests.test_candidate_path_hints_from_goal_extracts_paths_from_backtick_commands","source_id":"aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e8aabe9915182759330d0c1e:aoa:abyss-stack:anchor:e003d86b5e7e77647c5ff106","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e003d86b5e7e77647c5ff106","label":"fail","locator":{"end_column":13,"end_line":21,"fragment":"","pointer":"","start_column":1,"start_line":19},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:fail","target_ref":"python:print"}],"parser_ref":"python-ast@1","qualified_name":"fail","semantic_key":"python:function:fail","source_id":"aoa:abyss-stack:artifact:e8aabe9915182759330d0c1e","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:0b4d20a13f76b13f3545ff04","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0b4d20a13f76b13f3545ff04","label":"ABYSS-STACK-D-0013 Runtime Compatibility Boundaries","locator":{"end_column":115,"end_line":103,"fragment":"","pointer":"","start_column":3,"start_line":103},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0013-runtime-compatibility-boundaries.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:103:3:0:../ABYSS-STACK-D-0013-runtime-compatibility-boundaries.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:5b236d3dc0eb558dcdb21641","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5b236d3dc0eb558dcdb21641","label":"ABYSS-STACK-D-0019 GitHub Homepage README Selection","locator":{"end_column":115,"end_line":126,"fragment":"","pointer":"","start_column":3,"start_line":126},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0019-github-homepage-readme-selection.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:126:3:0:../ABYSS-STACK-D-0019-github-homepage-readme-selection.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c1e68c386d0be3bf2b209932","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c1e68c386d0be3bf2b209932","label":"ABYSS-STACK-D-0019 GitHub Homepage README Selection","locator":{"end_column":115,"end_line":43,"fragment":"","pointer":"","start_column":3,"start_line":43},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0019-github-homepage-readme-selection.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:43:3:0:../ABYSS-STACK-D-0019-github-homepage-readme-selection.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8:aoa:abyss-stack:anchor:16763210c6bce65d088d03ea","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:16763210c6bce65d088d03ea","label":"validate_agent_skill_projection_routes","locator":{"end_column":14,"end_line":160,"fragment":"","pointer":"","start_column":1,"start_line":126},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:matches_checkout_safe_overlay_install"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:path.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:path.is_symlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:path.readlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:skills_root.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:skills_root.iterdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:validate_local_overlay_skill_metadata"}],"parser_ref":"python-ast@1","qualified_name":"validate_agent_skill_projection_routes","semantic_key":"python:function:validate_agent_skill_projection_routes","source_id":"aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8:aoa:abyss-stack:anchor:16763210c6bce65d088d03ea","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:16763210c6bce65d088d03ea","label":"validate_agent_skill_projection_routes","locator":{"end_column":14,"end_line":47,"fragment":"","pointer":"","start_column":1,"start_line":23},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:matches_checkout_safe_overlay_install"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:path.is_symlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:path.readlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:skills_root.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:skills_root.iterdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_agent_skill_projection_routes","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"validate_agent_skill_projection_routes","semantic_key":"python:function:validate_agent_skill_projection_routes","source_id":"aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/3a.jsonl b/kag/indexes/shards/anchor/3a.jsonl index 0ea609eae..e0c94eaca 100644 --- a/kag/indexes/shards/anchor/3a.jsonl +++ b/kag/indexes/shards/anchor/3a.jsonl @@ -23,7 +23,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:331f101c240e11aaf2e78bd9:aoa:abyss-stack:anchor:70848d4cbc66d869bf2c8031","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:70848d4cbc66d869bf2c8031","label":"Source Hierarchy","locator":{"end_column":19,"end_line":20,"fragment":"source-hierarchy","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-hierarchy","source_id":"aoa:abyss-stack:artifact:331f101c240e11aaf2e78bd9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:34ec8a2fce7bcafdfcb01c55:aoa:abyss-stack:anchor:73ca0af14df6eae9116b4516","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:73ca0af14df6eae9116b4516","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:34ec8a2fce7bcafdfcb01c55","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:36001b0dc63c1f1ddf4f661a:aoa:abyss-stack:anchor:c8ce31c520b46ca3b0bff15f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c8ce31c520b46ca3b0bff15f","label":"main","locator":{"end_column":13,"end_line":349,"fragment":"","pointer":"","start_column":1,"start_line":242},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:archive_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:archive_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:build_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:canonical_runtime_evidence_selection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:compatibility_selection_ids"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:compatibility_selection_ids"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:compatibility_selection_ids"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:compatibility_source_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:compatibility_source_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:compatibility_source_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:datetime.now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:datetime.now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:default_title"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:hashlib.sha256"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:latest_path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:latest_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:memo_runtime_evidence_compatibility"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:raw_candidate_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:raw_candidate_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:raw_candidate_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:raw_candidate_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:ref_paths.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:ref_paths.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:ref_paths.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:ref_paths.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:ref_paths.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:ref_paths.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:selection_id_matches"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:selection_id_matches"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:selection_id_matches"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:selection_id_matches"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:slugify"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sys.stdout.write"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:36001b0dc63c1f1ddf4f661a","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97:aoa:abyss-stack:anchor:92b48293a8c11a8a2aea905a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:92b48293a8c11a8a2aea905a","label":"Options considered","locator":{"end_column":21,"end_line":29,"fragment":"options-considered","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97:aoa:abyss-stack:anchor:92b48293a8c11a8a2aea905a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:92b48293a8c11a8a2aea905a","label":"Options considered","locator":{"end_column":21,"end_line":30,"fragment":"options-considered","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa:aoa:abyss-stack:anchor:f2bb066cc2afbadce1f28b30","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:f2bb066cc2afbadce1f28b30","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:142df04b6630cd5a84f2a9a7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:142df04b6630cd5a84f2a9a7","label":"resolve_source_checkout_root","locator":{"end_column":50,"end_line":159,"fragment":"","pointer":"","start_column":1,"start_line":138},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:HOME_SOURCE_ROOT.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:candidate.expanduser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:is_source_checkout"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:is_source_checkout"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:seen.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"resolve_source_checkout_root","semantic_key":"python:function:resolve_source_checkout_root","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:438478e7713ffdb96be895cd:aoa:abyss-stack:anchor:999d05b9deb47a32d49cc627","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:999d05b9deb47a32d49cc627","label":"workflows/mirror-canary.yml","locator":{"end_column":61,"end_line":12,"fragment":"","pointer":"","start_column":3,"start_line":12},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-surfaces","target_ref":"workflows/mirror-canary.yml"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:12:3:0:workflows/mirror-canary.yml","source_id":"aoa:abyss-stack:artifact:438478e7713ffdb96be895cd","symbol_kind":""} @@ -47,6 +47,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:7f43b02c6d1bfbe06a720a93","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7f43b02c6d1bfbe06a720a93","label":"ABYSS-STACK-D-0019 GitHub Homepage README Selection","locator":{"end_column":115,"end_line":25,"fragment":"","pointer":"","start_column":3,"start_line":25},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-route","target_ref":"../ABYSS-STACK-D-0019-github-homepage-readme-selection.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:25:3:0:../ABYSS-STACK-D-0019-github-homepage-readme-selection.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:ccc5767e25f2de7d1a43bee7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ccc5767e25f2de7d1a43bee7","label":"ABYSS-STACK-D-0034 AoA Memo MCP Landing Plan Boundary","locator":{"end_column":119,"end_line":92,"fragment":"","pointer":"","start_column":3,"start_line":92},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-access-plane","target_ref":"../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:92:3:0:../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:175bc8c58a3b39be44151c13","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:175bc8c58a3b39be44151c13","label":"CHANGELOG","locator":{"end_column":62,"end_line":23,"fragment":"","pointer":"","start_column":37,"start_line":23},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:what-this-repository-does","target_ref":"CHANGELOG.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:23:37:0:CHANGELOG.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:a536a0983f29913e365da70e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a536a0983f29913e365da70e","label":"BOUNDARIES","locator":{"end_column":105,"end_line":96,"fragment":"","pointer":"","start_column":78,"start_line":96},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:claim-check","target_ref":"BOUNDARIES.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:96:78:1:BOUNDARIES.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b82a3b59dce2eb8a4cbf0c1c:aoa:abyss-stack:anchor:a638665a05861abbb506669d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a638665a05861abbb506669d","label":"Host Facts","locator":{"end_column":12,"end_line":1,"fragment":"host-facts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:host-facts","source_id":"aoa:abyss-stack:artifact:b82a3b59dce2eb8a4cbf0c1c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bd1dfe23921754f3f702a6b5:aoa:abyss-stack:anchor:ff5a37fc54b5abd63adf9b00","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ff5a37fc54b5abd63adf9b00","label":"test_running_coverage_is_unknown_for_empty_selected_population","locator":{"end_column":45,"end_line":153,"fragment":"","pointer":"","start_column":5,"start_line":142},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_running_coverage_is_unknown_for_empty_selected_population","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_running_coverage_is_unknown_for_empty_selected_population","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_running_coverage_is_unknown_for_empty_selected_population","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_running_coverage_is_unknown_for_empty_selected_population","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_running_coverage_is_unknown_for_empty_selected_population","target_ref":"python:self.assertIsNone"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_running_coverage_is_unknown_for_empty_selected_population","target_ref":"python:service_selection_status.selected_service_running_coverage"}],"parser_ref":"python-ast@1","qualified_name":"ServiceSelectionStatusTests.test_running_coverage_is_unknown_for_empty_selected_population","semantic_key":"python:method:ServiceSelectionStatusTests.test_running_coverage_is_unknown_for_empty_selected_population","source_id":"aoa:abyss-stack:artifact:bd1dfe23921754f3f702a6b5","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:bdfadda1290962211a799f19:aoa:abyss-stack:anchor:8cadf66f1ed6fde4e9a82f7c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8cadf66f1ed6fde4e9a82f7c","label":"Options considered","locator":{"end_column":21,"end_line":27,"fragment":"options-considered","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:bdfadda1290962211a799f19","symbol_kind":""} @@ -65,9 +66,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:dc3545628430cb8b540a4207:aoa:abyss-stack:anchor:4cb98030f8b678cbbc9d2155","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4cb98030f8b678cbbc9d2155","label":"AoA Evals Local Port Write-Side MCP","locator":{"end_column":37,"end_line":1,"fragment":"aoa-evals-local-port-write-side-mcp","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:aoa-evals-local-port-write-side-mcp","source_id":"aoa:abyss-stack:artifact:dc3545628430cb8b540a4207","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:a70cd9533e9c924ab8140fc9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a70cd9533e9c924ab8140fc9","label":"_session_date_from_label","locator":{"end_column":45,"end_line":738,"fragment":"","pointer":"","start_column":1,"start_line":736},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_session_date_from_label","target_ref":"python:match.group"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_session_date_from_label","target_ref":"python:re.search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_session_date_from_label","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_session_date_from_label","semantic_key":"python:function:_session_date_from_label","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:0c506ee527895ea46d6176fc","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0c506ee527895ea46d6176fc","label":"Host-facing endpoints","locator":{"end_column":25,"end_line":167,"fragment":"host-facing-endpoints-3","pointer":"","start_column":1,"start_line":167},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:host-facing-endpoints-3","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:2c324023df2ae7feedde979e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2c324023df2ae7feedde979e","label":"ABYSS-STACK-D-0036 Abyss Machine MCP Access Plane","locator":{"end_column":111,"end_line":90,"fragment":"","pointer":"","start_column":3,"start_line":90},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit","target_ref":"../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:90:3:0:../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:74fd47750fdda08993ef1d45","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:74fd47750fdda08993ef1d45","label":"ABYSS-STACK-D-0030 RAG Orchestration Profile","locator":{"end_column":101,"end_line":103,"fragment":"","pointer":"","start_column":3,"start_line":103},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection","target_ref":"../ABYSS-STACK-D-0030-rag-orchestration-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:103:3:0:../ABYSS-STACK-D-0030-rag-orchestration-profile.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:9dbf6ccf46198179a4752dc1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9dbf6ccf46198179a4752dc1","label":"ABYSS-STACK-D-0028 Intel Inference And Rerank Service Selection","locator":{"end_column":139,"end_line":101,"fragment":"","pointer":"","start_column":3,"start_line":101},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection","target_ref":"../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:101:3:0:../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:b252c5eb1193e0eb5c0cde61","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b252c5eb1193e0eb5c0cde61","label":"ABYSS-STACK-D-0002 Runtime Mechanics Topology","locator":{"end_column":103,"end_line":100,"fragment":"","pointer":"","start_column":3,"start_line":100},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0002-runtime-mechanics-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:100:3:0:../ABYSS-STACK-D-0002-runtime-mechanics-topology.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:404f33db6b82ad677ce1ce74","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:404f33db6b82ad677ce1ce74","label":"ABYSS-STACK-D-0062 Agent Skill Projection Validator Module","locator":{"end_column":129,"end_line":199,"fragment":"","pointer":"","start_column":3,"start_line":199},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-surface","target_ref":"../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:199:3:0:../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:2ae00446a9eb6f8d73d8264d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2ae00446a9eb6f8d73d8264d","label":"_philosophy_view_contract","locator":{"end_column":10,"end_line":411,"fragment":"","pointer":"","start_column":5,"start_line":390},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:_unique_values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:_unique_values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:_unique_values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:source_refs.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_view_contract","target_ref":"python:view.get"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState._philosophy_view_contract","semantic_key":"python:method:ToSCorpusMCPState._philosophy_view_contract","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:27d15f84584364538c409482","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:27d15f84584364538c409482","label":"load_inventory","locator":{"end_column":97,"end_line":15,"fragment":"","pointer":"","start_column":1,"start_line":14},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_inventory","target_ref":"python:json.loads"}],"parser_ref":"python-ast@1","qualified_name":"load_inventory","semantic_key":"python:function:load_inventory","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f6ed156e4bf5c79168066246:aoa:abyss-stack:anchor:29a1fa91021d30297235f0f4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:29a1fa91021d30297235f0f4","label":"Do not post publicly","locator":{"end_column":23,"end_line":24,"fragment":"do-not-post-publicly","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:do-not-post-publicly","source_id":"aoa:abyss-stack:artifact:f6ed156e4bf5c79168066246","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/3b.jsonl b/kag/indexes/shards/anchor/3b.jsonl index 590c0f201..6a18b52aa 100644 --- a/kag/indexes/shards/anchor/3b.jsonl +++ b/kag/indexes/shards/anchor/3b.jsonl @@ -1,6 +1,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:02883168160cf8a4ce892430:aoa:abyss-stack:anchor:7b73840d55f697c03aeaf0dd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7b73840d55f697c03aeaf0dd","label":"validate_presets","locator":{"end_column":18,"end_line":314,"fragment":"","pointer":"","start_column":1,"start_line":301},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_presets","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_presets","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_presets","target_ref":"python:load_names"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_presets","target_ref":"python:preset.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_presets","target_ref":"python:profile_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_presets","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"validate_presets","semantic_key":"python:function:validate_presets","source_id":"aoa:abyss-stack:artifact:02883168160cf8a4ce892430","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:049aa91da24a30f6073508fb:aoa:abyss-stack:anchor:57a133bebc0aa76024dff057","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:57a133bebc0aa76024dff057","label":"${AOA_QWEN3_RERANKER_MODEL_HOST_PATH","locator":{"end_column":132,"end_line":25,"fragment":"","pointer":"/services/rerank-api/volumes/0/${AOA_QWEN3_RERANKER_MODEL_HOST_PATH","start_column":7,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rerank-api/volumes/0/${AOA_QWEN3_RERANKER_MODEL_HOST_PATH","source_id":"aoa:abyss-stack:artifact:049aa91da24a30f6073508fb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:37c19ead15184ed2272020a6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:37c19ead15184ed2272020a6","label":"Validation","locator":{"end_column":14,"end_line":789,"fragment":"validation-4","pointer":"","start_column":1,"start_line":789},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation-4","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:37c19ead15184ed2272020a6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:37c19ead15184ed2272020a6","label":"Validation","locator":{"end_column":14,"end_line":791,"fragment":"validation-4","pointer":"","start_column":1,"start_line":791},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation-4","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0d25d90d0812762fd5378e2f:aoa:abyss-stack:anchor:a7d0c5033f3bdbcfeefd47b5","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a7d0c5033f3bdbcfeefd47b5","label":"validation_routes","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/validation_routes","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/validation_routes","source_id":"aoa:abyss-stack:artifact:0d25d90d0812762fd5378e2f","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:0e32fdadd2717574386a3732:aoa:abyss-stack:anchor:d495d01dabd3945e130f1211","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d495d01dabd3945e130f1211","label":"Consequences","locator":{"end_column":15,"end_line":56,"fragment":"consequences","pointer":"","start_column":1,"start_line":56},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:0e32fdadd2717574386a3732","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43:aoa:abyss-stack:anchor:8176ce60a855dfbfebb9964c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8176ce60a855dfbfebb9964c","label":"mirrored tos-source surfaces are not treated as canonical edit inputs","locator":{"end_column":73,"end_line":40,"fragment":"","pointer":"/evidence/3","start_column":3,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/evidence/3","source_id":"aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43","symbol_kind":""} @@ -8,7 +8,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:16f69bcd84ec7a895c63a279:aoa:abyss-stack:anchor:2ed38c9f01e8a944f13298e8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2ed38c9f01e8a944f13298e8","label":"By date","locator":{"end_column":24,"end_line":11,"fragment":"","pointer":"","start_column":3,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:indexes","target_ref":"by-date.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:11:3:0:by-date.md","source_id":"aoa:abyss-stack:artifact:16f69bcd84ec7a895c63a279","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1b79512c20522b5e88e4ab55:aoa:abyss-stack:anchor:9dd0ab186c44c5401335460b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9dd0ab186c44c5401335460b","label":"_validate_quest_schemas","locator":{"end_column":84,"end_line":459,"fragment":"","pointer":"","start_column":1,"start_line":384},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:quest_dispatch_schema_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:quest_dispatch_schema_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:quest_schema_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:quest_schema_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:validate_quest_schema_envelope"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_quest_schemas","target_ref":"python:validate_quest_schema_envelope"}],"parser_ref":"python-ast@1","qualified_name":"_validate_quest_schemas","semantic_key":"python:function:_validate_quest_schemas","source_id":"aoa:abyss-stack:artifact:1b79512c20522b5e88e4ab55","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:1c1b3adff01db11b845777af:aoa:abyss-stack:anchor:a01d9c70c7b3d55a5ac35a35","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a01d9c70c7b3d55a5ac35a35","label":"Path hygiene","locator":{"end_column":15,"end_line":43,"fragment":"path-hygiene","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:path-hygiene","source_id":"aoa:abyss-stack:artifact:1c1b3adff01db11b845777af","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:bdf925551b3e285d459f7e55","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bdf925551b3e285d459f7e55","label":"test_missing_aoa_browser_template_files_fail","locator":{"end_column":10,"end_line":169,"fragment":"","pointer":"","start_column":5,"start_line":150},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_aoa_browser_template_files_fail","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_aoa_browser_template_files_fail","target_ref":"python:existing.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_aoa_browser_template_files_fail","target_ref":"python:existing.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_aoa_browser_template_files_fail","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_aoa_browser_template_files_fail","target_ref":"python:source_structure.validate_required_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_aoa_browser_template_files_fail","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_missing_aoa_browser_template_files_fail","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_missing_aoa_browser_template_files_fail","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:bdf925551b3e285d459f7e55","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bdf925551b3e285d459f7e55","label":"test_missing_aoa_browser_template_files_fail","locator":{"end_column":10,"end_line":159,"fragment":"","pointer":"","start_column":5,"start_line":140},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_aoa_browser_template_files_fail","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_aoa_browser_template_files_fail","target_ref":"python:existing.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_aoa_browser_template_files_fail","target_ref":"python:existing.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_aoa_browser_template_files_fail","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_aoa_browser_template_files_fail","target_ref":"python:source_structure.validate_required_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_aoa_browser_template_files_fail","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_missing_aoa_browser_template_files_fail","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_missing_aoa_browser_template_files_fail","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:3080d62bb266a31e43971141:aoa:abyss-stack:anchor:39c6b673f099bdf7ba37d3cf","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:39c6b673f099bdf7ba37d3cf","label":"PATHS","locator":{"end_column":28,"end_line":8,"fragment":"","pointer":"","start_column":11,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:canonical-roots","target_ref":"PATHS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:8:11:0:PATHS.md","source_id":"aoa:abyss-stack:artifact:3080d62bb266a31e43971141","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:36001b0dc63c1f1ddf4f661a:aoa:abyss-stack:anchor:03575b30a13d3c838cbe976d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:03575b30a13d3c838cbe976d","label":"read_bridge","locator":{"end_column":119,"end_line":60,"fragment":"","pointer":"","start_column":1,"start_line":54},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_bridge","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_bridge","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_bridge","target_ref":"python:find_repo_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_bridge","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_bridge","target_ref":"python:read_json"}],"parser_ref":"python-ast@1","qualified_name":"read_bridge","semantic_key":"python:function:read_bridge","source_id":"aoa:abyss-stack:artifact:36001b0dc63c1f1ddf4f661a","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:55b16317c34343032f2d2238","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:55b16317c34343032f2d2238","label":"test_projection_status_treats_stale_completeness_as_not_ok","locator":{"end_column":77,"end_line":2332,"fragment":"","pointer":"","start_column":1,"start_line":2295},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_projection_status_treats_stale_completeness_as_not_ok","target_ref":"python:AoASessionMemoryMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_projection_status_treats_stale_completeness_as_not_ok","target_ref":"python:FakeRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_projection_status_treats_stale_completeness_as_not_ok","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_projection_status_treats_stale_completeness_as_not_ok","target_ref":"python:seed_archive"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_projection_status_treats_stale_completeness_as_not_ok","target_ref":"python:state.session_projection_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_projection_status_treats_stale_completeness_as_not_ok","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"test_projection_status_treats_stale_completeness_as_not_ok","semantic_key":"python:function:test_projection_status_treats_stale_completeness_as_not_ok","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} @@ -34,7 +34,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9c597b09e8d77c578f9ed0db:aoa:abyss-stack:anchor:bac49c9007794ef4b2907c92","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bac49c9007794ef4b2907c92","label":"static_configs","locator":{"end_column":19,"end_line":15,"fragment":"","pointer":"/scrape_configs/1/static_configs","start_column":5,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/scrape_configs/1/static_configs","source_id":"aoa:abyss-stack:artifact:9c597b09e8d77c578f9ed0db","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c:aoa:abyss-stack:anchor:735db72dc53dacf52dd970f9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:735db72dc53dacf52dd970f9","label":"summarize_case_means","locator":{"end_column":18,"end_line":51,"fragment":"","pointer":"","start_column":1,"start_line":43},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize_case_means","target_ref":"python:case_breakdown.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize_case_means","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize_case_means","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize_case_means","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize_case_means","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize_case_means","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize_case_means","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"summarize_case_means","semantic_key":"python:function:summarize_case_means","source_id":"aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:aa8d0c7ec9156b9d8aae3422:aoa:abyss-stack:anchor:877de761ae9a87192d34179c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:877de761ae9a87192d34179c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:aa8d0c7ec9156b9d8aae3422","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:4ed8cfad59b8fd22422cabd7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4ed8cfad59b8fd22422cabd7","label":"status readout","locator":{"end_column":17,"end_line":381,"fragment":"status-readout","pointer":"","start_column":1,"start_line":381},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:status-readout","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:4ed8cfad59b8fd22422cabd7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4ed8cfad59b8fd22422cabd7","label":"status readout","locator":{"end_column":17,"end_line":390,"fragment":"status-readout","pointer":"","start_column":1,"start_line":390},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:status-readout","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:27da62341451a210b745e06b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:27da62341451a210b745e06b","label":"_configured_transport_smoke","locator":{"end_column":6,"end_line":1467,"fragment":"","pointer":"","start_column":1,"start_line":1217},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:AsyncExitStack"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:ClientSession"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:_assert_bounded_inventory_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:_configured_transport_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:_first_entity"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:_has_first_raw_or_segment_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:_has_first_raw_or_segment_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:_read_only_tool_annotation_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:_runtime_reload_required"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:_runtime_reload_required"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:_search_alias_smoke_arguments"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:agent_event_usage_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:agent_event_usage_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:agent_event_usage_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:agent_event_usage_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:configured_inventory_entity.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:configured_inventory_entity.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:dossier_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:dossier_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:dossier_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:dossier_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:dossier_quality.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:dossier_quality.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:dossier_quality.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:dossier_quality.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:dossier_quality.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:httpx.AsyncClient"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:inventory_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:inventory_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:inventory_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:inventory_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:inventory_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:inventory_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:literal_plan_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:literal_plan_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:literal_plan_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:literal_plan_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:literal_plan_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:literal_plan_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:literal_plan_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:mcp_session.call_tool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:mcp_session.call_tool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:mcp_session.call_tool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:mcp_session.call_tool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:mcp_session.call_tool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:mcp_session.call_tool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:mcp_session.call_tool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:mcp_session.call_tool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:mcp_session.call_tool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:mcp_session.call_tool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:mcp_session.initialize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:mcp_session.list_tools"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:projection_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:projection_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:projection_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:projection_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:projection_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:retrieve_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:retrieve_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:retrieve_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:search_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:search_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:stack.enter_async_context"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:stack.enter_async_context"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:stack.enter_async_context"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:stdio_client"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:streamable_http_client"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:timedelta"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:timedelta"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:timedelta"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:timedelta"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:timedelta"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:timedelta"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:timedelta"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:timedelta"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:timedelta"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:timedelta"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:usage_chain_counts.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:usage_chain_counts.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:usage_chain_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:usage_chain_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:usage_chain_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:usage_chain_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:usage_chain_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:usage_chain_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:usage_chain_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:usage_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:usage_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_smoke","target_ref":"python:usage_payload.get"}],"parser_ref":"python-ast@1","qualified_name":"_configured_transport_smoke","semantic_key":"python:function:_configured_transport_smoke","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:ad4729475b67a4afd84b9ca1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ad4729475b67a4afd84b9ca1","label":"runtime/PATHS","locator":{"end_column":68,"end_line":40,"fragment":"","pointer":"","start_column":30,"start_line":40},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"docs/runtime/PATHS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:40:30:0:docs/runtime/PATHS.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e:aoa:abyss-stack:anchor:03f1bd3cdeee23b12ce3bbb7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:03f1bd3cdeee23b12ce3bbb7","label":"Preferred First Variants","locator":{"end_column":27,"end_line":30,"fragment":"preferred-first-variants","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:preferred-first-variants","source_id":"aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","symbol_kind":""} @@ -58,6 +58,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52:aoa:abyss-stack:anchor:ca51941611e9f79f99d078df","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ca51941611e9f79f99d078df","label":"Operational principle","locator":{"end_column":24,"end_line":79,"fragment":"operational-principle","pointer":"","start_column":1,"start_line":79},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:operational-principle","source_id":"aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:96ff0319378b69db58391617","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:96ff0319378b69db58391617","label":"log_level","locator":{"end_column":17,"end_line":6,"fragment":"","pointer":"/server/log_level","start_column":3,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/server/log_level","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7:aoa:abyss-stack:anchor:09b3f86c0c3e66fdb05ea7d2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:09b3f86c0c3e66fdb05ea7d2","label":"Mechanic card","locator":{"end_column":16,"end_line":3,"fragment":"mechanic-card","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mechanic-card","source_id":"aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:3dd566c69a503930c110e155","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3dd566c69a503930c110e155","label":"ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle","locator":{"end_column":107,"end_line":96,"fragment":"","pointer":"","start_column":3,"start_line":96},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:96:3:0:../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:aad93a26b3848e00b27c30bd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:aad93a26b3848e00b27c30bd","label":"ABYSS-STACK-D-0028 Intel Inference And Rerank Service Selection","locator":{"end_column":139,"end_line":82,"fragment":"","pointer":"","start_column":3,"start_line":82},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit","target_ref":"../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:82:3:0:../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:b5e059ae32c96199bece0509","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b5e059ae32c96199bece0509","label":"ABYSS-STACK-D-0029 BabelVox TTS Experimental Lane","locator":{"end_column":111,"end_line":72,"fragment":"","pointer":"","start_column":3,"start_line":72},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0029-babelvox-tts-experimental-lane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:72:3:0:../ABYSS-STACK-D-0029-babelvox-tts-experimental-lane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec386b40e6285d939b65d01a:aoa:abyss-stack:anchor:094b4a7345deb8802292d109","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:094b4a7345deb8802292d109","label":"Main Risks","locator":{"end_column":13,"end_line":8,"fragment":"main-risks","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:main-risks","source_id":"aoa:abyss-stack:artifact:ec386b40e6285d939b65d01a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4:aoa:abyss-stack:anchor:ec20fcabee40cd931b206558","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ec20fcabee40cd931b206558","label":"Boundary","locator":{"end_column":11,"end_line":52,"fragment":"boundary","pointer":"","start_column":1,"start_line":52},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundary","source_id":"aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ffb0f6f1f47fd11880be16b5:aoa:abyss-stack:anchor:aee5654fd28b1a09e3c94188","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:aee5654fd28b1a09e3c94188","label":"run_runtime_route_validator","locator":{"end_column":18,"end_line":48,"fragment":"","pointer":"","start_column":1,"start_line":40},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_runtime_route_validator","target_ref":"python:iter_text_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_runtime_route_validator","target_ref":"python:runtime_route_contracts.validate_paths"}],"parser_ref":"python-ast@1","qualified_name":"run_runtime_route_validator","semantic_key":"python:function:run_runtime_route_validator","source_id":"aoa:abyss-stack:artifact:ffb0f6f1f47fd11880be16b5","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/3c.jsonl b/kag/indexes/shards/anchor/3c.jsonl index afd0b7d4c..be61af59c 100644 --- a/kag/indexes/shards/anchor/3c.jsonl +++ b/kag/indexes/shards/anchor/3c.jsonl @@ -8,8 +8,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:db178f069299044923ebc038","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:db178f069299044923ebc038","label":"detect_w3_silent_widening","locator":{"end_column":17,"end_line":4983,"fragment":"","pointer":"","start_column":1,"start_line":4961},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:detect_w3_silent_widening","target_ref":"python:answer_text.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:detect_w3_silent_widening","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:detect_w3_silent_widening","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:detect_w3_silent_widening","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:detect_w3_silent_widening","target_ref":"python:char.isspace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:detect_w3_silent_widening","target_ref":"python:re.escape"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:detect_w3_silent_widening","target_ref":"python:re.search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:detect_w3_silent_widening","target_ref":"python:stripped.rstrip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:detect_w3_silent_widening","target_ref":"python:stripped.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:detect_w3_silent_widening","target_ref":"python:stripped.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:detect_w3_silent_widening","target_ref":"python:stripped.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:detect_w3_silent_widening","target_ref":"python:stripped.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:detect_w3_silent_widening","target_ref":"python:stripped.strip"}],"parser_ref":"python-ast@1","qualified_name":"detect_w3_silent_widening","semantic_key":"python:function:detect_w3_silent_widening","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:2d4f8de83641279d5fdc71f9:aoa:abyss-stack:anchor:1691157fe797c12a4994b055","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:1691157fe797c12a4994b055","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:2d4f8de83641279d5fdc71f9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:318f5e6fe8ea87f823157c51:aoa:abyss-stack:anchor:3f7c7aeef209f1e35d25d3e9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3f7c7aeef209f1e35d25d3e9","label":"retries","locator":{"end_column":17,"end_line":15,"fragment":"","pointer":"/services/docs-api/healthcheck/retries","start_column":7,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/docs-api/healthcheck/retries","source_id":"aoa:abyss-stack:artifact:318f5e6fe8ea87f823157c51","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:a902d67721958445ef1f1cc4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a902d67721958445ef1f1cc4","label":"Memory Route","locator":{"end_column":15,"end_line":166,"fragment":"memory-route","pointer":"","start_column":1,"start_line":166},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:memory-route","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:f076aeae9e9cef1591b38cf2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f076aeae9e9cef1591b38cf2","label":"Route Away When","locator":{"end_column":18,"end_line":268,"fragment":"route-away-when","pointer":"","start_column":1,"start_line":268},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-away-when","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:a902d67721958445ef1f1cc4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a902d67721958445ef1f1cc4","label":"Memory Route","locator":{"end_column":15,"end_line":170,"fragment":"memory-route","pointer":"","start_column":1,"start_line":170},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:memory-route","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:f076aeae9e9cef1591b38cf2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f076aeae9e9cef1591b38cf2","label":"Route Away When","locator":{"end_column":18,"end_line":272,"fragment":"route-away-when","pointer":"","start_column":1,"start_line":272},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-away-when","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:38c98727c64e92de3a457d58:aoa:abyss-stack:anchor:c459df3b1fde52a93cecd228","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c459df3b1fde52a93cecd228","label":"verification","locator":{"end_column":17,"end_line":25,"fragment":"","pointer":"/complexity_basis/verification","start_column":3,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/complexity_basis/verification","source_id":"aoa:abyss-stack:artifact:38c98727c64e92de3a457d58","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:40998f5a608a3851c396fd39:aoa:abyss-stack:anchor:461f2e4aaf169473fefa509f","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:461f2e4aaf169473fefa509f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:40998f5a608a3851c396fd39","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:ff9e55744cc3a5b1008a6a98","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ff9e55744cc3a5b1008a6a98","label":"run_read_only_scenario","locator":{"end_column":124,"end_line":1337,"fragment":"","pointer":"","start_column":1,"start_line":1025},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_blocked_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_blocked_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_blocked_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_blocked_qwen_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_blocked_qwen_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_w2_evidence_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_w2_judge_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_w2_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.execute_w2_actions"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.parse_w2_answer"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.parse_w2_judge"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.render_w2_grounding"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.render_w2_prompt_grounding"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.resolve_w2_source_entries"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.run_qwen_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.run_qwen_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.score_w2_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.w2_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.w2_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.w2_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:command_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:judge_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:judge_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:judge_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:judge_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:judge_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:observed_failures.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:observed_failures.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:observed_failures.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:parse_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:parse_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:parse_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:parse_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:w5_report_artifact_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"run_read_only_scenario","semantic_key":"python:function:run_read_only_scenario","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} @@ -29,15 +29,12 @@ {"_key":"anchor:aoa:abyss-stack:artifact:756c625efa7d8fba0872a745:aoa:abyss-stack:anchor:67d0dc7b8a2fd42d4808ce98","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:67d0dc7b8a2fd42d4808ce98","label":"is_source_checkout","locator":{"end_column":6,"end_line":75,"fragment":"","pointer":"","start_column":1,"start_line":70},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"is_source_checkout","semantic_key":"python:function:is_source_checkout","source_id":"aoa:abyss-stack:artifact:756c625efa7d8fba0872a745","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:8e8fec2341736b4d41890c2b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8e8fec2341736b4d41890c2b","label":"mem_limit","locator":{"end_column":44,"end_line":48,"fragment":"","pointer":"/services/loki/mem_limit","start_column":5,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/loki/mem_limit","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8a43d2a3f1bb00e78677bb47:aoa:abyss-stack:anchor:24b369f6bed4e443e42891db","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:24b369f6bed4e443e42891db","label":"Owns","locator":{"end_column":7,"end_line":11,"fragment":"owns","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owns","source_id":"aoa:abyss-stack:artifact:8a43d2a3f1bb00e78677bb47","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:1c830517bc2c280b29e41d12","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1c830517bc2c280b29e41d12","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":437,"fragment":"","pointer":"","start_column":3,"start_line":437},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-return-route","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:437:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:4aafef7c2f984f2be811a02d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4aafef7c2f984f2be811a02d","label":"ABYSS-STACK-D-0061 Active Topology Language Validator Module","locator":{"end_column":133,"end_line":382,"fragment":"","pointer":"","start_column":3,"start_line":382},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-api-compatibility-bridge","target_ref":"../ABYSS-STACK-D-0061-active-topology-language-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:382:3:0:../ABYSS-STACK-D-0061-active-topology-language-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:8f32923418a47f2438f707ae","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8f32923418a47f2438f707ae","label":"ABYSS-STACK-D-0018 Entry Route Contract And Validation Placement","locator":{"end_column":137,"end_line":144,"fragment":"","pointer":"","start_column":3,"start_line":144},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0018-entry-route-contract-validation-placement.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:144:3:0:../ABYSS-STACK-D-0018-entry-route-contract-validation-placement.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:7d871f9b69868605b6c1ec02","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7d871f9b69868605b6c1ec02","label":"build_health_check","locator":{"end_column":24,"end_line":849,"fragment":"","pointer":"","start_column":1,"start_line":840},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_health_check","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_health_check","target_ref":"python:TRIALS.run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_health_check","target_ref":"python:json.loads"}],"parser_ref":"python-ast@1","qualified_name":"build_health_check","semantic_key":"python:function:build_health_check","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8ff9af75219cc06332abe9a9:aoa:abyss-stack:anchor:72be80ab8064ab66fc9c9800","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:72be80ab8064ab66fc9c9800","label":"module_services","locator":{"end_column":67,"end_line":34,"fragment":"","pointer":"","start_column":1,"start_line":33},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:module_services","target_ref":"python:load_yaml"}],"parser_ref":"python-ast@1","qualified_name":"module_services","semantic_key":"python:function:module_services","source_id":"aoa:abyss-stack:artifact:8ff9af75219cc06332abe9a9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9cc331a1e6b8e718de47f923:aoa:abyss-stack:anchor:6894dbc3f3b7ce8144282bb5","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:6894dbc3f3b7ce8144282bb5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:9cc331a1e6b8e718de47f923","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:268bbe1e3245c8d3de9b04fd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:268bbe1e3245c8d3de9b04fd","label":"ABYSS-STACK-D-0045 Questbook Surface Validator Module","locator":{"end_column":119,"end_line":159,"fragment":"","pointer":"","start_column":3,"start_line":159},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0045-questbook-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:159:3:0:../ABYSS-STACK-D-0045-questbook-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:caeec45f251e6b453777fbdd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:caeec45f251e6b453777fbdd","label":"generated/readout","locator":{"end_column":20,"end_line":134,"fragment":"generatedreadout","pointer":"","start_column":1,"start_line":134},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:generatedreadout","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:ea1a4d6c4483825e26edc04f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ea1a4d6c4483825e26edc04f","label":"ABYSS-STACK-D-0066 AoA Decisions MCP Access Plane","locator":{"end_column":111,"end_line":267,"fragment":"","pointer":"","start_column":3,"start_line":267},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedread-model","target_ref":"../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:267:3:0:../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:f1db00d75ca8bcff2d1c0059","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f1db00d75ca8bcff2d1c0059","label":"ABYSS-STACK-D-0028 Intel Inference And Rerank Service Selection","locator":{"end_column":139,"end_line":125,"fragment":"","pointer":"","start_column":3,"start_line":125},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-evidence","target_ref":"../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:125:3:0:../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bcd42e881a2e9a22e6f22a07:aoa:abyss-stack:anchor:a61e32511c234a677fc609ab","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a61e32511c234a677fc609ab","label":"Follow-up route","locator":{"end_column":18,"end_line":109,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":109},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:bcd42e881a2e9a22e6f22a07","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c736df2be830e0516d5c3ce7:aoa:abyss-stack:anchor:df7d2f94d175caad52a69626","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:df7d2f94d175caad52a69626","label":"test_machine_bridge_check_stays_ready_when_optional_probes_warn","locator":{"end_column":76,"end_line":245,"fragment":"","pointer":"","start_column":1,"start_line":190},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_machine_bridge_check_stays_ready_when_optional_probes_warn","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_machine_bridge_check_stays_ready_when_optional_probes_warn","target_ref":"python:bin_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_machine_bridge_check_stays_ready_when_optional_probes_warn","target_ref":"python:fake.chmod"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_machine_bridge_check_stays_ready_when_optional_probes_warn","target_ref":"python:fake.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_machine_bridge_check_stays_ready_when_optional_probes_warn","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_machine_bridge_check_stays_ready_when_optional_probes_warn","target_ref":"python:os.environ.copy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_machine_bridge_check_stays_ready_when_optional_probes_warn","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"test_machine_bridge_check_stays_ready_when_optional_probes_warn","semantic_key":"python:function:test_machine_bridge_check_stays_ready_when_optional_probes_warn","source_id":"aoa:abyss-stack:artifact:c736df2be830e0516d5c3ce7","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/3d.jsonl b/kag/indexes/shards/anchor/3d.jsonl index 8cd0eef35..40565f905 100644 --- a/kag/indexes/shards/anchor/3d.jsonl +++ b/kag/indexes/shards/anchor/3d.jsonl @@ -48,4 +48,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:dcce7cf0dc9320d92d81bb49:aoa:abyss-stack:anchor:0984e88d1a4b61d5d30356c7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0984e88d1a4b61d5d30356c7","label":"Purpose","locator":{"end_column":10,"end_line":5,"fragment":"purpose","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:dcce7cf0dc9320d92d81bb49","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:18b491ad578d36047ef5ef5c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:18b491ad578d36047ef5ef5c","label":"_compact_usage_freshness","locator":{"end_column":6,"end_line":1340,"fragment":"","pointer":"","start_column":1,"start_line":1326},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_freshness","target_ref":"python:freshness.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_freshness","target_ref":"python:freshness.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_freshness","target_ref":"python:isinstance"}],"parser_ref":"python-ast@1","qualified_name":"_compact_usage_freshness","semantic_key":"python:function:_compact_usage_freshness","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f1f79bfb26e812b26795c0c6:aoa:abyss-stack:anchor:9dc6cd5aede9d4f65b18dc14","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:9dc6cd5aede9d4f65b18dc14","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:f1f79bfb26e812b26795c0c6","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:729a29d4a8f01895dfae6db4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:729a29d4a8f01895dfae6db4","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":214,"fragment":"","pointer":"","start_column":3,"start_line":214},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:observability","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:214:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4afb79f5156758000028500:aoa:abyss-stack:anchor:6186d64a5d017d0647806d21","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6186d64a5d017d0647806d21","label":"Consequences","locator":{"end_column":15,"end_line":69,"fragment":"consequences","pointer":"","start_column":1,"start_line":69},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:f4afb79f5156758000028500","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/3e.jsonl b/kag/indexes/shards/anchor/3e.jsonl index 5f65d2ebf..13c5add8a 100644 --- a/kag/indexes/shards/anchor/3e.jsonl +++ b/kag/indexes/shards/anchor/3e.jsonl @@ -28,16 +28,15 @@ {"_key":"anchor:aoa:abyss-stack:artifact:738654194bdcb1fdc161386c:aoa:abyss-stack:anchor:1a96943211979fc806833ca4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1a96943211979fc806833ca4","label":"_llamacpp_completion_url","locator":{"end_column":14,"end_line":652,"fragment":"","pointer":"","start_column":1,"start_line":649},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_llamacpp_completion_url","target_ref":"python:BASE_URL.endswith"}],"parser_ref":"python-ast@1","qualified_name":"_llamacpp_completion_url","semantic_key":"python:function:_llamacpp_completion_url","source_id":"aoa:abyss-stack:artifact:738654194bdcb1fdc161386c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:7fa95990ae828ff563befc45:aoa:abyss-stack:anchor:87df856cf06f122a4d11df9b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:87df856cf06f122a4d11df9b","label":"test_mcp_surface_contracts","locator":{"end_column":6,"end_line":1115,"fragment":"","pointer":"","start_column":1,"start_line":1081},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_mcp_surface_contracts","target_ref":"python:asyncio.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_mcp_surface_contracts","target_ref":"python:build_server"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_mcp_surface_contracts","target_ref":"python:inspect"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_mcp_surface_contracts","target_ref":"python:seed_workspace"}],"parser_ref":"python-ast@1","qualified_name":"test_mcp_surface_contracts","semantic_key":"python:function:test_mcp_surface_contracts","source_id":"aoa:abyss-stack:artifact:7fa95990ae828ff563befc45","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:7f54fc0664fa312864de19fc","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7f54fc0664fa312864de19fc","label":"ABYSS-STACK-D-0022 Machine Evidence Freshness Gates","locator":{"end_column":115,"end_line":71,"fragment":"","pointer":"","start_column":3,"start_line":71},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:host-evidence-freshness","target_ref":"../ABYSS-STACK-D-0022-machine-evidence-freshness-gates.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:71:3:0:../ABYSS-STACK-D-0022-machine-evidence-freshness-gates.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:f7e061f4c32e5b2cbea81ac8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f7e061f4c32e5b2cbea81ac8","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":431,"fragment":"","pointer":"","start_column":3,"start_line":431},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sidecar-posture","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:431:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:a6fb65e92299f32f1664ef61","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a6fb65e92299f32f1664ef61","label":"w6_catalog","locator":{"end_column":71,"end_line":677,"fragment":"","pointer":"","start_column":1,"start_line":645},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:find_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:llamacpp_verify_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:load_base_catalog"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:scenarios.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:scenarios.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:scenarios.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:stack_sync_json_case"}],"parser_ref":"python-ast@1","qualified_name":"w6_catalog","semantic_key":"python:function:w6_catalog","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9:aoa:abyss-stack:anchor:32f88e7770ff8ec22d662022","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:32f88e7770ff8ec22d662022","label":"provider_map_exists","locator":{"end_column":48,"end_line":108,"fragment":"","pointer":"","start_column":5,"start_line":107},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.provider_map_exists","target_ref":"python:self.provider_map_path.is_file"}],"parser_ref":"python-ast@1","qualified_name":"AoAKagMCPState.provider_map_exists","semantic_key":"python:method:AoAKagMCPState.provider_map_exists","source_id":"aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:9b07f53b5596d8162978e094:aoa:abyss-stack:anchor:ce14961a8010553a09564fb3","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ce14961a8010553a09564fb3","label":"$id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$id","source_id":"aoa:abyss-stack:artifact:9b07f53b5596d8162978e094","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9e2e7088546da822b0544de2:aoa:abyss-stack:anchor:e615e7d8adc26a1e35180bec","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e615e7d8adc26a1e35180bec","label":"Decision","locator":{"end_column":11,"end_line":35,"fragment":"decision","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:9e2e7088546da822b0544de2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:2de6fe6fe3a6cf34f8e51258","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2de6fe6fe3a6cf34f8e51258","label":"verification","locator":{"end_column":17,"end_line":25,"fragment":"","pointer":"/complexity_basis/verification","start_column":3,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/complexity_basis/verification","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:8843c14f2b3f7c9655f9bb73","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8843c14f2b3f7c9655f9bb73","label":"configure_program_runtime","locator":{"end_column":77,"end_line":188,"fragment":"","pointer":"","start_column":1,"start_line":182},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:configure_program_runtime","target_ref":"python:TRIALS.configure_program_runtime"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:configure_program_runtime","target_ref":"python:default_log_root_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:configure_program_runtime","target_ref":"python:default_mirror_root_for"}],"parser_ref":"python-ast@1","qualified_name":"configure_program_runtime","semantic_key":"python:function:configure_program_runtime","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:e95bad5430a81a44205cee64","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e95bad5430a81a44205cee64","label":"route-api bridge","locator":{"end_column":19,"end_line":328,"fragment":"route-api-bridge","pointer":"","start_column":1,"start_line":328},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-api-bridge","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:e95bad5430a81a44205cee64","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e95bad5430a81a44205cee64","label":"route-api bridge","locator":{"end_column":19,"end_line":333,"fragment":"route-api-bridge","pointer":"","start_column":1,"start_line":333},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-api-bridge","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:af733ceef13848830e6ea691:aoa:abyss-stack:anchor:390bb6ae9289ffff9b0f54cc","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:390bb6ae9289ffff9b0f54cc","label":"promotion-loop","locator":{"end_column":45,"end_line":10,"fragment":"","pointer":"","start_column":3,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots-parts","target_ref":"promotion-loop/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:10:3:0:promotion-loop/README.md","source_id":"aoa:abyss-stack:artifact:af733ceef13848830e6ea691","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:b3a5cb262d4c88c27904455e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b3a5cb262d4c88c27904455e","label":"scripts","locator":{"end_column":31,"end_line":176,"fragment":"","pointer":"","start_column":3,"start_line":176},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"scripts/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:176:3:0:scripts/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:c97dbb02835bde3be05053ac","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c97dbb02835bde3be05053ac","label":"agon-runtime","locator":{"end_column":51,"end_line":158,"fragment":"","pointer":"","start_column":3,"start_line":158},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/agon-runtime/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:158:3:0:mechanics/agon-runtime/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:a1f5b31c26b36d45e947cc34","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a1f5b31c26b36d45e947cc34","label":"aoa_session_route","locator":{"end_column":10,"end_line":421,"fragment":"","pointer":"","start_column":5,"start_line":409},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_route","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_route","semantic_key":"python:method:build_server.aoa_session_route","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:f0a79a72ad6639f97676ec2f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f0a79a72ad6639f97676ec2f","label":"DEPLOYMENT","locator":{"end_column":30,"end_line":253,"fragment":"","pointer":"","start_column":3,"start_line":253},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:if-something-feels-wrong","target_ref":"DEPLOYMENT.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:253:3:0:DEPLOYMENT.md","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bdac4a8725079d08dd9c34bd:aoa:abyss-stack:anchor:e8768d7828838c539b84b6e8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e8768d7828838c539b84b6e8","label":"Why not make `C:\\...` the canonical runtime root?","locator":{"end_column":52,"end_line":112,"fragment":"why-not-make-c-the-canonical-runtime-root","pointer":"","start_column":1,"start_line":112},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:why-not-make-c-the-canonical-runtime-root","source_id":"aoa:abyss-stack:artifact:bdac4a8725079d08dd9c34bd","symbol_kind":""} @@ -52,4 +51,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:dcd20b43bb772736e4c7af24:aoa:abyss-stack:anchor:6874d49223c7466c05f32962","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:6874d49223c7466c05f32962","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:dcd20b43bb772736e4c7af24","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5:aoa:abyss-stack:anchor:f46cf35a15fdd2f7e958b675","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f46cf35a15fdd2f7e958b675","label":"anchor_ref","locator":{"end_column":11,"end_line":32,"fragment":"","pointer":"/anchor_ref","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/anchor_ref","source_id":"aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:3db0eaa1817d2688d297ba85","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3db0eaa1817d2688d297ba85","label":"_session_identity_values","locator":{"end_column":52,"end_line":5896,"fragment":"","pointer":"","start_column":5,"start_line":5878},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_identity_values","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_identity_values","target_ref":"python:display.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_identity_values","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_identity_values","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_identity_values","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_identity_values","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_identity_values","target_ref":"python:session_dir.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_identity_values","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_identity_values","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_identity_values","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_identity_values","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_identity_values","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_identity_values","target_ref":"python:values.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_identity_values","target_ref":"python:values.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_identity_values","target_ref":"python:values.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_identity_values","target_ref":"python:values.add"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._session_identity_values","semantic_key":"python:method:AoASessionMemoryMCPState._session_identity_values","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:5ad0668e708fb8859d1e2faa","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5ad0668e708fb8859d1e2faa","label":"ABYSS-STACK-D-0027 Managed Systemd Unit Sources","locator":{"end_column":107,"end_line":88,"fragment":"","pointer":"","start_column":3,"start_line":88},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0027-managed-systemd-unit-sources.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:88:3:0:../ABYSS-STACK-D-0027-managed-systemd-unit-sources.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:663587a8b7bf5b58c2a57111","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:663587a8b7bf5b58c2a57111","label":"ABYSS-STACK-D-0036 Abyss Machine MCP Access Plane","locator":{"end_column":111,"end_line":147,"fragment":"","pointer":"","start_column":3,"start_line":147},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:147:3:0:../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:eb22c31af33f8ea71dc80c13","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:eb22c31af33f8ea71dc80c13","label":"recheck","locator":{"end_column":8,"end_line":94,"fragment":"","pointer":"/recheck","start_column":1,"start_line":94},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/recheck","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:2bd9f9137d994043f6cc95ec","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2bd9f9137d994043f6cc95ec","label":"require_clean_repo","locator":{"end_column":31,"end_line":11,"fragment":"","pointer":"/require_clean_repo","start_column":5,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/require_clean_repo","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/3f.jsonl b/kag/indexes/shards/anchor/3f.jsonl index a4d1495c9..3f779e778 100644 --- a/kag/indexes/shards/anchor/3f.jsonl +++ b/kag/indexes/shards/anchor/3f.jsonl @@ -10,7 +10,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:6728baa44e4ef5c6147c2cec","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6728baa44e4ef5c6147c2cec","label":"ensure_w1_gate_passed","locator":{"end_column":19,"end_line":3350,"fragment":"","pointer":"","start_column":1,"start_line":3343},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w1_gate_passed","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w1_gate_passed","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w1_gate_passed","target_ref":"python:index_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w1_gate_passed","target_ref":"python:index_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w1_gate_passed","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w1_gate_passed","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w1_gate_passed","target_ref":"python:wave_index_name"}],"parser_ref":"python-ast@1","qualified_name":"ensure_w1_gate_passed","semantic_key":"python:function:ensure_w1_gate_passed","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:3313091b233fea3e848c7d86:aoa:abyss-stack:anchor:5a078c0a9ea28646889770ac","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:5a078c0a9ea28646889770ac","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:3313091b233fea3e848c7d86","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:33ef6d485e80a2357e461ee0:aoa:abyss-stack:anchor:eed3af55c190ae8580a2a786","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:eed3af55c190ae8580a2a786","label":"project.scripts","locator":{"end_column":17,"end_line":15,"fragment":"","pointer":"project.scripts","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"table:project.scripts","source_id":"aoa:abyss-stack:artifact:33ef6d485e80a2357e461ee0","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:7952ebb12e7d8f2c864fc6f5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7952ebb12e7d8f2c864fc6f5","label":"Verify","locator":{"end_column":9,"end_line":304,"fragment":"verify","pointer":"","start_column":1,"start_line":304},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:verify","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:7952ebb12e7d8f2c864fc6f5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7952ebb12e7d8f2c864fc6f5","label":"Verify","locator":{"end_column":9,"end_line":308,"fragment":"verify","pointer":"","start_column":1,"start_line":308},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:verify","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:30e8b8ba59c2fff78ad62df6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:30e8b8ba59c2fff78ad62df6","label":"write_process","locator":{"end_column":84,"end_line":3823,"fragment":"","pointer":"","start_column":5,"start_line":3816},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_codex_session_advisory_does_not_restart_for_core_only_change.write_process","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_codex_session_advisory_does_not_restart_for_core_only_change.write_process","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_codex_session_advisory_does_not_restart_for_core_only_change.write_process","target_ref":"python:part.encode"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_codex_session_advisory_does_not_restart_for_core_only_change.write_process","target_ref":"python:process_dir.joinpath"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_codex_session_advisory_does_not_restart_for_core_only_change.write_process","target_ref":"python:process_dir.joinpath"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_codex_session_advisory_does_not_restart_for_core_only_change.write_process","target_ref":"python:process_dir.joinpath"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_codex_session_advisory_does_not_restart_for_core_only_change.write_process","target_ref":"python:process_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_codex_session_advisory_does_not_restart_for_core_only_change.write_process","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"test_codex_session_advisory_does_not_restart_for_core_only_change.write_process","semantic_key":"python:method:test_codex_session_advisory_does_not_restart_for_core_only_change.write_process","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:efad55ac12d23425552f1e5f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:efad55ac12d23425552f1e5f","label":"test_entity_inventory_prefers_atlas_and_falls_back_to_route_terms","locator":{"end_column":64,"end_line":4703,"fragment":"","pointer":"","start_column":1,"start_line":4648},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_inventory_prefers_atlas_and_falls_back_to_route_terms","target_ref":"python:FakeRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_inventory_prefers_atlas_and_falls_back_to_route_terms","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_inventory_prefers_atlas_and_falls_back_to_route_terms","target_ref":"python:state.session_entity_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_inventory_prefers_atlas_and_falls_back_to_route_terms","target_ref":"python:state.session_entity_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_inventory_prefers_atlas_and_falls_back_to_route_terms","target_ref":"python:state.session_entity_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_inventory_prefers_atlas_and_falls_back_to_route_terms","target_ref":"python:state.session_entity_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_inventory_prefers_atlas_and_falls_back_to_route_terms","target_ref":"python:state.session_entity_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_inventory_prefers_atlas_and_falls_back_to_route_terms","target_ref":"python:state.session_entity_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_inventory_prefers_atlas_and_falls_back_to_route_terms","target_ref":"python:state.session_entity_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_inventory_prefers_atlas_and_falls_back_to_route_terms","target_ref":"python:state.session_entity_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_inventory_prefers_atlas_and_falls_back_to_route_terms","target_ref":"python:state.session_entity_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_inventory_prefers_atlas_and_falls_back_to_route_terms","target_ref":"python:state.session_entity_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_inventory_prefers_atlas_and_falls_back_to_route_terms","target_ref":"python:state_with_fixture"}],"parser_ref":"python-ast@1","qualified_name":"test_entity_inventory_prefers_atlas_and_falls_back_to_route_terms","semantic_key":"python:function:test_entity_inventory_prefers_atlas_and_falls_back_to_route_terms","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:395c130db2603818245bdecb:aoa:abyss-stack:anchor:63f986a8fe21db779c3ca85b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:63f986a8fe21db779c3ca85b","label":"ComposeContractsTests","locator":{"end_column":42,"end_line":148,"fragment":"","pointer":"","start_column":1,"start_line":61},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"ComposeContractsTests","semantic_key":"python:class:ComposeContractsTests","source_id":"aoa:abyss-stack:artifact:395c130db2603818245bdecb","symbol_kind":"class"} @@ -27,11 +27,12 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8835a41340228ce9fcf964cb:aoa:abyss-stack:anchor:efa5dc2e3b76711760c8d65a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:efa5dc2e3b76711760c8d65a","label":"__call__","locator":{"end_column":10,"end_line":37,"fragment":"","pointer":"","start_column":5,"start_line":15},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeRunner.__call__","target_ref":"python:CommandOutput"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeRunner.__call__","target_ref":"python:answer_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeRunner.__call__","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeRunner.__call__","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeRunner.__call__","target_ref":"python:self.calls.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeRunner.__call__","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"FakeRunner.__call__","semantic_key":"python:method:FakeRunner.__call__","source_id":"aoa:abyss-stack:artifact:8835a41340228ce9fcf964cb","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:c338f1b71c596d7924899ccb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c338f1b71c596d7924899ccb","label":"reviewed_diagnosis_verdict_for","locator":{"end_column":28,"end_line":772,"fragment":"","pointer":"","start_column":1,"start_line":767},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"reviewed_diagnosis_verdict_for","semantic_key":"python:function:reviewed_diagnosis_verdict_for","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:c209550344a0744c15be66e1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c209550344a0744c15be66e1","label":"ABYSS-STACK-D-0040 Script Surface Validator Module","locator":{"end_column":113,"end_line":34,"fragment":"","pointer":"","start_column":3,"start_line":34},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0040-script-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:34:3:0:../ABYSS-STACK-D-0040-script-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:f2d39dd445a60112c1569f21","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f2d39dd445a60112c1569f21","label":"export candidate","locator":{"end_column":19,"end_line":254,"fragment":"export-candidate","pointer":"","start_column":1,"start_line":254},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:export-candidate","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:f2d39dd445a60112c1569f21","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f2d39dd445a60112c1569f21","label":"export candidate","locator":{"end_column":19,"end_line":258,"fragment":"export-candidate","pointer":"","start_column":1,"start_line":258},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:export-candidate","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b:aoa:abyss-stack:anchor:2609f0d1020a21d8af89afb8","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2609f0d1020a21d8af89afb8","label":"notes","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/notes","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/notes","source_id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e:aoa:abyss-stack:anchor:ead135d74abb06394c05f1f3","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ead135d74abb06394c05f1f3","label":"LLAMA_ARG_CACHE_TYPE_K","locator":{"end_column":35,"end_line":37,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_CACHE_TYPE_K","start_column":7,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_CACHE_TYPE_K","source_id":"aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a5ee0a6421758851103923ed:aoa:abyss-stack:anchor:fa54cb5e90c47df4253a828a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:fa54cb5e90c47df4253a828a","label":"errors","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/errors","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/errors","source_id":"aoa:abyss-stack:artifact:a5ee0a6421758851103923ed","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:9aef9b0418c63fe8d30f1620","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9aef9b0418c63fe8d30f1620","label":"ABYSS-STACK-D-0006 Local AI Trials First-Run Boundary","locator":{"end_column":119,"end_line":84,"fragment":"","pointer":"","start_column":3,"start_line":84},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanic-part","target_ref":"../ABYSS-STACK-D-0006-local-ai-trials-first-run-boundary.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:84:3:0:../ABYSS-STACK-D-0006-local-ai-trials-first-run-boundary.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:a150bd83b7ab8dd7bf8379de","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a150bd83b7ab8dd7bf8379de","label":"ABYSS-STACK-D-0073 ToS Philosophy Graph Access Plane","locator":{"end_column":117,"end_line":351,"fragment":"","pointer":"","start_column":3,"start_line":351},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-graph-projection","target_ref":"../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:351:3:0:../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ae10d9cb5a20aa7f60cb3439:aoa:abyss-stack:anchor:35874868815dd7df3d4c6671","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:35874868815dd7df3d4c6671","label":"rendered_source","locator":{"end_column":68,"end_line":33,"fragment":"","pointer":"","start_column":1,"start_line":32},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rendered_source","target_ref":"python:CANONICAL.read_text"}],"parser_ref":"python-ast@1","qualified_name":"rendered_source","semantic_key":"python:function:rendered_source","source_id":"aoa:abyss-stack:artifact:ae10d9cb5a20aa7f60cb3439","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:aedad7639e85e4508c819730:aoa:abyss-stack:anchor:b53b097f7f9a00c67daa0175","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b53b097f7f9a00c67daa0175","label":"model_list","locator":{"end_column":11,"end_line":1,"fragment":"","pointer":"/model_list","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/model_list","source_id":"aoa:abyss-stack:artifact:aedad7639e85e4508c819730","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:3b3d829f76b6d8e6e6a7ed51","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3b3d829f76b6d8e6e6a7ed51","label":"services","locator":{"end_column":9,"end_line":3,"fragment":"","pointer":"/services","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} @@ -47,10 +48,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d38a7401cc64ce42bee7a04d:aoa:abyss-stack:anchor:5d791f431f0ac2634723f711","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:5d791f431f0ac2634723f711","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:d38a7401cc64ce42bee7a04d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:da5676238577964452bfd03b:aoa:abyss-stack:anchor:4f0abe1029a5379a44671b80","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4f0abe1029a5379a44671b80","label":"llama-cpp","locator":{"end_column":12,"end_line":2,"fragment":"","pointer":"/services/llama-cpp","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp","source_id":"aoa:abyss-stack:artifact:da5676238577964452bfd03b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:fe2db1322462b599f7021dc3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fe2db1322462b599f7021dc3","label":"`agentic`","locator":{"end_column":12,"end_line":236,"fragment":"agentic","pointer":"","start_column":1,"start_line":236},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agentic","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:ebf9c0e28aedfc194f8314e1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ebf9c0e28aedfc194f8314e1","label":"ABYSS-STACK-D-0034 AoA Memo MCP Landing Plan Boundary","locator":{"end_column":119,"end_line":60,"fragment":"","pointer":"","start_column":3,"start_line":60},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution","target_ref":"../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:60:3:0:../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:ce042be02df53d36ac68898c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ce042be02df53d36ac68898c","label":"sources","locator":{"end_column":50,"end_line":633,"fragment":"","pointer":"","start_column":1,"start_line":632},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:sources","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:sources","target_ref":"python:sources_config"}],"parser_ref":"python-ast@1","qualified_name":"sources","semantic_key":"python:function:sources","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:9af1f05a3bbff7f2b5ea69d8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9af1f05a3bbff7f2b5ea69d8","label":"ABYSS-STACK-D-0016 Live Runtime Cutover And Machine Parity","locator":{"end_column":117,"end_line":8,"fragment":"","pointer":"","start_column":3,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-root","target_ref":"../ABYSS-STACK-D-0016-live-runtime-cutover-parity.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:8:3:0:../ABYSS-STACK-D-0016-live-runtime-cutover-parity.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:b047b820aec51eaa02611c29","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b047b820aec51eaa02611c29","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":180,"fragment":"","pointer":"","start_column":3,"start_line":180},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-lane","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:180:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:d275a094770148b87e2ac640","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d275a094770148b87e2ac640","label":"ABYSS-STACK-D-0001 Runtime Root Under AbyssOS","locator":{"end_column":103,"end_line":7,"fragment":"","pointer":"","start_column":3,"start_line":7},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-root","target_ref":"../ABYSS-STACK-D-0001-runtime-root-under-abyssos.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:7:3:0:../ABYSS-STACK-D-0001-runtime-root-under-abyssos.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:d27b95438fea2beb71f6ad20","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d27b95438fea2beb71f6ad20","label":"ABYSS-STACK-D-0047 Federation Upstream Compatibility Language Split","locator":{"end_column":147,"end_line":53,"fragment":"","pointer":"","start_column":3,"start_line":53},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:53:3:0:../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f38ea2a1dad60007c239c6ec:aoa:abyss-stack:anchor:ce321f4cbb632ab153a74a90","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ce321f4cbb632ab153a74a90","label":"title","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/title","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/title","source_id":"aoa:abyss-stack:artifact:f38ea2a1dad60007c239c6ec","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/40.jsonl b/kag/indexes/shards/anchor/40.jsonl index b2b062b0f..2fae8493d 100644 --- a/kag/indexes/shards/anchor/40.jsonl +++ b/kag/indexes/shards/anchor/40.jsonl @@ -4,7 +4,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:044aca1692e1ec1ef0444d76:aoa:abyss-stack:anchor:c37cca141708d23dabc0e272","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c37cca141708d23dabc0e272","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:044aca1692e1ec1ef0444d76","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:061b6658d5ef75b1c438bf08:aoa:abyss-stack:anchor:3edf0db318a46140445c3fd9","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:3edf0db318a46140445c3fd9","label":"tool.setuptools.packages.find","locator":{"end_column":31,"end_line":19,"fragment":"","pointer":"tool.setuptools.packages.find","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"table:tool.setuptools.packages.find","source_id":"aoa:abyss-stack:artifact:061b6658d5ef75b1c438bf08","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:064505ff57f8ab300d932d4b:aoa:abyss-stack:anchor:70c782ef9ddb18d50b3038ec","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:70c782ef9ddb18d50b3038ec","label":"test_build_edit_spec_prompt_focuses_build_router_noop_goal_on_main_loop","locator":{"end_column":43,"end_line":269,"fragment":"","pointer":"","start_column":5,"start_line":218},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_focuses_build_router_noop_goal_on_main_loop","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_focuses_build_router_noop_goal_on_main_loop","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_focuses_build_router_noop_goal_on_main_loop","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_focuses_build_router_noop_goal_on_main_loop","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_focuses_build_router_noop_goal_on_main_loop","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_focuses_build_router_noop_goal_on_main_loop","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_focuses_build_router_noop_goal_on_main_loop","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_focuses_build_router_noop_goal_on_main_loop","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_focuses_build_router_noop_goal_on_main_loop","target_ref":"python:self.assertLess"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_focuses_build_router_noop_goal_on_main_loop","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_focuses_build_router_noop_goal_on_main_loop","target_ref":"python:self.module.build_edit_spec_prompt"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_focuses_build_router_noop_goal_on_main_loop","semantic_key":"python:method:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_focuses_build_router_noop_goal_on_main_loop","source_id":"aoa:abyss-stack:artifact:064505ff57f8ab300d932d4b","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:3007942b5758b6aa8cfd41ae","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3007942b5758b6aa8cfd41ae","label":"[0.2.1] - 2026-04-19","locator":{"end_column":23,"end_line":689,"fragment":"021-2026-04-19","pointer":"","start_column":1,"start_line":689},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:021-2026-04-19","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:3007942b5758b6aa8cfd41ae","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3007942b5758b6aa8cfd41ae","label":"[0.2.1] - 2026-04-19","locator":{"end_column":23,"end_line":691,"fragment":"021-2026-04-19","pointer":"","start_column":1,"start_line":691},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:021-2026-04-19","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0918dfbcc68f5907d706c8f8:aoa:abyss-stack:anchor:c7c98fe1a21048732bc3b8ab","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c7c98fe1a21048732bc3b8ab","label":"return_reason","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/return_reason","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/return_reason","source_id":"aoa:abyss-stack:artifact:0918dfbcc68f5907d706c8f8","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:19e4148cb802b59e11e50d44:aoa:abyss-stack:anchor:143ef2f97057342cb2749fb2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:143ef2f97057342cb2749fb2","label":"${AOA_OVMS_TEXT_MAX_NUM_SEQS","locator":{"end_column":42,"end_line":21,"fragment":"","pointer":"/services/ovms-intel-text/command/17/${AOA_OVMS_TEXT_MAX_NUM_SEQS","start_column":7,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ovms-intel-text/command/17/${AOA_OVMS_TEXT_MAX_NUM_SEQS","source_id":"aoa:abyss-stack:artifact:19e4148cb802b59e11e50d44","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1ae30243fb8a5694af2725d7:aoa:abyss-stack:anchor:3174f061a59a44f0752ca71f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3174f061a59a44f0752ca71f","label":"endpoint","locator":{"end_column":32,"end_line":9,"fragment":"","pointer":"/distributor/receivers/otlp/protocols/grpc/endpoint","start_column":11,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/distributor/receivers/otlp/protocols/grpc/endpoint","source_id":"aoa:abyss-stack:artifact:1ae30243fb8a5694af2725d7","symbol_kind":""} @@ -52,10 +52,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:8593fe45d213108f20bef0be","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8593fe45d213108f20bef0be","label":"_compact_graph_refs","locator":{"end_column":6,"end_line":1720,"fragment":"","pointer":"","start_column":1,"start_line":1698},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_refs","target_ref":"python:_compact_graph_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_refs","target_ref":"python:_graph_ref_dedupe_key"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_refs","target_ref":"python:compact_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_refs","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_refs","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_refs","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_refs","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_refs","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_refs","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_refs","target_ref":"python:seen.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_refs","target_ref":"python:set"}],"parser_ref":"python-ast@1","qualified_name":"_compact_graph_refs","semantic_key":"python:function:_compact_graph_refs","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd:aoa:abyss-stack:anchor:076915e8c0e941031af9f7a9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:076915e8c0e941031af9f7a9","label":"test_normal_profiles_must_not_select_llamacpp_sidecar","locator":{"end_column":141,"end_line":80,"fragment":"","pointer":"","start_column":1,"start_line":70},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_normal_profiles_must_not_select_llamacpp_sidecar","target_ref":"python:copy_current_profile_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_normal_profiles_must_not_select_llamacpp_sidecar","target_ref":"python:profile_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_normal_profiles_must_not_select_llamacpp_sidecar","target_ref":"python:run_all_profile_validators"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_normal_profiles_must_not_select_llamacpp_sidecar","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_normal_profiles_must_not_select_llamacpp_sidecar","semantic_key":"python:function:test_normal_profiles_must_not_select_llamacpp_sidecar","source_id":"aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52:aoa:abyss-stack:anchor:dcba6e1223f4f0a9b1c292b2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dcba6e1223f4f0a9b1c292b2","label":"REFERENCE PLATFORM","locator":{"end_column":20,"end_line":1,"fragment":"reference-platform","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:reference-platform","source_id":"aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:e0291a2bb40d01231754c471","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e0291a2bb40d01231754c471","label":"ABYSS-STACK-D-0049 Federation Runtime Seams Validator Module","locator":{"end_column":133,"end_line":44,"fragment":"","pointer":"","start_column":3,"start_line":44},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:44:3:0:../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef819ea912b1550023dc4204:aoa:abyss-stack:anchor:816321c62eff9bd97927f3b7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:816321c62eff9bd97927f3b7","label":"parse_compose_memory_bytes","locator":{"end_column":42,"end_line":210,"fragment":"","pointer":"","start_column":1,"start_line":196},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_compose_memory_bytes","target_ref":"python:Decimal"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_compose_memory_bytes","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_compose_memory_bytes","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_compose_memory_bytes","target_ref":"python:match.group"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_compose_memory_bytes","target_ref":"python:match.group"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_compose_memory_bytes","target_ref":"python:re.fullmatch"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_compose_memory_bytes","target_ref":"python:value.strip"}],"parser_ref":"python-ast@1","qualified_name":"parse_compose_memory_bytes","semantic_key":"python:function:parse_compose_memory_bytes","source_id":"aoa:abyss-stack:artifact:ef819ea912b1550023dc4204","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:5c36d0ae28a492abf97d8a21","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5c36d0ae28a492abf97d8a21","label":"ABYSS-STACK-D-0069 ToS Corpus MCP Access Plane","locator":{"end_column":105,"end_line":150,"fragment":"","pointer":"","start_column":3,"start_line":150},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:150:3:0:../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c73fee7afbe8365d3e82f993","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c73fee7afbe8365d3e82f993","label":"ABYSS-STACK-D-0019 GitHub Homepage README Selection","locator":{"end_column":115,"end_line":125,"fragment":"","pointer":"","start_column":3,"start_line":125},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0019-github-homepage-readme-selection.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:125:3:0:../ABYSS-STACK-D-0019-github-homepage-readme-selection.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:a934ebfa2e47c6d774026acb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a934ebfa2e47c6d774026acb","label":"philosophy_neighborhood","locator":{"end_column":10,"end_line":739,"fragment":"","pointer":"","start_column":5,"start_line":684},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:_layer_allowed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:_layer_allowed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:_predicate_allowed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:_source_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:next_frontier.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:next_frontier.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:range"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:selected_edges.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:selected_ids.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:self.philosophy_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:self.philosophy_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_neighborhood","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.philosophy_neighborhood","semantic_key":"python:method:ToSCorpusMCPState.philosophy_neighborhood","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:cc14c1b5d318041846078ba4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cc14c1b5d318041846078ba4","label":"_philosophy_search_payload","locator":{"end_column":10,"end_line":831,"fragment":"","pointer":"","start_column":5,"start_line":824},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_search_payload","target_ref":"python:len"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState._philosophy_search_payload","semantic_key":"python:method:ToSCorpusMCPState._philosophy_search_payload","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:126a98e09477a899e1ea8584","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:126a98e09477a899e1ea8584","label":"_parse_source_roots","locator":{"end_column":17,"end_line":92,"fragment":"","pointer":"","start_column":1,"start_line":88},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_parse_source_roots","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_parse_source_roots","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_parse_source_roots","semantic_key":"python:function:_parse_source_roots","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/41.jsonl b/kag/indexes/shards/anchor/41.jsonl index 4a989459a..dbeddea02 100644 --- a/kag/indexes/shards/anchor/41.jsonl +++ b/kag/indexes/shards/anchor/41.jsonl @@ -10,7 +10,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:33ef6d485e80a2357e461ee0:aoa:abyss-stack:anchor:a5bab0559cb19f045b103654","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:a5bab0559cb19f045b103654","label":"description","locator":{"end_column":67,"end_line":8,"fragment":"","pointer":"project.description","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.description","source_id":"aoa:abyss-stack:artifact:33ef6d485e80a2357e461ee0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:35369a2e483d3b87d8ce5331:aoa:abyss-stack:anchor:813e837af13480f617743bff","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:813e837af13480f617743bff","label":"StaticBearerTokenVerifier","locator":{"end_column":10,"end_line":50,"fragment":"","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"StaticBearerTokenVerifier","semantic_key":"python:class:StaticBearerTokenVerifier","source_id":"aoa:abyss-stack:artifact:35369a2e483d3b87d8ce5331","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:366ca06defbaa89d97d3d923:aoa:abyss-stack:anchor:b452371593aee6a7e68fb2f1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b452371593aee6a7e68fb2f1","label":"Intel path","locator":{"end_column":14,"end_line":88,"fragment":"intel-path","pointer":"","start_column":1,"start_line":88},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:intel-path","source_id":"aoa:abyss-stack:artifact:366ca06defbaa89d97d3d923","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97:aoa:abyss-stack:anchor:78e629b87c97e3ab0ca536b6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:78e629b87c97e3ab0ca536b6","label":"Follow-up route","locator":{"end_column":18,"end_line":73,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":73},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97:aoa:abyss-stack:anchor:78e629b87c97e3ab0ca536b6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:78e629b87c97e3ab0ca536b6","label":"Follow-up route","locator":{"end_column":18,"end_line":80,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":80},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:7b514c0070946e6034938460","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7b514c0070946e6034938460","label":"test_usage_action_sample_compactor_reports_bounded_key_collisions","locator":{"end_column":32,"end_line":6054,"fragment":"","pointer":"","start_column":1,"start_line":6033},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_usage_action_sample_compactor_reports_bounded_key_collisions","target_ref":"python:core_module._bounded_string"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_usage_action_sample_compactor_reports_bounded_key_collisions","target_ref":"python:core_module._compact_usage_action_samples"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_usage_action_sample_compactor_reports_bounded_key_collisions","target_ref":"python:list"}],"parser_ref":"python-ast@1","qualified_name":"test_usage_action_sample_compactor_reports_bounded_key_collisions","semantic_key":"python:function:test_usage_action_sample_compactor_reports_bounded_key_collisions","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:ab5745b768c894eb95f6e04f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ab5745b768c894eb95f6e04f","label":"test_agent_event_usage_audit_defers_deep_route_when_bounded_projection_is_missing","locator":{"end_column":28,"end_line":5095,"fragment":"","pointer":"","start_column":1,"start_line":5073},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_agent_event_usage_audit_defers_deep_route_when_bounded_projection_is_missing","target_ref":"python:FakeRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_agent_event_usage_audit_defers_deep_route_when_bounded_projection_is_missing","target_ref":"python:state.session_entity_usage_audit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_agent_event_usage_audit_defers_deep_route_when_bounded_projection_is_missing","target_ref":"python:state_with_fixture"}],"parser_ref":"python-ast@1","qualified_name":"test_agent_event_usage_audit_defers_deep_route_when_bounded_projection_is_missing","semantic_key":"python:function:test_agent_event_usage_audit_defers_deep_route_when_bounded_projection_is_missing","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:c3ee0df3b05c4be8aea82d9a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c3ee0df3b05c4be8aea82d9a","label":"state_with_fixture","locator":{"end_column":6,"end_line":1873,"fragment":"","pointer":"","start_column":1,"start_line":1865},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:state_with_fixture","target_ref":"python:AoASessionMemoryMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:state_with_fixture","target_ref":"python:FakeRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:state_with_fixture","target_ref":"python:seed_archive"}],"parser_ref":"python-ast@1","qualified_name":"state_with_fixture","semantic_key":"python:function:state_with_fixture","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} @@ -38,7 +38,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:a32ac6458adafc86cf846af4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a32ac6458adafc86cf846af4","label":"land_validated_diff","locator":{"end_column":51,"end_line":1803,"fragment":"","pointer":"","start_column":1,"start_line":1758},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.ensure_repo_tracked_clean"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.git_head"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.run_acceptance_checks"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:command_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:diff_text.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:diff_text.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:landing_diff_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:landing_diff_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:proposal_artifact_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:w5_report_artifact_refs"}],"parser_ref":"python-ast@1","qualified_name":"land_validated_diff","semantic_key":"python:function:land_validated_diff","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:cf77b00caa63f785c164543a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cf77b00caa63f785c164543a","label":"execute_read_only_actions","locator":{"end_column":10,"end_line":2333,"fragment":"","pointer":"","start_column":5,"start_line":2312},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:run_read_only_scenario"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.execute_read_only_actions","semantic_key":"python:method:build_graph.execute_read_only_actions","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f:aoa:abyss-stack:anchor:98e5fa1343d202c506b3f011","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:98e5fa1343d202c506b3f011","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:62b3a62be8b68719c355b70e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:62b3a62be8b68719c355b70e","label":"ABYSS-STACK-D-0048 Federation Landing Validator Split","locator":{"end_column":119,"end_line":338,"fragment":"","pointer":"","start_column":3,"start_line":338},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-docs","target_ref":"../ABYSS-STACK-D-0048-federation-landing-validator-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:338:3:0:../ABYSS-STACK-D-0048-federation-landing-validator-split.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b86e64ea3bba7cef64e8a1b9:aoa:abyss-stack:anchor:a171245d7953f9c0ef0d1449","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a171245d7953f9c0ef0d1449","label":"Exit signal","locator":{"end_column":14,"end_line":36,"fragment":"exit-signal","pointer":"","start_column":1,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:exit-signal","source_id":"aoa:abyss-stack:artifact:b86e64ea3bba7cef64e8a1b9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:f4d4c9335e868fe8b2d3e862","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f4d4c9335e868fe8b2d3e862","label":"127.0.0.1","locator":{"end_column":29,"end_line":10,"fragment":"","pointer":"/services/prometheus/ports/0/127.0.0.1","start_column":7,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/prometheus/ports/0/127.0.0.1","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c114886c48e53e98b501d49b:aoa:abyss-stack:anchor:dbf86a424411a8f1f811c4dd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dbf86a424411a8f1f811c4dd","label":"Core rule","locator":{"end_column":12,"end_line":9,"fragment":"core-rule","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:core-rule","source_id":"aoa:abyss-stack:artifact:c114886c48e53e98b501d49b","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/42.jsonl b/kag/indexes/shards/anchor/42.jsonl index 0f173e9e4..f4b5a14c4 100644 --- a/kag/indexes/shards/anchor/42.jsonl +++ b/kag/indexes/shards/anchor/42.jsonl @@ -30,7 +30,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:429946c3db40d504494bea4e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:429946c3db40d504494bea4e","label":"absolute","locator":{"end_column":31,"end_line":171,"fragment":"","pointer":"","start_column":1,"start_line":170},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:absolute","target_ref":"python:path.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:absolute","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"absolute","semantic_key":"python:function:absolute","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:bc6ad01b91cf06346adaf043","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bc6ad01b91cf06346adaf043","label":"proxy","locator":{"end_column":35,"end_line":67,"fragment":"","pointer":"/models/gemma4-e2b-it/proxy","start_column":5,"start_line":67},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/models/gemma4-e2b-it/proxy","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ae7063f19e0593175aca75dd:aoa:abyss-stack:anchor:8f718dbc53c466ff72345d04","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:8f718dbc53c466ff72345d04","label":"$id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$id","source_id":"aoa:abyss-stack:artifact:ae7063f19e0593175aca75dd","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:8ab798a4a26224f3ace0c3f2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8ab798a4a26224f3ace0c3f2","label":"stats","locator":{"end_column":117,"end_line":102,"fragment":"","pointer":"","start_column":93,"start_line":102},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:claim-check","target_ref":"stats/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:102:93:0:stats/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7a803cf2072eed6a6825168:aoa:abyss-stack:anchor:4125dd2818fa2511e7880b53","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4125dd2818fa2511e7880b53","label":"PRESETS","locator":{"end_column":9,"end_line":1,"fragment":"presets","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:presets","source_id":"aoa:abyss-stack:artifact:b7a803cf2072eed6a6825168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b93ac68c0c8b2eb1d62bed23:aoa:abyss-stack:anchor:2ce86b3b39cd39a7f9e0e35e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2ce86b3b39cd39a7f9e0e35e","label":"Primary Risks","locator":{"end_column":16,"end_line":3,"fragment":"primary-risks","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:primary-risks","source_id":"aoa:abyss-stack:artifact:b93ac68c0c8b2eb1d62bed23","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bbbb9afa567a0176d9897422:aoa:abyss-stack:anchor:6e6c0c31261acff2f6b670b1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6e6c0c31261acff2f6b670b1","label":"platform-adaptations","locator":{"end_column":66,"end_line":11,"fragment":"","pointer":"","start_column":3,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit-docs","target_ref":"../parts/platform-adaptations/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:11:3:0:../parts/platform-adaptations/README.md","source_id":"aoa:abyss-stack:artifact:bbbb9afa567a0176d9897422","symbol_kind":""} @@ -39,13 +38,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8:aoa:abyss-stack:anchor:883bb31407cc7f774102da10","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:883bb31407cc7f774102da10","label":"AOA_FEDERATED_RUN_ENABLED","locator":{"end_column":40,"end_line":53,"fragment":"","pointer":"/services/langchain-api-intel-text/environment/AOA_FEDERATED_RUN_ENABLED","start_column":7,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api-intel-text/environment/AOA_FEDERATED_RUN_ENABLED","source_id":"aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cdc356f4413f9706cd00e331:aoa:abyss-stack:anchor:bcda54a160882117524f540f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bcda54a160882117524f540f","label":"`aoa-discord-connector-mcp`","locator":{"end_column":69,"end_line":20,"fragment":"","pointer":"","start_column":3,"start_line":20},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"aoa-discord-connector-mcp/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:20:3:0:aoa-discord-connector-mcp/README.md","source_id":"aoa:abyss-stack:artifact:cdc356f4413f9706cd00e331","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d9ca5648f8671a47309c1a8e:aoa:abyss-stack:anchor:ea48a21bf89ae679f1c62e2c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ea48a21bf89ae679f1c62e2c","label":"build_expected_quest_dispatch_entry","locator":{"end_column":6,"end_line":122,"fragment":"","pointer":"","start_column":1,"start_line":78},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_expected_quest_dispatch_entry","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_expected_quest_dispatch_entry","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_expected_quest_dispatch_entry","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_expected_quest_dispatch_entry","target_ref":"python:quest_source_path"}],"parser_ref":"python-ast@1","qualified_name":"build_expected_quest_dispatch_entry","semantic_key":"python:function:build_expected_quest_dispatch_entry","source_id":"aoa:abyss-stack:artifact:d9ca5648f8671a47309c1a8e","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922:aoa:abyss-stack:anchor:4e518ad1f0b06546a39dee58","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4e518ad1f0b06546a39dee58","label":"AGENTS.md","locator":{"end_column":27,"end_line":76,"fragment":"","pointer":"","start_column":5,"start_line":76},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-test-surface","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:76:5:0:AGENTS.md","source_id":"aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:74f1ebd15bb8b29447634a7f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:74f1ebd15bb8b29447634a7f","label":"_collect_evidence_refs","locator":{"end_column":6,"end_line":2592,"fragment":"","pointer":"","start_column":1,"start_line":2554},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs","target_ref":"python:ref.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs","target_ref":"python:ref.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs","target_ref":"python:ref.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs","target_ref":"python:ref.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs","target_ref":"python:walk"}],"parser_ref":"python-ast@1","qualified_name":"_collect_evidence_refs","semantic_key":"python:function:_collect_evidence_refs","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644:aoa:abyss-stack:anchor:bbe9294af3bc0153b5d80baf","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bbe9294af3bc0153b5d80baf","label":"assert_valid_runtime_evidence_candidate_shape","locator":{"end_column":53,"end_line":55,"fragment":"","pointer":"","start_column":5,"start_line":39},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:self.assertIs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","target_ref":"python:self.assertTrue"}],"parser_ref":"python-ast@1","qualified_name":"RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","semantic_key":"python:method:RuntimeEvalEvidenceExportTests.assert_valid_runtime_evidence_candidate_shape","source_id":"aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644:aoa:abyss-stack:anchor:e7729ddfd75a69bf4be19e7f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e7729ddfd75a69bf4be19e7f","label":"test_memo_contradiction_rerun_candidate_eval_ref_uses_rerun_contract_ref","locator":{"end_column":112,"end_line":127,"fragment":"","pointer":"","start_column":5,"start_line":111},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_contradiction_rerun_candidate_eval_ref_uses_rerun_contract_ref","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_contradiction_rerun_candidate_eval_ref_uses_rerun_contract_ref","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_contradiction_rerun_candidate_eval_ref_uses_rerun_contract_ref","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_contradiction_rerun_candidate_eval_ref_uses_rerun_contract_ref","target_ref":"python:self.assertFalse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_contradiction_rerun_candidate_eval_ref_uses_rerun_contract_ref","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_contradiction_rerun_candidate_eval_ref_uses_rerun_contract_ref","target_ref":"python:self.assert_valid_runtime_evidence_candidate_shape"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_contradiction_rerun_candidate_eval_ref_uses_rerun_contract_ref","target_ref":"python:self.run_export"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_contradiction_rerun_candidate_eval_ref_uses_rerun_contract_ref","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"RuntimeEvalEvidenceExportTests.test_memo_contradiction_rerun_candidate_eval_ref_uses_rerun_contract_ref","semantic_key":"python:method:RuntimeEvalEvidenceExportTests.test_memo_contradiction_rerun_candidate_eval_ref_uses_rerun_contract_ref","source_id":"aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:eac14b6aaf150b84b501fb52:aoa:abyss-stack:anchor:04a2f1ab6f62c340833b5678","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:04a2f1ab6f62c340833b5678","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:eac14b6aaf150b84b501fb52","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345:aoa:abyss-stack:anchor:ad1f0b02901679773656dfb6","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ad1f0b02901679773656dfb6","label":"repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/repo","source_id":"aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:651a2fec034dc0bfc5a76c87","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:651a2fec034dc0bfc5a76c87","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":91,"fragment":"","pointer":"","start_column":3,"start_line":91},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:91:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a:aoa:abyss-stack:anchor:baf3a751247a6f6f45b74d52","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:baf3a751247a6f6f45b74d52","label":"title","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/title","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/title","source_id":"aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f3f877cd85ae95f826205525:aoa:abyss-stack:anchor:8a7c53754b879e2ed51ae6bf","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:8a7c53754b879e2ed51ae6bf","label":"source_input_ref","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/source_input_ref","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/source_input_ref","source_id":"aoa:abyss-stack:artifact:f3f877cd85ae95f826205525","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:fe45ebe3eb565fe005895720","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fe45ebe3eb565fe005895720","label":"catalog","locator":{"end_column":77,"end_line":186,"fragment":"","pointer":"","start_column":5,"start_line":184},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.catalog","target_ref":"python:self._active_catalog_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.catalog","target_ref":"python:self._load_catalog"}],"parser_ref":"python-ast@1","qualified_name":"AoAStatsMCPState.catalog","semantic_key":"python:method:AoAStatsMCPState.catalog","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"method"} diff --git a/kag/indexes/shards/anchor/43.jsonl b/kag/indexes/shards/anchor/43.jsonl index ce79c4bbb..8541b5891 100644 --- a/kag/indexes/shards/anchor/43.jsonl +++ b/kag/indexes/shards/anchor/43.jsonl @@ -37,11 +37,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:1192d0cbd9e156a1d12d81bd","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1192d0cbd9e156a1d12d81bd","label":"aoa.tuning.posture","locator":{"end_column":37,"end_line":33,"fragment":"","pointer":"/services/postgres/labels/aoa.tuning.posture","start_column":7,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/postgres/labels/aoa.tuning.posture","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a686d58d792fb14b0a45e25b:aoa:abyss-stack:anchor:59a1653e775dc6f8ff357ffc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:59a1653e775dc6f8ff357ffc","label":"test_summary_exposes_flat_counts_for_gate_scripts","locator":{"end_column":58,"end_line":140,"fragment":"","pointer":"","start_column":5,"start_line":126},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ResourceGuardStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:resource_guard_status.summarize_guard_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ResourceGuardStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ResourceGuardStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ResourceGuardStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ResourceGuardStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ResourceGuardStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ResourceGuardStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:self.assertEqual"}],"parser_ref":"python-ast@1","qualified_name":"ResourceGuardStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","semantic_key":"python:method:ResourceGuardStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","source_id":"aoa:abyss-stack:artifact:a686d58d792fb14b0a45e25b","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:f59453e51ed339b342dc584e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f59453e51ed339b342dc584e","label":"_codex_config_path","locator":{"end_column":50,"end_line":214,"fragment":"","pointer":"","start_column":1,"start_line":210},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_codex_config_path","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_codex_config_path","target_ref":"python:Path.home"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_codex_config_path","target_ref":"python:os.environ.get"}],"parser_ref":"python-ast@1","qualified_name":"_codex_config_path","semantic_key":"python:function:_codex_config_path","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:da61bba20c2e733d88af6f0b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:da61bba20c2e733d88af6f0b","label":"diagnostic spine","locator":{"end_column":57,"end_line":193,"fragment":"","pointer":"","start_column":1,"start_line":193},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validate","target_ref":"mechanics/diagnostic-spine/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:193:1:0:mechanics/diagnostic-spine/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7a803cf2072eed6a6825168:aoa:abyss-stack:anchor:a70388efde06e854e0757b09","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a70388efde06e854e0757b09","label":"How presets interact with profiles","locator":{"end_column":37,"end_line":44,"fragment":"how-presets-interact-with-profiles","pointer":"","start_column":1,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:how-presets-interact-with-profiles","source_id":"aoa:abyss-stack:artifact:b7a803cf2072eed6a6825168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7f71220297520dde39a5a91:aoa:abyss-stack:anchor:7d0b840fb75a01e79c4dff03","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:7d0b840fb75a01e79c4dff03","label":"summary","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/summary","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/summary","source_id":"aoa:abyss-stack:artifact:b7f71220297520dde39a5a91","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e:aoa:abyss-stack:anchor:7477fbbf80f307feac734dd3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7477fbbf80f307feac734dd3","label":"Stop-lines","locator":{"end_column":13,"end_line":16,"fragment":"stop-lines","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:stop-lines","source_id":"aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:4569cfcf25835c517e308dfd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4569cfcf25835c517e308dfd","label":"LOCAL_AI_TRIALS","locator":{"end_column":97,"end_line":197,"fragment":"","pointer":"","start_column":3,"start_line":197},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:optional-local-model-trials","target_ref":"../../mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:197:3:0:../../mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b94f31cd290d351477a51077:aoa:abyss-stack:anchor:55876acf13d082fb016be949","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:55876acf13d082fb016be949","label":"Return to the owner source","locator":{"end_column":29,"end_line":18,"fragment":"return-to-the-owner-source","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:return-to-the-owner-source","source_id":"aoa:abyss-stack:artifact:b94f31cd290d351477a51077","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bf8acc9a8247824c78a3d95d:aoa:abyss-stack:anchor:37ba6787e0438da911a0947e","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:37ba6787e0438da911a0947e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:bf8acc9a8247824c78a3d95d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:0be8f2303464e6d8db99b4f6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0be8f2303464e6d8db99b4f6","label":"build_target_selection_prompt","locator":{"end_column":22,"end_line":1245,"fragment":"","pointer":"","start_column":1,"start_line":1213},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_target_selection_prompt","target_ref":"python:advisory_context.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_target_selection_prompt","target_ref":"python:playbook_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_target_selection_prompt","target_ref":"python:playbook_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_target_selection_prompt","target_ref":"python:playbook_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_target_selection_prompt","target_ref":"python:playbook_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_target_selection_prompt","target_ref":"python:textwrap.dedent"}],"parser_ref":"python-ast@1","qualified_name":"build_target_selection_prompt","semantic_key":"python:function:build_target_selection_prompt","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:cb496c3de199c9d8e3f893c2:aoa:abyss-stack:anchor:a7b86b0e8fdc20d23ab9f726","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a7b86b0e8fdc20d23ab9f726","label":"name","locator":{"end_column":22,"end_line":13,"fragment":"","pointer":"/jobs/parity-canary/steps/0/name","start_column":7,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/jobs/parity-canary/steps/0/name","source_id":"aoa:abyss-stack:artifact:cb496c3de199c9d8e3f893c2","symbol_kind":""} @@ -50,8 +50,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6:aoa:abyss-stack:anchor:c012f896912f27a55c577f28","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c012f896912f27a55c577f28","label":"_static_root","locator":{"end_column":69,"end_line":58,"fragment":"","pointer":"","start_column":1,"start_line":54},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_static_root","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_static_root","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_static_root","target_ref":"python:app_static.exists"}],"parser_ref":"python-ast@1","qualified_name":"_static_root","semantic_key":"python:function:_static_root","source_id":"aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:f29890d72a589063a7d81adc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f29890d72a589063a7d81adc","label":"session_memory_status","locator":{"end_column":10,"end_line":3761,"fragment":"","pointer":"","start_column":5,"start_line":3728},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:atlas.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:live_args.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:provider.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:self._archive_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:self._atlas_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:self._graph_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:self._maintenance_summary_for_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:self._search_provider_status_fast"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:self.aoa_root.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:self.latest_diagnostics"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:self.readiness_policy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:self.runtime_identity"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:self.script_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:self.workspace_root.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_memory_status","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState.session_memory_status","semantic_key":"python:method:AoASessionMemoryMCPState.session_memory_status","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:f9477685be4902e587728bdb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f9477685be4902e587728bdb","label":"_default_runner","locator":{"end_column":10,"end_line":570,"fragment":"","pointer":"","start_column":1,"start_line":546},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:CommandOutput"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:CommandOutput"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:time.perf_counter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:time.perf_counter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_runner","target_ref":"python:time.perf_counter"}],"parser_ref":"python-ast@1","qualified_name":"_default_runner","semantic_key":"python:function:_default_runner","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:f0434803a999df54f75b4faf","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f0434803a999df54f75b4faf","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":54,"fragment":"","pointer":"","start_column":3,"start_line":54},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:54:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:d50147a01bc389c763d9adf5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d50147a01bc389c763d9adf5","label":"runtime knowledge","locator":{"end_column":20,"end_line":229,"fragment":"runtime-knowledge","pointer":"","start_column":1,"start_line":229},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-knowledge","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:d50147a01bc389c763d9adf5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d50147a01bc389c763d9adf5","label":"runtime knowledge","locator":{"end_column":20,"end_line":235,"fragment":"runtime-knowledge","pointer":"","start_column":1,"start_line":235},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-knowledge","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:d7125932c3b55bca9b933d0b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d7125932c3b55bca9b933d0b","label":"ABYSS-STACK-D-0078 Federated Stats MCP Access Plane","locator":{"end_column":115,"end_line":256,"fragment":"","pointer":"","start_column":3,"start_line":256},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:256:3:0:../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f5451784a7b3275b5912b2aa:aoa:abyss-stack:anchor:706b1af545d1dc81265f0651","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:706b1af545d1dc81265f0651","label":"Shape","locator":{"end_column":8,"end_line":13,"fragment":"shape","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:shape","source_id":"aoa:abyss-stack:artifact:f5451784a7b3275b5912b2aa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:11d82234a23cd01e06b1f623","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:11d82234a23cd01e06b1f623","label":"test_root_validator_is_marked_as_orchestrator","locator":{"end_column":91,"end_line":222,"fragment":"","pointer":"","start_column":1,"start_line":215},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_root_validator_is_marked_as_orchestrator","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_root_validator_is_marked_as_orchestrator","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","qualified_name":"test_root_validator_is_marked_as_orchestrator","semantic_key":"python:function:test_root_validator_is_marked_as_orchestrator","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:8dffa7456b64741df771092d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8dffa7456b64741df771092d","label":"trust_state","locator":{"end_column":40,"end_line":166,"fragment":"","pointer":"/trust_state","start_column":11,"start_line":166},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/trust_state#occurrence-6","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/44.jsonl b/kag/indexes/shards/anchor/44.jsonl index fcf1a1df1..20539b3c4 100644 --- a/kag/indexes/shards/anchor/44.jsonl +++ b/kag/indexes/shards/anchor/44.jsonl @@ -2,7 +2,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb:aoa:abyss-stack:anchor:8dc8a9d53533e5e3c7751aff","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8dc8a9d53533e5e3c7751aff","label":"steps","locator":{"end_column":10,"end_line":224,"fragment":"","pointer":"/jobs/validate-windows-host-bridge/steps","start_column":5,"start_line":224},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/jobs/validate-windows-host-bridge/steps","source_id":"aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:02ac6c7fa36ffb9bba053b1d:aoa:abyss-stack:anchor:0415009ba664c673a97c4415","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0415009ba664c673a97c4415","label":"providers","locator":{"end_column":10,"end_line":3,"fragment":"","pointer":"/providers","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/providers","source_id":"aoa:abyss-stack:artifact:02ac6c7fa36ffb9bba053b1d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:177ff3146b4afce74de32bdd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:177ff3146b4afce74de32bdd","label":"build_w4_edit_spec_exact_prompt","locator":{"end_column":22,"end_line":5794,"fragment":"","pointer":"","start_column":1,"start_line":5729},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w4_edit_spec_exact_prompt","target_ref":"python:agents_guidance.rstrip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w4_edit_spec_exact_prompt","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w4_edit_spec_exact_prompt","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w4_edit_spec_exact_prompt","target_ref":"python:sibling_lines.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w4_edit_spec_exact_prompt","target_ref":"python:sibling_lines.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w4_edit_spec_exact_prompt","target_ref":"python:textwrap.dedent"}],"parser_ref":"python-ast@1","qualified_name":"build_w4_edit_spec_exact_prompt","semantic_key":"python:function:build_w4_edit_spec_exact_prompt","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:9380e81d462b143cae826a88","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9380e81d462b143cae826a88","label":"Validation","locator":{"end_column":14,"end_line":728,"fragment":"validation-3","pointer":"","start_column":1,"start_line":728},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation-3","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:9380e81d462b143cae826a88","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9380e81d462b143cae826a88","label":"Validation","locator":{"end_column":14,"end_line":730,"fragment":"validation-3","pointer":"","start_column":1,"start_line":730},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation-3","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:083a0dc22bbeaf70702f99f3:aoa:abyss-stack:anchor:35a3063cafdfbb75df237ad2","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:35a3063cafdfbb75df237ad2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:083a0dc22bbeaf70702f99f3","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345:aoa:abyss-stack:anchor:0aa44665773abaf6563628bf","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0aa44665773abaf6563628bf","label":"START_HERE_ROUTE_CONTRACT","locator":{"end_column":147,"end_line":15,"fragment":"","pointer":"","start_column":83,"start_line":15},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:districts","target_ref":"routes/START_HERE_ROUTE_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:15:83:1:routes/START_HERE_ROUTE_CONTRACT.md","source_id":"aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345:aoa:abyss-stack:anchor:a55cc0a02c24eb8d8e7309a3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a55cc0a02c24eb8d8e7309a3","label":"testing","locator":{"end_column":31,"end_line":22,"fragment":"","pointer":"","start_column":3,"start_line":22},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:districts","target_ref":"testing/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:22:3:0:testing/README.md","source_id":"aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345","symbol_kind":""} @@ -16,7 +16,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:2175ecc66d2b13ae39ec6ec6:aoa:abyss-stack:anchor:8e150fcfa7e9463cabf434b2","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:8e150fcfa7e9463cabf434b2","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:2175ecc66d2b13ae39ec6ec6","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:23b1f9f78ef1e0df70f8f557:aoa:abyss-stack:anchor:efbe76a4fff8f06790d55bce","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:efbe76a4fff8f06790d55bce","label":"aoa.tuning.posture","locator":{"end_column":37,"end_line":7,"fragment":"","pointer":"/services/n8n/labels/aoa.tuning.posture","start_column":7,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/n8n/labels/aoa.tuning.posture","source_id":"aoa:abyss-stack:artifact:23b1f9f78ef1e0df70f8f557","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:8c725f4ca01cd6a0edfff1f6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8c725f4ca01cd6a0edfff1f6","label":"configure_program_runtime","locator":{"end_column":51,"end_line":533,"fragment":"","pointer":"","start_column":1,"start_line":527},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:configure_program_runtime","target_ref":"python:default_log_root_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:configure_program_runtime","target_ref":"python:default_mirror_root_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:configure_program_runtime","target_ref":"python:run_url.rsplit"}],"parser_ref":"python-ast@1","qualified_name":"configure_program_runtime","semantic_key":"python:function:configure_program_runtime","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:e8b8fa7eb9ad3128f429e2d5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e8b8fa7eb9ad3128f429e2d5","label":"test_moved_mechanic_doc_ref_owner_manifest_is_skipped","locator":{"end_column":37,"end_line":308,"fragment":"","pointer":"","start_column":5,"start_line":291},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","target_ref":"python:owner_manifest.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","target_ref":"python:owner_manifest.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","target_ref":"python:self.iter_text_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","target_ref":"python:source_hygiene.validate_no_moved_mechanic_doc_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:e8b8fa7eb9ad3128f429e2d5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e8b8fa7eb9ad3128f429e2d5","label":"test_moved_mechanic_doc_ref_owner_manifest_is_skipped","locator":{"end_column":37,"end_line":298,"fragment":"","pointer":"","start_column":5,"start_line":281},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","target_ref":"python:owner_manifest.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","target_ref":"python:owner_manifest.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","target_ref":"python:self.iter_text_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","target_ref":"python:source_hygiene.validate_no_moved_mechanic_doc_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_moved_mechanic_doc_ref_owner_manifest_is_skipped","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:318f5e6fe8ea87f823157c51:aoa:abyss-stack:anchor:13553e309bd39b05885d377e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:13553e309bd39b05885d377e","label":"healthcheck","locator":{"end_column":16,"end_line":31,"fragment":"","pointer":"/services/aoa-browser/healthcheck","start_column":5,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/aoa-browser/healthcheck","source_id":"aoa:abyss-stack:artifact:318f5e6fe8ea87f823157c51","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3c90f196601c57ed4b5289cc:aoa:abyss-stack:anchor:67de4296ac2d3a11a1f2bb5f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:67de4296ac2d3a11a1f2bb5f","label":"ToS Corpus MCP Boundaries","locator":{"end_column":27,"end_line":1,"fragment":"tos-corpus-mcp-boundaries","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:tos-corpus-mcp-boundaries","source_id":"aoa:abyss-stack:artifact:3c90f196601c57ed4b5289cc","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:79b6f35d7a8d0a3342994d4c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:79b6f35d7a8d0a3342994d4c","label":"execute_read_only_actions","locator":{"end_column":10,"end_line":2759,"fragment":"","pointer":"","start_column":5,"start_line":2738},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:run_read_only_scenario"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.execute_read_only_actions","semantic_key":"python:method:build_graph.execute_read_only_actions","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"method"} @@ -32,13 +32,12 @@ {"_key":"anchor:aoa:abyss-stack:artifact:5ec0472dd898f8116b7cd103:aoa:abyss-stack:anchor:a1e393e64e7ba667bdcd8755","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a1e393e64e7ba667bdcd8755","label":"Source surfaces","locator":{"end_column":18,"end_line":69,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":69},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:5ec0472dd898f8116b7cd103","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6608ce56cda8da7b23543c51:aoa:abyss-stack:anchor:262a3a06b30f13bbc6fb0511","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:262a3a06b30f13bbc6fb0511","label":"rag_validate_resource","locator":{"end_column":97,"end_line":186,"fragment":"","pointer":"","start_column":5,"start_line":185},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.rag_validate_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.rag_validate_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.rag_validate_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.rag_validate_resource","semantic_key":"python:method:build_server.rag_validate_resource","source_id":"aoa:abyss-stack:artifact:6608ce56cda8da7b23543c51","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:69a5dc57095a5041045b42e0:aoa:abyss-stack:anchor:81ecf63ab47350d5dbc59415","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:81ecf63ab47350d5dbc59415","label":"surfaces","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/surfaces","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/surfaces","source_id":"aoa:abyss-stack:artifact:69a5dc57095a5041045b42e0","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b:aoa:abyss-stack:anchor:afa4252dc2e9dfe1dec9008a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:afa4252dc2e9dfe1dec9008a","label":"Rationale","locator":{"end_column":12,"end_line":56,"fragment":"rationale","pointer":"","start_column":1,"start_line":56},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:738654194bdcb1fdc161386c:aoa:abyss-stack:anchor:137039d8c9c96549a57f534a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:137039d8c9c96549a57f534a","label":"_default_memo_plan_from_playbook","locator":{"end_column":6,"end_line":1191,"fragment":"","pointer":"","start_column":1,"start_line":1145},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_memo_plan_from_playbook","target_ref":"python:_playbook_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_memo_plan_from_playbook","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_memo_plan_from_playbook","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_memo_plan_from_playbook","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_memo_plan_from_playbook","target_ref":"python:playbook_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_memo_plan_from_playbook","target_ref":"python:playbook_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_memo_plan_from_playbook","target_ref":"python:playbook_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_default_memo_plan_from_playbook","target_ref":"python:playbook_summary.get"}],"parser_ref":"python-ast@1","qualified_name":"_default_memo_plan_from_playbook","semantic_key":"python:function:_default_memo_plan_from_playbook","source_id":"aoa:abyss-stack:artifact:738654194bdcb1fdc161386c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:795992a5745bace0747ef607:aoa:abyss-stack:anchor:2f3580760fd10fd74d76b9f6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2f3580760fd10fd74d76b9f6","label":"_local_note_records","locator":{"end_column":23,"end_line":1844,"fragment":"","pointer":"","start_column":5,"start_line":1795},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:_markdown_frontmatter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:_relative_repo_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:_relative_repo_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:directory.glob"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:directory.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:frontmatter.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:frontmatter.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:frontmatter.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:frontmatter.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:frontmatter.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:frontmatter.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:frontmatter.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:frontmatter.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:records.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:records.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_note_records","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAEvalsMCPState._local_note_records","semantic_key":"python:method:AoAEvalsMCPState._local_note_records","source_id":"aoa:abyss-stack:artifact:795992a5745bace0747ef607","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3:aoa:abyss-stack:anchor:a5a52fb9275c456abeecb94e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a5a52fb9275c456abeecb94e","label":"seed_evals_v2","locator":{"end_column":6,"end_line":712,"fragment":"","pointer":"","start_column":1,"start_line":707},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:seed_evals_v2","target_ref":"python:local_port_inventory_contract_v2"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:seed_evals_v2","target_ref":"python:seed_evals"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:seed_evals_v2","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"seed_evals_v2","semantic_key":"python:function:seed_evals_v2","source_id":"aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:82cc780ea9870d588067be05:aoa:abyss-stack:anchor:ffffb73fc1bcf9e62459a997","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ffffb73fc1bcf9e62459a997","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:82cc780ea9870d588067be05","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:9bb0644a8f47cf13b8977838","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9bb0644a8f47cf13b8977838","label":"evals_comparison_spine","locator":{"end_column":74,"end_line":2418,"fragment":"","pointer":"","start_column":1,"start_line":2416},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evals_comparison_spine","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evals_comparison_spine","target_ref":"python:evals_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evals_comparison_spine","target_ref":"python:require_store"}],"parser_ref":"python-ast@1","qualified_name":"evals_comparison_spine","semantic_key":"python:function:evals_comparison_spine","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:46a218bf3fd6fa8418d8fbc8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:46a218bf3fd6fa8418d8fbc8","label":"ABYSS-STACK-D-0073 ToS Philosophy Graph Access Plane","locator":{"end_column":117,"end_line":445,"fragment":"","pointer":"","start_column":3,"start_line":445},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-structure","target_ref":"../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:445:3:0:../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:83284aa13062085f819da2a4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:83284aa13062085f819da2a4","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":462,"fragment":"","pointer":"","start_column":3,"start_line":462},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sync-parity","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:462:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:5ae6e98d29abee4a34829873","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5ae6e98d29abee4a34829873","label":"stack_sync_json_case","locator":{"end_column":6,"end_line":562,"fragment":"","pointer":"","start_column":1,"start_line":493},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:stack_sync_json_case","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:stack_sync_json_case","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:stack_sync_json_case","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:stack_sync_json_case","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:stack_sync_json_case","target_ref":"python:absolute"}],"parser_ref":"python-ast@1","qualified_name":"stack_sync_json_case","semantic_key":"python:function:stack_sync_json_case","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:ae4eb5431a3043be66d93603","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ae4eb5431a3043be66d93603","label":"build_graph","locator":{"end_column":27,"end_line":3332,"fragment":"","pointer":"","start_column":1,"start_line":2458},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:StateGraph"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_edge"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.compile"}],"parser_ref":"python-ast@1","qualified_name":"build_graph","semantic_key":"python:function:build_graph","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58:aoa:abyss-stack:anchor:b2bb78aec9c13378a1d82ef0","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b2bb78aec9c13378a1d82ef0","label":"interval","locator":{"end_column":18,"end_line":22,"fragment":"","pointer":"/services/litellm/healthcheck/interval","start_column":7,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/litellm/healthcheck/interval","source_id":"aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58","symbol_kind":""} @@ -49,6 +48,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29:aoa:abyss-stack:anchor:9e339f103f375ba80271e126","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9e339f103f375ba80271e126","label":"3. Inference layer","locator":{"end_column":22,"end_line":34,"fragment":"3-inference-layer","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:3-inference-layer","source_id":"aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:5bc83d915e21175f8c3a1cee","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5bc83d915e21175f8c3a1cee","label":"milestone_ref","locator":{"end_column":17,"end_line":9,"fragment":"","pointer":"/milestone_ref","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/milestone_ref","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ab01b66b058f3e9424e51bec:aoa:abyss-stack:anchor:a6bafa0466a587ffa07f8b1c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a6bafa0466a587ffa07f8b1c","label":"Fallback Gateway Profile","locator":{"end_column":26,"end_line":1,"fragment":"fallback-gateway-profile","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:fallback-gateway-profile","source_id":"aoa:abyss-stack:artifact:ab01b66b058f3e9424e51bec","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:6bfe07524af59b3325a8cf1d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6bfe07524af59b3325a8cf1d","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":401,"fragment":"","pointer":"","start_column":3,"start_line":401},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-topology","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:401:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b084553b3b4d66d1ef058fee:aoa:abyss-stack:anchor:51fb5f6590071bccca3fff45","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:51fb5f6590071bccca3fff45","label":"_validate_eval_candidate_exports","locator":{"end_column":119,"end_line":237,"fragment":"","pointer":"","start_column":1,"start_line":172},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_eval_candidate_exports","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_eval_candidate_exports","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_eval_candidate_exports","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_eval_candidate_exports","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_eval_candidate_exports","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_eval_candidate_exports","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_eval_candidate_exports","target_ref":"python:evidence_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_eval_candidate_exports","target_ref":"python:evidence_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_eval_candidate_exports","target_ref":"python:evidence_schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_eval_candidate_exports","target_ref":"python:hook_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_eval_candidate_exports","target_ref":"python:hook_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_eval_candidate_exports","target_ref":"python:hook_schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_eval_candidate_exports","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_eval_candidate_exports","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_eval_candidate_exports","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_eval_candidate_exports","target_ref":"python:json.loads"}],"parser_ref":"python-ast@1","qualified_name":"_validate_eval_candidate_exports","semantic_key":"python:function:_validate_eval_candidate_exports","source_id":"aoa:abyss-stack:artifact:b084553b3b4d66d1ef058fee","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:1d7f45433e4ff1ced2b552db","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1d7f45433e4ff1ced2b552db","label":"runtime/SERVICE_CATALOG","locator":{"end_column":138,"end_line":39,"fragment":"","pointer":"","start_column":80,"start_line":39},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"docs/runtime/SERVICE_CATALOG.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:39:80:1:docs/runtime/SERVICE_CATALOG.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e:aoa:abyss-stack:anchor:d5b2031b20ea849b58603d14","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d5b2031b20ea849b58603d14","label":"MODEL_CARDS","locator":{"end_column":35,"end_line":76,"fragment":"","pointer":"","start_column":3,"start_line":76},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:evidence-surfaces","target_ref":"../MODEL_CARDS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:76:3:0:../MODEL_CARDS.md","source_id":"aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","symbol_kind":""} @@ -67,8 +67,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd:aoa:abyss-stack:anchor:802bffffca53629ea638c4cb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:802bffffca53629ea638c4cb","label":"test_presets_must_reference_existing_profiles","locator":{"end_column":84,"end_line":165,"fragment":"","pointer":"","start_column":1,"start_line":158},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_presets_must_reference_existing_profiles","target_ref":"python:copy_current_profile_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_presets_must_reference_existing_profiles","target_ref":"python:run_all_profile_validators"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_presets_must_reference_existing_profiles","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_presets_must_reference_existing_profiles","semantic_key":"python:function:test_presets_must_reference_existing_profiles","source_id":"aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e7ba94b5d0c3b11353c9428a:aoa:abyss-stack:anchor:668e5c541a90fd14e596bede","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:668e5c541a90fd14e596bede","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e7ba94b5d0c3b11353c9428a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:31e31b07dd58d0a706150e44","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:31e31b07dd58d0a706150e44","label":"retention_period","locator":{"end_column":53,"end_line":41,"fragment":"","pointer":"/limits_config/retention_period","start_column":3,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/limits_config/retention_period","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:7cd18a1cf975c18271baa8fc","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7cd18a1cf975c18271baa8fc","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":94,"fragment":"","pointer":"","start_column":3,"start_line":94},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:94:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d:aoa:abyss-stack:anchor:c9fea79c9053e8ee750b7bf9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c9fea79c9053e8ee750b7bf9","label":"write_json_atomic","locator":{"end_column":42,"end_line":57,"fragment":"","pointer":"","start_column":1,"start_line":46},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json_atomic","target_ref":"python:handle.fileno"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json_atomic","target_ref":"python:handle.flush"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json_atomic","target_ref":"python:handle.write"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json_atomic","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json_atomic","target_ref":"python:os.fsync"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json_atomic","target_ref":"python:os.getpid"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json_atomic","target_ref":"python:os.replace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json_atomic","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json_atomic","target_ref":"python:path.with_name"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json_atomic","target_ref":"python:temporary.open"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json_atomic","target_ref":"python:temporary.unlink"}],"parser_ref":"python-ast@1","qualified_name":"write_json_atomic","semantic_key":"python:function:write_json_atomic","source_id":"aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:77abbdeb7e348915cbd3c452","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:77abbdeb7e348915cbd3c452","label":"test_runtime_config_bundle_validator_sanitizes_host_paths","locator":{"end_column":6,"end_line":212,"fragment":"","pointer":"","start_column":1,"start_line":198},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_sanitizes_host_paths","target_ref":"python:Path.home"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_sanitizes_host_paths","target_ref":"python:load_runtime_config_bundle_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_sanitizes_host_paths","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_sanitizes_host_paths","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_sanitizes_host_paths","target_ref":"python:validator._sanitize_public_payload"}],"parser_ref":"python-ast@1","qualified_name":"test_runtime_config_bundle_validator_sanitizes_host_paths","semantic_key":"python:function:test_runtime_config_bundle_validator_sanitizes_host_paths","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:489414bf9dec4d1723a4e2e1","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:489414bf9dec4d1723a4e2e1","label":"after","locator":{"end_column":8,"end_line":95,"fragment":"","pointer":"/recheck/after","start_column":3,"start_line":95},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/recheck/after","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:3b9a4a7afde67871fbe5b696","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3b9a4a7afde67871fbe5b696","label":"acceptance_commands","locator":{"end_column":36,"end_line":169,"fragment":"","pointer":"/acceptance_commands","start_column":11,"start_line":169},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/acceptance_commands#occurrence-6","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:f61bd5f45faf63b45be58b5a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f61bd5f45faf63b45be58b5a","label":"auto_rollback_on_post_apply_failure","locator":{"end_column":48,"end_line":18,"fragment":"","pointer":"/auto_rollback_on_post_apply_failure","start_column":5,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/auto_rollback_on_post_apply_failure","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/45.jsonl b/kag/indexes/shards/anchor/45.jsonl index 24c828282..6600ed54b 100644 --- a/kag/indexes/shards/anchor/45.jsonl +++ b/kag/indexes/shards/anchor/45.jsonl @@ -29,7 +29,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:cde31a879c84e5a9016e9adf","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:cde31a879c84e5a9016e9adf","label":"ABYSS-STACK-D-0055 Root Routes Validator Module","locator":{"end_column":107,"end_line":244,"fragment":"","pointer":"","start_column":3,"start_line":244},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:design-surface","target_ref":"../ABYSS-STACK-D-0055-root-routes-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:244:3:0:../ABYSS-STACK-D-0055-root-routes-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:49e455d13ca2ff750b75b7f1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:49e455d13ca2ff750b75b7f1","label":"load_scenario","locator":{"end_column":10,"end_line":2575,"fragment":"","pointer":"","start_column":5,"start_line":2552},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.load_scenario","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.load_scenario","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.load_scenario","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.load_scenario","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.load_scenario","target_ref":"python:node_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.load_scenario","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.load_scenario","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.load_scenario","semantic_key":"python:method:build_graph.load_scenario","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e:aoa:abyss-stack:anchor:def4f08e6dbac609618a8499","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:def4f08e6dbac609618a8499","label":"LLAMA_ARG_KV_OFFLOAD","locator":{"end_column":31,"end_line":41,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_KV_OFFLOAD","start_column":7,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_KV_OFFLOAD","source_id":"aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:670ed46a3121d417c715449c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:670ed46a3121d417c715449c","label":"governance route","locator":{"end_column":19,"end_line":271,"fragment":"governance-route","pointer":"","start_column":1,"start_line":271},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governance-route","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:670ed46a3121d417c715449c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:670ed46a3121d417c715449c","label":"governance route","locator":{"end_column":19,"end_line":272,"fragment":"governance-route","pointer":"","start_column":1,"start_line":272},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governance-route","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:a99cde61de4b939bf96a8acf","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a99cde61de4b939bf96a8acf","label":"cpus","locator":{"end_column":39,"end_line":20,"fragment":"","pointer":"/services/tts-router/cpus","start_column":5,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tts-router/cpus","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5:aoa:abyss-stack:anchor:1d31f332379b6288a198dd99","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1d31f332379b6288a198dd99","label":"test_roadmap_must_not_restore_phase_heading_topology","locator":{"end_column":84,"end_line":53,"fragment":"","pointer":"","start_column":1,"start_line":46},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_roadmap_must_not_restore_phase_heading_topology","target_ref":"python:roadmap_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_roadmap_must_not_restore_phase_heading_topology","target_ref":"python:run_active_topology_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_roadmap_must_not_restore_phase_heading_topology","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_roadmap_must_not_restore_phase_heading_topology","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_roadmap_must_not_restore_phase_heading_topology","semantic_key":"python:function:test_roadmap_must_not_restore_phase_heading_topology","source_id":"aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:2de9e9eab89ef4f12d259537","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2de9e9eab89ef4f12d259537","label":"aggregate_run_records","locator":{"end_column":6,"end_line":4669,"fragment":"","pointer":"","start_column":1,"start_line":4648},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:aggregate_run_records","target_ref":"python:sum"}],"parser_ref":"python-ast@1","qualified_name":"aggregate_run_records","semantic_key":"python:function:aggregate_run_records","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/46.jsonl b/kag/indexes/shards/anchor/46.jsonl index 0a31b2d0a..e28d0e0ee 100644 --- a/kag/indexes/shards/anchor/46.jsonl +++ b/kag/indexes/shards/anchor/46.jsonl @@ -18,7 +18,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:299566dcd65e4b988ae1f141:aoa:abyss-stack:anchor:28b73e1f0ce55f3f976f5dac","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:28b73e1f0ce55f3f976f5dac","label":"environment","locator":{"end_column":16,"end_line":41,"fragment":"","pointer":"/services/tts-router/environment","start_column":5,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tts-router/environment","source_id":"aoa:abyss-stack:artifact:299566dcd65e4b988ae1f141","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:331f101c240e11aaf2e78bd9:aoa:abyss-stack:anchor:938e012aac9bab54ae2c33bc","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:938e012aac9bab54ae2c33bc","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:331f101c240e11aaf2e78bd9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:331f101c240e11aaf2e78bd9:aoa:abyss-stack:anchor:f4ec1cd035680d6e34e6a62d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f4ec1cd035680d6e34e6a62d","label":"Agent Route","locator":{"end_column":14,"end_line":74,"fragment":"agent-route","pointer":"","start_column":1,"start_line":74},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agent-route","source_id":"aoa:abyss-stack:artifact:331f101c240e11aaf2e78bd9","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:a36a8ed6d3c3b5d02b607ff9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a36a8ed6d3c3b5d02b607ff9","label":"Start Here","locator":{"end_column":13,"end_line":121,"fragment":"start-here","pointer":"","start_column":1,"start_line":121},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:start-here","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:a36a8ed6d3c3b5d02b607ff9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a36a8ed6d3c3b5d02b607ff9","label":"Start Here","locator":{"end_column":13,"end_line":125,"fragment":"start-here","pointer":"","start_column":1,"start_line":125},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:start-here","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca:aoa:abyss-stack:anchor:dde784f1f5abb83313c768dc","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dde784f1f5abb83313c768dc","label":"Read first","locator":{"end_column":13,"end_line":67,"fragment":"read-first","pointer":"","start_column":1,"start_line":67},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:read-first","source_id":"aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:38ff5cb428c060cc68d86a17:aoa:abyss-stack:anchor:68bde318dfdaf996b556effa","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:68bde318dfdaf996b556effa","label":"_runtime_shape_services","locator":{"end_column":34,"end_line":301,"fragment":"","pointer":"","start_column":1,"start_line":256},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:compose_service_names_func"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:load_names_func"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:load_names_func"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:module_names.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:module_path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:preset_path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:profile_names.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:profile_names.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:profile_path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:runtime_shape.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:runtime_shape.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:runtime_shape_services.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:seen_modules.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:seen_profiles.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_shape_services","target_ref":"python:set"}],"parser_ref":"python-ast@1","qualified_name":"_runtime_shape_services","semantic_key":"python:function:_runtime_shape_services","source_id":"aoa:abyss-stack:artifact:38ff5cb428c060cc68d86a17","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:395c130db2603818245bdecb:aoa:abyss-stack:anchor:09a5a8afe251be5fce5cdf5a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:09a5a8afe251be5fce5cdf5a","label":"test_all_compose_modules_parse_as_service_maps","locator":{"end_column":74,"end_line":80,"fragment":"","pointer":"","start_column":5,"start_line":74},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_all_compose_modules_parse_as_service_maps","target_ref":"python:MODULE_DIR.glob"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_all_compose_modules_parse_as_service_maps","target_ref":"python:data.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_all_compose_modules_parse_as_service_maps","target_ref":"python:load_compose"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_all_compose_modules_parse_as_service_maps","target_ref":"python:self.assertIsInstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_all_compose_modules_parse_as_service_maps","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_all_compose_modules_parse_as_service_maps","target_ref":"python:self.subTest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_all_compose_modules_parse_as_service_maps","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"ComposeContractsTests.test_all_compose_modules_parse_as_service_maps","semantic_key":"python:method:ComposeContractsTests.test_all_compose_modules_parse_as_service_maps","source_id":"aoa:abyss-stack:artifact:395c130db2603818245bdecb","symbol_kind":"method"} @@ -60,7 +60,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f:aoa:abyss-stack:anchor:79997a3687bc517221e521e5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:79997a3687bc517221e521e5","label":"touched_at","locator":{"end_column":24,"end_line":50,"fragment":"","pointer":"/touched_at","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/touched_at","source_id":"aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8:aoa:abyss-stack:anchor:d544d4a7f633e42e479e6d8e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d544d4a7f633e42e479e6d8e","label":"AOA_RAG_DEFAULT_TOP_K","locator":{"end_column":58,"end_line":22,"fragment":"","pointer":"/services/rag-api/environment/AOA_RAG_DEFAULT_TOP_K","start_column":7,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api/environment/AOA_RAG_DEFAULT_TOP_K","source_id":"aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d8fc33f7441fbc35c5c159ed:aoa:abyss-stack:anchor:6d26cad9f00756e89793ec0c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:6d26cad9f00756e89793ec0c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:d8fc33f7441fbc35c5c159ed","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7:aoa:abyss-stack:anchor:7e9af8847c93608fa98b4a85","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7e9af8847c93608fa98b4a85","label":"test_generated_diagnostic_surface_catalog_stays_aligned","locator":{"end_column":10,"end_line":139,"fragment":"","pointer":"","start_column":5,"start_line":114},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertIn"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","semantic_key":"python:method:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","source_id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7:aoa:abyss-stack:anchor:7e9af8847c93608fa98b4a85","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7e9af8847c93608fa98b4a85","label":"test_generated_diagnostic_surface_catalog_stays_aligned","locator":{"end_column":10,"end_line":141,"fragment":"","pointer":"","start_column":5,"start_line":116},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","target_ref":"python:self.assertIn"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","semantic_key":"python:method:DiagnosticSpineContractTests.test_generated_diagnostic_surface_catalog_stays_aligned","source_id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:da1d80b2400417779ab6aa89:aoa:abyss-stack:anchor:65196c691602f09f6423edf3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:65196c691602f09f6423edf3","label":"SOURCE_RUNTIME_PARITY_PACKET","locator":{"end_column":130,"end_line":185,"fragment":"","pointer":"","start_column":1,"start_line":185},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:scriptsaoa-sync-configs","target_ref":"../../mechanics/runtime-lifecycle/parts/config-sync-boundary/docs/SOURCE_RUNTIME_PARITY_PACKET.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:185:1:0:../../mechanics/runtime-lifecycle/parts/config-sync-boundary/docs/SOURCE_RUNTIME_PARITY_PACKET.md","source_id":"aoa:abyss-stack:artifact:da1d80b2400417779ab6aa89","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e6f9285e8b72289dd81628d0:aoa:abyss-stack:anchor:9aba6b69d2459200137b3aed","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:9aba6b69d2459200137b3aed","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e6f9285e8b72289dd81628d0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4:aoa:abyss-stack:anchor:912063854b67435a705ae1e6","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:912063854b67435a705ae1e6","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4","symbol_kind":""} @@ -69,4 +69,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:f323b2bec780ad026a892be1:aoa:abyss-stack:anchor:b2a376e6af455a8db18a2b8b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:b2a376e6af455a8db18a2b8b","label":"risk","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/risk","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/risk","source_id":"aoa:abyss-stack:artifact:f323b2bec780ad026a892be1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f38ea2a1dad60007c239c6ec:aoa:abyss-stack:anchor:cf31b0750011ec3f37e499fa","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:cf31b0750011ec3f37e499fa","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:f38ea2a1dad60007c239c6ec","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:6f10ecab75e0836ca7a01e0f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6f10ecab75e0836ca7a01e0f","label":"_inventory_entries","locator":{"end_column":71,"end_line":331,"fragment":"","pointer":"","start_column":5,"start_line":327},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._inventory_entries","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._inventory_entries","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._inventory_entries","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._inventory_entries","target_ref":"python:self.owner_inventory"}],"parser_ref":"python-ast@1","qualified_name":"AoAStatsMCPState._inventory_entries","semantic_key":"python:method:AoAStatsMCPState._inventory_entries","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8:aoa:abyss-stack:anchor:65583a7522d20524d611ef67","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:65583a7522d20524d611ef67","label":"validate_local_overlay_skill_metadata","locator":{"end_column":10,"end_line":90,"fragment":"","pointer":"","start_column":1,"start_line":69},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_local_overlay_skill_metadata","target_ref":"python:LOCAL_SKILL_OVERLAY_CANONICAL_PATHS.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_local_overlay_skill_metadata","target_ref":"python:_frontmatter_values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_local_overlay_skill_metadata","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_local_overlay_skill_metadata","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_local_overlay_skill_metadata","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_local_overlay_skill_metadata","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_local_overlay_skill_metadata","target_ref":"python:frontmatter.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_local_overlay_skill_metadata","target_ref":"python:frontmatter.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_local_overlay_skill_metadata","target_ref":"python:nested.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_local_overlay_skill_metadata","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_local_overlay_skill_metadata","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"validate_local_overlay_skill_metadata","semantic_key":"python:function:validate_local_overlay_skill_metadata","source_id":"aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:74e1d7afbd783227af1ccbdd","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:74e1d7afbd783227af1ccbdd","label":"repair_authority","locator":{"end_column":25,"end_line":88,"fragment":"","pointer":"/trust/repair_authority","start_column":3,"start_line":88},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/trust/repair_authority","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/47.jsonl b/kag/indexes/shards/anchor/47.jsonl index b34dbb5e1..aa8a82fe3 100644 --- a/kag/indexes/shards/anchor/47.jsonl +++ b/kag/indexes/shards/anchor/47.jsonl @@ -25,10 +25,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73:aoa:abyss-stack:anchor:9dddf610ad70e60a4548b2ba","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9dddf610ad70e60a4548b2ba","label":"test_route_is_preflight_only_and_uses_allowlisted_surfaces","locator":{"end_column":65,"end_line":557,"fragment":"","pointer":"","start_column":1,"start_line":548},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_route_is_preflight_only_and_uses_allowlisted_surfaces","target_ref":"python:FakeRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_route_is_preflight_only_and_uses_allowlisted_surfaces","target_ref":"python:state.machine_route"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_route_is_preflight_only_and_uses_allowlisted_surfaces","target_ref":"python:state_with_fake"}],"parser_ref":"python-ast@1","qualified_name":"test_route_is_preflight_only_and_uses_allowlisted_surfaces","semantic_key":"python:function:test_route_is_preflight_only_and_uses_allowlisted_surfaces","source_id":"aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:6988aaeb0456a6468cf5ec65","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6988aaeb0456a6468cf5ec65","label":"metricsMaxInMemory","locator":{"end_column":21,"end_line":5,"fragment":"","pointer":"/metricsMaxInMemory","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/metricsMaxInMemory","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:dc75d318e53c6ae3daaa880e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:dc75d318e53c6ae3daaa880e","label":"ABYSS-STACK-D-0043 Service Selection Validator Module","locator":{"end_column":119,"end_line":157,"fragment":"","pointer":"","start_column":3,"start_line":157},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0043-service-selection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:157:3:0:../ABYSS-STACK-D-0043-service-selection-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:ed4dc4513525deb45f88210f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ed4dc4513525deb45f88210f","label":"federated stats read contract","locator":{"end_column":32,"end_line":249,"fragment":"federated-stats-read-contract","pointer":"","start_column":1,"start_line":249},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federated-stats-read-contract","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:ed4dc4513525deb45f88210f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ed4dc4513525deb45f88210f","label":"federated stats read contract","locator":{"end_column":32,"end_line":250,"fragment":"federated-stats-read-contract","pointer":"","start_column":1,"start_line":250},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federated-stats-read-contract","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:adc1d5b771d14688767c7ced:aoa:abyss-stack:anchor:6f78ff3b693feb85ffa853f6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6f78ff3b693feb85ffa853f6","label":"Upstream Compatibility Detail","locator":{"end_column":31,"end_line":1,"fragment":"upstream-compatibility-detail","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:upstream-compatibility-detail","source_id":"aoa:abyss-stack:artifact:adc1d5b771d14688767c7ced","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:9821467fd63aa8e593224ab9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9821467fd63aa8e593224ab9","label":"profiles/PRESETS","locator":{"end_column":232,"end_line":39,"fragment":"","pointer":"","start_column":188,"start_line":39},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"docs/profiles/PRESETS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:39:188:3:docs/profiles/PRESETS.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:b1a377799ed39b15bd6375fd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b1a377799ed39b15bd6375fd","label":"ROADMAP","locator":{"end_column":106,"end_line":66,"fragment":"","pointer":"","start_column":85,"start_line":66},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"ROADMAP.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:66:85:0:ROADMAP.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:5ae87d54b59f0d9ee93282ac","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5ae87d54b59f0d9ee93282ac","label":"projection_status_resource","locator":{"end_column":129,"end_line":700,"fragment":"","pointer":"","start_column":5,"start_line":699},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.projection_status_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.projection_status_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.projection_status_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.projection_status_resource","semantic_key":"python:method:build_server.projection_status_resource","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:a8a64f7a77813233c0e92579","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a8a64f7a77813233c0e92579","label":"aoa_session_freshness_check","locator":{"end_column":83,"end_line":465,"fragment":"","pointer":"","start_column":5,"start_line":463},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_freshness_check","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_freshness_check","semantic_key":"python:method:build_server.aoa_session_freshness_check","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e:aoa:abyss-stack:anchor:cabd998c1fd8bc7c91ef5d16","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cabd998c1fd8bc7c91ef5d16","label":"Deprioritized Variants","locator":{"end_column":25,"end_line":38,"fragment":"deprioritized-variants","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:deprioritized-variants","source_id":"aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/48.jsonl b/kag/indexes/shards/anchor/48.jsonl index e258296d8..db48a8ab3 100644 --- a/kag/indexes/shards/anchor/48.jsonl +++ b/kag/indexes/shards/anchor/48.jsonl @@ -2,7 +2,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:88f17e17f660964cbdd27bd5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:88f17e17f660964cbdd27bd5","label":"relative_repo_paths","locator":{"end_column":20,"end_line":5363,"fragment":"","pointer":"","start_column":1,"start_line":5358},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:relative_repo_paths","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:relative_repo_paths","target_ref":"python:relative.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:relative_repo_paths","target_ref":"python:repo_root.resolve"}],"parser_ref":"python-ast@1","qualified_name":"relative_repo_paths","semantic_key":"python:function:relative_repo_paths","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:049aa91da24a30f6073508fb:aoa:abyss-stack:anchor:e8acd34bd25a8bb7715f96c4","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e8acd34bd25a8bb7715f96c4","label":"HF_HUB_DISABLE_TELEMETRY","locator":{"end_column":35,"end_line":23,"fragment":"","pointer":"/services/rerank-api/environment/HF_HUB_DISABLE_TELEMETRY","start_column":7,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rerank-api/environment/HF_HUB_DISABLE_TELEMETRY","source_id":"aoa:abyss-stack:artifact:049aa91da24a30f6073508fb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:064505ff57f8ab300d932d4b:aoa:abyss-stack:anchor:5b067309b37895afcb0e44d6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5b067309b37895afcb0e44d6","label":"test_validate_edit_spec_candidate_rejects_non_applicable_change","locator":{"end_column":14,"end_line":462,"fragment":"","pointer":"","start_column":5,"start_line":451},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_validate_edit_spec_candidate_rejects_non_applicable_change","target_ref":"python:self.assertRaisesRegex"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_validate_edit_spec_candidate_rejects_non_applicable_change","target_ref":"python:self.module.validate_edit_spec_candidate"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerEditSpecTests.test_validate_edit_spec_candidate_rejects_non_applicable_change","semantic_key":"python:method:GovernedRunnerEditSpecTests.test_validate_edit_spec_candidate_rejects_non_applicable_change","source_id":"aoa:abyss-stack:artifact:064505ff57f8ab300d932d4b","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:d9f439dd964161a6b3161ec6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d9f439dd964161a6b3161ec6","label":"[0.2.0] - 2026-04-10","locator":{"end_column":23,"end_line":720,"fragment":"020-2026-04-10","pointer":"","start_column":1,"start_line":720},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:020-2026-04-10","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:d9f439dd964161a6b3161ec6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d9f439dd964161a6b3161ec6","label":"[0.2.0] - 2026-04-10","locator":{"end_column":23,"end_line":722,"fragment":"020-2026-04-10","pointer":"","start_column":1,"start_line":722},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:020-2026-04-10","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:070046d3ac1483cac58e8963:aoa:abyss-stack:anchor:e0528f588dfa42d74e2948cb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e0528f588dfa42d74e2948cb","label":"release_command_sequence","locator":{"end_column":62,"end_line":21,"fragment":"","pointer":"","start_column":1,"start_line":20},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:release_command_sequence","target_ref":"python:validation_lanes.command_sequence"}],"parser_ref":"python-ast@1","qualified_name":"release_command_sequence","semantic_key":"python:function:release_command_sequence","source_id":"aoa:abyss-stack:artifact:070046d3ac1483cac58e8963","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:073dd6d37ba43a279a298d4a:aoa:abyss-stack:anchor:a44798a2af097d8db40b53b7","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a44798a2af097d8db40b53b7","label":"start_period","locator":{"end_column":22,"end_line":31,"fragment":"","pointer":"/services/langchain-api-llamacpp/healthcheck/start_period","start_column":7,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api-llamacpp/healthcheck/start_period","source_id":"aoa:abyss-stack:artifact:073dd6d37ba43a279a298d4a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:180106bbd11d22fd0b7228f4:aoa:abyss-stack:anchor:8d2f238aa807b0fa30d28c15","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:8d2f238aa807b0fa30d28c15","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:180106bbd11d22fd0b7228f4","symbol_kind":"json_key"} @@ -24,6 +24,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:51d13a0534f50b27882528ab:aoa:abyss-stack:anchor:70c68cf7f702c11584f61401","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:70c68cf7f702c11584f61401","label":"memo_open_items_resource","locator":{"end_column":130,"end_line":152,"fragment":"","pointer":"","start_column":5,"start_line":151},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.memo_open_items_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.memo_open_items_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.memo_open_items_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.memo_open_items_resource","semantic_key":"python:method:build_server.memo_open_items_resource","source_id":"aoa:abyss-stack:artifact:51d13a0534f50b27882528ab","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:52591f88a27381e1682cd390:aoa:abyss-stack:anchor:97e8c1899d7e3a2a2912b6c1","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:97e8c1899d7e3a2a2912b6c1","label":"id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/id","source_id":"aoa:abyss-stack:artifact:52591f88a27381e1682cd390","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f:aoa:abyss-stack:anchor:264ced1aa45f28cfc78d3d70","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:264ced1aa45f28cfc78d3d70","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:27168410ff1f0ce5f228cccd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:27168410ff1f0ce5f228cccd","label":"test_missing_owner_skill_fails","locator":{"end_column":6,"end_line":82,"fragment":"","pointer":"","start_column":1,"start_line":73},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_missing_owner_skill_fails","target_ref":"python:run_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_missing_owner_skill_fails","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_missing_owner_skill_fails","semantic_key":"python:function:test_missing_owner_skill_fails","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6:aoa:abyss-stack:anchor:12ea12d7b279ac491e83b3b9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:12ea12d7b279ac491e83b3b9","label":"note","locator":{"end_column":132,"end_line":33,"fragment":"","pointer":"/anchor_ref/note","start_column":3,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/anchor_ref/note","source_id":"aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:675e400e8c1c9a70ec0db8eb:aoa:abyss-stack:anchor:b62c93fc04eb80c7680e1a64","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:b62c93fc04eb80c7680e1a64","label":"build_type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/build_type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/build_type","source_id":"aoa:abyss-stack:artifact:675e400e8c1c9a70ec0db8eb","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:67c03d245eed8195040add77:aoa:abyss-stack:anchor:f98ea794075db3833aff08b6","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f98ea794075db3833aff08b6","label":"HF_XET_CACHE","locator":{"end_column":33,"end_line":26,"fragment":"","pointer":"/services/babelvox-tts/environment/HF_XET_CACHE","start_column":7,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/babelvox-tts/environment/HF_XET_CACHE","source_id":"aoa:abyss-stack:artifact:67c03d245eed8195040add77","symbol_kind":""} @@ -32,6 +33,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7e2dc256b75fee0fdb6cef41:aoa:abyss-stack:anchor:317ed7d0dc85cbc228530fe2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:317ed7d0dc85cbc228530fe2","label":"required_files","locator":{"end_column":15,"end_line":5,"fragment":"","pointer":"/required_files","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files","source_id":"aoa:abyss-stack:artifact:7e2dc256b75fee0fdb6cef41","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7fa95990ae828ff563befc45:aoa:abyss-stack:anchor:163562a4326a946ec4d77a5c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:163562a4326a946ec4d77a5c","label":"test_absolute_candidate_refs_are_rejected_for_intake","locator":{"end_column":93,"end_line":1021,"fragment":"","pointer":"","start_column":1,"start_line":1007},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_absolute_candidate_refs_are_rejected_for_intake","target_ref":"python:AoAMemoMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_absolute_candidate_refs_are_rejected_for_intake","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_absolute_candidate_refs_are_rejected_for_intake","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_absolute_candidate_refs_are_rejected_for_intake","target_ref":"python:monkeypatch.setenv"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_absolute_candidate_refs_are_rejected_for_intake","target_ref":"python:seed_workspace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_absolute_candidate_refs_are_rejected_for_intake","target_ref":"python:state.create_candidate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_absolute_candidate_refs_are_rejected_for_intake","target_ref":"python:state.prepare_intake_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_absolute_candidate_refs_are_rejected_for_intake","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"test_absolute_candidate_refs_are_rejected_for_intake","semantic_key":"python:function:test_absolute_candidate_refs_are_rejected_for_intake","source_id":"aoa:abyss-stack:artifact:7fa95990ae828ff563befc45","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:6b1ad7e98e3b22ebb3c4f1af","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6b1ad7e98e3b22ebb3c4f1af","label":"--global_housekeeping_interval=${AOA_CADVISOR_GLOBAL_HOUSEKEEPING_INTERVAL","locator":{"end_column":89,"end_line":30,"fragment":"","pointer":"/services/cadvisor/command/2/--global_housekeeping_interval=${AOA_CADVISOR_GLOBAL_HOUSEKEEPING_INTERVAL","start_column":7,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/cadvisor/command/2/--global_housekeeping_interval=${AOA_CADVISOR_GLOBAL_HOUSEKEEPING_INTERVAL","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:15f92c03b4b16e0066fc1217","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:15f92c03b4b16e0066fc1217","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":475,"fragment":"","pointer":"","start_column":3,"start_line":475},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sync-parity","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:475:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:38da3e4fff451326f14ad12e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:38da3e4fff451326f14ad12e","label":"ABYSS-STACK-D-0007 Inference Pilot Compatibility Gates","locator":{"end_column":121,"end_line":111,"fragment":"","pointer":"","start_column":3,"start_line":111},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection","target_ref":"../ABYSS-STACK-D-0007-inference-pilot-compatibility-gates.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:111:3:0:../ABYSS-STACK-D-0007-inference-pilot-compatibility-gates.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:c7e051c74bbe955cd849154a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c7e051c74bbe955cd849154a","label":"ABYSS-STACK-D-0030 RAG Orchestration Profile","locator":{"end_column":101,"end_line":66,"fragment":"","pointer":"","start_column":3,"start_line":66},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profile-composition","target_ref":"../ABYSS-STACK-D-0030-rag-orchestration-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:66:3:0:../ABYSS-STACK-D-0030-rag-orchestration-profile.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8d3b3cb7c34e252a36c1e8f6:aoa:abyss-stack:anchor:997389506f908e0ae92161e7","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:997389506f908e0ae92161e7","label":"updated_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/updated_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/updated_at","source_id":"aoa:abyss-stack:artifact:8d3b3cb7c34e252a36c1e8f6","symbol_kind":"json_key"} @@ -39,6 +41,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:c1ba48090643cc9ef20fc341","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c1ba48090643cc9ef20fc341","label":"aoa.tuning.posture","locator":{"end_column":37,"end_line":9,"fragment":"","pointer":"/services/neo4j/labels/aoa.tuning.posture","start_column":7,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/neo4j/labels/aoa.tuning.posture","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c:aoa:abyss-stack:anchor:f8cd67cf7804cef2791f44df","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f8cd67cf7804cef2791f44df","label":"determine_cohorts","locator":{"end_column":6,"end_line":392,"fragment":"","pointer":"","start_column":1,"start_line":298},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:bench.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:classes.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:comparison_challenger_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:entries_by_ref.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:latest_by_target_label.values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:latest_packet_refs.values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:latest_promotion_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:promoted_substrate_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:promotion.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:row.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:rows.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:screening.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:screening.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:seen.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:determine_cohorts","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"determine_cohorts","semantic_key":"python:function:determine_cohorts","source_id":"aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:afdaa3abd387a019b58bd206","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:afdaa3abd387a019b58bd206","label":"interrupt_path","locator":{"end_column":63,"end_line":218,"fragment":"","pointer":"","start_column":1,"start_line":217},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interrupt_path","target_ref":"python:scenario_root"}],"parser_ref":"python-ast@1","qualified_name":"interrupt_path","semantic_key":"python:function:interrupt_path","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:51db7bcd524fb1046b4c71dd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:51db7bcd524fb1046b4c71dd","label":"ABYSS-STACK-D-0061 Active Topology Language Validator Module","locator":{"end_column":133,"end_line":335,"fragment":"","pointer":"","start_column":3,"start_line":335},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-api-bridge","target_ref":"../ABYSS-STACK-D-0061-active-topology-language-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:335:3:0:../ABYSS-STACK-D-0061-active-topology-language-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:c9b1a2ebe63aaa09cbbc15fb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c9b1a2ebe63aaa09cbbc15fb","label":"source/runtime boundary","locator":{"end_column":26,"end_line":49,"fragment":"sourceruntime-boundary","pointer":"","start_column":1,"start_line":49},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:sourceruntime-boundary","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aecbbf32b8d43d6cf8d19a2b:aoa:abyss-stack:anchor:1dc1e47fd42f9e47f123f6d7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1dc1e47fd42f9e47f123f6d7","label":"Homes","locator":{"end_column":8,"end_line":6,"fragment":"homes","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:homes","source_id":"aoa:abyss-stack:artifact:aecbbf32b8d43d6cf8d19a2b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:72510854ee98bc0e9ffc8c22","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:72510854ee98bc0e9ffc8c22","label":"NUMEXPR_NUM_THREADS","locator":{"end_column":67,"end_line":14,"fragment":"","pointer":"/services/qwen-tts/environment/NUMEXPR_NUM_THREADS","start_column":7,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/qwen-tts/environment/NUMEXPR_NUM_THREADS","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} @@ -58,6 +61,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:dc3545628430cb8b540a4207:aoa:abyss-stack:anchor:aeabe3b8eb35106d172bbdbf","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:aeabe3b8eb35106d172bbdbf","label":"Consequences","locator":{"end_column":15,"end_line":65,"fragment":"consequences","pointer":"","start_column":1,"start_line":65},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:dc3545628430cb8b540a4207","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5:aoa:abyss-stack:anchor:f04ae9b8c9d078ccd846eda1","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f04ae9b8c9d078ccd846eda1","label":"artifact","locator":{"end_column":27,"end_line":33,"fragment":"","pointer":"/anchor_ref/artifact","start_column":3,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/anchor_ref/artifact","source_id":"aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e018972f7ca39f5427ff1eeb:aoa:abyss-stack:anchor:73f33b3314ae920a02aaaf1e","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:73f33b3314ae920a02aaaf1e","label":"evidence","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/evidence","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/evidence","source_id":"aoa:abyss-stack:artifact:e018972f7ca39f5427ff1eeb","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:358672a93f619869a57e9452","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:358672a93f619869a57e9452","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":47,"fragment":"","pointer":"","start_column":3,"start_line":47},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:47:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:68a2d5040c2ba4be72ab1dcd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:68a2d5040c2ba4be72ab1dcd","label":"ABYSS-STACK-D-0014 Residual Frontier Quest Alignment","locator":{"end_column":117,"end_line":105,"fragment":"","pointer":"","start_column":3,"start_line":105},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:105:3:0:../ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:b42b84240578de8099aa4974","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b42b84240578de8099aa4974","label":"neo4j_semantic_inventory","locator":{"end_column":18,"end_line":355,"fragment":"","pointer":"","start_column":1,"start_line":285},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:GraphDatabase.driver"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:datetime.now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:driver.close"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:driver.session"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:result.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:safe_inventory_url_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:session.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:session.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:session.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:session.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:session.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_semantic_inventory","target_ref":"python:type"}],"parser_ref":"python-ast@1","qualified_name":"neo4j_semantic_inventory","semantic_key":"python:function:neo4j_semantic_inventory","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f08d6728765221ab9844939e:aoa:abyss-stack:anchor:20d7bbdda0a314819f1d7b17","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:20d7bbdda0a314819f1d7b17","label":"Consequences","locator":{"end_column":15,"end_line":51,"fragment":"consequences","pointer":"","start_column":1,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:f08d6728765221ab9844939e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:ec31bc62e3f0b48b14270002","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ec31bc62e3f0b48b14270002","label":"ABYSS-STACK-D-0074 Telegram and Discord Connector MCP Access Planes","locator":{"end_column":143,"end_line":166,"fragment":"","pointer":"","start_column":3,"start_line":166},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:166:3:0:../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/4a.jsonl b/kag/indexes/shards/anchor/4a.jsonl index a5a9edff7..ad4a4c0d3 100644 --- a/kag/indexes/shards/anchor/4a.jsonl +++ b/kag/indexes/shards/anchor/4a.jsonl @@ -3,7 +3,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e:aoa:abyss-stack:anchor:79b7027d48844774fef95e3d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:79b7027d48844774fef95e3d","label":"interval","locator":{"end_column":18,"end_line":43,"fragment":"","pointer":"/services/langchain-api/healthcheck/interval","start_column":7,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api/healthcheck/interval","source_id":"aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43:aoa:abyss-stack:anchor:67c070574a9919830e955246","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:67c070574a9919830e955246","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:140b1ce84ebf6b1d7a2abae0:aoa:abyss-stack:anchor:20c41c2984e7e2fbfcc78582","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:20c41c2984e7e2fbfcc78582","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:140b1ce84ebf6b1d7a2abae0","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:dced4f5655ad5a550256c3b0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:dced4f5655ad5a550256c3b0","label":"test_overlay_skill_surface_accepts_expected_target_file","locator":{"end_column":24,"end_line":170,"fragment":"","pointer":"","start_column":1,"start_line":156},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_overlay_skill_surface_accepts_expected_target_file","target_ref":"python:agent_skill_projection.validate_overlay_skill_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_overlay_skill_surface_accepts_expected_target_file","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_overlay_skill_surface_accepts_expected_target_file","semantic_key":"python:function:test_overlay_skill_surface_accepts_expected_target_file","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:192704b782ac92955d3d9a90:aoa:abyss-stack:anchor:3b7aa9897a158e41c2c7c781","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3b7aa9897a158e41c2c7c781","label":"Next candidates","locator":{"end_column":18,"end_line":15,"fragment":"next-candidates","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:next-candidates","source_id":"aoa:abyss-stack:artifact:192704b782ac92955d3d9a90","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:20406aeceb5067c3b5e6af44:aoa:abyss-stack:anchor:de3cd4e5237f6a539f932eaf","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:de3cd4e5237f6a539f932eaf","label":"schema_version","locator":{"end_column":29,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/schema_version","source_id":"aoa:abyss-stack:artifact:20406aeceb5067c3b5e6af44","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:e17fef5d65c457ed3c8c96d7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e17fef5d65c457ed3c8c96d7","label":"coerce_subprocess_text","locator":{"end_column":17,"end_line":701,"fragment":"","pointer":"","start_column":1,"start_line":696},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:coerce_subprocess_text","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:coerce_subprocess_text","target_ref":"python:value.decode"}],"parser_ref":"python-ast@1","qualified_name":"coerce_subprocess_text","semantic_key":"python:function:coerce_subprocess_text","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} @@ -27,7 +26,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:bb28b5441fdc836a3eb38a22","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bb28b5441fdc836a3eb38a22","label":"record_event","locator":{"end_column":19,"end_line":377,"fragment":"","pointer":"","start_column":1,"start_line":359},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:record_event","target_ref":"python:history.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:record_event","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:record_event","target_ref":"python:payload.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:record_event","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:record_event","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"record_event","semantic_key":"python:function:record_event","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a5ee0a6421758851103923ed:aoa:abyss-stack:anchor:165a111781ea6a4220ccad7d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:165a111781ea6a4220ccad7d","label":"id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/id","source_id":"aoa:abyss-stack:artifact:a5ee0a6421758851103923ed","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:005e7bf9bea4b3f612168ce0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:005e7bf9bea4b3f612168ce0","label":"build_parser","locator":{"end_column":18,"end_line":2848,"fragment":"","pointer":"","start_column":1,"start_line":2828},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_subparsers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:resume_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:run_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:run_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:status.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:status.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:sub.add_parser"}],"parser_ref":"python-ast@1","qualified_name":"build_parser","semantic_key":"python:function:build_parser","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:583d0792f398886c2d59d95e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:583d0792f398886c2d59d95e","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":396,"fragment":"","pointer":"","start_column":3,"start_line":396},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:396:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:d3c037ad5a102d60c95ebc52","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d3c037ad5a102d60c95ebc52","label":"host bridge","locator":{"end_column":14,"end_line":116,"fragment":"host-bridge","pointer":"","start_column":1,"start_line":116},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:host-bridge","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:2ea21f2731bb58414edbe7b3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2ea21f2731bb58414edbe7b3","label":"ROADMAP","locator":{"end_column":65,"end_line":98,"fragment":"","pointer":"","start_column":44,"start_line":98},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:claim-check","target_ref":"ROADMAP.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:98:44:0:ROADMAP.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b94f31cd290d351477a51077:aoa:abyss-stack:anchor:fbf3e96400d07dcc509b5fa5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:fbf3e96400d07dcc509b5fa5","label":"references/contract.yaml","locator":{"end_column":61,"end_line":47,"fragment":"","pointer":"","start_column":9,"start_line":47},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start","target_ref":"references/contract.yaml"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:47:9:0:references/contract.yaml","source_id":"aoa:abyss-stack:artifact:b94f31cd290d351477a51077","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:488561022af52352bd25f301","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:488561022af52352bd25f301","label":"/","locator":{"end_column":22,"end_line":29,"fragment":"","pointer":"/services/cadvisor/volumes/0/~1","start_column":7,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/cadvisor/volumes/0/~1","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:b0a51980e80a1e33262272fd","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b0a51980e80a1e33262272fd","label":"tempo_data","locator":{"end_column":33,"end_line":79,"fragment":"","pointer":"/services/tempo/volumes/1/tempo_data","start_column":7,"start_line":79},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tempo/volumes/1/tempo_data","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c0009b60d613c0ed096b4892:aoa:abyss-stack:anchor:a43836b177e4f0e47870d7a7","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a43836b177e4f0e47870d7a7","label":"preset","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/preset","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/preset","source_id":"aoa:abyss-stack:artifact:c0009b60d613c0ed096b4892","symbol_kind":"json_key"} @@ -42,7 +44,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:38838de5ac8ae03e550d2018","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:38838de5ac8ae03e550d2018","label":"_segment_preview","locator":{"end_column":10,"end_line":8892,"fragment":"","pointer":"","start_column":5,"start_line":8873},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:block.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:block.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:block.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:block.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:block.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:index.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:raw_blocks.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._segment_preview","target_ref":"python:raw_blocks.get"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._segment_preview","semantic_key":"python:method:AoASessionMemoryMCPState._segment_preview","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:9e4687c9d6029a3bdbb750cc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9e4687c9d6029a3bdbb750cc","label":"_direct_ref_bundle","locator":{"end_column":123,"end_line":2551,"fragment":"","pointer":"","start_column":1,"start_line":2528},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_direct_ref_bundle","target_ref":"python:_compact_usage_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_direct_ref_bundle","target_ref":"python:_without_omitted_field_counts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_direct_ref_bundle","target_ref":"python:bundle.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_direct_ref_bundle","target_ref":"python:bundle.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_direct_ref_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_direct_ref_bundle","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_direct_ref_bundle","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_direct_ref_bundle","target_ref":"python:item.get"}],"parser_ref":"python-ast@1","qualified_name":"_direct_ref_bundle","semantic_key":"python:function:_direct_ref_bundle","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128:aoa:abyss-stack:anchor:d441ca1805e1039e6f659f8a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d441ca1805e1039e6f659f8a","label":"Applies to","locator":{"end_column":13,"end_line":3,"fragment":"applies-to","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:applies-to","source_id":"aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:e0e7500fb4bb12b1a8e4a363","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e0e7500fb4bb12b1a8e4a363","label":"ABYSS-STACK-D-0052 Machine Fit Validator Module","locator":{"end_column":107,"end_line":83,"fragment":"","pointer":"","start_column":3,"start_line":83},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit","target_ref":"../ABYSS-STACK-D-0052-machine-fit-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:83:3:0:../ABYSS-STACK-D-0052-machine-fit-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:7e28c0a6fa5745dab68264b0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7e28c0a6fa5745dab68264b0","label":"ABYSS-STACK-D-0035 AoA Evals MCP Access Plane","locator":{"end_column":103,"end_line":39,"fragment":"","pointer":"","start_column":3,"start_line":39},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0035-aoa-evals-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:39:3:0:../ABYSS-STACK-D-0035-aoa-evals-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f5a4496a4a5114a973456ccd:aoa:abyss-stack:anchor:9b2eaf988f4a85674c0976d2","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:9b2eaf988f4a85674c0976d2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f5a4496a4a5114a973456ccd","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:d4afc26cfd3cf3efb551bc70","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d4afc26cfd3cf3efb551bc70","label":"repo_scope","locator":{"end_column":38,"end_line":57,"fragment":"","pointer":"/repo_scope","start_column":11,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/repo_scope#occurrence-2","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:f44a1b2e39fc20b6896d025a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f44a1b2e39fc20b6896d025a","label":"break_glass_allowed","locator":{"end_column":39,"end_line":159,"fragment":"","pointer":"/break_glass_allowed","start_column":11,"start_line":159},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/break_glass_allowed#occurrence-5","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/4b.jsonl b/kag/indexes/shards/anchor/4b.jsonl index 32c93263e..0547d6092 100644 --- a/kag/indexes/shards/anchor/4b.jsonl +++ b/kag/indexes/shards/anchor/4b.jsonl @@ -37,7 +37,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58:aoa:abyss-stack:anchor:7fe7cde105ea2329e5cb59c6","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7fe7cde105ea2329e5cb59c6","label":"args","locator":{"end_column":11,"end_line":6,"fragment":"","pointer":"/services/litellm/build/args","start_column":7,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/litellm/build/args","source_id":"aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:97137214eb27b7b2f3b205a2:aoa:abyss-stack:anchor:b233a63c0015618820240cf9","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:b233a63c0015618820240cf9","label":"title","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/title","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/title","source_id":"aoa:abyss-stack:artifact:97137214eb27b7b2f3b205a2","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9cc331a1e6b8e718de47f923:aoa:abyss-stack:anchor:db4ae22196851836d634f6ab","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:db4ae22196851836d634f6ab","label":"authority","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/authority","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/authority","source_id":"aoa:abyss-stack:artifact:9cc331a1e6b8e718de47f923","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:fbb6710848a6feedfda45d9d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:fbb6710848a6feedfda45d9d","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":281,"fragment":"","pointer":"","start_column":3,"start_line":281},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-policy","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:281:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5:aoa:abyss-stack:anchor:71baf2e7ab02c948ca2bc89c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:71baf2e7ab02c948ca2bc89c","label":"run_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/run_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/run_id","source_id":"aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:ae994b5c4fb504e216fee66f:aoa:abyss-stack:anchor:61dac85805c2910c2d44904b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:61dac85805c2910c2d44904b","label":"type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/type","source_id":"aoa:abyss-stack:artifact:ae994b5c4fb504e216fee66f","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:af1b0f6b4885a4dd17ae8c82:aoa:abyss-stack:anchor:28bfa0abf6b58bef27a90032","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:28bfa0abf6b58bef27a90032","label":"Agents-of-Abyss","locator":{"end_column":151,"end_line":11,"fragment":"","pointer":"","start_column":36,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:authority-source","target_ref":"https://github.com/8Dionysus/Agents-of-Abyss/blob/main/docs/EXPERIENCE_WAVE5_SOVEREIGN_OFFICE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:11:36:0:https://github.com/8Dionysus/Agents-of-Abyss/blob/main/docs/EXPERIENCE_WAVE5_SOVEREIGN_OFFICE.md","source_id":"aoa:abyss-stack:artifact:af1b0f6b4885a4dd17ae8c82","symbol_kind":""} @@ -62,4 +61,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:ece7fba9417b3cd222d2f08c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ece7fba9417b3cd222d2f08c","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":66,"fragment":"","pointer":"","start_column":3,"start_line":66},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:66:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:99bbb28aa0f153ca6df1beed","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:99bbb28aa0f153ca6df1beed","label":"_child_path","locator":{"end_column":21,"end_line":58,"fragment":"","pointer":"","start_column":1,"start_line":48},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_child_path","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_child_path","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_child_path","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_child_path","target_ref":"python:candidate.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_child_path","target_ref":"python:relative.is_absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_child_path","target_ref":"python:root.resolve"}],"parser_ref":"python-ast@1","qualified_name":"_child_path","semantic_key":"python:function:_child_path","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fc8ffd214ec1e53dfac6c954:aoa:abyss-stack:anchor:e353220a9597e624d76239a1","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e353220a9597e624d76239a1","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:fc8ffd214ec1e53dfac6c954","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:bbdda82f73774feeef0557b0","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bbdda82f73774feeef0557b0","label":"effects","locator":{"end_column":24,"end_line":22,"fragment":"","pointer":"/operations/observe/effects","start_column":5,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/operations/observe/effects","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:b54ad9a63c8c54c84fe5c914","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b54ad9a63c8c54c84fe5c914","label":"acceptance_commands","locator":{"end_column":34,"end_line":98,"fragment":"","pointer":"/acceptance_commands","start_column":11,"start_line":98},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/acceptance_commands#occurrence-2","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/4c.jsonl b/kag/indexes/shards/anchor/4c.jsonl index c58cd11f2..cf3a18369 100644 --- a/kag/indexes/shards/anchor/4c.jsonl +++ b/kag/indexes/shards/anchor/4c.jsonl @@ -16,6 +16,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:5c47c858b077bf064d53b566:aoa:abyss-stack:anchor:bc1dc0f1bb4e5590bf645476","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bc1dc0f1bb4e5590bf645476","label":"evidence_map","locator":{"end_column":83,"end_line":974,"fragment":"","pointer":"","start_column":5,"start_line":972},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState.evidence_map","target_ref":"python:self._evidence_map_from_stack"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState.evidence_map","target_ref":"python:self._stack_bridge_payload"}],"parser_ref":"python-ast@1","qualified_name":"AbyssMachineMCPState.evidence_map","semantic_key":"python:method:AbyssMachineMCPState.evidence_map","source_id":"aoa:abyss-stack:artifact:5c47c858b077bf064d53b566","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f:aoa:abyss-stack:anchor:6f4c28edf08b5801ed6b01c4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6f4c28edf08b5801ed6b01c4","label":"Governed Execution Mechanic","locator":{"end_column":29,"end_line":1,"fragment":"governed-execution-mechanic","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governed-execution-mechanic","source_id":"aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:66a0c6753c50121f2e8dc629:aoa:abyss-stack:anchor:92faaf72e51ce2acb6abf4f3","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:92faaf72e51ce2acb6abf4f3","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:66a0c6753c50121f2e8dc629","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b:aoa:abyss-stack:anchor:5b1aaf2226d3087d549e6d8f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5b1aaf2226d3087d549e6d8f","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:795992a5745bace0747ef607:aoa:abyss-stack:anchor:ce01f02023bfd8cc30415eb1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ce01f02023bfd8cc30415eb1","label":"_local_port_contract_route_recommendation","locator":{"end_column":30,"end_line":1299,"fragment":"","pointer":"","start_column":5,"start_line":1289},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_contract_route_recommendation","target_ref":"python:LOCAL_PORT_ROUTE_RECOMMENDATION_FALLBACKS.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_contract_route_recommendation","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_contract_route_recommendation","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_contract_route_recommendation","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_contract_route_recommendation","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_contract_route_recommendation","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_contract_route_recommendation","target_ref":"python:route.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_contract_route_recommendation","target_ref":"python:route.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_contract_route_recommendation","target_ref":"python:self._local_port_inventory_contract"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_contract_route_recommendation","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_contract_route_recommendation","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAEvalsMCPState._local_port_contract_route_recommendation","semantic_key":"python:method:AoAEvalsMCPState._local_port_contract_route_recommendation","source_id":"aoa:abyss-stack:artifact:795992a5745bace0747ef607","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced:aoa:abyss-stack:anchor:4f5b0c89e4de3801791e2d0f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4f5b0c89e4de3801791e2d0f","label":"evidence","locator":{"end_column":9,"end_line":36,"fragment":"","pointer":"/evidence","start_column":1,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/evidence","source_id":"aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7e2dc256b75fee0fdb6cef41:aoa:abyss-stack:anchor:209e376f167dac43d8cc0d79","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:209e376f167dac43d8cc0d79","label":"advisory_only","locator":{"end_column":19,"end_line":3,"fragment":"","pointer":"/advisory_only","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/advisory_only","source_id":"aoa:abyss-stack:artifact:7e2dc256b75fee0fdb6cef41","symbol_kind":""} @@ -29,7 +30,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a64882e851006f33f172bdd0:aoa:abyss-stack:anchor:55a9e29fff7984d4a1db5df1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:55a9e29fff7984d4a1db5df1","label":"Decision","locator":{"end_column":11,"end_line":33,"fragment":"decision","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:a64882e851006f33f172bdd0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:0e583c60ecd9a97b6c344973","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0e583c60ecd9a97b6c344973","label":"ABYSS-STACK-D-0028 Intel Inference And Rerank Service Selection","locator":{"end_column":139,"end_line":44,"fragment":"","pointer":"","start_column":3,"start_line":44},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-profile","target_ref":"../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:44:3:0:../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b045424d357b2170f276d1e9:aoa:abyss-stack:anchor:dcad037ca8c86b99d85e2ac5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:dcad037ca8c86b99d85e2ac5","label":"run_json","locator":{"end_column":23,"end_line":33,"fragment":"","pointer":"","start_column":1,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_json","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_json","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_json","target_ref":"python:result.stderr.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_json","target_ref":"python:result.stderr.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_json","target_ref":"python:result.stdout.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_json","target_ref":"python:result.stdout.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_json","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_json","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_json","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"run_json","semantic_key":"python:function:run_json","source_id":"aoa:abyss-stack:artifact:b045424d357b2170f276d1e9","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:8b61b1a0b58d6d1329e6d0eb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8b61b1a0b58d6d1329e6d0eb","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:8b61b1a0b58d6d1329e6d0eb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8b61b1a0b58d6d1329e6d0eb","label":"Context","locator":{"end_column":10,"end_line":18,"fragment":"context","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:747fa3c771b029a3d6f0a58e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:747fa3c771b029a3d6f0a58e","label":"mechanics/federation-seams","locator":{"end_column":96,"end_line":48,"fragment":"","pointer":"","start_column":30,"start_line":48},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"mechanics/federation-seams/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:48:30:0:mechanics/federation-seams/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ba4fe7cad5b14a2d50f1a3b0:aoa:abyss-stack:anchor:7ecf2d0b3e32b8e1ee27a88f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7ecf2d0b3e32b8e1ee27a88f","label":"narrator","locator":{"end_column":11,"end_line":7,"fragment":"","pointer":"/voices/narrator","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/voices/narrator","source_id":"aoa:abyss-stack:artifact:ba4fe7cad5b14a2d50f1a3b0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:badf964675bbec9938eff09e:aoa:abyss-stack:anchor:c2ada3f226fd842214dea7a2","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c2ada3f226fd842214dea7a2","label":"title","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/title","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/title","source_id":"aoa:abyss-stack:artifact:badf964675bbec9938eff09e","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/4d.jsonl b/kag/indexes/shards/anchor/4d.jsonl index 367c8127b..972652628 100644 --- a/kag/indexes/shards/anchor/4d.jsonl +++ b/kag/indexes/shards/anchor/4d.jsonl @@ -39,7 +39,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:682d6581b824fb0b7da7b053","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:682d6581b824fb0b7da7b053","label":"memo_inspect","locator":{"end_column":6,"end_line":2358,"fragment":"","pointer":"","start_column":1,"start_line":2349},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_inspect","target_ref":"python:app.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_inspect","target_ref":"python:memo_source_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_inspect","target_ref":"python:require_memo_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_inspect","target_ref":"python:require_store"}],"parser_ref":"python-ast@1","qualified_name":"memo_inspect","semantic_key":"python:function:memo_inspect","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:a6eb628bb04fa9ad5648e91b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a6eb628bb04fa9ad5648e91b","label":"canonical fallback","locator":{"end_column":21,"end_line":212,"fragment":"canonical-fallback","pointer":"","start_column":1,"start_line":212},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:canonical-fallback","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:e2f73f4f855732b5f1ebb6fc","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e2f73f4f855732b5f1ebb6fc","label":"ABYSS-STACK-D-0049 Federation Runtime Seams Validator Module","locator":{"end_column":133,"end_line":39,"fragment":"","pointer":"","start_column":3,"start_line":39},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:39:3:0:../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:f8f511c258e787aa259b9c3a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f8f511c258e787aa259b9c3a","label":"ABYSS-STACK-D-0078 Federated Stats MCP Access Plane","locator":{"end_column":115,"end_line":317,"fragment":"","pointer":"","start_column":3,"start_line":317},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-route-confinement","target_ref":"../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:317:3:0:../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8d3b3cb7c34e252a36c1e8f6:aoa:abyss-stack:anchor:a882737ed8e6b0f657647374","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a882737ed8e6b0f657647374","label":"candidate","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/candidate","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/candidate","source_id":"aoa:abyss-stack:artifact:8d3b3cb7c34e252a36c1e8f6","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f:aoa:abyss-stack:anchor:3c7d29fb0656ca37d9f9ed45","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3c7d29fb0656ca37d9f9ed45","label":"`curation`","locator":{"end_column":14,"end_line":177,"fragment":"curation","pointer":"","start_column":1,"start_line":177},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:curation","source_id":"aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:7b2f0aeda50368ed0ffc1a64","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:7b2f0aeda50368ed0ffc1a64","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/4e.jsonl b/kag/indexes/shards/anchor/4e.jsonl index a6ed4d7c3..bcdcc27fd 100644 --- a/kag/indexes/shards/anchor/4e.jsonl +++ b/kag/indexes/shards/anchor/4e.jsonl @@ -16,7 +16,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:e0a44458b881c719f2794e67","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e0a44458b881c719f2794e67","label":"test_session_only_search_uses_local_fast_path_without_archive_search","locator":{"end_column":65,"end_line":4514,"fragment":"","pointer":"","start_column":1,"start_line":4501},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_session_only_search_uses_local_fast_path_without_archive_search","target_ref":"python:FakeRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_session_only_search_uses_local_fast_path_without_archive_search","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_session_only_search_uses_local_fast_path_without_archive_search","target_ref":"python:state.session_search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_session_only_search_uses_local_fast_path_without_archive_search","target_ref":"python:state_with_fixture"}],"parser_ref":"python-ast@1","qualified_name":"test_session_only_search_uses_local_fast_path_without_archive_search","semantic_key":"python:function:test_session_only_search_uses_local_fast_path_without_archive_search","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:41880163345233e7ac4fa00e:aoa:abyss-stack:anchor:6ff5f7b0df5a32f386c7b060","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6ff5f7b0df5a32f386c7b060","label":"Trigger","locator":{"end_column":11,"end_line":9,"fragment":"trigger","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:trigger","source_id":"aoa:abyss-stack:artifact:41880163345233e7ac4fa00e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:438478e7713ffdb96be895cd:aoa:abyss-stack:anchor:dd20349cdd9eec69f766abb7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:dd20349cdd9eec69f766abb7","label":"CODEOWNERS","locator":{"end_column":27,"end_line":15,"fragment":"","pointer":"","start_column":3,"start_line":15},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-surfaces","target_ref":"CODEOWNERS"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:15:3:0:CODEOWNERS","source_id":"aoa:abyss-stack:artifact:438478e7713ffdb96be895cd","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:45e9a36bb68690da74806416:aoa:abyss-stack:anchor:d546b48322fb5e37d68978ad","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d546b48322fb5e37d68978ad","label":"Anti-drift rule","locator":{"end_column":18,"end_line":44,"fragment":"anti-drift-rule","pointer":"","start_column":1,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:anti-drift-rule","source_id":"aoa:abyss-stack:artifact:45e9a36bb68690da74806416","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:45e9a36bb68690da74806416:aoa:abyss-stack:anchor:d546b48322fb5e37d68978ad","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d546b48322fb5e37d68978ad","label":"Anti-drift rule","locator":{"end_column":18,"end_line":46,"fragment":"anti-drift-rule","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:anti-drift-rule","source_id":"aoa:abyss-stack:artifact:45e9a36bb68690da74806416","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:4889d6873d7232f6293142e9:aoa:abyss-stack:anchor:f693ab17176f66f7a2738754","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f693ab17176f66f7a2738754","label":"TransportSettings","locator":{"end_column":21,"end_line":25,"fragment":"","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"TransportSettings","semantic_key":"python:class:TransportSettings","source_id":"aoa:abyss-stack:artifact:4889d6873d7232f6293142e9","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:4b1443e0fbb5f4d02ec81fa9:aoa:abyss-stack:anchor:ee346e356390474ad77a771b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ee346e356390474ad77a771b","label":"AoA Discord Connector MCP","locator":{"end_column":28,"end_line":3,"fragment":"aoa-discord-connector-mcp","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:aoa-discord-connector-mcp","source_id":"aoa:abyss-stack:artifact:4b1443e0fbb5f4d02ec81fa9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:51d13a0534f50b27882528ab:aoa:abyss-stack:anchor:67e2ce714643c6a4360d2238","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:67e2ce714643c6a4360d2238","label":"local_port_status_resource","locator":{"end_column":103,"end_line":144,"fragment":"","pointer":"","start_column":5,"start_line":143},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.local_port_status_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.local_port_status_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.local_port_status_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.local_port_status_resource","semantic_key":"python:method:build_server.local_port_status_resource","source_id":"aoa:abyss-stack:artifact:51d13a0534f50b27882528ab","symbol_kind":"method"} @@ -34,7 +34,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:6417f94c0e15f9ccc45bae6b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6417f94c0e15f9ccc45bae6b","label":"labels","locator":{"end_column":11,"end_line":21,"fragment":"","pointer":"/services/cadvisor/labels","start_column":5,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/cadvisor/labels","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:81e489ac17d703a0f7ec61f9:aoa:abyss-stack:anchor:9964fdfc9b304079e80a97ed","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9964fdfc9b304079e80a97ed","label":"build_parser","locator":{"end_column":18,"end_line":454,"fragment":"","pointer":"","start_column":1,"start_line":426},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"}],"parser_ref":"python-ast@1","qualified_name":"build_parser","semantic_key":"python:function:build_parser","source_id":"aoa:abyss-stack:artifact:81e489ac17d703a0f7ec61f9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:11f4280165139788560b05ec","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:11f4280165139788560b05ec","label":"runtime_evidence_template_bridge","locator":{"end_column":21,"end_line":114,"fragment":"","pointer":"","start_column":1,"start_line":107},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_evidence_template_bridge","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_evidence_template_bridge","target_ref":"python:bridge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_evidence_template_bridge","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_evidence_template_bridge","target_ref":"python:raw_templates.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_evidence_template_bridge","target_ref":"python:require_mapping"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_evidence_template_bridge","target_ref":"python:require_mapping"}],"parser_ref":"python-ast@1","qualified_name":"runtime_evidence_template_bridge","semantic_key":"python:function:runtime_evidence_template_bridge","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:0e8924bb8d6f844b8cf42ff6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0e8924bb8d6f844b8cf42ff6","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":350,"fragment":"","pointer":"","start_column":3,"start_line":350},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:provider-freshness","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:350:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:63a85aa971a4f5a1d419a6ff","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:63a85aa971a4f5a1d419a6ff","label":"ABYSS-STACK-D-0016 Live Runtime Cutover And Machine Parity","locator":{"end_column":117,"end_line":30,"fragment":"","pointer":"","start_column":3,"start_line":30},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0016-live-runtime-cutover-parity.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:30:3:0:../ABYSS-STACK-D-0016-live-runtime-cutover-parity.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:f387dd457d9a2600c67ef4a1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f387dd457d9a2600c67ef4a1","label":"ABYSS-STACK-D-0002 Runtime Mechanics Topology","locator":{"end_column":103,"end_line":12,"fragment":"","pointer":"","start_column":3,"start_line":12},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-route","target_ref":"../ABYSS-STACK-D-0002-runtime-mechanics-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:12:3:0:../ABYSS-STACK-D-0002-runtime-mechanics-topology.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd:aoa:abyss-stack:anchor:eed91912c427799a640abe12","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:eed91912c427799a640abe12","label":"source_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/source_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/source_refs","source_id":"aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd","symbol_kind":"json_key"} @@ -43,8 +42,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9d2ac3f194bedc110dc2246f:aoa:abyss-stack:anchor:1f734cf00a85c4c433610e94","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1f734cf00a85c4c433610e94","label":"canonical_quality","locator":{"end_column":6,"end_line":211,"fragment":"","pointer":"","start_column":1,"start_line":156},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:canonical_quality","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:canonical_quality","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:canonical_quality","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:canonical_quality","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:canonical_quality","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:canonical_quality","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:canonical_quality","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:canonical_quality","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:canonical_quality","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:canonical_quality","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:canonical_quality","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:canonical_quality","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:canonical_quality","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:canonical_quality","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"canonical_quality","semantic_key":"python:function:canonical_quality","source_id":"aoa:abyss-stack:artifact:9d2ac3f194bedc110dc2246f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9fe6aa68a866d4565732dc8e:aoa:abyss-stack:anchor:74b979bd288142b93a26f311","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:74b979bd288142b93a26f311","label":"Owner Boundary","locator":{"end_column":17,"end_line":17,"fragment":"owner-boundary","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-boundary","source_id":"aoa:abyss-stack:artifact:9fe6aa68a866d4565732dc8e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41:aoa:abyss-stack:anchor:07dc9cd4381c46283eac98b7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:07dc9cd4381c46283eac98b7","label":"Dual-surface reporting","locator":{"end_column":25,"end_line":70,"fragment":"dual-surface-reporting","pointer":"","start_column":1,"start_line":70},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:dual-surface-reporting","source_id":"aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:29b3e2fab0ad5064c88aecb1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:29b3e2fab0ad5064c88aecb1","label":"ABYSS-STACK-D-0053 Return Policy Validator Module","locator":{"end_column":111,"end_line":278,"fragment":"","pointer":"","start_column":3,"start_line":278},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution","target_ref":"../ABYSS-STACK-D-0053-return-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:278:3:0:../ABYSS-STACK-D-0053-return-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:6d1a91b060640b07274208bf","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6d1a91b060640b07274208bf","label":"runtime topology","locator":{"end_column":19,"end_line":33,"fragment":"runtime-topology","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-topology","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:af38219f896285f333827d7e:aoa:abyss-stack:anchor:3e974fb277bf076adcf4a083","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3e974fb277bf076adcf4a083","label":"Restore stance","locator":{"end_column":17,"end_line":35,"fragment":"restore-stance","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:restore-stance","source_id":"aoa:abyss-stack:artifact:af38219f896285f333827d7e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:63097b8a4193592dabf9abe7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:63097b8a4193592dabf9abe7","label":"tests","locator":{"end_column":27,"end_line":180,"fragment":"","pointer":"","start_column":3,"start_line":180},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"tests/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:180:3:0:tests/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:a63c2e36fe628acf661f819a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a63c2e36fe628acf661f819a","label":"debug_operational_anchor","locator":{"end_column":10,"end_line":778,"fragment":"","pointer":"","start_column":5,"start_line":772},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.debug_operational_anchor","target_ref":"python:mcp.prompt"}],"parser_ref":"python-ast@1","qualified_name":"build_server.debug_operational_anchor","semantic_key":"python:method:build_server.debug_operational_anchor","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b486de235baf12334c99478f:aoa:abyss-stack:anchor:077c4e1d31c3c1c4530f231b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:077c4e1d31c3c1c4530f231b","label":"Purpose","locator":{"end_column":10,"end_line":7,"fragment":"purpose","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:b486de235baf12334c99478f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b486de235baf12334c99478f:aoa:abyss-stack:anchor:0b2c0111d8843fc5d79b7293","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0b2c0111d8843fc5d79b7293","label":"Lifecycle hooks","locator":{"end_column":18,"end_line":17,"fragment":"lifecycle-hooks","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:lifecycle-hooks","source_id":"aoa:abyss-stack:artifact:b486de235baf12334c99478f","symbol_kind":""} @@ -56,10 +57,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:da1d80b2400417779ab6aa89:aoa:abyss-stack:anchor:f2bcf808fa301f2a2bbc152f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f2bcf808fa301f2a2bbc152f","label":"SECRETS_BOOTSTRAP","locator":{"end_column":121,"end_line":358,"fragment":"","pointer":"","start_column":25,"start_line":358},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:recommended-first-deployment-flow","target_ref":"../../mechanics/config-projection/parts/bootstrap/docs/SECRETS_BOOTSTRAP.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:358:25:0:../../mechanics/config-projection/parts/bootstrap/docs/SECRETS_BOOTSTRAP.md","source_id":"aoa:abyss-stack:artifact:da1d80b2400417779ab6aa89","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6:aoa:abyss-stack:anchor:6c232468aae7f373da87d9b3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6c232468aae7f373da87d9b3","label":"philosophy_paths","locator":{"end_column":60,"end_line":353,"fragment":"","pointer":"","start_column":1,"start_line":337},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_paths","target_ref":"python:Query"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_paths","target_ref":"python:Query"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_paths","target_ref":"python:_handle_philosophy_reader_error"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_paths","target_ref":"python:_layer_set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_paths","target_ref":"python:_predicate_set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_paths","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_paths","target_ref":"python:philosophy_reader.path_between"}],"parser_ref":"python-ast@1","qualified_name":"philosophy_paths","semantic_key":"python:function:philosophy_paths","source_id":"aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e8d427bd7ba287fee3b3afab:aoa:abyss-stack:anchor:009f80bb64ba54c86f4a7449","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:009f80bb64ba54c86f4a7449","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e8d427bd7ba287fee3b3afab","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:4d47f4925c4bf51feef20560","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4d47f4925c4bf51feef20560","label":"ABYSS-STACK-D-0053 Return Policy Validator Module","locator":{"end_column":111,"end_line":61,"fragment":"","pointer":"","start_column":3,"start_line":61},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution","target_ref":"../ABYSS-STACK-D-0053-return-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:61:3:0:../ABYSS-STACK-D-0053-return-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:1a1c93236571896ae5c853cd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1a1c93236571896ae5c853cd","label":"ABYSS-STACK-D-0028 Intel Inference And Rerank Service Selection","locator":{"end_column":139,"end_line":96,"fragment":"","pointer":"","start_column":3,"start_line":96},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:96:3:0:../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:220018ccfa6948ce9c369e34","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:220018ccfa6948ce9c369e34","label":"ABYSS-STACK-D-0017 Direction, History, And Decision Surface Roles","locator":{"end_column":137,"end_line":174,"fragment":"","pointer":"","start_column":3,"start_line":174},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-lane","target_ref":"../ABYSS-STACK-D-0017-direction-history-decision-surface-roles.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:174:3:0:../ABYSS-STACK-D-0017-direction-history-decision-surface-roles.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:0629ac3ea58fcd41211fc16c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0629ac3ea58fcd41211fc16c","label":"packet","locator":{"end_column":10,"end_line":321,"fragment":"","pointer":"","start_column":5,"start_line":307},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.packet","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.packet","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.packet","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.packet","target_ref":"python:self.graph_view"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.packet","target_ref":"python:self.index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.packet","target_ref":"python:self.search"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.packet","semantic_key":"python:method:ToSCorpusMCPState.packet","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f56c67837383845a3353168f:aoa:abyss-stack:anchor:dbad75b3671f526577bf3396","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dbad75b3671f526577bf3396","label":"Intended future seam","locator":{"end_column":23,"end_line":51,"fragment":"intended-future-seam","pointer":"","start_column":1,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:intended-future-seam","source_id":"aoa:abyss-stack:artifact:f56c67837383845a3353168f","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:43f1dbdd4bd805d55fd87291","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:43f1dbdd4bd805d55fd87291","label":"freshness","locator":{"end_column":17,"end_line":54,"fragment":"","pointer":"/abi/outputs/required/5","start_column":7,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs/required/5","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ffb0f6f1f47fd11880be16b5:aoa:abyss-stack:anchor:02e38ccf008a28f56dc50b5e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:02e38ccf008a28f56dc50b5e","label":"test_readme_must_stay_route_focused","locator":{"end_column":6,"end_line":111,"fragment":"","pointer":"","start_column":1,"start_line":97},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_readme_must_stay_route_focused","target_ref":"python:readme_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_readme_must_stay_route_focused","target_ref":"python:run_runtime_route_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_readme_must_stay_route_focused","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_readme_must_stay_route_focused","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_readme_must_stay_route_focused","semantic_key":"python:function:test_readme_must_stay_route_focused","source_id":"aoa:abyss-stack:artifact:ffb0f6f1f47fd11880be16b5","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ffd307fd6ae349f74b4a94c8:aoa:abyss-stack:anchor:cb65378a3648b5e347921caa","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:cb65378a3648b5e347921caa","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ffd307fd6ae349f74b4a94c8","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/4f.jsonl b/kag/indexes/shards/anchor/4f.jsonl index eef4a29c2..bed320121 100644 --- a/kag/indexes/shards/anchor/4f.jsonl +++ b/kag/indexes/shards/anchor/4f.jsonl @@ -20,6 +20,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8507d41e414635d64e8c63e9:aoa:abyss-stack:anchor:bb4870519822db46f5765cc6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:bb4870519822db46f5765cc6","label":"Options considered","locator":{"end_column":21,"end_line":35,"fragment":"options-considered","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:8507d41e414635d64e8c63e9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:a23f373c97ab8f5840c65441","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a23f373c97ab8f5840c65441","label":"require_eval_capsule_entry","locator":{"end_column":101,"end_line":1615,"fragment":"","pointer":"","start_column":1,"start_line":1611},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_eval_capsule_entry","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_eval_capsule_entry","target_ref":"python:evals_payload"}],"parser_ref":"python-ast@1","qualified_name":"require_eval_capsule_entry","semantic_key":"python:function:require_eval_capsule_entry","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:244d2e23f74d6e734ecf814b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:244d2e23f74d6e734ecf814b","label":"ABYSS-STACK-D-0030 RAG Orchestration Profile","locator":{"end_column":101,"end_line":114,"fragment":"","pointer":"","start_column":3,"start_line":114},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection","target_ref":"../ABYSS-STACK-D-0030-rag-orchestration-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:114:3:0:../ABYSS-STACK-D-0030-rag-orchestration-profile.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:a4f7573ec865e47fd5c6a6f9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a4f7573ec865e47fd5c6a6f9","label":"ABYSS-STACK-D-0053 Return Policy Validator Module","locator":{"end_column":111,"end_line":410,"fragment":"","pointer":"","start_column":3,"start_line":410},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-schema","target_ref":"../ABYSS-STACK-D-0053-return-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:410:3:0:../ABYSS-STACK-D-0053-return-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f:aoa:abyss-stack:anchor:d5f05916d645c275e31dd152","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d5f05916d645c275e31dd152","label":"`reranking`","locator":{"end_column":15,"end_line":126,"fragment":"reranking","pointer":"","start_column":1,"start_line":126},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:reranking","source_id":"aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:6d2dadfcfca9f22a99f1ee5d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6d2dadfcfca9f22a99f1ee5d","label":"load_case_spec","locator":{"end_column":74,"end_line":271,"fragment":"","pointer":"","start_column":1,"start_line":270},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_case_spec","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_case_spec","target_ref":"python:scenario_root"}],"parser_ref":"python-ast@1","qualified_name":"load_case_spec","semantic_key":"python:function:load_case_spec","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9840f3af69e7348061720de2:aoa:abyss-stack:anchor:094744eae6d3f807f33aac92","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:094744eae6d3f807f33aac92","label":"Rationale","locator":{"end_column":12,"end_line":61,"fragment":"rationale","pointer":"","start_column":1,"start_line":61},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:9840f3af69e7348061720de2","symbol_kind":""} @@ -28,10 +29,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:aa35ef4872d840064fc5da65:aoa:abyss-stack:anchor:8db30d05f571c0ff0499982b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8db30d05f571c0ff0499982b","label":"candidate-exports","locator":{"end_column":51,"end_line":10,"fragment":"","pointer":"","start_column":3,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution-parts","target_ref":"candidate-exports/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:10:3:0:candidate-exports/README.md","source_id":"aoa:abyss-stack:artifact:aa35ef4872d840064fc5da65","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ab5d0f048eef7c71583e29f4:aoa:abyss-stack:anchor:10961e10b5243c8e355e16c6","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:10961e10b5243c8e355e16c6","label":"id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/id","source_id":"aoa:abyss-stack:artifact:ab5d0f048eef7c71583e29f4","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:acafe20e4896b466bc5b3a8c:aoa:abyss-stack:anchor:5efbc5112ad4b71a70405510","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5efbc5112ad4b71a70405510","label":"extract_json_block","locator":{"end_column":20,"end_line":61,"fragment":"","pointer":"","start_column":1,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:extract_json_block","target_ref":"python:body.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:extract_json_block","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:extract_json_block","target_ref":"python:stripped.splitlines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:extract_json_block","target_ref":"python:stripped.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:extract_json_block","target_ref":"python:text.strip"}],"parser_ref":"python-ast@1","qualified_name":"extract_json_block","semantic_key":"python:function:extract_json_block","source_id":"aoa:abyss-stack:artifact:acafe20e4896b466bc5b3a8c","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:0a9aadb525a961c1d15860e1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0a9aadb525a961c1d15860e1","label":"service selection","locator":{"end_column":20,"end_line":373,"fragment":"service-selection","pointer":"","start_column":1,"start_line":373},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:service-selection","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:0a9aadb525a961c1d15860e1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0a9aadb525a961c1d15860e1","label":"service selection","locator":{"end_column":20,"end_line":378,"fragment":"service-selection","pointer":"","start_column":1,"start_line":378},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:service-selection","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b084553b3b4d66d1ef058fee:aoa:abyss-stack:anchor:51c9e06ef76ce73140b43d98","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:51c9e06ef76ce73140b43d98","label":"validate_kag_runtime_seam","locator":{"end_column":120,"end_line":360,"fragment":"","pointer":"","start_column":1,"start_line":336},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_kag_runtime_seam","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_kag_runtime_seam","target_ref":"python:errors.append"}],"parser_ref":"python-ast@1","qualified_name":"validate_kag_runtime_seam","semantic_key":"python:function:validate_kag_runtime_seam","source_id":"aoa:abyss-stack:artifact:b084553b3b4d66d1ef058fee","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:b7e398c64b96ac26f0f37696","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b7e398c64b96ac26f0f37696","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:b7e398c64b96ac26f0f37696","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b7e398c64b96ac26f0f37696","label":"Index Metadata","locator":{"end_column":17,"end_line":9,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:ab879884dea823269b6feb8d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ab879884dea823269b6feb8d","label":"MODEL_PROFILES","locator":{"end_column":368,"end_line":47,"fragment":"","pointer":"","start_column":283,"start_line":47},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_PROFILES.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:47:283:3:mechanics/machine-fit/parts/inference-tuning/docs/MODEL_PROFILES.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:ff5136564ea6805cc14252d3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ff5136564ea6805cc14252d3","label":"systemd","locator":{"end_column":31,"end_line":179,"fragment":"","pointer":"","start_column":3,"start_line":179},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"systemd/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:179:3:0:systemd/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b553aeec917ab3742ef60534:aoa:abyss-stack:anchor:2576a379d066336ac69ea768","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:2576a379d066336ac69ea768","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b553aeec917ab3742ef60534","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7f71220297520dde39a5a91:aoa:abyss-stack:anchor:5510d28266f3c28f4c9bf000","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:5510d28266f3c28f4c9bf000","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b7f71220297520dde39a5a91","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:11c3e9d7fd6e9f4eb7d52455","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:11c3e9d7fd6e9f4eb7d52455","label":"GF_SECURITY_ADMIN_PASSWORD","locator":{"end_column":44,"end_line":114,"fragment":"","pointer":"/services/grafana/environment/GF_SECURITY_ADMIN_PASSWORD","start_column":7,"start_line":114},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/grafana/environment/GF_SECURITY_ADMIN_PASSWORD","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/50.jsonl b/kag/indexes/shards/anchor/50.jsonl index 580a65f37..b85a3f4ec 100644 --- a/kag/indexes/shards/anchor/50.jsonl +++ b/kag/indexes/shards/anchor/50.jsonl @@ -40,6 +40,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:8321d51642f821f742a50b69","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:8321d51642f821f742a50b69","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:cf34c5261dd691e5dc6d6406","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:cf34c5261dd691e5dc6d6406","label":"ABYSS-STACK-D-0036 Abyss Machine MCP Access Plane","locator":{"end_column":111,"end_line":119,"fragment":"","pointer":"","start_column":3,"start_line":119},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:host-bridge","target_ref":"../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:119:3:0:../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:af38219f896285f333827d7e:aoa:abyss-stack:anchor:c44cf87bd599e9c18e86d6d8","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c44cf87bd599e9c18e86d6d8","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:af38219f896285f333827d7e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:a6f5e3ee0c6c3f2e93004496","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a6f5e3ee0c6c3f2e93004496","label":"START_HERE_ROUTE_CONTRACT","locator":{"end_column":70,"end_line":55,"fragment":"","pointer":"","start_column":1,"start_line":55},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/routes/START_HERE_ROUTE_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:55:1:0:docs/routes/START_HERE_ROUTE_CONTRACT.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:4c4c49a9e8cc76aac34530a7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4c4c49a9e8cc76aac34530a7","label":"session_rehydrate_prompt","locator":{"end_column":10,"end_line":761,"fragment":"","pointer":"","start_column":5,"start_line":755},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.session_rehydrate_prompt","target_ref":"python:mcp.prompt"}],"parser_ref":"python-ast@1","qualified_name":"build_server.session_rehydrate_prompt","semantic_key":"python:method:build_server.session_rehydrate_prompt","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:bab9626b83b85981acea8d19:aoa:abyss-stack:anchor:365efa3549e661d3e012bb39","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:365efa3549e661d3e012bb39","label":"public-templates","locator":{"end_column":49,"end_line":7,"fragment":"","pointer":"","start_column":3,"start_line":7},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection-parts","target_ref":"public-templates/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:7:3:0:public-templates/README.md","source_id":"aoa:abyss-stack:artifact:bab9626b83b85981acea8d19","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:badf964675bbec9938eff09e:aoa:abyss-stack:anchor:7b9fdd9d3dc75f7cd0bdcf9c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:7b9fdd9d3dc75f7cd0bdcf9c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:badf964675bbec9938eff09e","symbol_kind":""} @@ -61,7 +62,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5:aoa:abyss-stack:anchor:7fb2b068e3b4cb0419e64411","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:7fb2b068e3b4cb0419e64411","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:8774b84749ff29e69b8623e3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8774b84749ff29e69b8623e3","label":"ensure_collection","locator":{"end_column":72,"end_line":527,"fragment":"","pointer":"","start_column":1,"start_line":519},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_collection","target_ref":"python:http_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_collection","target_ref":"python:http_json"}],"parser_ref":"python-ast@1","qualified_name":"ensure_collection","semantic_key":"python:function:ensure_collection","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f1f79bfb26e812b26795c0c6:aoa:abyss-stack:anchor:26051bdeed55d59dc5b623c0","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:26051bdeed55d59dc5b623c0","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:f1f79bfb26e812b26795c0c6","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:70ba97e86fdd987b03291568","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:70ba97e86fdd987b03291568","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":202,"fragment":"","pointer":"","start_column":3,"start_line":202},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seam","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:202:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52:aoa:abyss-stack:anchor:14ed1c3abacfadd1a247c3fa","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:14ed1c3abacfadd1a247c3fa","label":"main","locator":{"end_column":52,"end_line":619,"fragment":"","pointer":"","start_column":1,"start_line":498},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:JsonHttpClient"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:JsonHttpClient"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:JsonHttpClient"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:args.config.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:args.embedding_url.rstrip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:args.neo4j_url.rstrip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:args.qdrant_url.rstrip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:args.sqlite_path.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:args.stack_root.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:build_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:client_headers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:client_headers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:config_path.read_bytes"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:connection.close"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:current.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:current.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:current_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:evaluate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph.Neo4jProjection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:hashlib.sha256"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:load_config"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:neo4j_headers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sqlite3.connect"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:tuple"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_json_atomic"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_json_atomic"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4:aoa:abyss-stack:anchor:586dbc25bc22e98a24f7f0c2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:586dbc25bc22e98a24f7f0c2","label":"Lanes","locator":{"end_column":8,"end_line":26,"fragment":"lanes","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:lanes","source_id":"aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:6a19405854115308feb2729f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6a19405854115308feb2729f","label":"test_inference_pilot_compatibility_module_is_inventory_owned","locator":{"end_column":57,"end_line":313,"fragment":"","pointer":"","start_column":1,"start_line":303},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_inference_pilot_compatibility_module_is_inventory_owned","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_inference_pilot_compatibility_module_is_inventory_owned","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","qualified_name":"test_inference_pilot_compatibility_module_is_inventory_owned","semantic_key":"python:function:test_inference_pilot_compatibility_module_is_inventory_owned","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/51.jsonl b/kag/indexes/shards/anchor/51.jsonl index af73095a1..51df8f21f 100644 --- a/kag/indexes/shards/anchor/51.jsonl +++ b/kag/indexes/shards/anchor/51.jsonl @@ -41,7 +41,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58:aoa:abyss-stack:anchor:ecbed91496ec358f220e49d8","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ecbed91496ec358f220e49d8","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:733cc6cf63021ff2ed032674","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:733cc6cf63021ff2ed032674","label":"state","locator":{"end_column":11,"end_line":11,"fragment":"","pointer":"/state","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/state","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0:aoa:abyss-stack:anchor:59f0870b57bb65c82b1be16f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:59f0870b57bb65c82b1be16f","label":"Purpose","locator":{"end_column":10,"end_line":3,"fragment":"purpose","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:193f5c9e917ee9f1e962d221","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:193f5c9e917ee9f1e962d221","label":"Consequences","locator":{"end_column":15,"end_line":55,"fragment":"consequences","pointer":"","start_column":1,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:193f5c9e917ee9f1e962d221","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:193f5c9e917ee9f1e962d221","label":"Consequences","locator":{"end_column":15,"end_line":62,"fragment":"consequences","pointer":"","start_column":1,"start_line":62},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:3b29957acdbac8f5786cb8af","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3b29957acdbac8f5786cb8af","label":"stats","locator":{"end_column":65,"end_line":43,"fragment":"","pointer":"","start_column":41,"start_line":43},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"stats/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:43:41:0:stats/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5:aoa:abyss-stack:anchor:9483bb5e968e7ec3d9025748","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9483bb5e968e7ec3d9025748","label":"test_frontend_projection_bundle_must_not_use_seed_status","locator":{"end_column":16,"end_line":79,"fragment":"","pointer":"","start_column":1,"start_line":69},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_frontend_projection_bundle_must_not_use_seed_status","target_ref":"python:bundle_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_frontend_projection_bundle_must_not_use_seed_status","target_ref":"python:run_active_topology_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_frontend_projection_bundle_must_not_use_seed_status","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_frontend_projection_bundle_must_not_use_seed_status","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_frontend_projection_bundle_must_not_use_seed_status","semantic_key":"python:function:test_frontend_projection_bundle_must_not_use_seed_status","source_id":"aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:e54a36d3105ac6b48cbc890e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e54a36d3105ac6b48cbc890e","label":"graph_neighborhood_resource","locator":{"end_column":117,"end_line":752,"fragment":"","pointer":"","start_column":5,"start_line":751},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.graph_neighborhood_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.graph_neighborhood_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.graph_neighborhood_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.graph_neighborhood_resource","semantic_key":"python:method:build_server.graph_neighborhood_resource","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} @@ -59,6 +59,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e241341659b909f7887c4003:aoa:abyss-stack:anchor:35512bd90c28b98e0ce2e4ea","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:35512bd90c28b98e0ce2e4ea","label":"Consequences","locator":{"end_column":15,"end_line":50,"fragment":"consequences","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:e241341659b909f7887c4003","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:91aea2cd9690f5f86c25cb2b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:91aea2cd9690f5f86c25cb2b","label":"test","locator":{"end_column":134,"end_line":15,"fragment":"","pointer":"/services/route-api/healthcheck/test","start_column":7,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/healthcheck/test","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d:aoa:abyss-stack:anchor:5173c7aca9a6b979ff4e13ff","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5173c7aca9a6b979ff4e13ff","label":"canonical_json","locator":{"end_column":6,"end_line":33,"fragment":"","pointer":"","start_column":1,"start_line":27},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:canonical_json","target_ref":"python:json.dumps"}],"parser_ref":"python-ast@1","qualified_name":"canonical_json","semantic_key":"python:function:canonical_json","source_id":"aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:cb04513b326993ae30620815","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:cb04513b326993ae30620815","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":78,"fragment":"","pointer":"","start_column":3,"start_line":78},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:78:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d:aoa:abyss-stack:anchor:efa630291de40b1c1b461f56","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:efa630291de40b1c1b461f56","label":"LLAMA_ARG_UBATCH","locator":{"end_column":29,"end_line":18,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_UBATCH","start_column":7,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_UBATCH","source_id":"aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:4d87381e3c67d7621cfed924","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4d87381e3c67d7621cfed924","label":"acceptance_commands","locator":{"end_column":34,"end_line":154,"fragment":"","pointer":"/acceptance_commands","start_column":11,"start_line":154},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/acceptance_commands#occurrence-5","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:d0eace9d309e0fe77fcb13b3","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d0eace9d309e0fe77fcb13b3","label":"acceptance_commands","locator":{"end_column":36,"end_line":124,"fragment":"","pointer":"/acceptance_commands","start_column":11,"start_line":124},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/acceptance_commands#occurrence-4","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/52.jsonl b/kag/indexes/shards/anchor/52.jsonl index 9fccc482d..574cc23a4 100644 --- a/kag/indexes/shards/anchor/52.jsonl +++ b/kag/indexes/shards/anchor/52.jsonl @@ -49,11 +49,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8:aoa:abyss-stack:anchor:656ecce791153c90b132fcb1","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:656ecce791153c90b132fcb1","label":"depends_on","locator":{"end_column":15,"end_line":55,"fragment":"","pointer":"/services/langchain-api-intel-text/depends_on","start_column":5,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api-intel-text/depends_on","source_id":"aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d7b73dfc1a6e74f24673d71b:aoa:abyss-stack:anchor:b595b2bd241f1fe3a74ad0ca","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:b595b2bd241f1fe3a74ad0ca","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:d7b73dfc1a6e74f24673d71b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d80751e731b3edc842703d8c:aoa:abyss-stack:anchor:73414aae078049930dcd398d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:73414aae078049930dcd398d","label":"Standing Direction","locator":{"end_column":21,"end_line":218,"fragment":"standing-direction","pointer":"","start_column":1,"start_line":218},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:standing-direction","source_id":"aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922:aoa:abyss-stack:anchor:3ec8dce0475e8460cd5025cb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3ec8dce0475e8460cd5025cb","label":"AGENTS.md","locator":{"end_column":27,"end_line":78,"fragment":"","pointer":"","start_column":5,"start_line":78},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-test-surface","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:78:5:0:AGENTS.md","source_id":"aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:dc3545628430cb8b540a4207:aoa:abyss-stack:anchor:b257b45fb23682d98c01a9d6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b257b45fb23682d98c01a9d6","label":"Decision","locator":{"end_column":11,"end_line":37,"fragment":"decision","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:dc3545628430cb8b540a4207","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6:aoa:abyss-stack:anchor:1834ac78254e8ce7a43a8695","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1834ac78254e8ce7a43a8695","label":"philosophy_status","locator":{"end_column":66,"end_line":197,"fragment":"","pointer":"","start_column":1,"start_line":196},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_status","target_ref":"python:PhilosophyStatusResponse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_status","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_status","target_ref":"python:philosophy_reader.status"}],"parser_ref":"python-ast@1","qualified_name":"philosophy_status","semantic_key":"python:function:philosophy_status","source_id":"aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98:aoa:abyss-stack:anchor:22e5619dee03b656e01c5778","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:22e5619dee03b656e01c5778","label":"Validation","locator":{"end_column":13,"end_line":103,"fragment":"validation","pointer":"","start_column":1,"start_line":103},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation","source_id":"aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:394f237bbbe96e02b1b644db","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:394f237bbbe96e02b1b644db","label":"ABYSS-STACK-D-0011 Legacy-Heavy Runtime Package Distillation","locator":{"end_column":133,"end_line":33,"fragment":"","pointer":"","start_column":3,"start_line":33},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:experience-runtime","target_ref":"../ABYSS-STACK-D-0011-legacy-heavy-runtime-package-distillation.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:33:3:0:../ABYSS-STACK-D-0011-legacy-heavy-runtime-package-distillation.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:f8effdc595199dbf05b798d0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f8effdc595199dbf05b798d0","label":"ABYSS-STACK-D-0029 BabelVox TTS Experimental Lane","locator":{"end_column":111,"end_line":71,"fragment":"","pointer":"","start_column":3,"start_line":71},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0029-babelvox-tts-experimental-lane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:71:3:0:../ABYSS-STACK-D-0029-babelvox-tts-experimental-lane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:84246a8ea3d6b0cc93cd87ff","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:84246a8ea3d6b0cc93cd87ff","label":"schemas/return-regrounding-pack.schema.json","locator":{"end_column":47,"end_line":31,"fragment":"","pointer":"/required_files/24","start_column":3,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/24","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:659fe00de080c0620085edd8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:659fe00de080c0620085edd8","label":"ABYSS-STACK-D-0049 Federation Runtime Seams Validator Module","locator":{"end_column":133,"end_line":55,"fragment":"","pointer":"","start_column":3,"start_line":55},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:55:3:0:../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6ed156e4bf5c79168066246:aoa:abyss-stack:anchor:264b1c7693591de47467d988","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:264b1c7693591de47467d988","label":"Repository-specific note","locator":{"end_column":27,"end_line":10,"fragment":"repository-specific-note","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:repository-specific-note","source_id":"aoa:abyss-stack:artifact:f6ed156e4bf5c79168066246","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/53.jsonl b/kag/indexes/shards/anchor/53.jsonl index d4ea66d51..2cbabd4ad 100644 --- a/kag/indexes/shards/anchor/53.jsonl +++ b/kag/indexes/shards/anchor/53.jsonl @@ -15,11 +15,12 @@ {"_key":"anchor:aoa:abyss-stack:artifact:42391df24b2a99f3114f9071:aoa:abyss-stack:anchor:2e965b642f40f5d8f1898e1b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2e965b642f40f5d8f1898e1b","label":"Active Bridge","locator":{"end_column":16,"end_line":13,"fragment":"active-bridge","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:active-bridge","source_id":"aoa:abyss-stack:artifact:42391df24b2a99f3114f9071","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5b8dc7d61d8e94ca07152504:aoa:abyss-stack:anchor:a08c97b4d78738dfde9df058","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a08c97b4d78738dfde9df058","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:5b8dc7d61d8e94ca07152504","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5b8dc7d61d8e94ca07152504:aoa:abyss-stack:anchor:a96fbb6d6e8184790ad1e019","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:a96fbb6d6e8184790ad1e019","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:5b8dc7d61d8e94ca07152504","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a:aoa:abyss-stack:anchor:9a247b12463b3b2cba3b634c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9a247b12463b3b2cba3b634c","label":"_normalize","locator":{"end_column":42,"end_line":390,"fragment":"","pointer":"","start_column":1,"start_line":389},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_normalize","target_ref":"python:text.lower"}],"parser_ref":"python-ast@1","qualified_name":"_normalize","semantic_key":"python:function:_normalize","source_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a:aoa:abyss-stack:anchor:9a247b12463b3b2cba3b634c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9a247b12463b3b2cba3b634c","label":"_normalize","locator":{"end_column":42,"end_line":400,"fragment":"","pointer":"","start_column":1,"start_line":399},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_normalize","target_ref":"python:text.lower"}],"parser_ref":"python-ast@1","qualified_name":"_normalize","semantic_key":"python:function:_normalize","source_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:5e74eb7efa59f0539e7dcea3:aoa:abyss-stack:anchor:50e0007f24542336552ab5cb","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:50e0007f24542336552ab5cb","label":"exit_class","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/exit_class","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/exit_class","source_id":"aoa:abyss-stack:artifact:5e74eb7efa59f0539e7dcea3","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:638f8ce34d4a6e1ccdc64249:aoa:abyss-stack:anchor:f906da6e2479c207a13fd906","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:f906da6e2479c207a13fd906","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:638f8ce34d4a6e1ccdc64249","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:675e400e8c1c9a70ec0db8eb:aoa:abyss-stack:anchor:3ac53b20798fdcf72ffe1656","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:3ac53b20798fdcf72ffe1656","label":"public_safe","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/public_safe","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/public_safe","source_id":"aoa:abyss-stack:artifact:675e400e8c1c9a70ec0db8eb","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:67c03d245eed8195040add77:aoa:abyss-stack:anchor:a2958d082aabba5704cb984b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a2958d082aabba5704cb984b","label":"HUGGINGFACE_HUB_CACHE","locator":{"end_column":42,"end_line":25,"fragment":"","pointer":"/services/babelvox-tts/environment/HUGGINGFACE_HUB_CACHE","start_column":7,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/babelvox-tts/environment/HUGGINGFACE_HUB_CACHE","source_id":"aoa:abyss-stack:artifact:67c03d245eed8195040add77","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b:aoa:abyss-stack:anchor:a6e9b5a03235da8d88c7af40","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a6e9b5a03235da8d88c7af40","label":"Options considered","locator":{"end_column":21,"end_line":30,"fragment":"options-considered","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7ac90f373295aaf22ab6b693:aoa:abyss-stack:anchor:2e6012e02c109dcea425a152","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2e6012e02c109dcea425a152","label":"safe_name","locator":{"end_column":31,"end_line":24,"fragment":"","pointer":"","start_column":1,"start_line":21},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_name","target_ref":"python:re.sub"}],"parser_ref":"python-ast@1","qualified_name":"safe_name","semantic_key":"python:function:safe_name","source_id":"aoa:abyss-stack:artifact:7ac90f373295aaf22ab6b693","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced:aoa:abyss-stack:anchor:908949318e2be414456c39b7","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:908949318e2be414456c39b7","label":"platform follow-ups receive stable quest IDs","locator":{"end_column":48,"end_line":37,"fragment":"","pointer":"/evidence/0","start_column":3,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/evidence/0","source_id":"aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:7d6cf9efb002a888efbe5fdb","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7d6cf9efb002a888efbe5fdb","label":"aoa.tuning.overlay","locator":{"end_column":51,"end_line":73,"fragment":"","pointer":"/services/grafana/labels/aoa.tuning.overlay","start_column":7,"start_line":73},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/grafana/labels/aoa.tuning.overlay","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} @@ -30,17 +31,16 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:f6ff44b457d4dc0dd590509b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f6ff44b457d4dc0dd590509b","label":"KagRepoEntryRequest","locator":{"end_column":54,"end_line":2066,"fragment":"","pointer":"","start_column":1,"start_line":2065},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"KagRepoEntryRequest","semantic_key":"python:class:KagRepoEntryRequest","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:f84b6cc73dcf48f676d1f4a6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f84b6cc73dcf48f676d1f4a6","label":"require_store","locator":{"end_column":17,"end_line":1897,"fragment":"","pointer":"","start_column":1,"start_line":1894},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_store","target_ref":"python:HTTPException"}],"parser_ref":"python-ast@1","qualified_name":"require_store","semantic_key":"python:function:require_store","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8939438d115cdf4f0554b17a:aoa:abyss-stack:anchor:8d758c52c947961e5dfc5230","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8d758c52c947961e5dfc5230","label":"AGENTS.md","locator":{"end_column":11,"end_line":1,"fragment":"agentsmd","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agentsmd","source_id":"aoa:abyss-stack:artifact:8939438d115cdf4f0554b17a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:4fa20dcb1bc4147308d22365","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4fa20dcb1bc4147308d22365","label":"runtime route contracts","locator":{"end_column":26,"end_line":392,"fragment":"runtime-route-contracts","pointer":"","start_column":1,"start_line":392},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-route-contracts","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:ec69ea5a548422c785d08f35","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ec69ea5a548422c785d08f35","label":"ABYSS-STACK-D-0062 Agent Skill Projection Validator Module","locator":{"end_column":129,"end_line":423,"fragment":"","pointer":"","start_column":3,"start_line":423},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:skill-projection","target_ref":"../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:423:3:0:../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:4fa20dcb1bc4147308d22365","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4fa20dcb1bc4147308d22365","label":"runtime route contracts","locator":{"end_column":26,"end_line":404,"fragment":"runtime-route-contracts","pointer":"","start_column":1,"start_line":404},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-route-contracts","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ff9af75219cc06332abe9a9:aoa:abyss-stack:anchor:a02867d1b5ea656ed574dfb5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a02867d1b5ea656ed574dfb5","label":"test_machine_bridge_contract_declares_readonly_dependency_direction","locator":{"end_column":70,"end_line":120,"fragment":"","pointer":"","start_column":5,"start_line":103},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_machine_bridge_contract_declares_readonly_dependency_direction","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_machine_bridge_contract_declares_readonly_dependency_direction","target_ref":"python:importlib.util.module_from_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_machine_bridge_contract_declares_readonly_dependency_direction","target_ref":"python:importlib.util.spec_from_file_location"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_machine_bridge_contract_declares_readonly_dependency_direction","target_ref":"python:module.check_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_machine_bridge_contract_declares_readonly_dependency_direction","target_ref":"python:module.command_catalog"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_machine_bridge_contract_declares_readonly_dependency_direction","target_ref":"python:module.topological_routes"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_machine_bridge_contract_declares_readonly_dependency_direction","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_machine_bridge_contract_declares_readonly_dependency_direction","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_machine_bridge_contract_declares_readonly_dependency_direction","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_machine_bridge_contract_declares_readonly_dependency_direction","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_machine_bridge_contract_declares_readonly_dependency_direction","target_ref":"python:self.assertIsNotNone"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_machine_bridge_contract_declares_readonly_dependency_direction","target_ref":"python:spec.loader.exec_module"}],"parser_ref":"python-ast@1","qualified_name":"RagBridgeContractsTests.test_machine_bridge_contract_declares_readonly_dependency_direction","semantic_key":"python:method:RagBridgeContractsTests.test_machine_bridge_contract_declares_readonly_dependency_direction","source_id":"aoa:abyss-stack:artifact:8ff9af75219cc06332abe9a9","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:98b9bdeccf4b63a7dd99a0ee:aoa:abyss-stack:anchor:ae80536b50b0a01fbc27f7e9","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ae80536b50b0a01fbc27f7e9","label":"measurements","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/measurements","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/measurements","source_id":"aoa:abyss-stack:artifact:98b9bdeccf4b63a7dd99a0ee","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9a2daa8b86644f570884688d:aoa:abyss-stack:anchor:ed5ba4f55c02ca0f912b5895","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ed5ba4f55c02ca0f912b5895","label":"assert_invalid","locator":{"end_column":67,"end_line":255,"fragment":"","pointer":"","start_column":5,"start_line":253},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave5SeedContractTests.assert_invalid","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave5SeedContractTests.assert_invalid","target_ref":"python:validation_errors"}],"parser_ref":"python-ast@1","qualified_name":"ExperienceWave5SeedContractTests.assert_invalid","semantic_key":"python:method:ExperienceWave5SeedContractTests.assert_invalid","source_id":"aoa:abyss-stack:artifact:9a2daa8b86644f570884688d","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e:aoa:abyss-stack:anchor:d63403dd4e4f50e385f6b73f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d63403dd4e4f50e385f6b73f","label":"llama-cpp","locator":{"end_column":12,"end_line":7,"fragment":"","pointer":"/services/llama-cpp","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp","source_id":"aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358:aoa:abyss-stack:anchor:a55519bee196767fee93de96","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a55519bee196767fee93de96","label":"Node Types","locator":{"end_column":13,"end_line":17,"fragment":"node-types","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:node-types","source_id":"aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:88f890d9b52536ffbdd1294f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:88f890d9b52536ffbdd1294f","label":"case_truth_status","locator":{"end_column":6,"end_line":324,"fragment":"","pointer":"","start_column":1,"start_line":289},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:TRIALS.infer_case_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:TRIALS.make_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:script_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:script_contains"}],"parser_ref":"python-ast@1","qualified_name":"case_truth_status","semantic_key":"python:function:case_truth_status","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:0737a5d0faf2b53e407d6f2e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0737a5d0faf2b53e407d6f2e","label":"ABYSS-STACK-D-0054 Branch Policy Validator Module","locator":{"end_column":111,"end_line":274,"fragment":"","pointer":"","start_column":3,"start_line":274},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governance-route","target_ref":"../ABYSS-STACK-D-0054-branch-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:274:3:0:../ABYSS-STACK-D-0054-branch-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:e31b870c40ac44cfdcbcaeda","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e31b870c40ac44cfdcbcaeda","label":"_stdio_tool_smoke","locator":{"end_column":19,"end_line":1214,"fragment":"","pointer":"","start_column":1,"start_line":860},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:ClientSession"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:REPO_ROOT.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:StdioServerParameters"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:_assert_bounded_inventory_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:_assert_bounded_inventory_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:_assert_bounded_inventory_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:_first_entity"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:_first_entity"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:_has_first_raw_or_segment_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:_read_only_tool_annotation_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:_runtime_reload_required"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:_runtime_reload_required"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:_search_alias_smoke_arguments"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:_stdio_env"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:_stdio_route_count_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:agent_event_usage.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:agent_event_usage.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:agent_event_usage.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:call_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:direct_event_cost.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:direct_event_cost.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:direct_event_mcp_access.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:direct_event_mcp_access.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:direct_event_quality.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:direct_event_rollup_query.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:direct_event_rollup_query.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:direct_event_rollup_query.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:direct_event_rollup_query.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:direct_event_rollup_query.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:direct_event_rollup_query.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:direct_event_rollup_query.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:direct_event_rollup_query.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:direct_event_rollup_query.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:dossier_quality.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:dossier_quality.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:entity_dossier.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:entity_dossier.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:entity_dossier.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:entity_dossier.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:entity_dossier.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:entity_dossier.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:first_inventory_entity.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:first_mcp_inventory_entity.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:graph_cooccurrence.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:graph_cooccurrence.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:graph_cooccurrence.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:graph_cooccurrence.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:graph_cooccurrence.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:graph_cooccurrence.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:graph_cooccurrence.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:graph_neighborhood.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:graph_neighborhood.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:graph_neighborhood.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:layer_inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:layer_inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:literal_plan.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:literal_plan.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:literal_plan.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:literal_plan.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:literal_plan.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:live_scenario_corpus.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:live_scenario_corpus.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:live_scenario_corpus.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:live_scenario_corpus_inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:live_scenario_corpus_inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:live_scenario_corpus_inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:live_scenario_corpus_inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:live_scenario_corpus_inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:live_scenario_registry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:live_scenario_registry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:live_scenario_registry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:maintenance_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:maintenance_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:maintenance_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:mcp_service_inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:mcp_service_inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:mcp_service_inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:mcp_session.initialize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:mcp_session.list_tools"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:open_threads.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:open_threads.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:projection_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:projection_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:projection_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:projection_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:projection_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:registry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:registry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:retrieve_usage.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:retrieve_usage.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:search_alias.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:stdio_client"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:usage_alias.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:usage_alias.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:usage_alias.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:usage_chain_counts.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_tool_smoke","target_ref":"python:usage_chain_quality.get"}],"parser_ref":"python-ast@1","qualified_name":"_stdio_tool_smoke","semantic_key":"python:function:_stdio_tool_smoke","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:5f6290a2a8ebb57eecbdbd6d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5f6290a2a8ebb57eecbdbd6d","label":"scripts/README","locator":{"end_column":175,"end_line":62,"fragment":"","pointer":"","start_column":140,"start_line":62},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"scripts/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:62:140:1:scripts/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:e79cd2d46a15d6f5d7a2d833","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e79cd2d46a15d6f5d7a2d833","label":"BOUNDARIES","locator":{"end_column":105,"end_line":95,"fragment":"","pointer":"","start_column":78,"start_line":95},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:claim-check","target_ref":"BOUNDARIES.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:95:78:1:BOUNDARIES.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:e9b2e725ba183c1e5a383839","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e9b2e725ba183c1e5a383839","label":"runtime-repair","locator":{"end_column":55,"end_line":158,"fragment":"","pointer":"","start_column":3,"start_line":158},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/runtime-repair/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:158:3:0:mechanics/runtime-repair/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:badf964675bbec9938eff09e:aoa:abyss-stack:anchor:8b909a3428b958c1210e797a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:8b909a3428b958c1210e797a","label":"$id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$id","source_id":"aoa:abyss-stack:artifact:badf964675bbec9938eff09e","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e:aoa:abyss-stack:anchor:76e78c421f9b8e0abc4e4d9b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:76e78c421f9b8e0abc4e4d9b","label":"Layout route","locator":{"end_column":15,"end_line":196,"fragment":"layout-route","pointer":"","start_column":1,"start_line":196},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:layout-route","source_id":"aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c1230c1b468b10ee8cca2d40:aoa:abyss-stack:anchor:a77130666091be60470b4e7b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a77130666091be60470b4e7b","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:c1230c1b468b10ee8cca2d40","symbol_kind":"json_key"} @@ -52,7 +52,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e2855b8c2b526183e85f837a:aoa:abyss-stack:anchor:048a21584ecc5c79e7abaf24","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:048a21584ecc5c79e7abaf24","label":"docs/TRACE_EVAL_BRIDGE.md","locator":{"end_column":29,"end_line":8,"fragment":"","pointer":"/required_files/1","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/1","source_id":"aoa:abyss-stack:artifact:e2855b8c2b526183e85f837a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f08d6728765221ab9844939e:aoa:abyss-stack:anchor:04bb54e801c066ba6152a24e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:04bb54e801c066ba6152a24e","label":"Decision","locator":{"end_column":11,"end_line":32,"fragment":"decision","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:f08d6728765221ab9844939e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:31b77a08f55037008a803b4f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:31b77a08f55037008a803b4f","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":65,"fragment":"","pointer":"","start_column":3,"start_line":65},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:65:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:4f4e5033978c1e99050d6ecb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4f4e5033978c1e99050d6ecb","label":"source validation","locator":{"end_column":20,"end_line":238,"fragment":"source-validation","pointer":"","start_column":1,"start_line":238},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-validation","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:4f4e5033978c1e99050d6ecb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4f4e5033978c1e99050d6ecb","label":"source validation","locator":{"end_column":20,"end_line":244,"fragment":"source-validation","pointer":"","start_column":1,"start_line":244},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-validation","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:f52b01e3573d8b0cf810a3c6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f52b01e3573d8b0cf810a3c6","label":"ABYSS-STACK-D-0034 AoA Memo MCP Landing Plan Boundary","locator":{"end_column":119,"end_line":145,"fragment":"","pointer":"","start_column":3,"start_line":145},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:145:3:0:../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:c901c4a30f4c0cbccc3e553f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c901c4a30f4c0cbccc3e553f","label":"test_return_policy_module_is_inventory_owned","locator":{"end_column":57,"end_line":456,"fragment":"","pointer":"","start_column":1,"start_line":446},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_return_policy_module_is_inventory_owned","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_return_policy_module_is_inventory_owned","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","qualified_name":"test_return_policy_module_is_inventory_owned","semantic_key":"python:function:test_return_policy_module_is_inventory_owned","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:495d306ba2e74167fd311b34","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:495d306ba2e74167fd311b34","label":"boundary_rules","locator":{"end_column":10,"end_line":325,"fragment":"","pointer":"","start_column":5,"start_line":296},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.boundary_rules","target_ref":"python:BOUNDARIES_RELATIVE.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.boundary_rules","target_ref":"python:DESIGN_RELATIVE.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.boundary_rules","target_ref":"python:OWNER_INVENTORY_RELATIVE.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.boundary_rules","target_ref":"python:PACKET_READER_RELATIVE.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.boundary_rules","target_ref":"python:SOURCE_HOME_RELATIVE.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.boundary_rules","target_ref":"python:branch.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.boundary_rules","target_ref":"python:branch.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.boundary_rules","target_ref":"python:branch.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.boundary_rules","target_ref":"python:branch.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.boundary_rules","target_ref":"python:branch_rows.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.boundary_rules","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.boundary_rules","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.boundary_rules","target_ref":"python:self.source_home"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.boundary_rules","target_ref":"python:source_home.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.boundary_rules","target_ref":"python:source_home.get"}],"parser_ref":"python-ast@1","qualified_name":"AoAStatsMCPState.boundary_rules","semantic_key":"python:method:AoAStatsMCPState.boundary_rules","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:ce307492f16f4a89c301afec","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ce307492f16f4a89c301afec","label":"techniques_runtime_dependency","locator":{"end_column":38,"end_line":93,"fragment":"","pointer":"/provenance/techniques_runtime_dependency","start_column":3,"start_line":93},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/provenance/techniques_runtime_dependency","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:554546f1789358a9464f901f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:554546f1789358a9464f901f","label":"does_not_define_playbook_meaning","locator":{"end_column":45,"end_line":178,"fragment":"","pointer":"/does_not_define_playbook_meaning","start_column":5,"start_line":178},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/does_not_define_playbook_meaning","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/54.jsonl b/kag/indexes/shards/anchor/54.jsonl index e8e3d6b17..11acf8f8e 100644 --- a/kag/indexes/shards/anchor/54.jsonl +++ b/kag/indexes/shards/anchor/54.jsonl @@ -27,7 +27,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:fab319096c78c2887a5f4cbe","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:fab319096c78c2887a5f4cbe","label":"GF_ANALYTICS_CHECK_FOR_PLUGIN_UPDATES","locator":{"end_column":52,"end_line":81,"fragment":"","pointer":"/services/grafana/environment/GF_ANALYTICS_CHECK_FOR_PLUGIN_UPDATES","start_column":7,"start_line":81},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/grafana/environment/GF_ANALYTICS_CHECK_FOR_PLUGIN_UPDATES","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:19ef8b1fe8d5a06650fa9a94","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:19ef8b1fe8d5a06650fa9a94","label":"AppStore","locator":{"end_column":41,"end_line":57,"fragment":"","pointer":"","start_column":1,"start_line":49},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AppStore","target_ref":"python:dataclass"}],"parser_ref":"python-ast@1","qualified_name":"AppStore","semantic_key":"python:class:AppStore","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:1b3104b7c86d4501b8b9979b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1b3104b7c86d4501b8b9979b","label":"ABYSS-STACK-D-0040 Script Surface Validator Module","locator":{"end_column":113,"end_line":150,"fragment":"","pointer":"","start_column":3,"start_line":150},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0040-script-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:150:3:0:../ABYSS-STACK-D-0040-script-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:92d95231a88a1706ef208cf3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:92d95231a88a1706ef208cf3","label":"ABYSS-STACK-D-0055 Root Routes Validator Module","locator":{"end_column":107,"end_line":252,"fragment":"","pointer":"","start_column":3,"start_line":252},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:entry-contract","target_ref":"../ABYSS-STACK-D-0055-root-routes-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:252:3:0:../ABYSS-STACK-D-0055-root-routes-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:9cf31c25fc7b89417e4d11a9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9cf31c25fc7b89417e4d11a9","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":406,"fragment":"","pointer":"","start_column":3,"start_line":406},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-route-contracts","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:406:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8c94c4fc2ecfa8cdf56ae954:aoa:abyss-stack:anchor:7982351d2a6bdccf9b0f7fad","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7982351d2a6bdccf9b0f7fad","label":"VIA_NEGATIVA_CHECKLIST","locator":{"end_column":24,"end_line":1,"fragment":"via_negativa_checklist","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:via_negativa_checklist","source_id":"aoa:abyss-stack:artifact:8c94c4fc2ecfa8cdf56ae954","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0fcd403807a8d54161bdec:aoa:abyss-stack:anchor:df68e869fffde2d139e78ae4","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:df68e869fffde2d139e78ae4","label":"id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/id","source_id":"aoa:abyss-stack:artifact:8f0fcd403807a8d54161bdec","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9:aoa:abyss-stack:anchor:98bf1ff49caeb898690bec92","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:98bf1ff49caeb898690bec92","label":"AoAKagMCPState","locator":{"end_column":60,"end_line":223,"fragment":"","pointer":"","start_column":1,"start_line":42},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState","target_ref":"python:dataclass"}],"parser_ref":"python-ast@1","qualified_name":"AoAKagMCPState","semantic_key":"python:class:AoAKagMCPState","source_id":"aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9","symbol_kind":"class"} @@ -39,7 +39,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a5ee0a6421758851103923ed:aoa:abyss-stack:anchor:3a803958e237e559c40767a8","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:3a803958e237e559c40767a8","label":"repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/repo","source_id":"aoa:abyss-stack:artifact:a5ee0a6421758851103923ed","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:771ec20ca56090f4f86c6dff","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:771ec20ca56090f4f86c6dff","label":"record_event","locator":{"end_column":19,"end_line":377,"fragment":"","pointer":"","start_column":1,"start_line":359},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:record_event","target_ref":"python:history.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:record_event","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:record_event","target_ref":"python:payload.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:record_event","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:record_event","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"record_event","semantic_key":"python:function:record_event","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:7cee8321b6789797e3a1fab2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7cee8321b6789797e3a1fab2","label":"_stdio_route_count_summary","locator":{"end_column":6,"end_line":857,"fragment":"","pointer":"","start_column":1,"start_line":694},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_first_entity"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_first_entity"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_has_first_raw_or_segment_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count_or_list_len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_payload_count_or_list_len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_runtime_reload_required"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:_runtime_reload_required"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:agent_event_usage.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:direct_event_rollup_query.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:direct_event_rollup_query.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:direct_event_rollup_query.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:direct_event_rollup_query.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:entity_dossier.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:entity_dossier.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:entity_dossier.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:entity_dossier.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:entity_dossier.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:entity_dossier.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:literal_plan.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:literal_plan.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:literal_plan.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:literal_plan.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario_corpus.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario_corpus.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario_corpus_inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:live_scenario_corpus_inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:maintenance_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:maintenance_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:maintenance_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:mcp_service_inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:mcp_service_inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:mcp_service_inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:mcp_service_inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:projection_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:projection_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:projection_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:retrieve_usage.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:retrieve_usage.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:search_alias.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:search_alias.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:usage_alias.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:usage_alias.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_stdio_route_count_summary","target_ref":"python:usage_chain.get"}],"parser_ref":"python-ast@1","qualified_name":"_stdio_route_count_summary","semantic_key":"python:function:_stdio_route_count_summary","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:c75c7da324cc013f8e33e1fc","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c75c7da324cc013f8e33e1fc","label":"install/DEPLOYMENT","locator":{"end_column":123,"end_line":61,"fragment":"","pointer":"","start_column":75,"start_line":61},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/install/DEPLOYMENT.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:61:75:0:docs/install/DEPLOYMENT.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc:aoa:abyss-stack:anchor:10b7b492f3e732db0d06b857","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:10b7b492f3e732db0d06b857","label":"AGENTS","locator":{"end_column":31,"end_line":107,"fragment":"","pointer":"","start_column":1,"start_line":107},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation","target_ref":"AGENTS.md#validation"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:107:1:0:AGENTS.md#validation","source_id":"aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc:aoa:abyss-stack:anchor:a6a97dcafbf4a063be3cff06","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a6a97dcafbf4a063be3cff06","label":"AGENTS.md","locator":{"end_column":25,"end_line":26,"fragment":"","pointer":"","start_column":3,"start_line":26},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:root-mechanics-files","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:26:3:0:AGENTS.md","source_id":"aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8:aoa:abyss-stack:anchor:0449761389dd623d2b0fa989","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0449761389dd623d2b0fa989","label":"_merge_corpus_rows","locator":{"end_column":43,"end_line":932,"fragment":"","pointer":"","start_column":5,"start_line":924},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._merge_corpus_rows","target_ref":"python:tx.run"}],"parser_ref":"python-ast@1","qualified_name":"Neo4jProjectionStore._merge_corpus_rows","semantic_key":"python:method:Neo4jProjectionStore._merge_corpus_rows","source_id":"aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8","symbol_kind":"method"} @@ -54,6 +53,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:fbc6a5e7ff624cd1cbd51f47","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fbc6a5e7ff624cd1cbd51f47","label":"collections","locator":{"end_column":79,"end_line":653,"fragment":"","pointer":"","start_column":1,"start_line":652},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collections","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collections","target_ref":"python:http_json"}],"parser_ref":"python-ast@1","qualified_name":"collections","semantic_key":"python:function:collections","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5:aoa:abyss-stack:anchor:d16e0c9a001848cca2402c53","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d16e0c9a001848cca2402c53","label":"Quest-harvest posture","locator":{"end_column":24,"end_line":29,"fragment":"quest-harvest-posture","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:quest-harvest-posture","source_id":"aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f1f79bfb26e812b26795c0c6:aoa:abyss-stack:anchor:7bb49caa6652649949d2e449","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:7bb49caa6652649949d2e449","label":"title","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/title","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/title","source_id":"aoa:abyss-stack:artifact:f1f79bfb26e812b26795c0c6","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:8067a9677f825c3ccbc05adb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8067a9677f825c3ccbc05adb","label":"ABYSS-STACK-D-0005 Operator Wrappers With Part-Local Backends","locator":{"end_column":135,"end_line":75,"fragment":"","pointer":"","start_column":3,"start_line":75},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection","target_ref":"../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:75:3:0:../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:fc4bbb8c73edf0bf0fdab7c6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:fc4bbb8c73edf0bf0fdab7c6","label":"ABYSS-STACK-D-0046 Federation Surface Validator Module","locator":{"end_column":121,"end_line":52,"fragment":"","pointer":"","start_column":3,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0046-federation-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:52:3:0:../ABYSS-STACK-D-0046-federation-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52:aoa:abyss-stack:anchor:92d28f9f8b8cb6cfd910479f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:92d28f9f8b8cb6cfd910479f","label":"reciprocal_rank_fusion","locator":{"end_column":6,"end_line":169,"fragment":"","pointer":"","start_column":1,"start_line":159},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reciprocal_rank_fusion","target_ref":"python:evaluation.reciprocal_rank_fusion"}],"parser_ref":"python-ast@1","qualified_name":"reciprocal_rank_fusion","semantic_key":"python:function:reciprocal_rank_fusion","source_id":"aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:8461be09a28caf249475f099","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8461be09a28caf249475f099","label":"playbooks","locator":{"end_column":20,"end_line":134,"fragment":"","pointer":"/playbooks","start_column":7,"start_line":134},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/playbooks#occurrence-2","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/55.jsonl b/kag/indexes/shards/anchor/55.jsonl index 283f9bee8..2855f8573 100644 --- a/kag/indexes/shards/anchor/55.jsonl +++ b/kag/indexes/shards/anchor/55.jsonl @@ -1,7 +1,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:2742c83005ba4b4e00960b89","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2742c83005ba4b4e00960b89","label":"local_text_entry_for_prompt","locator":{"end_column":40,"end_line":5416,"fragment":"","pointer":"","start_column":1,"start_line":5415},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:local_text_entry_for_prompt","target_ref":"python:read_local_source_entry"}],"parser_ref":"python-ast@1","qualified_name":"local_text_entry_for_prompt","semantic_key":"python:function:local_text_entry_for_prompt","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:05c103c1f3e103e9b2ebf939:aoa:abyss-stack:anchor:412abbb9a8270ddc2087add2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:412abbb9a8270ddc2087add2","label":"Root Residual Topology Cleanup","locator":{"end_column":32,"end_line":1,"fragment":"root-residual-topology-cleanup","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:root-residual-topology-cleanup","source_id":"aoa:abyss-stack:artifact:05c103c1f3e103e9b2ebf939","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:064505ff57f8ab300d932d4b:aoa:abyss-stack:anchor:c3486bddf6f01c618d4d70e4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c3486bddf6f01c618d4d70e4","label":"test_build_edit_spec_prompt_uses_bounded_excerpt","locator":{"end_column":62,"end_line":34,"fragment":"","pointer":"","start_column":5,"start_line":22},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_uses_bounded_excerpt","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_uses_bounded_excerpt","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_uses_bounded_excerpt","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_uses_bounded_excerpt","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_uses_bounded_excerpt","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_uses_bounded_excerpt","target_ref":"python:self.assertLess"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_uses_bounded_excerpt","target_ref":"python:self.module.build_edit_spec_prompt"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_uses_bounded_excerpt","semantic_key":"python:method:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_uses_bounded_excerpt","source_id":"aoa:abyss-stack:artifact:064505ff57f8ab300d932d4b","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:e62b3d63b02c26854e0f932c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e62b3d63b02c26854e0f932c","label":"Added","locator":{"end_column":9,"end_line":198,"fragment":"added-1","pointer":"","start_column":1,"start_line":198},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:added-1","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:e62b3d63b02c26854e0f932c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e62b3d63b02c26854e0f932c","label":"Added","locator":{"end_column":9,"end_line":200,"fragment":"added-1","pointer":"","start_column":1,"start_line":200},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:added-1","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0743905f57097dd04327214e:aoa:abyss-stack:anchor:7149f9650ec4e688a40359ca","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7149f9650ec4e688a40359ca","label":"search_documents_lexical","locator":{"end_column":56,"end_line":1462,"fragment":"","pointer":"","start_column":1,"start_line":1343},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:_fts_expression"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:_scoped_fts_expression"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:clauses.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:dict.fromkeys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:document_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:hits.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:path_prefix.replace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:time.perf_counter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:time.perf_counter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:tuple"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_documents_lexical","target_ref":"python:weights_by_column.get"}],"parser_ref":"python-ast@1","qualified_name":"search_documents_lexical","semantic_key":"python:function:search_documents_lexical","source_id":"aoa:abyss-stack:artifact:0743905f57097dd04327214e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:0743905f57097dd04327214e:aoa:abyss-stack:anchor:c1def22837a05f89cd228a56","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c1def22837a05f89cd228a56","label":"search_records_lexical","locator":{"end_column":56,"end_line":1030,"fragment":"","pointer":"","start_column":1,"start_line":916},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:_fts_expression"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:_scoped_fts_expression"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:_table_exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:_table_exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:dict.fromkeys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:hits.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:path_prefix.replace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:record_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:time.perf_counter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:time.perf_counter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:time.perf_counter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:tuple"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_lexical","target_ref":"python:weights_by_column.get"}],"parser_ref":"python-ast@1","qualified_name":"search_records_lexical","semantic_key":"python:function:search_records_lexical","source_id":"aoa:abyss-stack:artifact:0743905f57097dd04327214e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:0f2e680584c74140fcb78bc1:aoa:abyss-stack:anchor:1e79b2291b13bb5845689211","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1e79b2291b13bb5845689211","label":"write_decision","locator":{"end_column":67,"end_line":210,"fragment":"","pointer":"","start_column":1,"start_line":163},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_decision","target_ref":"python:decision_id.lower"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_decision","target_ref":"python:facets.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_decision","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_decision","target_ref":"python:path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_decision","target_ref":"python:top_lines.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_decision","target_ref":"python:top_lines.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_decision","target_ref":"python:top_lines.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_decision","target_ref":"python:top_lines.extend"}],"parser_ref":"python-ast@1","qualified_name":"write_decision","semantic_key":"python:function:write_decision","source_id":"aoa:abyss-stack:artifact:0f2e680584c74140fcb78bc1","symbol_kind":"function"} @@ -12,9 +12,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:288e4a230026fbbdda1d6952:aoa:abyss-stack:anchor:24b70e7c11e13aa163150b64","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:24b70e7c11e13aa163150b64","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:288e4a230026fbbdda1d6952","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:2bc10d9e2f0321f2d8271af5:aoa:abyss-stack:anchor:5c72e979bf4337076881dfc3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5c72e979bf4337076881dfc3","label":"Consequences","locator":{"end_column":15,"end_line":60,"fragment":"consequences","pointer":"","start_column":1,"start_line":60},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:2bc10d9e2f0321f2d8271af5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:2c8fbecae573a5f8ee88b290:aoa:abyss-stack:anchor:03d3c14f40db5c8e76178e40","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:03d3c14f40db5c8e76178e40","label":"indexed_record_classes","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/indexed_record_classes","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/indexed_record_classes","source_id":"aoa:abyss-stack:artifact:2c8fbecae573a5f8ee88b290","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:c36e4eed793d83fa5c143b1b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c36e4eed793d83fa5c143b1b","label":"validate_operator_backend_fixture","locator":{"end_column":10,"end_line":92,"fragment":"","pointer":"","start_column":5,"start_line":55},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.validate_operator_backend_fixture","target_ref":"python:pilot_backend.chmod"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.validate_operator_backend_fixture","target_ref":"python:pilot_backend.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.validate_operator_backend_fixture","target_ref":"python:pilot_backend.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.validate_operator_backend_fixture","target_ref":"python:script_surface.is_executable_source_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.validate_operator_backend_fixture","target_ref":"python:script_surface.validate_scripts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.validate_operator_backend_fixture","target_ref":"python:scripts_dir.mkdir"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.validate_operator_backend_fixture","semantic_key":"python:method:SourceTopologyValidatorModulesTests.validate_operator_backend_fixture","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:c36e4eed793d83fa5c143b1b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c36e4eed793d83fa5c143b1b","label":"validate_operator_backend_fixture","locator":{"end_column":10,"end_line":82,"fragment":"","pointer":"","start_column":5,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.validate_operator_backend_fixture","target_ref":"python:pilot_backend.chmod"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.validate_operator_backend_fixture","target_ref":"python:pilot_backend.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.validate_operator_backend_fixture","target_ref":"python:pilot_backend.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.validate_operator_backend_fixture","target_ref":"python:script_surface.is_executable_source_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.validate_operator_backend_fixture","target_ref":"python:script_surface.validate_scripts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.validate_operator_backend_fixture","target_ref":"python:scripts_dir.mkdir"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.validate_operator_backend_fixture","semantic_key":"python:method:SourceTopologyValidatorModulesTests.validate_operator_backend_fixture","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:36001b0dc63c1f1ddf4f661a:aoa:abyss-stack:anchor:b944348f3418fee68c192b56","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b944348f3418fee68c192b56","label":"read_json","locator":{"end_column":18,"end_line":227,"fragment":"","pointer":"","start_column":1,"start_line":218},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_json","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_json","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_json","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_json","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_json","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_json","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"read_json","semantic_key":"python:function:read_json","source_id":"aoa:abyss-stack:artifact:36001b0dc63c1f1ddf4f661a","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:bd085b58c8e105064eafd78b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:bd085b58c8e105064eafd78b","label":"Runtime Rules","locator":{"end_column":16,"end_line":196,"fragment":"runtime-rules","pointer":"","start_column":1,"start_line":196},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-rules","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:bd085b58c8e105064eafd78b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:bd085b58c8e105064eafd78b","label":"Runtime Rules","locator":{"end_column":16,"end_line":200,"fragment":"runtime-rules","pointer":"","start_column":1,"start_line":200},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-rules","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:c012987aed38885fe267419c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c012987aed38885fe267419c","label":"print_case_status","locator":{"end_column":60,"end_line":3370,"fragment":"","pointer":"","start_column":1,"start_line":3363},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_case_status","target_ref":"python:approval_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_case_status","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_case_status","target_ref":"python:load_graph_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_case_status","target_ref":"python:load_result_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_case_status","target_ref":"python:print"}],"parser_ref":"python-ast@1","qualified_name":"print_case_status","semantic_key":"python:function:print_case_status","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:425c86b70f9a6435199e5193:aoa:abyss-stack:anchor:73f2459baf66b92df33dc6db","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:73f2459baf66b92df33dc6db","label":"Consequences","locator":{"end_column":15,"end_line":51,"fragment":"consequences","pointer":"","start_column":1,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:425c86b70f9a6435199e5193","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:42ee5dd93282e41aedf45b31:aoa:abyss-stack:anchor:a791d54e7a87864b9f6158b9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a791d54e7a87864b9f6158b9","label":"environment","locator":{"end_column":16,"end_line":18,"fragment":"","pointer":"/services/llama-cpp/environment","start_column":5,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment","source_id":"aoa:abyss-stack:artifact:42ee5dd93282e41aedf45b31","symbol_kind":""} @@ -39,7 +39,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:84666e090dd5adfcf3917595:aoa:abyss-stack:anchor:fb078cca3fccbfa592c6ae23","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:fb078cca3fccbfa592c6ae23","label":"evidence_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/evidence_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/evidence_refs","source_id":"aoa:abyss-stack:artifact:84666e090dd5adfcf3917595","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb:aoa:abyss-stack:anchor:71027771a71951520349d990","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:71027771a71951520349d990","label":"Core rule","locator":{"end_column":12,"end_line":10,"fragment":"core-rule","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:core-rule","source_id":"aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:79c71e1af1f5c29dd8a253b3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:79c71e1af1f5c29dd8a253b3","label":"memo_object_catalog","locator":{"end_column":71,"end_line":2339,"fragment":"","pointer":"","start_column":1,"start_line":2337},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_object_catalog","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_object_catalog","target_ref":"python:memo_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_object_catalog","target_ref":"python:require_store"}],"parser_ref":"python-ast@1","qualified_name":"memo_object_catalog","semantic_key":"python:function:memo_object_catalog","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:a1d577316687e459560cca58","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a1d577316687e459560cca58","label":"script topology","locator":{"end_column":18,"end_line":404,"fragment":"script-topology","pointer":"","start_column":1,"start_line":404},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:script-topology","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:a1d577316687e459560cca58","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a1d577316687e459560cca58","label":"script topology","locator":{"end_column":18,"end_line":416,"fragment":"script-topology","pointer":"","start_column":1,"start_line":416},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:script-topology","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:b16d3061677bed29bf317354","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b16d3061677bed29bf317354","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":454,"fragment":"","pointer":"","start_column":3,"start_line":454},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-structure","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:454:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:ee3af64a8bae34ba09848973","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ee3af64a8bae34ba09848973","label":"preflight","locator":{"end_column":14,"end_line":2550,"fragment":"","pointer":"","start_column":5,"start_line":2463},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:LANGCHAIN_RUN_URL.rsplit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:TRIALS.run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:TRIALS.w2_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:TRIALS.w4_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:build_health_check"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:ensure_llamacpp_promotion_pass"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:ensure_w5_pass"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:node_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.preflight","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.preflight","semantic_key":"python:method:build_graph.preflight","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0fcd403807a8d54161bdec:aoa:abyss-stack:anchor:f8686a53029488815146ebc7","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:f8686a53029488815146ebc7","label":"summary","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/summary","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/summary","source_id":"aoa:abyss-stack:artifact:8f0fcd403807a8d54161bdec","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:90b9b300ce815b7ad24fbc67:aoa:abyss-stack:anchor:bd325072757529bb58165694","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:bd325072757529bb58165694","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:90b9b300ce815b7ad24fbc67","symbol_kind":"json_key"} @@ -48,9 +49,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9ba642ddad09f472d517db78:aoa:abyss-stack:anchor:f4df96313d58d7bdb2f0cad3","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:f4df96313d58d7bdb2f0cad3","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:9ba642ddad09f472d517db78","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:d88441b8e178dd8fd331c5c1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d88441b8e178dd8fd331c5c1","label":"approval_path","locator":{"end_column":83,"end_line":230,"fragment":"","pointer":"","start_column":1,"start_line":229},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:approval_path","target_ref":"python:scenario_root"}],"parser_ref":"python-ast@1","qualified_name":"approval_path","semantic_key":"python:function:approval_path","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a32fa5977f31c0c97d4e6355:aoa:abyss-stack:anchor:d1ec4f13f740a6093e918a90","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:d1ec4f13f740a6093e918a90","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:a32fa5977f31c0c97d4e6355","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:2d7bd8db44a45791d0fc9ce0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2d7bd8db44a45791d0fc9ce0","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":289,"fragment":"","pointer":"","start_column":3,"start_line":289},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilot","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:289:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:58c9b9a4aac7c64b6507696d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:58c9b9a4aac7c64b6507696d","label":"ABYSS-STACK-D-0078 Federated Stats MCP Access Plane","locator":{"end_column":115,"end_line":305,"fragment":"","pointer":"","start_column":3,"start_line":305},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-local-stats-ports","target_ref":"../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:305:3:0:../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:549a19489735d75dde878131","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:549a19489735d75dde878131","label":"START_HERE_ROUTE_CONTRACT","locator":{"end_column":70,"end_line":54,"fragment":"","pointer":"","start_column":1,"start_line":54},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/routes/START_HERE_ROUTE_CONTRACT.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:54:1:0:docs/routes/START_HERE_ROUTE_CONTRACT.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:972a9dc941b6036790cc6405","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:972a9dc941b6036790cc6405","label":"ABYSS-STACK-D-0078 Federated Stats MCP Access Plane","locator":{"end_column":115,"end_line":252,"fragment":"","pointer":"","start_column":3,"start_line":252},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federated-stats-read-contract","target_ref":"../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:252:3:0:../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7:aoa:abyss-stack:anchor:f2d8d98cb1e078e8375dfc31","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:f2d8d98cb1e078e8375dfc31","label":"dependencies","locator":{"end_column":16,"end_line":11,"fragment":"","pointer":"project.dependencies","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.dependencies","source_id":"aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:1995e3513fa72980b386ec53","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1995e3513fa72980b386ec53","label":"Fast path","locator":{"end_column":12,"end_line":14,"fragment":"fast-path","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:fast-path","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b96f6d6dd54a2bf9b3edaa7a:aoa:abyss-stack:anchor:fa5260be756cabc0e7457ed4","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:fa5260be756cabc0e7457ed4","label":"role_ref","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/role_ref","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/role_ref","source_id":"aoa:abyss-stack:artifact:b96f6d6dd54a2bf9b3edaa7a","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/56.jsonl b/kag/indexes/shards/anchor/56.jsonl index de4432eb3..f42df1598 100644 --- a/kag/indexes/shards/anchor/56.jsonl +++ b/kag/indexes/shards/anchor/56.jsonl @@ -43,7 +43,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:ecf970a1ea9cf4db46f191b1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ecf970a1ea9cf4db46f191b1","label":"eval_runtime_candidate_templates","locator":{"end_column":69,"end_line":774,"fragment":"","pointer":"","start_column":1,"start_line":769},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:eval_runtime_candidate_templates","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:eval_runtime_candidate_templates","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:eval_runtime_candidate_templates","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:eval_runtime_candidate_templates","target_ref":"python:load_runtime_mirror_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:eval_runtime_candidate_templates","target_ref":"python:payload.get"}],"parser_ref":"python-ast@1","qualified_name":"eval_runtime_candidate_templates","semantic_key":"python:function:eval_runtime_candidate_templates","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:cb496c3de199c9d8e3f893c2:aoa:abyss-stack:anchor:57133fbb3548e0a11c304546","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:57133fbb3548e0a11c304546","label":"python-version","locator":{"end_column":32,"end_line":19,"fragment":"","pointer":"/jobs/parity-canary/steps/1/with/python-version","start_column":11,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/jobs/parity-canary/steps/1/with/python-version","source_id":"aoa:abyss-stack:artifact:cb496c3de199c9d8e3f893c2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cd0cb3978ae97166974cc913:aoa:abyss-stack:anchor:f7b9537a1782a433c2cea1f6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f7b9537a1782a433c2cea1f6","label":"scale_export_bundle","locator":{"end_column":10,"end_line":573,"fragment":"","pointer":"","start_column":5,"start_line":562},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.scale_export_bundle","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.scale_export_bundle","target_ref":"python:self.scale_export_manifest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.scale_export_bundle","target_ref":"python:self.scale_export_table"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.scale_export_bundle","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.scale_export_bundle","target_ref":"python:tables.items"}],"parser_ref":"python-ast@1","qualified_name":"ToSPhilosophyProjectionReader.scale_export_bundle","semantic_key":"python:method:ToSPhilosophyProjectionReader.scale_export_bundle","source_id":"aoa:abyss-stack:artifact:cd0cb3978ae97166974cc913","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:a5484e750dc3ab47c5a7bc51","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a5484e750dc3ab47c5a7bc51","label":"validate_diagnostic_examples","locator":{"end_column":80,"end_line":517,"fragment":"","pointer":"","start_column":1,"start_line":383},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:anchor_ref_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:anchor_ref_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:anchor_ref_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:anchor_ref_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:axes.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:diagnosis_companion_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:diagnosis_companion_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:diagnosis_companion_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:diagnosis_companion_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:repair_handoff_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:repair_handoff_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:repair_handoff_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:repair_handoff_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:repair_handoff_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:reviewed_diagnosis_ref_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:reviewed_diagnosis_ref_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:reviewed_diagnosis_ref_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:reviewed_diagnosis_ref_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:session_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:session_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:session_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:session_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:session_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:session_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:session_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:target_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:target_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:target_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:target_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:target_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:truth_status.get"}],"parser_ref":"python-ast@1","qualified_name":"validate_diagnostic_examples","semantic_key":"python:function:validate_diagnostic_examples","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:a5484e750dc3ab47c5a7bc51","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a5484e750dc3ab47c5a7bc51","label":"validate_diagnostic_examples","locator":{"end_column":80,"end_line":630,"fragment":"","pointer":"","start_column":1,"start_line":496},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:anchor_ref_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:anchor_ref_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:anchor_ref_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:anchor_ref_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:axes.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:diagnosis_companion_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:diagnosis_companion_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:diagnosis_companion_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:diagnosis_companion_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:repair_handoff_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:repair_handoff_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:repair_handoff_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:repair_handoff_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:repair_handoff_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:reviewed_diagnosis_ref_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:reviewed_diagnosis_ref_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:reviewed_diagnosis_ref_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:reviewed_diagnosis_ref_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:session_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:session_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:session_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:session_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:session_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:session_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:session_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:target_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:target_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:target_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:target_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:target_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_examples","target_ref":"python:truth_status.get"}],"parser_ref":"python-ast@1","qualified_name":"validate_diagnostic_examples","semantic_key":"python:function:validate_diagnostic_examples","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:d2e12082a72b80c709643be1:aoa:abyss-stack:anchor:ce934e495c6d3b195414bd82","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ce934e495c6d3b195414bd82","label":"aoa.tuning.posture","locator":{"end_column":31,"end_line":9,"fragment":"","pointer":"/services/llama-cpp/labels/aoa.tuning.posture","start_column":7,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/labels/aoa.tuning.posture","source_id":"aoa:abyss-stack:artifact:d2e12082a72b80c709643be1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d62acd7c86056221dc9eb005:aoa:abyss-stack:anchor:518ce1ac7c1b8c5e62530089","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:518ce1ac7c1b8c5e62530089","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:d62acd7c86056221dc9eb005","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8:aoa:abyss-stack:anchor:aecb36c3225b6839aab8ff2c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:aecb36c3225b6839aab8ff2c","label":"condition","locator":{"end_column":34,"end_line":33,"fragment":"","pointer":"/services/rag-api/depends_on/neo4j/condition","start_column":9,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api/depends_on/neo4j/condition","source_id":"aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8","symbol_kind":""} @@ -56,6 +56,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98:aoa:abyss-stack:anchor:9c4eeb27ec53b30c807b46e0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9c4eeb27ec53b30c807b46e0","label":"By date","locator":{"end_column":32,"end_line":34,"fragment":"","pointer":"","start_column":3,"start_line":34},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-surfaces","target_ref":"indexes/by-date.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:34:3:0:indexes/by-date.md","source_id":"aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e6b59c0f14416811a09a1b31:aoa:abyss-stack:anchor:bbb63fc081d26afc48252a7d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:bbb63fc081d26afc48252a7d","label":"Boundaries","locator":{"end_column":12,"end_line":1,"fragment":"boundaries","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundaries","source_id":"aoa:abyss-stack:artifact:e6b59c0f14416811a09a1b31","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267:aoa:abyss-stack:anchor:1f72acdf1d98c36f4d27b2e9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1f72acdf1d98c36f4d27b2e9","label":"test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","locator":{"end_column":60,"end_line":331,"fragment":"","pointer":"","start_column":5,"start_line":210},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:approval_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:approval_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:build_router_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:generated_diff.stdout.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:self.gate_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:self.module.extract_build_router_write_loop_block"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:self.module.prepare_run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:self.module.resume_run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:self.module.resume_run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","semantic_key":"python:method:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable","source_id":"aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:1f88d80d0233b6fcecda0d28","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1f88d80d0233b6fcecda0d28","label":"ABYSS-STACK-D-0022 Machine Evidence Freshness Gates","locator":{"end_column":115,"end_line":81,"fragment":"","pointer":"","start_column":3,"start_line":81},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit","target_ref":"../ABYSS-STACK-D-0022-machine-evidence-freshness-gates.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:81:3:0:../ABYSS-STACK-D-0022-machine-evidence-freshness-gates.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe:aoa:abyss-stack:anchor:9dcbff194c254950b5385b3a","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:9dcbff194c254950b5385b3a","label":"requires-python","locator":{"end_column":26,"end_line":10,"fragment":"","pointer":"project.requires-python","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.requires-python","source_id":"aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fbe7e85991975865de8448c6:aoa:abyss-stack:anchor:cd96d186ddc782797c888eb0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cd96d186ddc782797c888eb0","label":"_parse_filter","locator":{"end_column":19,"end_line":28,"fragment":"","pointer":"","start_column":1,"start_line":15},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_parse_filter","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_parse_filter","target_ref":"python:item.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_parse_filter","target_ref":"python:value.casefold"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_parse_filter","target_ref":"python:value.casefold"}],"parser_ref":"python-ast@1","qualified_name":"_parse_filter","semantic_key":"python:function:_parse_filter","source_id":"aoa:abyss-stack:artifact:fbe7e85991975865de8448c6","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:e4ab209f828854b4517c63b8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e4ab209f828854b4517c63b8","label":"boundaries","locator":{"end_column":17,"end_line":176,"fragment":"","pointer":"/boundaries","start_column":3,"start_line":176},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/boundaries","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/57.jsonl b/kag/indexes/shards/anchor/57.jsonl index 52336e2fb..4b681f534 100644 --- a/kag/indexes/shards/anchor/57.jsonl +++ b/kag/indexes/shards/anchor/57.jsonl @@ -16,7 +16,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:2c3328783260acd2e9108d2a:aoa:abyss-stack:anchor:6877259175a1731954e2a369","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6877259175a1731954e2a369","label":"discover","locator":{"end_column":10,"end_line":188,"fragment":"","pointer":"","start_column":5,"start_line":177},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.discover","target_ref":"python:_env_float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.discover","target_ref":"python:_env_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.discover","target_ref":"python:_env_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.discover","target_ref":"python:_env_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.discover","target_ref":"python:_env_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.discover","target_ref":"python:cls"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.discover","target_ref":"python:os.environ.get"}],"parser_ref":"python-ast@1","qualified_name":"AoATelegramConnectorMCPState.discover","semantic_key":"python:method:AoATelegramConnectorMCPState.discover","source_id":"aoa:abyss-stack:artifact:2c3328783260acd2e9108d2a","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:380f96427f5616d8ec6da67c:aoa:abyss-stack:anchor:13d7d70590aebcd94bea841b","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:13d7d70590aebcd94bea841b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:380f96427f5616d8ec6da67c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:5ad23559527a2363fe76271f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5ad23559527a2363fe76271f","label":"audit_payload","locator":{"end_column":10,"end_line":5604,"fragment":"","pointer":"","start_column":5,"start_line":5575},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"test_skill_evidence_contract_survives_bounded_mcp_compaction.audit_payload","semantic_key":"python:method:test_skill_evidence_contract_survives_bounded_mcp_compaction.audit_payload","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa:aoa:abyss-stack:anchor:fb372593149632ac8900f975","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fb372593149632ac8900f975","label":"Relationship to Other Root Surfaces","locator":{"end_column":38,"end_line":154,"fragment":"relationship-to-other-root-surfaces","pointer":"","start_column":1,"start_line":154},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:relationship-to-other-root-surfaces","source_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa:aoa:abyss-stack:anchor:fb372593149632ac8900f975","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fb372593149632ac8900f975","label":"Relationship to Other Root Surfaces","locator":{"end_column":38,"end_line":157,"fragment":"relationship-to-other-root-surfaces","pointer":"","start_column":1,"start_line":157},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:relationship-to-other-root-surfaces","source_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:42d9f271dea9edd048f8e120:aoa:abyss-stack:anchor:d0d01715ecb55095a99b63d4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d0d01715ecb55095a99b63d4","label":"Use by Agents","locator":{"end_column":16,"end_line":138,"fragment":"use-by-agents","pointer":"","start_column":1,"start_line":138},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:use-by-agents","source_id":"aoa:abyss-stack:artifact:42d9f271dea9edd048f8e120","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:4af078352ed600959f1b2a9a:aoa:abyss-stack:anchor:024397b7ba34f4741dd8ee6f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:024397b7ba34f4741dd8ee6f","label":"run_command","locator":{"end_column":6,"end_line":23,"fragment":"","pointer":"","start_column":1,"start_line":17},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_command","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"run_command","semantic_key":"python:function:run_command","source_id":"aoa:abyss-stack:artifact:4af078352ed600959f1b2a9a","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:4b1443e0fbb5f4d02ec81fa9:aoa:abyss-stack:anchor:3f6f7a65733348e36715abd6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3f6f7a65733348e36715abd6","label":"Hard Boundaries","locator":{"end_column":18,"end_line":24,"fragment":"hard-boundaries","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:hard-boundaries","source_id":"aoa:abyss-stack:artifact:4b1443e0fbb5f4d02ec81fa9","symbol_kind":""} @@ -35,7 +35,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9ba642ddad09f472d517db78:aoa:abyss-stack:anchor:276d478222859c0c76e84a12","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:276d478222859c0c76e84a12","label":"Interface","locator":{"end_column":12,"end_line":13,"fragment":"interface","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:interface","source_id":"aoa:abyss-stack:artifact:9ba642ddad09f472d517db78","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:8fa68d0aca7bedf1f434640b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8fa68d0aca7bedf1f434640b","label":"scope","locator":{"end_column":10,"end_line":22,"fragment":"","pointer":"/complexity_basis/scope","start_column":3,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/complexity_basis/scope","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:1943440122489b933646fa6d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1943440122489b933646fa6d","label":"activity","locator":{"end_column":11,"end_line":15,"fragment":"","pointer":"/ui/activity","start_column":3,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/ui/activity","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:43f15dbc1ed5c82ca5ab1512","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:43f15dbc1ed5c82ca5ab1512","label":"ABYSS-STACK-D-0047 Federation Upstream Compatibility Language Split","locator":{"end_column":147,"end_line":256,"fragment":"","pointer":"","start_column":3,"start_line":256},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seam","target_ref":"../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:256:3:0:../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:6729314caccd70557192604a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6729314caccd70557192604a","label":"ABYSS-STACK-D-0062 Agent Skill Projection Validator Module","locator":{"end_column":129,"end_line":176,"fragment":"","pointer":"","start_column":3,"start_line":176},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:176:3:0:../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:4df53678a36dda9e863ade24","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4df53678a36dda9e863ade24","label":"DOCTOR","locator":{"end_column":83,"end_line":254,"fragment":"","pointer":"","start_column":3,"start_line":254},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:if-something-feels-wrong","target_ref":"../../mechanics/diagnostic-spine/parts/doctor-readiness/docs/DOCTOR.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:254:3:0:../../mechanics/diagnostic-spine/parts/doctor-readiness/docs/DOCTOR.md","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:f7454486859631676c640461","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f7454486859631676c640461","label":"restart","locator":{"end_column":27,"end_line":120,"fragment":"","pointer":"/services/grafana/restart","start_column":5,"start_line":120},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/grafana/restart","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} @@ -46,6 +45,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:54445dac72eaee6f8d33620d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:54445dac72eaee6f8d33620d","label":"First checks","locator":{"end_column":16,"end_line":203,"fragment":"first-checks-4","pointer":"","start_column":1,"start_line":203},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:first-checks-4","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2:aoa:abyss-stack:anchor:0bb074a39e312bf3a363b202","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0bb074a39e312bf3a363b202","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d:aoa:abyss-stack:anchor:13f9c3f8373ecb34ae8f02a4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:13f9c3f8373ecb34ae8f02a4","label":"Template rules","locator":{"end_column":17,"end_line":31,"fragment":"template-rules","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:template-rules","source_id":"aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:3fc8e7bf508c8b0a275b7cfb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3fc8e7bf508c8b0a275b7cfb","label":"ABYSS-STACK-D-0079 KAG Query Application Port","locator":{"end_column":103,"end_line":157,"fragment":"","pointer":"","start_column":3,"start_line":157},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0079-kag-query-application-port.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:157:3:0:../ABYSS-STACK-D-0079-kag-query-application-port.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:45a6dc7b5f7f64e7db7f996a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:45a6dc7b5f7f64e7db7f996a","label":"ABYSS-STACK-D-0068 Decision Graph Contract And Impact Packets","locator":{"end_column":135,"end_line":150,"fragment":"","pointer":"","start_column":3,"start_line":150},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:150:3:0:../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:619a015845475a0118c01342","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:619a015845475a0118c01342","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":77,"fragment":"","pointer":"","start_column":3,"start_line":77},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:77:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:ada273fb4717f67f78b02ee5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ada273fb4717f67f78b02ee5","label":"ABYSS-STACK-D-0010 Workspace Sibling Roots Under AbyssOS","locator":{"end_column":125,"end_line":42,"fragment":"","pointer":"","start_column":3,"start_line":42},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0010-workspace-sibling-roots-under-abyssos.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:42:3:0:../ABYSS-STACK-D-0010-workspace-sibling-roots-under-abyssos.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:b05b6c55ac381b52267c4aad","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b05b6c55ac381b52267c4aad","label":"Multi-axis runtime drift and freshness must be reviewed before a diagnosis or repair handoff.","locator":{"end_column":99,"end_line":13,"fragment":"","pointer":"/applicability/use_when/1","start_column":5,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/applicability/use_when/1","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ffb0f6f1f47fd11880be16b5:aoa:abyss-stack:anchor:8e9620be8f5a87e4d03dcb69","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8e9620be8f5a87e4d03dcb69","label":"write_text","locator":{"end_column":44,"end_line":13,"fragment":"","pointer":"","start_column":1,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_text","semantic_key":"python:function:write_text","source_id":"aoa:abyss-stack:artifact:ffb0f6f1f47fd11880be16b5","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/58.jsonl b/kag/indexes/shards/anchor/58.jsonl index 4e4954134..d3c5f767d 100644 --- a/kag/indexes/shards/anchor/58.jsonl +++ b/kag/indexes/shards/anchor/58.jsonl @@ -32,7 +32,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9dd2df01bd86c7617b835155:aoa:abyss-stack:anchor:ba9970c07d1c973e6548f08e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ba9970c07d1c973e6548f08e","label":"federation-seams","locator":{"end_column":65,"end_line":35,"fragment":"","pointer":"","start_column":3,"start_line":35},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:package-entrypoints","target_ref":"../../mechanics/federation-seams/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:35:3:0:../../mechanics/federation-seams/README.md","source_id":"aoa:abyss-stack:artifact:9dd2df01bd86c7617b835155","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aa50269d09d67d3ecd52ce23:aoa:abyss-stack:anchor:d6f3fe302b9b78e8d39c306f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d6f3fe302b9b78e8d39c306f","label":"PARTS.md","locator":{"end_column":23,"end_line":24,"fragment":"","pointer":"","start_column":3,"start_line":24},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"PARTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:24:3:0:PARTS.md","source_id":"aoa:abyss-stack:artifact:aa50269d09d67d3ecd52ce23","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:33550fd1c4335c75cb51ace9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:33550fd1c4335c75cb51ace9","label":"docs route","locator":{"end_column":13,"end_line":19,"fragment":"docs-route","pointer":"","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:docs-route","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:3bd9a25ec71a4f993b6e7eee","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3bd9a25ec71a4f993b6e7eee","label":"ABYSS-STACK-D-0044 Sync Parity Validator Module","locator":{"end_column":107,"end_line":322,"fragment":"","pointer":"","start_column":3,"start_line":322},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:release-parity","target_ref":"../ABYSS-STACK-D-0044-sync-parity-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:322:3:0:../ABYSS-STACK-D-0044-sync-parity-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5:aoa:abyss-stack:anchor:567a5746755a63b44d632c82","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:567a5746755a63b44d632c82","label":"execution","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/execution","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/execution","source_id":"aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b254911fa834d0448374ad5c:aoa:abyss-stack:anchor:3ab237e376c881bce607c642","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3ab237e376c881bce607c642","label":"ADOPTION WORKER PLAN","locator":{"end_column":22,"end_line":1,"fragment":"adoption-worker-plan","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:adoption-worker-plan","source_id":"aoa:abyss-stack:artifact:b254911fa834d0448374ad5c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bc0030c5d61296454d8e70c4:aoa:abyss-stack:anchor:9b495cde58e1405c5878de3f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9b495cde58e1405c5878de3f","label":"A2A Return Dry-Run","locator":{"end_column":20,"end_line":1,"fragment":"a2a-return-dry-run","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:a2a-return-dry-run","source_id":"aoa:abyss-stack:artifact:bc0030c5d61296454d8e70c4","symbol_kind":""} @@ -48,8 +47,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd:aoa:abyss-stack:anchor:3f1f4d4e0c489d86243a0a6b","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:3f1f4d4e0c489d86243a0a6b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:0a080a5871d85de276229594","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0a080a5871d85de276229594","label":"`local-worker`","locator":{"end_column":17,"end_line":135,"fragment":"local-worker","pointer":"","start_column":1,"start_line":135},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:local-worker","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:effc44426896b5dff1b195e5:aoa:abyss-stack:anchor:415b8c68b0b4b2c7a6fc19f8","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:415b8c68b0b4b2c7a6fc19f8","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:effc44426896b5dff1b195e5","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:a917edabfef3d71894002e24","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a917edabfef3d71894002e24","label":"machine fit","locator":{"end_column":14,"end_line":86,"fragment":"machine-fit","pointer":"","start_column":1,"start_line":86},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:machine-fit","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:79a015e3085cd793c70a9da2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:79a015e3085cd793c70a9da2","label":"ABYSS-STACK-D-0066 AoA Decisions MCP Access Plane","locator":{"end_column":111,"end_line":184,"fragment":"","pointer":"","start_column":3,"start_line":184},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-lane","target_ref":"../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:184:3:0:../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:a917edabfef3d71894002e24","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a917edabfef3d71894002e24","label":"machine fit","locator":{"end_column":14,"end_line":87,"fragment":"machine-fit","pointer":"","start_column":1,"start_line":87},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:machine-fit","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a:aoa:abyss-stack:anchor:eab1ab71b519616defb45048","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:eab1ab71b519616defb45048","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f982df20e5a2e63f2ec3f8d7:aoa:abyss-stack:anchor:095c25c5df6c392ff75dfdcb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:095c25c5df6c392ff75dfdcb","label":"Verdict","locator":{"end_column":10,"end_line":6,"fragment":"verdict","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:verdict","source_id":"aoa:abyss-stack:artifact:f982df20e5a2e63f2ec3f8d7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fc3b963078f7b2d44b3bb401:aoa:abyss-stack:anchor:2b1229087162fa2cb72c4920","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2b1229087162fa2cb72c4920","label":"Validation","locator":{"end_column":13,"end_line":40,"fragment":"validation","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation","source_id":"aoa:abyss-stack:artifact:fc3b963078f7b2d44b3bb401","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80:aoa:abyss-stack:anchor:8adfcc48816c8296017605ac","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8adfcc48816c8296017605ac","label":"Notes","locator":{"end_column":8,"end_line":63,"fragment":"notes","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:notes","source_id":"aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:6cabfc649ff42ba1e73818a8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6cabfc649ff42ba1e73818a8","label":"applicability","locator":{"end_column":14,"end_line":10,"fragment":"","pointer":"/applicability","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/applicability","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/59.jsonl b/kag/indexes/shards/anchor/59.jsonl index 686f131f8..405cb4a62 100644 --- a/kag/indexes/shards/anchor/59.jsonl +++ b/kag/indexes/shards/anchor/59.jsonl @@ -19,7 +19,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7da16eb3eea0afeebbdbc60b:aoa:abyss-stack:anchor:1f3a9c0b1884027d3a012133","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1f3a9c0b1884027d3a012133","label":"../machine-fit/README.md","locator":{"end_column":75,"end_line":33,"fragment":"","pointer":"","start_column":23,"start_line":33},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"../machine-fit/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:33:23:0:../machine-fit/README.md","source_id":"aoa:abyss-stack:artifact:7da16eb3eea0afeebbdbc60b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7e2dc256b75fee0fdb6cef41:aoa:abyss-stack:anchor:8ba75ab61876571088940cca","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8ba75ab61876571088940cca","label":"schemas/router-entry.schema.json","locator":{"end_column":36,"end_line":28,"fragment":"","pointer":"/required_files/22","start_column":3,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/22","source_id":"aoa:abyss-stack:artifact:7e2dc256b75fee0fdb6cef41","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8175622d8775ba536a76f83b:aoa:abyss-stack:anchor:3b006b6751d6106d5344c147","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:3b006b6751d6106d5344c147","label":"source_receipt_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/source_receipt_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/source_receipt_refs","source_id":"aoa:abyss-stack:artifact:8175622d8775ba536a76f83b","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:d2de0831c81d146a67baadfb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d2de0831c81d146a67baadfb","label":"ABYSS-STACK-D-0078 Federated Stats MCP Access Plane","locator":{"end_column":115,"end_line":321,"fragment":"","pointer":"","start_column":3,"start_line":321},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:packet-semantic-parity","target_ref":"../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:321:3:0:../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:7eecbaa7aa7903e82b95a528","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7eecbaa7aa7903e82b95a528","label":"wave_truth_status","locator":{"end_column":6,"end_line":408,"fragment":"","pointer":"","start_column":1,"start_line":359},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wave_truth_status","target_ref":"python:TRIALS.make_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wave_truth_status","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wave_truth_status","target_ref":"python:json_result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wave_truth_status","target_ref":"python:load_result_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wave_truth_status","target_ref":"python:load_result_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wave_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wave_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wave_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wave_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wave_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wave_truth_status","target_ref":"python:script_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wave_truth_status","target_ref":"python:script_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wave_truth_status","target_ref":"python:script_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wave_truth_status","target_ref":"python:script_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wave_truth_status","target_ref":"python:verify_result.get"}],"parser_ref":"python-ast@1","qualified_name":"wave_truth_status","semantic_key":"python:function:wave_truth_status","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9022a190547043d202488b6f:aoa:abyss-stack:anchor:aa5665ac926b9f5ef96e1320","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:aa5665ac926b9f5ef96e1320","label":"catalog_resource","locator":{"end_column":89,"end_line":194,"fragment":"","pointer":"","start_column":5,"start_line":193},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.catalog_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.catalog_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.catalog_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.catalog_resource","semantic_key":"python:method:build_server.catalog_resource","source_id":"aoa:abyss-stack:artifact:9022a190547043d202488b6f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:90b9b300ce815b7ad24fbc67:aoa:abyss-stack:anchor:a796622823f151bb93c93718","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a796622823f151bb93c93718","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:90b9b300ce815b7ad24fbc67","symbol_kind":"json_key"} @@ -29,7 +28,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:8418ee5bfcfd731933684330","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8418ee5bfcfd731933684330","label":"prepare_mutation_proposal","locator":{"end_column":63,"end_line":1639,"fragment":"","pointer":"","start_column":1,"start_line":1572},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:TRIALS.build_w4_script_refresh_plan"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:TRIALS.collect_applicable_agents_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:TRIALS.ensure_repo_tracked_clean"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:TRIALS.git_head"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:TRIALS.prepare_w4_docs_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:TRIALS.relative_repo_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:patched_repo_root_for_w5"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:patched_repo_root_for_w5"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:prepare_implementation_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:repo_root_for_scenario"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_mutation_proposal","target_ref":"python:write_text_exact"}],"parser_ref":"python-ast@1","qualified_name":"prepare_mutation_proposal","semantic_key":"python:function:prepare_mutation_proposal","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:e12abca04e4b67a7cdaa0fe8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e12abca04e4b67a7cdaa0fe8","label":"main","locator":{"end_column":13,"end_line":2898,"fragment":"","pointer":"","start_column":1,"start_line":2851},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:available_cases"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:build_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:configure_program_runtime"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:default_log_root_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:default_mirror_root_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:final_state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:final_state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:final_state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:final_state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:materialize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:materialize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:materialize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:materialize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.error"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.error"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.error"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.error"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.error"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.parse_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print_all_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print_case_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:run_graph_scenario"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:run_graph_scenario"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:45ed16056c7b80b8292ff644","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:45ed16056c7b80b8292ff644","label":"risk","locator":{"end_column":19,"end_line":14,"fragment":"","pointer":"/risk","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/risk","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:9563e7dc68ec86a32816df54","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9563e7dc68ec86a32816df54","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":221,"fragment":"","pointer":"","start_column":3,"start_line":221},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:compatibility-bridge","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:221:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:b7ba48c3631910658003e48d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b7ba48c3631910658003e48d","label":"ABYSS-STACK-D-0022 Machine Evidence Freshness Gates","locator":{"end_column":115,"end_line":148,"fragment":"","pointer":"","start_column":3,"start_line":148},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0022-machine-evidence-freshness-gates.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:148:3:0:../ABYSS-STACK-D-0022-machine-evidence-freshness-gates.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:af3b66cca2baf8cdb21b6c5a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:af3b66cca2baf8cdb21b6c5a","label":"aoa_session_agent_reasoning_windows","locator":{"end_column":10,"end_line":163,"fragment":"","pointer":"","start_column":5,"start_line":145},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_agent_reasoning_windows","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_agent_reasoning_windows","semantic_key":"python:method:build_server.aoa_session_agent_reasoning_windows","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:759b8b628f90eef122872653","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:759b8b628f90eef122872653","label":"Deeper runtime truth before launch","locator":{"end_column":37,"end_line":82,"fragment":"deeper-runtime-truth-before-launch","pointer":"","start_column":1,"start_line":82},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:deeper-runtime-truth-before-launch","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} @@ -39,5 +37,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f:aoa:abyss-stack:anchor:16592acbc85582d278553ee9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:16592acbc85582d278553ee9","label":"handoff_role","locator":{"end_column":32,"end_line":38,"fragment":"","pointer":"/handoff_role","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/handoff_role","source_id":"aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:267340db6f733b3f37d9f8c8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:267340db6f733b3f37d9f8c8","label":"timeout","locator":{"end_column":17,"end_line":17,"fragment":"","pointer":"/services/route-api/healthcheck/timeout","start_column":7,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/healthcheck/timeout","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:8928c6185cd61d59bd0225e6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8928c6185cd61d59bd0225e6","label":"answer_from_retrieval","locator":{"end_column":6,"end_line":746,"fragment":"","pointer":"","start_column":1,"start_line":722},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:answer_from_retrieval","target_ref":"python:build_context"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:answer_from_retrieval","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:answer_from_retrieval","target_ref":"python:http_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:answer_from_retrieval","target_ref":"python:max"}],"parser_ref":"python-ast@1","qualified_name":"answer_from_retrieval","semantic_key":"python:function:answer_from_retrieval","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:28c2aeb6a19625ba0da11fae","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:28c2aeb6a19625ba0da11fae","label":"ABYSS-STACK-D-0022 Machine Evidence Freshness Gates","locator":{"end_column":115,"end_line":89,"fragment":"","pointer":"","start_column":3,"start_line":89},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit","target_ref":"../ABYSS-STACK-D-0022-machine-evidence-freshness-gates.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:89:3:0:../ABYSS-STACK-D-0022-machine-evidence-freshness-gates.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:fe34e7ad2bf3bb2c0bfabbc4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:fe34e7ad2bf3bb2c0bfabbc4","label":"ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle","locator":{"end_column":107,"end_line":185,"fragment":"","pointer":"","start_column":3,"start_line":185},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-access-plane","target_ref":"../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:185:3:0:../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c2a6c215f1894287c00fbace","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c2a6c215f1894287c00fbace","label":"ABYSS-STACK-D-0030 RAG Orchestration Profile","locator":{"end_column":101,"end_line":104,"fragment":"","pointer":"","start_column":3,"start_line":104},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection","target_ref":"../ABYSS-STACK-D-0030-rag-orchestration-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:104:3:0:../ABYSS-STACK-D-0030-rag-orchestration-profile.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:0b94c390d49bbdb6389f7253","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0b94c390d49bbdb6389f7253","label":"generic health negative","locator":{"end_column":29,"end_line":102,"fragment":"","pointer":"/recheck/manual_cases/1","start_column":5,"start_line":102},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/recheck/manual_cases/1","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:7a9164693622ccb99be59bde","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7a9164693622ccb99be59bde","label":"freshness_intent","locator":{"end_column":24,"end_line":35,"fragment":"","pointer":"/abi/inputs/required/3","start_column":7,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/inputs/required/3","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:f9cf0cb855820803c485cc30","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f9cf0cb855820803c485cc30","label":"conditional","locator":{"end_column":16,"end_line":37,"fragment":"","pointer":"/abi/inputs/conditional","start_column":5,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/inputs/conditional","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/5a.jsonl b/kag/indexes/shards/anchor/5a.jsonl index 864bbfe0f..50dfb0819 100644 --- a/kag/indexes/shards/anchor/5a.jsonl +++ b/kag/indexes/shards/anchor/5a.jsonl @@ -32,6 +32,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb:aoa:abyss-stack:anchor:7a99d8ba17adfe8aa6f17c4a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7a99d8ba17adfe8aa6f17c4a","label":"`deep`","locator":{"end_column":10,"end_line":82,"fragment":"deep","pointer":"","start_column":1,"start_line":82},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:deep","source_id":"aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8835a41340228ce9fcf964cb:aoa:abyss-stack:anchor:5fcd6d53e9604c620e930a29","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:5fcd6d53e9604c620e930a29","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8835a41340228ce9fcf964cb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8a43d2a3f1bb00e78677bb47:aoa:abyss-stack:anchor:d89d55df6e6379ad48fdd7f9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d89d55df6e6379ad48fdd7f9","label":"Tree-of-Sophia","locator":{"end_column":340,"end_line":34,"fragment":"","pointer":"","start_column":226,"start_line":34},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:authority-source","target_ref":"https://github.com/8Dionysus/Tree-of-Sophia/blob/main/docs/NO_DIRECT_EXPERIENCE_INSTALL_WRITE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:34:226:1:https://github.com/8Dionysus/Tree-of-Sophia/blob/main/docs/NO_DIRECT_EXPERIENCE_INSTALL_WRITE.md","source_id":"aoa:abyss-stack:artifact:8a43d2a3f1bb00e78677bb47","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:3d75e4780817dbeb9488d2dd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3d75e4780817dbeb9488d2dd","label":"ABYSS-STACK-D-0078 Federated Stats MCP Access Plane","locator":{"end_column":115,"end_line":325,"fragment":"","pointer":"","start_column":3,"start_line":325},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-route-confinement","target_ref":"../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:325:3:0:../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:5653017d645cf9f5649f1a24","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5653017d645cf9f5649f1a24","label":"ABYSS-STACK-D-0052 Machine Fit Validator Module","locator":{"end_column":107,"end_line":162,"fragment":"","pointer":"","start_column":3,"start_line":162},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0052-machine-fit-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:162:3:0:../ABYSS-STACK-D-0052-machine-fit-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:af7562a7c2a2c22d691ccd87","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:af7562a7c2a2c22d691ccd87","label":"ABYSS-STACK-D-0015 Mechanics Package Card Completeness","locator":{"end_column":121,"end_line":142,"fragment":"","pointer":"","start_column":3,"start_line":142},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0015-mechanics-package-card-completeness.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:142:3:0:../ABYSS-STACK-D-0015-mechanics-package-card-completeness.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f:aoa:abyss-stack:anchor:7b15ede99a515fc827d19fb4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7b15ede99a515fc827d19fb4","label":"PROFILE_RECIPES","locator":{"end_column":40,"end_line":257,"fragment":"","pointer":"","start_column":3,"start_line":257},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:practical-note","target_ref":"PROFILE_RECIPES.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:257:3:0:PROFILE_RECIPES.md","source_id":"aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","symbol_kind":""} @@ -50,13 +51,12 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ba526145c4d31941351c6dfa:aoa:abyss-stack:anchor:6911a63b589dfb326abfe2e5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6911a63b589dfb326abfe2e5","label":"test_inventory.json","locator":{"end_column":45,"end_line":8,"fragment":"","pointer":"","start_column":3,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:testing","target_ref":"test_inventory.json"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:8:3:0:test_inventory.json","source_id":"aoa:abyss-stack:artifact:ba526145c4d31941351c6dfa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:1d948bb698b2cd897145f364","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1d948bb698b2cd897145f364","label":"_eval_runtime_candidate_intake_projection","locator":{"end_column":6,"end_line":2801,"fragment":"","pointer":"","start_column":1,"start_line":2789},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_eval_runtime_candidate_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_eval_runtime_candidate_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_eval_runtime_candidate_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_eval_runtime_candidate_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_eval_runtime_candidate_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_eval_runtime_candidate_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_eval_runtime_candidate_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_eval_runtime_candidate_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_eval_runtime_candidate_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_eval_runtime_candidate_intake_projection","target_ref":"python:payload.get"}],"parser_ref":"python-ast@1","qualified_name":"_eval_runtime_candidate_intake_projection","semantic_key":"python:function:_eval_runtime_candidate_intake_projection","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8:aoa:abyss-stack:anchor:f21c7ea4062d635cee63ad6a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f21c7ea4062d635cee63ad6a","label":"text_generation","locator":{"end_column":23,"end_line":23,"fragment":"","pointer":"/services/ovms-intel-text/command/9","start_column":7,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ovms-intel-text/command/9","source_id":"aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:bf40c9cb9f640f2cf8c12c48","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bf40c9cb9f640f2cf8c12c48","label":"validate_diagnostic_schemas","locator":{"end_column":6,"end_line":380,"fragment":"","pointer":"","start_column":1,"start_line":230},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:require_schema_fields"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:require_schema_fields"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:require_schema_fields"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:require_schema_fields"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:require_schema_fields"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:require_schema_fields"}],"parser_ref":"python-ast@1","qualified_name":"validate_diagnostic_schemas","semantic_key":"python:function:validate_diagnostic_schemas","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:bf40c9cb9f640f2cf8c12c48","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bf40c9cb9f640f2cf8c12c48","label":"validate_diagnostic_schemas","locator":{"end_column":6,"end_line":493,"fragment":"","pointer":"","start_column":1,"start_line":343},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:require_schema_fields"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:require_schema_fields"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:require_schema_fields"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:require_schema_fields"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:require_schema_fields"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_schemas","target_ref":"python:require_schema_fields"}],"parser_ref":"python-ast@1","qualified_name":"validate_diagnostic_schemas","semantic_key":"python:function:validate_diagnostic_schemas","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:dabec73d868c5780b2759d7e:aoa:abyss-stack:anchor:4a2d3282d4a30a3ef9472b12","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4a2d3282d4a30a3ef9472b12","label":"philosophy_atlas_projection","locator":{"end_column":87,"end_line":7,"fragment":"","pointer":"/source/philosophy_atlas_projection","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/source/philosophy_atlas_projection","source_id":"aoa:abyss-stack:artifact:dabec73d868c5780b2759d7e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:dd1e8183e5f102cf2fdfb06d:aoa:abyss-stack:anchor:bcbd0e5d116ed2ea4b41bb30","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bcbd0e5d116ed2ea4b41bb30","label":"rag-api","locator":{"end_column":10,"end_line":2,"fragment":"","pointer":"/services/rag-api","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api","source_id":"aoa:abyss-stack:artifact:dd1e8183e5f102cf2fdfb06d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6:aoa:abyss-stack:anchor:68d060ab3bc224a8a1569f41","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:68d060ab3bc224a8a1569f41","label":"philosophy_neighborhood","locator":{"end_column":60,"end_line":333,"fragment":"","pointer":"","start_column":1,"start_line":317},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_neighborhood","target_ref":"python:_handle_philosophy_reader_error"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_neighborhood","target_ref":"python:_layer_set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_neighborhood","target_ref":"python:_predicate_set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_neighborhood","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_neighborhood","target_ref":"python:philosophy_reader.neighborhood"}],"parser_ref":"python-ast@1","qualified_name":"philosophy_neighborhood","semantic_key":"python:function:philosophy_neighborhood","source_id":"aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6:aoa:abyss-stack:anchor:8122f86ff366fe1ab90c07e8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8122f86ff366fe1ab90c07e8","label":"philosophy_edge","locator":{"end_column":60,"end_line":313,"fragment":"","pointer":"","start_column":1,"start_line":309},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_edge","target_ref":"python:_handle_philosophy_reader_error"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_edge","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:philosophy_edge","target_ref":"python:philosophy_reader.edge"}],"parser_ref":"python-ast@1","qualified_name":"philosophy_edge","semantic_key":"python:function:philosophy_edge","source_id":"aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:ab3e54bcac5ce03565de7255","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ab3e54bcac5ce03565de7255","label":"review_intake","locator":{"end_column":10,"end_line":689,"fragment":"","pointer":"","start_column":5,"start_line":605},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:_id_slug"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:_utc_stamp"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:candidate.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:errors.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:errors.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:errors.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:port.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:receipt_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:route.memo_port.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:self._check_payload_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:self._check_payload_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:self._known_port_for_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:self._local_packet_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:self._resolve_local_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:self._schema_errors"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:self._schema_errors"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:self.build_port_index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:self.repo_route"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:self.validate_candidate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.review_intake","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState.review_intake","semantic_key":"python:method:AoAMemoMCPState.review_intake","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:485587a17ae62c41176a5708","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:485587a17ae62c41176a5708","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":62,"fragment":"","pointer":"","start_column":3,"start_line":62},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:62:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4:aoa:abyss-stack:anchor:489c79ab795911108a0fb677","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:489c79ab795911108a0fb677","label":"_bearer_token","locator":{"end_column":17,"end_line":105,"fragment":"","pointer":"","start_column":1,"start_line":90},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:_TOKEN_PATTERN.fullmatch"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:_credential_token"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:credential_token.encode"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:env_token.encode"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:hmac.compare_digest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:os.environ.get"}],"parser_ref":"python-ast@1","qualified_name":"_bearer_token","semantic_key":"python:function:_bearer_token","source_id":"aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52:aoa:abyss-stack:anchor:739c03314fe0e05a9833092c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:739c03314fe0e05a9833092c","label":"graph_search","locator":{"end_column":6,"end_line":218,"fragment":"","pointer":"","start_column":1,"start_line":204},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:graph_search","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:graph_search","target_ref":"python:graph.search_multihop"}],"parser_ref":"python-ast@1","qualified_name":"graph_search","semantic_key":"python:function:graph_search","source_id":"aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a:aoa:abyss-stack:anchor:83bc88ae5bb8816ea01305f6","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:83bc88ae5bb8816ea01305f6","label":"$id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$id","source_id":"aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/5b.jsonl b/kag/indexes/shards/anchor/5b.jsonl index e14375bca..58f2dd7a8 100644 --- a/kag/indexes/shards/anchor/5b.jsonl +++ b/kag/indexes/shards/anchor/5b.jsonl @@ -22,9 +22,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7939fb423140de0a4b026e64:aoa:abyss-stack:anchor:4974a518840ca37dc8406b97","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4974a518840ca37dc8406b97","label":"${AOA_STACK_ROOT","locator":{"end_column":111,"end_line":23,"fragment":"","pointer":"/services/llama-cpp/volumes/0/${AOA_STACK_ROOT","start_column":7,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/volumes/0/${AOA_STACK_ROOT","source_id":"aoa:abyss-stack:artifact:7939fb423140de0a4b026e64","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7d386febdeddee7e9362909d:aoa:abyss-stack:anchor:2bb9e4030b435987696504e7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2bb9e4030b435987696504e7","label":"2026-05-13 - Residual frontier alignment","locator":{"end_column":43,"end_line":25,"fragment":"2026-05-13-residual-frontier-alignment","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2026-05-13-residual-frontier-alignment","source_id":"aoa:abyss-stack:artifact:7d386febdeddee7e9362909d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3:aoa:abyss-stack:anchor:a3d0d0cd027fa92862af6ce8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a3d0d0cd027fa92862af6ce8","label":"test_find_or_propose_uses_significant_runtime_export_tokens","locator":{"end_column":6,"end_line":937,"fragment":"","pointer":"","start_column":1,"start_line":911},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_find_or_propose_uses_significant_runtime_export_tokens","target_ref":"python:AoAEvalsMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_find_or_propose_uses_significant_runtime_export_tokens","target_ref":"python:seed_evals"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_find_or_propose_uses_significant_runtime_export_tokens","target_ref":"python:seed_named_runtime_candidate_export"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_find_or_propose_uses_significant_runtime_export_tokens","target_ref":"python:seed_unrelated_artifact_hook_export"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_find_or_propose_uses_significant_runtime_export_tokens","target_ref":"python:state.find_or_propose"}],"parser_ref":"python-ast@1","qualified_name":"test_find_or_propose_uses_significant_runtime_export_tokens","semantic_key":"python:function:test_find_or_propose_uses_significant_runtime_export_tokens","source_id":"aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:747a71b8a851cbfe4ebcd618","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:747a71b8a851cbfe4ebcd618","label":"ABYSS-STACK-D-0080 Diagnostic Skill Owner Home","locator":{"end_column":105,"end_line":149,"fragment":"","pointer":"","start_column":3,"start_line":149},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-07-17","target_ref":"../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:149:3:0:../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:81e489ac17d703a0f7ec61f9:aoa:abyss-stack:anchor:1da2d24c525a1829aee738cd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1da2d24c525a1829aee738cd","label":"merge_unique_strings","locator":{"end_column":18,"end_line":106,"fragment":"","pointer":"","start_column":1,"start_line":97},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:merge_unique_strings","target_ref":"python:merged.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:merge_unique_strings","target_ref":"python:seen.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:merge_unique_strings","target_ref":"python:set"}],"parser_ref":"python-ast@1","qualified_name":"merge_unique_strings","semantic_key":"python:function:merge_unique_strings","source_id":"aoa:abyss-stack:artifact:81e489ac17d703a0f7ec61f9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:dbb4c55e482c104004ed1eaa","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:dbb4c55e482c104004ed1eaa","label":"MemoExpandRequest","locator":{"end_column":34,"end_line":1963,"fragment":"","pointer":"","start_column":1,"start_line":1960},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"MemoExpandRequest","semantic_key":"python:class:MemoExpandRequest","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"class"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:ee5151d6ba8cc6640772de11","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ee5151d6ba8cc6640772de11","label":"owner-qualified provenance","locator":{"end_column":29,"end_line":310,"fragment":"owner-qualified-provenance","pointer":"","start_column":1,"start_line":310},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-qualified-provenance","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:45090df4288504c4cd1908d1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:45090df4288504c4cd1908d1","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":483,"fragment":"","pointer":"","start_column":3,"start_line":483},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:unmodeled-surface-detection","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:483:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:ee5151d6ba8cc6640772de11","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ee5151d6ba8cc6640772de11","label":"owner-qualified provenance","locator":{"end_column":29,"end_line":318,"fragment":"owner-qualified-provenance","pointer":"","start_column":1,"start_line":318},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-qualified-provenance","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8c201082d640e3054dfcbcf8:aoa:abyss-stack:anchor:794866d4c5dbf9c8c1010707","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:794866d4c5dbf9c8c1010707","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8c201082d640e3054dfcbcf8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8c94c4fc2ecfa8cdf56ae954:aoa:abyss-stack:anchor:9be69e6979d77218775b5512","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9be69e6979d77218775b5512","label":"Exit condition","locator":{"end_column":17,"end_line":29,"fragment":"exit-condition","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:exit-condition","source_id":"aoa:abyss-stack:artifact:8c94c4fc2ecfa8cdf56ae954","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f:aoa:abyss-stack:anchor:cd9d1fef455239bf22330bb5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cd9d1fef455239bf22330bb5","label":"`rag`","locator":{"end_column":9,"end_line":141,"fragment":"rag","pointer":"","start_column":1,"start_line":141},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rag","source_id":"aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","symbol_kind":""} @@ -44,3 +46,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345:aoa:abyss-stack:anchor:8375f4fa8a522d67c4ba6e1c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:8375f4fa8a522d67c4ba6e1c","label":"record_class","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/record_class","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/record_class","source_id":"aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:5d2f6d3568569ed923385f58","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5d2f6d3568569ed923385f58","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":33,"fragment":"","pointer":"","start_column":3,"start_line":33},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mechanics","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:33:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:9d0de116a8dac777e651031f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9d0de116a8dac777e651031f","label":"ABYSS-STACK-D-0043 Service Selection Validator Module","locator":{"end_column":119,"end_line":21,"fragment":"","pointer":"","start_column":3,"start_line":21},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mechanics","target_ref":"../ABYSS-STACK-D-0043-service-selection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:21:3:0:../ABYSS-STACK-D-0043-service-selection-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:c66754003abc6a0ca1342c4b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c66754003abc6a0ca1342c4b","label":"operation","locator":{"end_column":17,"end_line":49,"fragment":"","pointer":"/abi/outputs/required/0","start_column":7,"start_line":49},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs/required/0","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/5c.jsonl b/kag/indexes/shards/anchor/5c.jsonl index 0c335c641..ca4683a4a 100644 --- a/kag/indexes/shards/anchor/5c.jsonl +++ b/kag/indexes/shards/anchor/5c.jsonl @@ -3,7 +3,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:042237926d393a483300ce3b:aoa:abyss-stack:anchor:d032f9a9d97a548383b362b6","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:d032f9a9d97a548383b362b6","label":"artifact_kind","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/artifact_kind","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/artifact_kind","source_id":"aoa:abyss-stack:artifact:042237926d393a483300ce3b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:05bab38ce2d9e3e3f5e9da3b:aoa:abyss-stack:anchor:2460d9eba27c2d2246ad6ed5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2460d9eba27c2d2246ad6ed5","label":"test_empty_preset_assignment_fails_before_runtime_selection","locator":{"end_column":65,"end_line":165,"fragment":"","pointer":"","start_column":5,"start_line":162},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_empty_preset_assignment_fails_before_runtime_selection","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_empty_preset_assignment_fails_before_runtime_selection","target_ref":"python:self.assertNotEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_empty_preset_assignment_fails_before_runtime_selection","target_ref":"python:self.run_install_systemd"}],"parser_ref":"python-ast@1","qualified_name":"RuntimeLifecycleUserUnitTests.test_empty_preset_assignment_fails_before_runtime_selection","semantic_key":"python:method:RuntimeLifecycleUserUnitTests.test_empty_preset_assignment_fails_before_runtime_selection","source_id":"aoa:abyss-stack:artifact:05bab38ce2d9e3e3f5e9da3b","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:05c103c1f3e103e9b2ebf939:aoa:abyss-stack:anchor:5935451923363bf6870aa792","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5935451923363bf6870aa792","label":"Options considered","locator":{"end_column":21,"end_line":30,"fragment":"options-considered","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:05c103c1f3e103e9b2ebf939","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:c7af46504e112f0536c98e0a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c7af46504e112f0536c98e0a","label":"Added","locator":{"end_column":9,"end_line":700,"fragment":"added-3","pointer":"","start_column":1,"start_line":700},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:added-3","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:c7af46504e112f0536c98e0a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c7af46504e112f0536c98e0a","label":"Added","locator":{"end_column":9,"end_line":702,"fragment":"added-3","pointer":"","start_column":1,"start_line":702},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:added-3","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0743905f57097dd04327214e:aoa:abyss-stack:anchor:e6af1275ad62a9cfaaf57c10","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e6af1275ad62a9cfaaf57c10","label":"_document_hit","locator":{"end_column":74,"end_line":424,"fragment":"","pointer":"","start_column":1,"start_line":423},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_document_hit","target_ref":"python:json.loads"}],"parser_ref":"python-ast@1","qualified_name":"_document_hit","semantic_key":"python:function:_document_hit","source_id":"aoa:abyss-stack:artifact:0743905f57097dd04327214e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:0918dfbcc68f5907d706c8f8:aoa:abyss-stack:anchor:911ad1b545954ee2e8837fba","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:911ad1b545954ee2e8837fba","label":"boundary","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/boundary","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/boundary","source_id":"aoa:abyss-stack:artifact:0918dfbcc68f5907d706c8f8","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345:aoa:abyss-stack:anchor:a67062a4bd950ca159b0af6c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a67062a4bd950ca159b0af6c","label":"COMMAND_AUTHORITY","locator":{"end_column":165,"end_line":21,"fragment":"","pointer":"","start_column":113,"start_line":21},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:districts","target_ref":"validation/COMMAND_AUTHORITY.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:21:113:1:validation/COMMAND_AUTHORITY.md","source_id":"aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345","symbol_kind":""} @@ -31,13 +31,13 @@ {"_key":"anchor:aoa:abyss-stack:artifact:4a3fca8d5813177e29019149:aoa:abyss-stack:anchor:bc3c7ea88079fd1944a7104d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bc3c7ea88079fd1944a7104d","label":"load_module","locator":{"end_column":18,"end_line":38,"fragment":"","pointer":"","start_column":1,"start_line":32},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_module","target_ref":"python:importlib.machinery.SourceFileLoader"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_module","target_ref":"python:importlib.util.module_from_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_module","target_ref":"python:importlib.util.spec_from_loader"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_module","target_ref":"python:spec.loader.exec_module"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_module","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"load_module","semantic_key":"python:function:load_module","source_id":"aoa:abyss-stack:artifact:4a3fca8d5813177e29019149","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:4fc71a8c3e899815f3ebd69b:aoa:abyss-stack:anchor:6fd3692e29b1e2b5fffbea5a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:6fd3692e29b1e2b5fffbea5a","label":"$defs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$defs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$defs","source_id":"aoa:abyss-stack:artifact:4fc71a8c3e899815f3ebd69b","symbol_kind":"schema_definition"} {"_key":"anchor:aoa:abyss-stack:artifact:6c63e40769f6d906f96c7324:aoa:abyss-stack:anchor:3dfd557fc671f7edf6e582cd","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:3dfd557fc671f7edf6e582cd","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:6c63e40769f6d906f96c7324","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b:aoa:abyss-stack:anchor:9fba997c32e3c7255baad904","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9fba997c32e3c7255baad904","label":"Consequences","locator":{"end_column":15,"end_line":80,"fragment":"consequences","pointer":"","start_column":1,"start_line":80},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:715756e41b133398a9d43463:aoa:abyss-stack:anchor:7b2a1a22e0f7ec35d1bcfca0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7b2a1a22e0f7ec35d1bcfca0","label":"What a strong record captures","locator":{"end_column":32,"end_line":91,"fragment":"what-a-strong-record-captures","pointer":"","start_column":1,"start_line":91},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:what-a-strong-record-captures","source_id":"aoa:abyss-stack:artifact:715756e41b133398a9d43463","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7496da8b3926043c8e41a60a:aoa:abyss-stack:anchor:d3db2bd00ab4f1818057d99d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:d3db2bd00ab4f1818057d99d","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:7496da8b3926043c8e41a60a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:77252f1d392ebcf11b5e4a28:aoa:abyss-stack:anchor:74d8a6064e84bd844b3d8023","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:74d8a6064e84bd844b3d8023","label":"main","locator":{"end_column":13,"end_line":111,"fragment":"","pointer":"","start_column":1,"start_line":54},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:LOG.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:LOG.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:REG.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:REG.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:event.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:event.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:event_types.index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:event_types.index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:kernel.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:kernel.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:kernel.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:log.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:reg.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:reg.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:validate_hash_chain"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:77252f1d392ebcf11b5e4a28","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3:aoa:abyss-stack:anchor:ce4e47f5f2ea36bb1d8b2dc8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ce4e47f5f2ea36bb1d8b2dc8","label":"test_runtime_status_flags_stale_mirror_when_source_is_selected","locator":{"end_column":115,"end_line":1050,"fragment":"","pointer":"","start_column":1,"start_line":1027},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_status_flags_stale_mirror_when_source_is_selected","target_ref":"python:AoAEvalsMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_status_flags_stale_mirror_when_source_is_selected","target_ref":"python:monkeypatch.setattr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_status_flags_stale_mirror_when_source_is_selected","target_ref":"python:seed_evals"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_status_flags_stale_mirror_when_source_is_selected","target_ref":"python:seed_evals_mirror"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_status_flags_stale_mirror_when_source_is_selected","target_ref":"python:state.runtime_status"}],"parser_ref":"python-ast@1","qualified_name":"test_runtime_status_flags_stale_mirror_when_source_is_selected","semantic_key":"python:function:test_runtime_status_flags_stale_mirror_when_source_is_selected","source_id":"aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:fc66561708120a72062336cf","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:fc66561708120a72062336cf","label":"mem_limit","locator":{"end_column":45,"end_line":60,"fragment":"","pointer":"/services/tempo/mem_limit","start_column":5,"start_line":60},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tempo/mem_limit","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8a7b4e8b0cf39823b114c68a:aoa:abyss-stack:anchor:d0a24d6a728a5728a90e4fb0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d0a24d6a728a5728a90e4fb0","label":"Upstream Compatibility Legacy Index","locator":{"end_column":37,"end_line":1,"fragment":"upstream-compatibility-legacy-index","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:upstream-compatibility-legacy-index","source_id":"aoa:abyss-stack:artifact:8a7b4e8b0cf39823b114c68a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:35745d5ff043fe7feee34e39","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:35745d5ff043fe7feee34e39","label":"ABYSS-STACK-D-0053 Return Policy Validator Module","locator":{"end_column":111,"end_line":362,"fragment":"","pointer":"","start_column":3,"start_line":362},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:return-policy","target_ref":"../ABYSS-STACK-D-0053-return-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:362:3:0:../ABYSS-STACK-D-0053-return-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:b1f5214f0c2672ea4987e616","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b1f5214f0c2672ea4987e616","label":"ABYSS-STACK-D-0002 Runtime Mechanics Topology","locator":{"end_column":103,"end_line":48,"fragment":"","pointer":"","start_column":3,"start_line":48},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-topology","target_ref":"../ABYSS-STACK-D-0002-runtime-mechanics-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:48:3:0:../ABYSS-STACK-D-0002-runtime-mechanics-topology.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:5b30c6d9bd1a7dd7ab3a13d8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5b30c6d9bd1a7dd7ab3a13d8","label":"depends_on","locator":{"end_column":11,"end_line":27,"fragment":"","pointer":"/depends_on","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/depends_on","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58:aoa:abyss-stack:anchor:9576eaf371a0861faf94a069","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:9576eaf371a0861faf94a069","label":"command","locator":{"end_column":84,"end_line":15,"fragment":"","pointer":"/services/litellm/command","start_column":5,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/litellm/command","source_id":"aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58","symbol_kind":""} @@ -48,7 +48,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a8b53ffd214e14165c65f9f4:aoa:abyss-stack:anchor:b8a71ff39967c00b2a7716d4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b8a71ff39967c00b2a7716d4","label":"wait-smoke","locator":{"end_column":37,"end_line":10,"fragment":"","pointer":"","start_column":3,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle-parts","target_ref":"wait-smoke/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:10:3:0:wait-smoke/README.md","source_id":"aoa:abyss-stack:artifact:a8b53ffd214e14165c65f9f4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ad9131c859ebb9b117aa16bf:aoa:abyss-stack:anchor:5fce962f8af56d4870bcd5b0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5fce962f8af56d4870bcd5b0","label":"Preferred Runtime Shapes","locator":{"end_column":27,"end_line":28,"fragment":"preferred-runtime-shapes","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:preferred-runtime-shapes","source_id":"aoa:abyss-stack:artifact:ad9131c859ebb9b117aa16bf","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:9b698c32a6c94167db06db4e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:9b698c32a6c94167db06db4e","label":"cpus","locator":{"end_column":37,"end_line":28,"fragment":"","pointer":"/services/docs-api/cpus","start_column":5,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/docs-api/cpus","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:0ba9c6144877407462eeb034","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0ba9c6144877407462eeb034","label":"operations/RUNBOOK","locator":{"end_column":138,"end_line":62,"fragment":"","pointer":"","start_column":90,"start_line":62},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/operations/RUNBOOK.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:62:90:0:docs/operations/RUNBOOK.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e:aoa:abyss-stack:anchor:aaff941cefc91ca49f7438b2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:aaff941cefc91ca49f7438b2","label":"Candidate Lanes","locator":{"end_column":18,"end_line":69,"fragment":"candidate-lanes","pointer":"","start_column":1,"start_line":69},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:candidate-lanes","source_id":"aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bd1dfe23921754f3f702a6b5:aoa:abyss-stack:anchor:a8098e0853b35d3aff6cbf4a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a8098e0853b35d3aff6cbf4a","label":"test_opt_in_running_is_unexpected","locator":{"end_column":10,"end_line":83,"fragment":"","pointer":"","start_column":5,"start_line":73},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_opt_in_running_is_unexpected","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_opt_in_running_is_unexpected","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_opt_in_running_is_unexpected","target_ref":"python:service_selection_status.classify_service"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_opt_in_running_is_unexpected","target_ref":"python:service_selection_status.classify_service"}],"parser_ref":"python-ast@1","qualified_name":"ServiceSelectionStatusTests.test_opt_in_running_is_unexpected","semantic_key":"python:method:ServiceSelectionStatusTests.test_opt_in_running_is_unexpected","source_id":"aoa:abyss-stack:artifact:bd1dfe23921754f3f702a6b5","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:bf280076f6d23dcd9804d508:aoa:abyss-stack:anchor:9351d4bcad03b192cef36afc","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9351d4bcad03b192cef36afc","label":"Consequences","locator":{"end_column":15,"end_line":58,"fragment":"consequences","pointer":"","start_column":1,"start_line":58},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:bf280076f6d23dcd9804d508","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/5d.jsonl b/kag/indexes/shards/anchor/5d.jsonl index 9fba59ac1..65730cdc5 100644 --- a/kag/indexes/shards/anchor/5d.jsonl +++ b/kag/indexes/shards/anchor/5d.jsonl @@ -17,7 +17,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:420c3e43178d87d6592ddcb8:aoa:abyss-stack:anchor:ee163a6aa5ea1ec8119be86a","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ee163a6aa5ea1ec8119be86a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:420c3e43178d87d6592ddcb8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:477e8476adcb8c1762ef6ed9:aoa:abyss-stack:anchor:0416001a2ef533c3e8a96d76","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0416001a2ef533c3e8a96d76","label":"Route Modes","locator":{"end_column":14,"end_line":41,"fragment":"route-modes","pointer":"","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-modes","source_id":"aoa:abyss-stack:artifact:477e8476adcb8c1762ef6ed9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:4b24ec1c66bcb8c21f2293e7:aoa:abyss-stack:anchor:f5497e059cedd4e603999696","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:f5497e059cedd4e603999696","label":"generated_or_authored","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/generated_or_authored","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/generated_or_authored","source_id":"aoa:abyss-stack:artifact:4b24ec1c66bcb8c21f2293e7","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1:aoa:abyss-stack:anchor:195b34186a32739502b530d0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:195b34186a32739502b530d0","label":"Purpose","locator":{"end_column":10,"end_line":15,"fragment":"purpose","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5b9708b6257073a58dbc8fd1:aoa:abyss-stack:anchor:3dd7d15504aceb125b6ff458","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:3dd7d15504aceb125b6ff458","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:5b9708b6257073a58dbc8fd1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:647612e3f5f8dc630f3f6f60:aoa:abyss-stack:anchor:6be6dfdf899fd738c28ba2e2","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:6be6dfdf899fd738c28ba2e2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:647612e3f5f8dc630f3f6f60","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:715756e41b133398a9d43463:aoa:abyss-stack:anchor:9b495462f753e4efbd97245a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9b495462f753e4efbd97245a","label":"PLATFORM ADAPTATION POLICY","locator":{"end_column":28,"end_line":1,"fragment":"platform-adaptation-policy","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:platform-adaptation-policy","source_id":"aoa:abyss-stack:artifact:715756e41b133398a9d43463","symbol_kind":""} @@ -34,11 +33,12 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9c597b09e8d77c578f9ed0db:aoa:abyss-stack:anchor:60208c027a33d3ab3a61caf7","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:60208c027a33d3ab3a61caf7","label":"alertmanager","locator":{"end_column":29,"end_line":22,"fragment":"","pointer":"/scrape_configs/2/static_configs/0/targets/0/alertmanager","start_column":11,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/scrape_configs/2/static_configs/0/targets/0/alertmanager","source_id":"aoa:abyss-stack:artifact:9c597b09e8d77c578f9ed0db","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9d2ac3f194bedc110dc2246f:aoa:abyss-stack:anchor:8acfcd3d9629c322627661c8","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:8acfcd3d9629c322627661c8","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:9d2ac3f194bedc110dc2246f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a10f4ede30ee404644d58b8d:aoa:abyss-stack:anchor:5ad8f19e4cedd3f860f2cc3e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5ad8f19e4cedd3f860f2cc3e","label":"GitHub Homepage README Selection","locator":{"end_column":34,"end_line":1,"fragment":"github-homepage-readme-selection","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:github-homepage-readme-selection","source_id":"aoa:abyss-stack:artifact:a10f4ede30ee404644d58b8d","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:20e4bad4061a3ed7c412f38a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:20e4bad4061a3ed7c412f38a","label":"ABYSS-STACK-D-0079 KAG Query Application Port","locator":{"end_column":103,"end_line":354,"fragment":"","pointer":"","start_column":3,"start_line":354},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-retrieval","target_ref":"../ABYSS-STACK-D-0079-kag-query-application-port.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:354:3:0:../ABYSS-STACK-D-0079-kag-query-application-port.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:4396c00a4bc2c73b96751047","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4396c00a4bc2c73b96751047","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":363,"fragment":"","pointer":"","start_column":3,"start_line":363},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-route-contract","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:363:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:7f1e02c9e78e042ba5d21b69","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7f1e02c9e78e042ba5d21b69","label":"ABYSS-STACK-D-0074 Telegram and Discord Connector MCP Access Planes","locator":{"end_column":143,"end_line":71,"fragment":"","pointer":"","start_column":3,"start_line":71},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:71:3:0:../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:843c3e69cc29a2c6cc5c6434","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:843c3e69cc29a2c6cc5c6434","label":"ABYSS-STACK-D-0026 Workflow Automation Optional Profile","locator":{"end_column":123,"end_line":60,"fragment":"","pointer":"","start_column":3,"start_line":60},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0026-workflow-automation-optional-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:60:3:0:../ABYSS-STACK-D-0026-workflow-automation-optional-profile.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:efd9ed02918d97f832676ac7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:efd9ed02918d97f832676ac7","label":"schema/contract","locator":{"end_column":18,"end_line":369,"fragment":"schemacontract","pointer":"","start_column":1,"start_line":369},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:schemacontract","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:efd9ed02918d97f832676ac7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:efd9ed02918d97f832676ac7","label":"schema/contract","locator":{"end_column":18,"end_line":374,"fragment":"schemacontract","pointer":"","start_column":1,"start_line":374},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:schemacontract","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:278a7cbbc2eb59bc6d88d012","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:278a7cbbc2eb59bc6d88d012","label":"labels","locator":{"end_column":11,"end_line":5,"fragment":"","pointer":"/services/qwen-tts/labels","start_column":5,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/qwen-tts/labels","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:6ee457abb91d61bc23ef8916","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6ee457abb91d61bc23ef8916","label":"AGENTS","locator":{"end_column":56,"end_line":192,"fragment":"","pointer":"","start_column":37,"start_line":192},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validate","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:192:37:0:AGENTS.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:8e31641d11d6421b89a3aa0c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8e31641d11d6421b89a3aa0c","label":"aoa_session_graph_bridge","locator":{"end_column":10,"end_line":618,"fragment":"","pointer":"","start_column":5,"start_line":600},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_graph_bridge","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_graph_bridge","semantic_key":"python:method:build_server.aoa_session_graph_bridge","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:19e4d0fa51f6d3ee604c336a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:19e4d0fa51f6d3ee604c336a","label":"append_review_target","locator":{"end_column":71,"end_line":2831,"fragment":"","pointer":"","start_column":1,"start_line":2817},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:append_review_target","target_ref":"python:seen.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:append_review_target","target_ref":"python:targets.append"}],"parser_ref":"python-ast@1","qualified_name":"append_review_target","semantic_key":"python:function:append_review_target","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:bda01a395491afb6d42744cf","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bda01a395491afb6d42744cf","label":"load_approval","locator":{"end_column":78,"end_line":2467,"fragment":"","pointer":"","start_column":1,"start_line":2466},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_approval","target_ref":"python:approval_artifact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_approval","target_ref":"python:json.loads"}],"parser_ref":"python-ast@1","qualified_name":"load_approval","semantic_key":"python:function:load_approval","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} @@ -56,3 +56,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:5ab88157dc330a8cc4b22819","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5ab88157dc330a8cc4b22819","label":"tcp_ready","locator":{"end_column":10,"end_line":182,"fragment":"","pointer":"","start_column":1,"start_line":165},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tcp_ready","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tcp_ready","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tcp_ready","target_ref":"python:socket.create_connection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tcp_ready","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tcp_ready","target_ref":"python:time.monotonic"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tcp_ready","target_ref":"python:time.monotonic"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tcp_ready","target_ref":"python:time.monotonic"}],"parser_ref":"python-ast@1","qualified_name":"tcp_ready","semantic_key":"python:function:tcp_ready","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f1f79bfb26e812b26795c0c6:aoa:abyss-stack:anchor:b1622f0df70c72c9c7005ca6","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:b1622f0df70c72c9c7005ca6","label":"type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/type","source_id":"aoa:abyss-stack:artifact:f1f79bfb26e812b26795c0c6","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f982df20e5a2e63f2ec3f8d7:aoa:abyss-stack:anchor:40ce7c10340ed832821c8635","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:40ce7c10340ed832821c8635","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f982df20e5a2e63f2ec3f8d7","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:9016d64b16d7390b88061105","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:9016d64b16d7390b88061105","label":"diagnostic or recovery workflow change","locator":{"end_column":44,"end_line":99,"fragment":"","pointer":"/recheck/after/3","start_column":5,"start_line":99},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/recheck/after/3","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/5e.jsonl b/kag/indexes/shards/anchor/5e.jsonl index 52d5e0f31..dbd8adb92 100644 --- a/kag/indexes/shards/anchor/5e.jsonl +++ b/kag/indexes/shards/anchor/5e.jsonl @@ -42,6 +42,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:46d14432e1163aa267083d49","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:46d14432e1163aa267083d49","label":"_as_bool","locator":{"end_column":63,"end_line":603,"fragment":"","pointer":"","start_column":1,"start_line":598},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_as_bool","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_as_bool","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_as_bool","semantic_key":"python:function:_as_bool","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:69d9f3b7669500ab319da98d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:69d9f3b7669500ab319da98d","label":"walk","locator":{"end_column":43,"end_line":2583,"fragment":"","pointer":"","start_column":5,"start_line":2572},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs.walk","target_ref":"python:_direct_ref_bundle"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs.walk","target_ref":"python:add_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs.walk","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs.walk","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs.walk","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs.walk","target_ref":"python:value.values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs.walk","target_ref":"python:walk"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_collect_evidence_refs.walk","target_ref":"python:walk"}],"parser_ref":"python-ast@1","qualified_name":"_collect_evidence_refs.walk","semantic_key":"python:method:_collect_evidence_refs.walk","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:97c39cce800a0499a241ccf6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:97c39cce800a0499a241ccf6","label":"build_memo_port_vocabulary","locator":{"end_column":10,"end_line":1027,"fragment":"","pointer":"","start_column":5,"start_line":1019},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memo_port_vocabulary","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memo_port_vocabulary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_memo_port_vocabulary","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState.build_memo_port_vocabulary","semantic_key":"python:method:AoAMemoMCPState.build_memo_port_vocabulary","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:ce22569c765e6d1c45594221","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ce22569c765e6d1c45594221","label":"ABYSS-STACK-D-0034 AoA Memo MCP Landing Plan Boundary","locator":{"end_column":119,"end_line":61,"fragment":"","pointer":"","start_column":3,"start_line":61},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution","target_ref":"../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:61:3:0:../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4:aoa:abyss-stack:anchor:fff085a4aca39ce48eeff2c4","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:fff085a4aca39ce48eeff2c4","label":"image","locator":{"end_column":113,"end_line":3,"fragment":"","pointer":"/services/ollama/image","start_column":5,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ollama/image","source_id":"aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:effc44426896b5dff1b195e5:aoa:abyss-stack:anchor:330c91d288808b0a14ab31bc","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:330c91d288808b0a14ab31bc","label":"authority","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/authority","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/authority","source_id":"aoa:abyss-stack:artifact:effc44426896b5dff1b195e5","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f56016eb77292c07b3c478f4:aoa:abyss-stack:anchor:026a44b8fc8fbf22e2c87401","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:026a44b8fc8fbf22e2c87401","label":"policy_terms","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/policy_terms","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/policy_terms","source_id":"aoa:abyss-stack:artifact:f56016eb77292c07b3c478f4","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/5f.jsonl b/kag/indexes/shards/anchor/5f.jsonl index b61732f03..14db8f497 100644 --- a/kag/indexes/shards/anchor/5f.jsonl +++ b/kag/indexes/shards/anchor/5f.jsonl @@ -29,8 +29,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7fa95990ae828ff563befc45:aoa:abyss-stack:anchor:ae56e23d68769530a3cf76d9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ae56e23d68769530a3cf76d9","label":"test_landing_plan_blocks_missing_candidate_source_ref","locator":{"end_column":94,"end_line":938,"fragment":"","pointer":"","start_column":1,"start_line":922},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_landing_plan_blocks_missing_candidate_source_ref","target_ref":"python:AoAMemoMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_landing_plan_blocks_missing_candidate_source_ref","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_landing_plan_blocks_missing_candidate_source_ref","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_landing_plan_blocks_missing_candidate_source_ref","target_ref":"python:candidate_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_landing_plan_blocks_missing_candidate_source_ref","target_ref":"python:candidate_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_landing_plan_blocks_missing_candidate_source_ref","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_landing_plan_blocks_missing_candidate_source_ref","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_landing_plan_blocks_missing_candidate_source_ref","target_ref":"python:monkeypatch.setenv"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_landing_plan_blocks_missing_candidate_source_ref","target_ref":"python:seed_workspace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_landing_plan_blocks_missing_candidate_source_ref","target_ref":"python:state.create_candidate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_landing_plan_blocks_missing_candidate_source_ref","target_ref":"python:state.prepare_intake_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_landing_plan_blocks_missing_candidate_source_ref","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"test_landing_plan_blocks_missing_candidate_source_ref","semantic_key":"python:function:test_landing_plan_blocks_missing_candidate_source_ref","source_id":"aoa:abyss-stack:artifact:7fa95990ae828ff563befc45","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:81e489ac17d703a0f7ec61f9:aoa:abyss-stack:anchor:40ca267d77a03a54be9bb17e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:40ca267d77a03a54be9bb17e","label":"read_loadavg","locator":{"end_column":32,"end_line":155,"fragment":"","pointer":"","start_column":1,"start_line":142},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_loadavg","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_loadavg","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_loadavg","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_loadavg","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_loadavg","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_loadavg","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_loadavg","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"read_loadavg","semantic_key":"python:function:read_loadavg","source_id":"aoa:abyss-stack:artifact:81e489ac17d703a0f7ec61f9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:874770b82440579ca24bf934:aoa:abyss-stack:anchor:83814b2fa95c35529a7b283e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:83814b2fa95c35529a7b283e","label":"Decision","locator":{"end_column":11,"end_line":28,"fragment":"decision","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:874770b82440579ca24bf934","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:5d3a5875a020e90cec3c4e82","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5d3a5875a020e90cec3c4e82","label":"mirror hygiene","locator":{"end_column":17,"end_line":298,"fragment":"mirror-hygiene","pointer":"","start_column":1,"start_line":298},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mirror-hygiene","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:66b74bec4a34fe693d8af16f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:66b74bec4a34fe693d8af16f","label":"ABYSS-STACK-D-0044 Sync Parity Validator Module","locator":{"end_column":107,"end_line":325,"fragment":"","pointer":"","start_column":3,"start_line":325},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:parity-check","target_ref":"../ABYSS-STACK-D-0044-sync-parity-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:325:3:0:../ABYSS-STACK-D-0044-sync-parity-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:5d3a5875a020e90cec3c4e82","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5d3a5875a020e90cec3c4e82","label":"mirror hygiene","locator":{"end_column":17,"end_line":302,"fragment":"mirror-hygiene","pointer":"","start_column":1,"start_line":302},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mirror-hygiene","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:acea11b87096e9917080099c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:acea11b87096e9917080099c","label":"ABYSS-STACK-D-0041 Source Hygiene Validator Module","locator":{"end_column":113,"end_line":304,"fragment":"","pointer":"","start_column":3,"start_line":304},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mirror-hygiene","target_ref":"../ABYSS-STACK-D-0041-source-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:304:3:0:../ABYSS-STACK-D-0041-source-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e:aoa:abyss-stack:anchor:f9fe73f71e44d34ac84c46e8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f9fe73f71e44d34ac84c46e8","label":"test_against_last_good_ref_adds_comparison_anchor_ref","locator":{"end_column":10,"end_line":624,"fragment":"","pointer":"","start_column":5,"start_line":522},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:self.green_autonomy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:self.green_doctor"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:self.green_render"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:self.make_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:self.module.collect_diagnostic_bundle"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:self.selector_context"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:self.session_validator.validate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","semantic_key":"python:method:AoADiagnoseTests.test_against_last_good_ref_adds_comparison_anchor_ref","source_id":"aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:245a4bd639563592e2c0e46a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:245a4bd639563592e2c0e46a","label":"target","locator":{"end_column":14,"end_line":43,"fragment":"","pointer":"/harvest/target","start_column":3,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/harvest/target","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9:aoa:abyss-stack:anchor:2bd3bfd421508502276c460d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2bd3bfd421508502276c460d","label":"_read_json","locator":{"end_column":19,"end_line":20,"fragment":"","pointer":"","start_column":1,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"_read_json","semantic_key":"python:function:_read_json","source_id":"aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9","symbol_kind":"function"} @@ -38,9 +38,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a10f4ede30ee404644d58b8d:aoa:abyss-stack:anchor:6f5b8a24d3d89df7ad59da8c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6f5b8a24d3d89df7ad59da8c","label":"Options considered","locator":{"end_column":21,"end_line":24,"fragment":"options-considered","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:a10f4ede30ee404644d58b8d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ab5d0f048eef7c71583e29f4:aoa:abyss-stack:anchor:908bc5842255190dbe87e27b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:908bc5842255190dbe87e27b","label":"target_route","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/target_route","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/target_route","source_id":"aoa:abyss-stack:artifact:ab5d0f048eef7c71583e29f4","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:8d462a4bd76f424b8d468de8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8d462a4bd76f424b8d468de8","label":"runtime profile","locator":{"end_column":18,"end_line":38,"fragment":"runtime-profile","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-profile","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:629c66d6eeb4921a036b080e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:629c66d6eeb4921a036b080e","label":"inference-pilots","locator":{"end_column":59,"end_line":153,"fragment":"","pointer":"","start_column":3,"start_line":153},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/inference-pilots/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:153:3:0:mechanics/inference-pilots/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:71a96c30d5ef4cc301aa424a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:71a96c30d5ef4cc301aa424a","label":"AGENTS","locator":{"end_column":117,"end_line":60,"fragment":"","pointer":"","start_column":98,"start_line":60},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:60:98:1:AGENTS.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:8959494cb67245e27a536cd6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8959494cb67245e27a536cd6","label":"env","locator":{"end_column":23,"end_line":171,"fragment":"","pointer":"","start_column":3,"start_line":171},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"env/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:171:3:0:env/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5:aoa:abyss-stack:anchor:eeb457dd92d1d6b773f58c20","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:eeb457dd92d1d6b773f58c20","label":"test_current_repo_active_topology_language_module_passes","locator":{"end_column":58,"end_line":43,"fragment":"","pointer":"","start_column":1,"start_line":42},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_current_repo_active_topology_language_module_passes","target_ref":"python:run_active_topology_validator"}],"parser_ref":"python-ast@1","qualified_name":"test_current_repo_active_topology_language_module_passes","semantic_key":"python:function:test_current_repo_active_topology_language_module_passes","source_id":"aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e:aoa:abyss-stack:anchor:f44d832e28075fb258afe1dd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f44d832e28075fb258afe1dd","label":"PROFILE_RECIPES","locator":{"end_column":72,"end_line":77,"fragment":"","pointer":"","start_column":3,"start_line":77},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:evidence-surfaces","target_ref":"../../../../../../docs/profiles/PROFILE_RECIPES.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:77:3:0:../../../../../../docs/profiles/PROFILE_RECIPES.md","source_id":"aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bdfadda1290962211a799f19:aoa:abyss-stack:anchor:5b7627711da35ab38876a88e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5b7627711da35ab38876a88e","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:bdfadda1290962211a799f19","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/60.jsonl b/kag/indexes/shards/anchor/60.jsonl index ed31fa261..11a253a4f 100644 --- a/kag/indexes/shards/anchor/60.jsonl +++ b/kag/indexes/shards/anchor/60.jsonl @@ -39,7 +39,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:6fa419e38c9cd267e0b802d5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6fa419e38c9cd267e0b802d5","label":"load_json_value","locator":{"end_column":19,"end_line":147,"fragment":"","pointer":"","start_column":1,"start_line":142},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_json_value","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_json_value","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_json_value","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"load_json_value","semantic_key":"python:function:load_json_value","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac:aoa:abyss-stack:anchor:16c2f8273b7c3c23e7d0a449","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:16c2f8273b7c3c23e7d0a449","label":"route_side_effect","locator":{"end_column":71,"end_line":182,"fragment":"","pointer":"","start_column":9,"start_line":162},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_happy_path_uses_capsule_without_expand_by_default.route_side_effect","target_ref":"python:AssertionError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_happy_path_uses_capsule_without_expand_by_default.route_side_effect","target_ref":"python:calls.append"}],"parser_ref":"python-ast@1","qualified_name":"LangchainFederatedRunTests.test_federated_run_happy_path_uses_capsule_without_expand_by_default.route_side_effect","semantic_key":"python:method:LangchainFederatedRunTests.test_federated_run_happy_path_uses_capsule_without_expand_by_default.route_side_effect","source_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:56b87298da7f23a1fffab499","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:56b87298da7f23a1fffab499","label":"ABYSS-STACK-D-0035 AoA Evals MCP Access Plane","locator":{"end_column":103,"end_line":95,"fragment":"","pointer":"","start_column":3,"start_line":95},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-only-access-plane","target_ref":"../ABYSS-STACK-D-0035-aoa-evals-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:95:3:0:../ABYSS-STACK-D-0035-aoa-evals-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:88601268c8eb051b9922c84b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:88601268c8eb051b9922c84b","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":390,"fragment":"","pointer":"","start_column":3,"start_line":390},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-receipts","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:390:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8d31c27d03cd4e44e55ad838:aoa:abyss-stack:anchor:22ef604185fa344ff3cdb2c7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:22ef604185fa344ff3cdb2c7","label":"Current units","locator":{"end_column":16,"end_line":5,"fragment":"current-units","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:current-units","source_id":"aoa:abyss-stack:artifact:8d31c27d03cd4e44e55ad838","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd:aoa:abyss-stack:anchor:9a4d012395be3e8c6e2b4469","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:9a4d012395be3e8c6e2b4469","label":"repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/repo","source_id":"aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:a14597cbe19ca25005c32a5f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a14597cbe19ca25005c32a5f","label":"finalize_report","locator":{"end_column":10,"end_line":3312,"fragment":"","pointer":"","start_column":5,"start_line":3281},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:load_result_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:node_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:refresh_w6_outputs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.finalize_report","semantic_key":"python:method:build_graph.finalize_report","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"method"} @@ -49,7 +48,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:97b64bbbcf02e8be93c6151e:aoa:abyss-stack:anchor:8b22f6a3bb9326f713af4286","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:8b22f6a3bb9326f713af4286","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:97b64bbbcf02e8be93c6151e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:21c06e3646eb249a543845df","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:21c06e3646eb249a543845df","label":"work_mem=${AOA_POSTGRES_WORK_MEM","locator":{"end_column":48,"end_line":42,"fragment":"","pointer":"/services/postgres/command/4/work_mem=${AOA_POSTGRES_WORK_MEM","start_column":7,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/postgres/command/4/work_mem=${AOA_POSTGRES_WORK_MEM","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576:aoa:abyss-stack:anchor:83eacd1c03ac67ab3f05e258","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:83eacd1c03ac67ab3f05e258","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:9a327d2c346cc0bd95f3f881","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9a327d2c346cc0bd95f3f881","label":"ABYSS-STACK-D-0047 Federation Upstream Compatibility Language Split","locator":{"end_column":147,"end_line":257,"fragment":"","pointer":"","start_column":3,"start_line":257},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seam","target_ref":"../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:257:3:0:../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:d0fda992346f881ec7958fd2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d0fda992346f881ec7958fd2","label":"ABYSS-STACK-D-0038 Canonical Decision IDs And Indexes","locator":{"end_column":119,"end_line":136,"fragment":"","pointer":"","start_column":3,"start_line":136},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedreadout","target_ref":"../ABYSS-STACK-D-0038-canonical-decision-ids-and-indexes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:136:3:0:../ABYSS-STACK-D-0038-canonical-decision-ids-and-indexes.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:20fd9f9d802e53ce7f11b17c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:20fd9f9d802e53ce7f11b17c","label":"kag","locator":{"end_column":23,"end_line":175,"fragment":"","pointer":"","start_column":3,"start_line":175},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"kag/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:175:3:0:kag/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:db7c72dd6a74ccf17fcfff43","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:db7c72dd6a74ccf17fcfff43","label":"persist_proposal_attempt_artifacts","locator":{"end_column":101,"end_line":1101,"fragment":"","pointer":"","start_column":1,"start_line":1082},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:persist_proposal_attempt_artifacts","target_ref":"python:artifacts_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:persist_proposal_attempt_artifacts","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:persist_proposal_attempt_artifacts","target_ref":"python:write_text_exact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:persist_proposal_attempt_artifacts","target_ref":"python:write_text_exact"}],"parser_ref":"python-ast@1","qualified_name":"persist_proposal_attempt_artifacts","semantic_key":"python:function:persist_proposal_attempt_artifacts","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:c3e4f6b07dd7235e9142d86f:aoa:abyss-stack:anchor:99c75bd4fdeb82a452f71404","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:99c75bd4fdeb82a452f71404","label":"Role","locator":{"end_column":7,"end_line":3,"fragment":"role","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:role","source_id":"aoa:abyss-stack:artifact:c3e4f6b07dd7235e9142d86f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ceeeb199139143512c79058d:aoa:abyss-stack:anchor:2cadb3e8febed94d1cbb2a1a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2cadb3e8febed94d1cbb2a1a","label":"Rationale","locator":{"end_column":12,"end_line":46,"fragment":"rationale","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:ceeeb199139143512c79058d","symbol_kind":""} @@ -64,3 +65,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d:aoa:abyss-stack:anchor:5e4eb4a929c090f80c66efd7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5e4eb4a929c090f80c66efd7","label":"projection_digest","locator":{"end_column":75,"end_line":88,"fragment":"","pointer":"","start_column":5,"start_line":87},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.projection_digest","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"RetrievalBundle.projection_digest","semantic_key":"python:method:RetrievalBundle.projection_digest","source_id":"aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d:aoa:abyss-stack:anchor:f0a7af9f7511f7a082de6f44","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f0a7af9f7511f7a082de6f44","label":"records","locator":{"end_column":81,"end_line":120,"fragment":"","pointer":"","start_column":5,"start_line":105},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.records","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.records","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.records","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.records","target_ref":"python:_object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.records","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.records","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.records","target_ref":"python:line.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.records","target_ref":"python:path.open"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.records","target_ref":"python:self.path"}],"parser_ref":"python-ast@1","qualified_name":"RetrievalBundle.records","semantic_key":"python:method:RetrievalBundle.records","source_id":"aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe:aoa:abyss-stack:anchor:0a7f4094ae7887b50244a4a0","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:0a7f4094ae7887b50244a4a0","label":"where","locator":{"end_column":15,"end_line":21,"fragment":"","pointer":"tool.setuptools.packages.find.where","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:tool.setuptools.packages.find.where","source_id":"aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:b9bca282b47805c3f0ba5e04","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b9bca282b47805c3f0ba5e04","label":"axes","locator":{"end_column":12,"end_line":55,"fragment":"","pointer":"/abi/outputs/required/6","start_column":7,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs/required/6","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/61.jsonl b/kag/indexes/shards/anchor/61.jsonl index feee640ea..25531446f 100644 --- a/kag/indexes/shards/anchor/61.jsonl +++ b/kag/indexes/shards/anchor/61.jsonl @@ -26,6 +26,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:84666e090dd5adfcf3917595:aoa:abyss-stack:anchor:df278d8ef991dfaeef765ef0","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:df278d8ef991dfaeef765ef0","label":"id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/id","source_id":"aoa:abyss-stack:artifact:84666e090dd5adfcf3917595","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:b5409c50689ae494c138a148","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b5409c50689ae494c138a148","label":"routing_surface_kind","locator":{"end_column":69,"end_line":2272,"fragment":"","pointer":"","start_column":1,"start_line":2270},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_surface_kind","target_ref":"python:app.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_surface_kind","target_ref":"python:require_store"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_surface_kind","target_ref":"python:resolve_surface_kind"}],"parser_ref":"python-ast@1","qualified_name":"routing_surface_kind","semantic_key":"python:function:routing_surface_kind","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:0fa9fdce06f5a1e6d7b8c11b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0fa9fdce06f5a1e6d7b8c11b","label":"decision index/read-model","locator":{"end_column":28,"end_line":5,"fragment":"decision-indexread-model","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision-indexread-model","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:31520f7b2816280e14fe543e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:31520f7b2816280e14fe543e","label":"ABYSS-STACK-D-0044 Sync Parity Validator Module","locator":{"end_column":107,"end_line":333,"fragment":"","pointer":"","start_column":3,"start_line":333},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:parity-check","target_ref":"../ABYSS-STACK-D-0044-sync-parity-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:333:3:0:../ABYSS-STACK-D-0044-sync-parity-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:928e5decf38fcbdf6e43baea:aoa:abyss-stack:anchor:f56b513eda2bb82552c55e77","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:f56b513eda2bb82552c55e77","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:928e5decf38fcbdf6e43baea","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9a2daa8b86644f570884688d:aoa:abyss-stack:anchor:c2033e928d05398e77535631","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c2033e928d05398e77535631","label":"test_experience_wave5_schemas_reject_enum_escapes","locator":{"end_column":41,"end_line":367,"fragment":"","pointer":"","start_column":5,"start_line":356},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave5SeedContractTests.test_experience_wave5_schemas_reject_enum_escapes","target_ref":"python:constrained_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave5SeedContractTests.test_experience_wave5_schemas_reject_enum_escapes","target_ref":"python:copy.deepcopy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave5SeedContractTests.test_experience_wave5_schemas_reject_enum_escapes","target_ref":"python:escape_value"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave5SeedContractTests.test_experience_wave5_schemas_reject_enum_escapes","target_ref":"python:get_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave5SeedContractTests.test_experience_wave5_schemas_reject_enum_escapes","target_ref":"python:load_contract"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave5SeedContractTests.test_experience_wave5_schemas_reject_enum_escapes","target_ref":"python:self.assertGreater"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave5SeedContractTests.test_experience_wave5_schemas_reject_enum_escapes","target_ref":"python:self.assert_invalid"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave5SeedContractTests.test_experience_wave5_schemas_reject_enum_escapes","target_ref":"python:self.subTest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave5SeedContractTests.test_experience_wave5_schemas_reject_enum_escapes","target_ref":"python:set_path"}],"parser_ref":"python-ast@1","qualified_name":"ExperienceWave5SeedContractTests.test_experience_wave5_schemas_reject_enum_escapes","semantic_key":"python:method:ExperienceWave5SeedContractTests.test_experience_wave5_schemas_reject_enum_escapes","source_id":"aoa:abyss-stack:artifact:9a2daa8b86644f570884688d","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae:aoa:abyss-stack:anchor:1729155755f0e4d899fb0268","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:1729155755f0e4d899fb0268","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae","symbol_kind":""} @@ -35,6 +36,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:12fe4ef5e2d09cb2dcc44398","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:12fe4ef5e2d09cb2dcc44398","label":"summary_memo","locator":{"end_column":6,"end_line":2020,"fragment":"","pointer":"","start_column":1,"start_line":1986},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summary_memo","target_ref":"python:TRIALS.bool_word"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summary_memo","target_ref":"python:TRIALS.bool_word"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summary_memo","target_ref":"python:TRIALS.truth_status_lines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summary_memo","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summary_memo","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summary_memo","target_ref":"python:make_index_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summary_memo","target_ref":"python:truth_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summary_memo","target_ref":"python:truth_status.get"}],"parser_ref":"python-ast@1","qualified_name":"summary_memo","semantic_key":"python:function:summary_memo","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32:aoa:abyss-stack:anchor:f32a196ba4a1f004dfa2d3d9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f32a196ba4a1f004dfa2d3d9","label":"PhilosophySnapshotResponse","locator":{"end_column":24,"end_line":147,"fragment":"","pointer":"","start_column":1,"start_line":143},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"PhilosophySnapshotResponse","semantic_key":"python:class:PhilosophySnapshotResponse","source_id":"aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:aa8d0c7ec9156b9d8aae3422:aoa:abyss-stack:anchor:694dff48f4dec036b1f36bba","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:694dff48f4dec036b1f36bba","label":"Families","locator":{"end_column":11,"end_line":8,"fragment":"families","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:families","source_id":"aoa:abyss-stack:artifact:aa8d0c7ec9156b9d8aae3422","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:04317458eecfbb28abce9407","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:04317458eecfbb28abce9407","label":"ABYSS-STACK-D-0048 Federation Landing Validator Split","locator":{"end_column":119,"end_line":258,"fragment":"","pointer":"","start_column":3,"start_line":258},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seam","target_ref":"../ABYSS-STACK-D-0048-federation-landing-validator-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:258:3:0:../ABYSS-STACK-D-0048-federation-landing-validator-split.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc:aoa:abyss-stack:anchor:d51b15f1744823f5ddbac2f7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d51b15f1744823f5ddbac2f7","label":"Compass","locator":{"end_column":10,"end_line":66,"fragment":"compass","pointer":"","start_column":1,"start_line":66},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:compass","source_id":"aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:88ea820e6cab451c6d168bbd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:88ea820e6cab451c6d168bbd","label":"make_paused_summary","locator":{"end_column":6,"end_line":2261,"fragment":"","pointer":"","start_column":1,"start_line":2243},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_paused_summary","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"make_paused_summary","semantic_key":"python:function:make_paused_summary","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:a849236c9151cfa20d3c6464","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a849236c9151cfa20d3c6464","label":"initialize_approval","locator":{"end_column":19,"end_line":2528,"fragment":"","pointer":"","start_column":1,"start_line":2502},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:initialize_approval","target_ref":"python:approval_artifact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:initialize_approval","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:initialize_approval","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:initialize_approval","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:initialize_approval","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"initialize_approval","semantic_key":"python:function:initialize_approval","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} @@ -50,9 +52,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922:aoa:abyss-stack:anchor:be970e852fd98118bc9c4c38","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:be970e852fd98118bc9c4c38","label":"tests","locator":{"end_column":7,"end_line":1,"fragment":"tests","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:tests","source_id":"aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e451219962cb0039818e7aeb:aoa:abyss-stack:anchor:d49924cb35cf4a686d439bce","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d49924cb35cf4a686d439bce","label":"generated/cohort_composition_registry.json","locator":{"end_column":46,"end_line":11,"fragment":"","pointer":"/required_files/5","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/5","source_id":"aoa:abyss-stack:artifact:e451219962cb0039818e7aeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:2101f4eba5c3e43bdaf12e94","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2101f4eba5c3e43bdaf12e94","label":"First checks","locator":{"end_column":16,"end_line":174,"fragment":"first-checks-3","pointer":"","start_column":1,"start_line":174},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:first-checks-3","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:32909303e86122046fc2bc9e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:32909303e86122046fc2bc9e","label":"ABYSS-STACK-D-0071 AoA Evals Local Port Write-Side MCP","locator":{"end_column":121,"end_line":64,"fragment":"","pointer":"","start_column":3,"start_line":64},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution","target_ref":"../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:64:3:0:../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:4cb698a17c024aef3f45652a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4cb698a17c024aef3f45652a","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":92,"fragment":"","pointer":"","start_column":3,"start_line":92},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:92:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:29463fc1a103924c5eabeb79","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:29463fc1a103924c5eabeb79","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":93,"fragment":"","pointer":"","start_column":3,"start_line":93},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:93:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:5ced1171fceba806d1d784f0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5ced1171fceba806d1d784f0","label":"ABYSS-STACK-D-0044 Sync Parity Validator Module","locator":{"end_column":107,"end_line":17,"fragment":"","pointer":"","start_column":3,"start_line":17},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection","target_ref":"../ABYSS-STACK-D-0044-sync-parity-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:17:3:0:../ABYSS-STACK-D-0044-sync-parity-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:ca5f4c1607050288e5be285f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ca5f4c1607050288e5be285f","label":"ABYSS-STACK-D-0002 Runtime Mechanics Topology","locator":{"end_column":103,"end_line":99,"fragment":"","pointer":"","start_column":3,"start_line":99},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0002-runtime-mechanics-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:99:3:0:../ABYSS-STACK-D-0002-runtime-mechanics-topology.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:8dee3376b14c57ca758bf648","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8dee3376b14c57ca758bf648","label":"docs/REASONING_HANDOFF_PACK.md","locator":{"end_column":34,"end_line":9,"fragment":"","pointer":"/required_files/2","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/2","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:86034467f670fdf23eddbb10","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:86034467f670fdf23eddbb10","label":"ABYSS-STACK-D-0038 Canonical Decision IDs And Indexes","locator":{"end_column":119,"end_line":180,"fragment":"","pointer":"","start_column":3,"start_line":180},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-lane","target_ref":"../ABYSS-STACK-D-0038-canonical-decision-ids-and-indexes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:180:3:0:../ABYSS-STACK-D-0038-canonical-decision-ids-and-indexes.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f3f877cd85ae95f826205525:aoa:abyss-stack:anchor:1e7a33e8052c51102a63f2b7","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1e7a33e8052c51102a63f2b7","label":"candidate_payload","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/candidate_payload","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/candidate_payload","source_id":"aoa:abyss-stack:artifact:f3f877cd85ae95f826205525","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/62.jsonl b/kag/indexes/shards/anchor/62.jsonl index 122e89426..4ebf35916 100644 --- a/kag/indexes/shards/anchor/62.jsonl +++ b/kag/indexes/shards/anchor/62.jsonl @@ -48,7 +48,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9e62d0a4f3ce8ca76ec23a5f:aoa:abyss-stack:anchor:d79024412814900ab9827192","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d79024412814900ab9827192","label":"2026-05-13 - Package card completion","locator":{"end_column":39,"end_line":20,"fragment":"2026-05-13-package-card-completion","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2026-05-13-package-card-completion","source_id":"aoa:abyss-stack:artifact:9e62d0a4f3ce8ca76ec23a5f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9f247929c62566c3c389226e:aoa:abyss-stack:anchor:eaa32675ec722a2fbf30a12d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:eaa32675ec722a2fbf30a12d","label":"title","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/title","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/title","source_id":"aoa:abyss-stack:artifact:9f247929c62566c3c389226e","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:c60dbad1e0b196c5a0dad53d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c60dbad1e0b196c5a0dad53d","label":"build_impl_exact_prompt","locator":{"end_column":22,"end_line":1220,"fragment":"","pointer":"","start_column":1,"start_line":1189},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_impl_exact_prompt","target_ref":"python:agents_guidance.rstrip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_impl_exact_prompt","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_impl_exact_prompt","target_ref":"python:textwrap.dedent"}],"parser_ref":"python-ast@1","qualified_name":"build_impl_exact_prompt","semantic_key":"python:function:build_impl_exact_prompt","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:e673724c9426beb08468a88a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e673724c9426beb08468a88a","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":310,"fragment":"","pointer":"","start_column":3,"start_line":310},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profilepublic-contract","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:310:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:90a9d4a7a35ef71d9ea40584","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:90a9d4a7a35ef71d9ea40584","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":235,"fragment":"","pointer":"","start_column":3,"start_line":235},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-graph","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:235:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:f56fc7cb5c15f9ebab2a1ba7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f56fc7cb5c15f9ebab2a1ba7","label":"ABYSS-STACK-D-0072 AoA 4PDA Connector MCP Access Plane","locator":{"end_column":121,"end_line":70,"fragment":"","pointer":"","start_column":3,"start_line":70},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:70:3:0:../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:af38219f896285f333827d7e:aoa:abyss-stack:anchor:826f9dc70655339e77969342","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:826f9dc70655339e77969342","label":"Backup layers","locator":{"end_column":16,"end_line":3,"fragment":"backup-layers","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:backup-layers","source_id":"aoa:abyss-stack:artifact:af38219f896285f333827d7e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b0d24b474c514d6b28be41a7:aoa:abyss-stack:anchor:196f2ce062d6223c7d8eef0e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:196f2ce062d6223c7d8eef0e","label":"Diagnostic Spine Parts","locator":{"end_column":24,"end_line":1,"fragment":"diagnostic-spine-parts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:diagnostic-spine-parts","source_id":"aoa:abyss-stack:artifact:b0d24b474c514d6b28be41a7","symbol_kind":""} @@ -59,8 +59,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b:aoa:abyss-stack:anchor:da43aee6d0986dd70e0cc655","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:da43aee6d0986dd70e0cc655","label":"Important nuance","locator":{"end_column":19,"end_line":133,"fragment":"important-nuance","pointer":"","start_column":1,"start_line":133},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:important-nuance","source_id":"aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d2e12082a72b80c709643be1:aoa:abyss-stack:anchor:c7dea4c0682e25ae82140999","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c7dea4c0682e25ae82140999","label":"LLAMA_ARG_CACHE_TYPE_K","locator":{"end_column":38,"end_line":11,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_CACHE_TYPE_K","start_column":7,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_CACHE_TYPE_K","source_id":"aoa:abyss-stack:artifact:d2e12082a72b80c709643be1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f:aoa:abyss-stack:anchor:03c1f4a4a0acb3496e449009","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:03c1f4a4a0acb3496e449009","label":"runtime","locator":{"end_column":11,"end_line":54,"fragment":"","pointer":"/tags/2","start_column":3,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/tags/2","source_id":"aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc:aoa:abyss-stack:anchor:4981b9e94a7466e7af2ae86c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:4981b9e94a7466e7af2ae86c","label":"owner_ref","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/owner_ref","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/owner_ref","source_id":"aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:da1d80b2400417779ab6aa89:aoa:abyss-stack:anchor:04e332872b38a53cb6aea1c2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:04e332872b38a53cb6aea1c2","label":"Scenario A: Fedora-native source checkout","locator":{"end_column":44,"end_line":57,"fragment":"scenario-a-fedora-native-source-checkout","pointer":"","start_column":1,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:scenario-a-fedora-native-source-checkout","source_id":"aoa:abyss-stack:artifact:da1d80b2400417779ab6aa89","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:fa61cdb2e4857aa1a2a4e7c6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fa61cdb2e4857aa1a2a4e7c6","label":"aoa_archive_root","locator":{"end_column":44,"end_line":154,"fragment":"","pointer":"","start_column":5,"start_line":153},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState.aoa_archive_root","semantic_key":"python:method:AoAMemoMCPState.aoa_archive_root","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:c11d7b45dec386229d2cba17","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c11d7b45dec386229d2cba17","label":"instance_addr","locator":{"end_column":26,"end_line":9,"fragment":"","pointer":"/common/instance_addr","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/common/instance_addr","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:a2c8c750ccc0181086034793","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a2c8c750ccc0181086034793","label":"ABYSS-STACK-D-0028 Intel Inference And Rerank Service Selection","locator":{"end_column":139,"end_line":97,"fragment":"","pointer":"","start_column":3,"start_line":97},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:97:3:0:../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6:aoa:abyss-stack:anchor:fa60fcb761cb8ed465ec3a8f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fa60fcb761cb8ed465ec3a8f","label":"Exposure posture","locator":{"end_column":19,"end_line":185,"fragment":"exposure-posture","pointer":"","start_column":1,"start_line":185},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:exposure-posture","source_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:f3f071dd5a47ad7290691ef0","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f3f071dd5a47ad7290691ef0","label":"enabled","locator":{"end_column":27,"end_line":163,"fragment":"","pointer":"/enabled","start_column":11,"start_line":163},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/enabled#occurrence-7","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/63.jsonl b/kag/indexes/shards/anchor/63.jsonl index 2051137f0..37c0218e0 100644 --- a/kag/indexes/shards/anchor/63.jsonl +++ b/kag/indexes/shards/anchor/63.jsonl @@ -44,7 +44,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576:aoa:abyss-stack:anchor:f487060e8aaa869e450e70f8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f487060e8aaa869e450e70f8","label":"`down`","locator":{"end_column":10,"end_line":160,"fragment":"down","pointer":"","start_column":1,"start_line":160},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:down","source_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:22a718b6913be73b9dfd1ab7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:22a718b6913be73b9dfd1ab7","label":"ABYSS-STACK-D-0012 Quest And Compatibility Topology","locator":{"end_column":115,"end_line":131,"fragment":"","pointer":"","start_column":3,"start_line":131},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questlane","target_ref":"../ABYSS-STACK-D-0012-quest-and-compatibility-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:131:3:0:../ABYSS-STACK-D-0012-quest-and-compatibility-topology.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:efe4585dadc0dcc2f9486738","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:efe4585dadc0dcc2f9486738","label":"mem_limit","locator":{"end_column":48,"end_line":37,"fragment":"","pointer":"/services/aoa-browser/mem_limit","start_column":5,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/aoa-browser/mem_limit","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:8819ad244158949d9a3bd6fa","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8819ad244158949d9a3bd6fa","label":"Decision","locator":{"end_column":11,"end_line":37,"fragment":"decision","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:8819ad244158949d9a3bd6fa","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8819ad244158949d9a3bd6fa","label":"Decision","locator":{"end_column":11,"end_line":40,"fragment":"decision","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075:aoa:abyss-stack:anchor:2fcfa1e56144842b67c689dc","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2fcfa1e56144842b67c689dc","label":"FEDERATION HARVEST STORAGE PLAN","locator":{"end_column":33,"end_line":1,"fragment":"federation-harvest-storage-plan","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation-harvest-storage-plan","source_id":"aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5:aoa:abyss-stack:anchor:19456eed21a13a8c04af8e16","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:19456eed21a13a8c04af8e16","label":"write_text","locator":{"end_column":44,"end_line":13,"fragment":"","pointer":"","start_column":1,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_text","semantic_key":"python:function:write_text","source_id":"aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e:aoa:abyss-stack:anchor:13521faa0ee5b5922e618ea2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:13521faa0ee5b5922e618ea2","label":"Writeback boundary","locator":{"end_column":21,"end_line":228,"fragment":"writeback-boundary","pointer":"","start_column":1,"start_line":228},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:writeback-boundary","source_id":"aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/64.jsonl b/kag/indexes/shards/anchor/64.jsonl index 0e4ce1ca9..2137a0733 100644 --- a/kag/indexes/shards/anchor/64.jsonl +++ b/kag/indexes/shards/anchor/64.jsonl @@ -18,7 +18,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:5dbb10279a3d99c6014df10d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5dbb10279a3d99c6014df10d","label":"cohorts","locator":{"end_column":66,"end_line":2200,"fragment":"","pointer":"","start_column":1,"start_line":2198},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:cohorts","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:cohorts","target_ref":"python:require_store"}],"parser_ref":"python-ast@1","qualified_name":"cohorts","semantic_key":"python:function:cohorts","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:e182127cd40ffcdd19c844c3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e182127cd40ffcdd19c844c3","label":"playbook_subagent_recipe_entries","locator":{"end_column":67,"end_line":1053,"fragment":"","pointer":"","start_column":1,"start_line":1052},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_subagent_recipe_entries","target_ref":"python:playbooks_payload"}],"parser_ref":"python-ast@1","qualified_name":"playbook_subagent_recipe_entries","semantic_key":"python:function:playbook_subagent_recipe_entries","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8a43d2a3f1bb00e78677bb47:aoa:abyss-stack:anchor:0539f6228c090c0c471613f9","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0539f6228c090c0c471613f9","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8a43d2a3f1bb00e78677bb47","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:ca17fe5243d7b8e70c5ac1e7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ca17fe5243d7b8e70c5ac1e7","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":272,"fragment":"","pointer":"","start_column":3,"start_line":272},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-policy-envelope","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:272:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03:aoa:abyss-stack:anchor:286a173ed4ecb0015411adce","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:286a173ed4ecb0015411adce","label":"_retained_digests","locator":{"end_column":55,"end_line":159,"fragment":"","pointer":"","start_column":1,"start_line":149},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_retained_digests","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_retained_digests","target_ref":"python:graph.scalar"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_retained_digests","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_retained_digests","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_retained_digests","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_retained_digests","semantic_key":"python:function:_retained_digests","source_id":"aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:aef6454069de41e53153006a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:aef6454069de41e53153006a","label":"execute_read_only_actions","locator":{"end_column":10,"end_line":2759,"fragment":"","pointer":"","start_column":5,"start_line":2738},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.execute_read_only_actions","target_ref":"python:run_read_only_scenario"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.execute_read_only_actions","semantic_key":"python:method:build_graph.execute_read_only_actions","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:9022a190547043d202488b6f:aoa:abyss-stack:anchor:53daf87d32eeaf3c8f5bdbfa","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:53daf87d32eeaf3c8f5bdbfa","label":"reports_resource","locator":{"end_column":83,"end_line":234,"fragment":"","pointer":"","start_column":5,"start_line":233},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.reports_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.reports_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.reports_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.reports_resource","semantic_key":"python:method:build_server.reports_resource","source_id":"aoa:abyss-stack:artifact:9022a190547043d202488b6f","symbol_kind":"method"} @@ -32,6 +31,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ab01b66b058f3e9424e51bec:aoa:abyss-stack:anchor:32ebb8dae67df1ade5b537c1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:32ebb8dae67df1ade5b537c1","label":"Follow-up route","locator":{"end_column":18,"end_line":85,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":85},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:ab01b66b058f3e9424e51bec","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:6da05f31e27880e45a32cf75","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6da05f31e27880e45a32cf75","label":"logToStdout","locator":{"end_column":17,"end_line":4,"fragment":"","pointer":"/logToStdout","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/logToStdout","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:0842b546644b4c0c0b1fac12","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0842b546644b4c0c0b1fac12","label":"ABYSS-STACK-D-0017 Direction, History, And Decision Surface Roles","locator":{"end_column":137,"end_line":23,"fragment":"","pointer":"","start_column":3,"start_line":23},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-route","target_ref":"../ABYSS-STACK-D-0017-direction-history-decision-surface-roles.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:23:3:0:../ABYSS-STACK-D-0017-direction-history-decision-surface-roles.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:8fd203f4745d13d6ce850377","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8fd203f4745d13d6ce850377","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":248,"fragment":"","pointer":"","start_column":3,"start_line":248},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:exact-search","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:248:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:c1a6ca27fa85bc48592f08dd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c1a6ca27fa85bc48592f08dd","label":"owner skill home","locator":{"end_column":19,"end_line":304,"fragment":"owner-skill-home","pointer":"","start_column":1,"start_line":304},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-skill-home","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:f5b23a5608860e8d095a4389","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f5b23a5608860e8d095a4389","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":286,"fragment":"","pointer":"","start_column":3,"start_line":286},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:graph-store","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:286:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:14cadc43fd6f4aeddc7aa28b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:14cadc43fd6f4aeddc7aa28b","label":"DESIGN.AGENTS","locator":{"end_column":96,"end_line":61,"fragment":"","pointer":"","start_column":63,"start_line":61},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"DESIGN.AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:61:63:0:DESIGN.AGENTS.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5:aoa:abyss-stack:anchor:1d10b3177456773f2e46342c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:1d10b3177456773f2e46342c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7f71220297520dde39a5a91:aoa:abyss-stack:anchor:eee1384ef86c3828430fbb25","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:eee1384ef86c3828430fbb25","label":"candidate_payload","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/candidate_payload","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/candidate_payload","source_id":"aoa:abyss-stack:artifact:b7f71220297520dde39a5a91","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497:aoa:abyss-stack:anchor:6eb5ba8acdb028199d8d9422","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6eb5ba8acdb028199d8d9422","label":"Stepwise test loop","locator":{"end_column":21,"end_line":66,"fragment":"stepwise-test-loop","pointer":"","start_column":1,"start_line":66},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:stepwise-test-loop","source_id":"aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","symbol_kind":""} @@ -43,18 +46,17 @@ {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:59cd7dc84f3f4c4b8b1a111d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:59cd7dc84f3f4c4b8b1a111d","label":"make_failure_summary","locator":{"end_column":6,"end_line":2240,"fragment":"","pointer":"","start_column":1,"start_line":2218},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_failure_summary","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:make_failure_summary","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"make_failure_summary","semantic_key":"python:function:make_failure_summary","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:c60209b79448f2cac0a9c56b:aoa:abyss-stack:anchor:4ae52066642743a793ef40c0","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:4ae52066642743a793ef40c0","label":"runtime_effect","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/runtime_effect","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/runtime_effect","source_id":"aoa:abyss-stack:artifact:c60209b79448f2cac0a9c56b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:c8a39bfeaf4fc6d20ab1fbec:aoa:abyss-stack:anchor:9958095ef45b803c01b0bf73","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9958095ef45b803c01b0bf73","label":"test_sqlite_record_index_covers_every_base_record_class","locator":{"end_column":64,"end_line":601,"fragment":"","pointer":"","start_column":5,"start_line":568},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_sqlite_record_index_covers_every_base_record_class","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_sqlite_record_index_covers_every_base_record_class","target_ref":"python:connection.close"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_sqlite_record_index_covers_every_base_record_class","target_ref":"python:exact.materialize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_sqlite_record_index_covers_every_base_record_class","target_ref":"python:exact.read_record"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_sqlite_record_index_covers_every_base_record_class","target_ref":"python:exact.record_kinds"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_sqlite_record_index_covers_every_base_record_class","target_ref":"python:exact.search_records_lexical"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_sqlite_record_index_covers_every_base_record_class","target_ref":"python:searches.values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_sqlite_record_index_covers_every_base_record_class","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_sqlite_record_index_covers_every_base_record_class","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_sqlite_record_index_covers_every_base_record_class","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_sqlite_record_index_covers_every_base_record_class","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagRuntimeProjectionTests.test_sqlite_record_index_covers_every_base_record_class","target_ref":"python:sqlite3.connect"}],"parser_ref":"python-ast@1","qualified_name":"KagRuntimeProjectionTests.test_sqlite_record_index_covers_every_base_record_class","semantic_key":"python:method:KagRuntimeProjectionTests.test_sqlite_record_index_covers_every_base_record_class","source_id":"aoa:abyss-stack:artifact:c8a39bfeaf4fc6d20ab1fbec","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:d29ad807dabc7c951e11e7c6:aoa:abyss-stack:anchor:2e0452ca75b5cfbf40ea0943","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2e0452ca75b5cfbf40ea0943","label":"interface","locator":{"end_column":10,"end_line":1,"fragment":"","pointer":"/interface","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/interface","source_id":"aoa:abyss-stack:artifact:d29ad807dabc7c951e11e7c6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d80751e731b3edc842703d8c:aoa:abyss-stack:anchor:6b4d1cd88ce4f0ba10642f9f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6b4d1cd88ce4f0ba10642f9f","label":"ROADMAP","locator":{"end_column":9,"end_line":1,"fragment":"roadmap","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:roadmap","source_id":"aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:da1d80b2400417779ab6aa89:aoa:abyss-stack:anchor:dd31a6cd1486ff0143bc0103","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:dd31a6cd1486ff0143bc0103","label":"LIVE_RUNTIME_CUTOVER_PACKET","locator":{"end_column":118,"end_line":187,"fragment":"","pointer":"","start_column":1,"start_line":187},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:scriptsaoa-sync-configs","target_ref":"../../mechanics/runtime-lifecycle/parts/start-stop/docs/LIVE_RUNTIME_CUTOVER_PACKET.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:187:1:0:../../mechanics/runtime-lifecycle/parts/start-stop/docs/LIVE_RUNTIME_CUTOVER_PACKET.md","source_id":"aoa:abyss-stack:artifact:da1d80b2400417779ab6aa89","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:dc3545628430cb8b540a4207:aoa:abyss-stack:anchor:ca7dbc73272aa4898689e561","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ca7dbc73272aa4898689e561","label":"Options considered","locator":{"end_column":21,"end_line":30,"fragment":"options-considered","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:dc3545628430cb8b540a4207","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2:aoa:abyss-stack:anchor:324caa7ce76e956e7ada973e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:324caa7ce76e956e7ada973e","label":"Role","locator":{"end_column":7,"end_line":7,"fragment":"role","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:role","source_id":"aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e7953abdf09604c8b2a9582f:aoa:abyss-stack:anchor:64b06923054f86299cf2b06b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:64b06923054f86299cf2b06b","label":"DESIGN","locator":{"end_column":24,"end_line":42,"fragment":"","pointer":"","start_column":5,"start_line":42},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-surface","target_ref":"DESIGN.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:42:5:0:DESIGN.md","source_id":"aoa:abyss-stack:artifact:e7953abdf09604c8b2a9582f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:72d0ad56213f15e7b91b9651","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:72d0ad56213f15e7b91b9651","label":"source_glob","locator":{"end_column":46,"end_line":4,"fragment":"","pointer":"/source_glob","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/source_glob","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:bc69da57aa3659e273212224","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bc69da57aa3659e273212224","label":"ABYSS-STACK-D-0045 Questbook Surface Validator Module","locator":{"end_column":119,"end_line":40,"fragment":"","pointer":"","start_column":3,"start_line":40},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0045-questbook-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:40:3:0:../ABYSS-STACK-D-0045-questbook-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d:aoa:abyss-stack:anchor:c602fd80811b396e0c8933ca","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c602fd80811b396e0c8933ca","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:375393fa665cd92fda565705","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:375393fa665cd92fda565705","label":"ABYSS-STACK-D-0073 ToS Philosophy Graph Access Plane","locator":{"end_column":117,"end_line":245,"fragment":"","pointer":"","start_column":3,"start_line":245},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:tos-graph","target_ref":"../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:245:3:0:../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:9c344a6be93c74e8ce0a6f03","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9c344a6be93c74e8ce0a6f03","label":"ABYSS-STACK-D-0066 AoA Decisions MCP Access Plane","locator":{"end_column":111,"end_line":179,"fragment":"","pointer":"","start_column":3,"start_line":179},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-lane","target_ref":"../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:179:3:0:../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f38ea2a1dad60007c239c6ec:aoa:abyss-stack:anchor:92969aa20fa03dd9b0417e4c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:92969aa20fa03dd9b0417e4c","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:f38ea2a1dad60007c239c6ec","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:6c9459a00f464b5acf44813d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6c9459a00f464b5acf44813d","label":"test_profile_topology_module_is_inventory_owned","locator":{"end_column":57,"end_line":287,"fragment":"","pointer":"","start_column":1,"start_line":277},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_profile_topology_module_is_inventory_owned","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_profile_topology_module_is_inventory_owned","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","qualified_name":"test_profile_topology_module_is_inventory_owned","semantic_key":"python:function:test_profile_topology_module_is_inventory_owned","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:c0e0dd0d02d879c6ce741b81","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c0e0dd0d02d879c6ce741b81","label":"test_command_authority_keeps_inventories_descriptive","locator":{"end_column":56,"end_line":503,"fragment":"","pointer":"","start_column":1,"start_line":498},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"test_command_authority_keeps_inventories_descriptive","semantic_key":"python:function:test_command_authority_keeps_inventories_descriptive","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8:aoa:abyss-stack:anchor:e99ecb55f557af0473262bdf","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e99ecb55f557af0473262bdf","label":"Vocabulary","locator":{"end_column":13,"end_line":17,"fragment":"vocabulary","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:vocabulary","source_id":"aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:84d4794994e6b18e55b3d449","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:84d4794994e6b18e55b3d449","label":"No Abyss runtime evidence or owner packet is required.","locator":{"end_column":60,"end_line":16,"fragment":"","pointer":"/applicability/do_not_use_when/1","start_column":5,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/applicability/do_not_use_when/1","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ffbbdc1804f61838e30561c0:aoa:abyss-stack:anchor:ec5af191440ba67a986ed70b","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ec5af191440ba67a986ed70b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ffbbdc1804f61838e30561c0","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/65.jsonl b/kag/indexes/shards/anchor/65.jsonl index 22d6002d7..f7b07242b 100644 --- a/kag/indexes/shards/anchor/65.jsonl +++ b/kag/indexes/shards/anchor/65.jsonl @@ -3,6 +3,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:05bab38ce2d9e3e3f5e9da3b:aoa:abyss-stack:anchor:0f5b01ce4b2fb98950f706ad","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0f5b01ce4b2fb98950f706ad","label":"test_http_auth_rejects_symlinked_systemd_credential","locator":{"end_column":71,"end_line":781,"fragment":"","pointer":"","start_column":5,"start_line":764},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:McpLoopbackLifecycleTests.test_http_auth_rejects_symlinked_systemd_credential","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:McpLoopbackLifecycleTests.test_http_auth_rejects_symlinked_systemd_credential","target_ref":"python:credential_dir.joinpath"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:McpLoopbackLifecycleTests.test_http_auth_rejects_symlinked_systemd_credential","target_ref":"python:import_mcp_server"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:McpLoopbackLifecycleTests.test_http_auth_rejects_symlinked_systemd_credential","target_ref":"python:mcp_environment"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:McpLoopbackLifecycleTests.test_http_auth_rejects_symlinked_systemd_credential","target_ref":"python:mock.patch.dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:McpLoopbackLifecycleTests.test_http_auth_rejects_symlinked_systemd_credential","target_ref":"python:module._http_auth_kwargs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:McpLoopbackLifecycleTests.test_http_auth_rejects_symlinked_systemd_credential","target_ref":"python:self.assertRaisesRegex"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:McpLoopbackLifecycleTests.test_http_auth_rejects_symlinked_systemd_credential","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:McpLoopbackLifecycleTests.test_http_auth_rejects_symlinked_systemd_credential","target_ref":"python:target.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:McpLoopbackLifecycleTests.test_http_auth_rejects_symlinked_systemd_credential","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"McpLoopbackLifecycleTests.test_http_auth_rejects_symlinked_systemd_credential","semantic_key":"python:method:McpLoopbackLifecycleTests.test_http_auth_rejects_symlinked_systemd_credential","source_id":"aoa:abyss-stack:artifact:05bab38ce2d9e3e3f5e9da3b","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345:aoa:abyss-stack:anchor:86652103bbc047774d8007f2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:86652103bbc047774d8007f2","label":"root DESIGN.AGENTS","locator":{"end_column":44,"end_line":29,"fragment":"","pointer":"","start_column":3,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"../DESIGN.AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:29:3:0:../DESIGN.AGENTS.md","source_id":"aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:105d9ccfb588bcccc6f4fbd2:aoa:abyss-stack:anchor:4fa50d9d209c878a9a4f59f8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4fa50d9d209c878a9a4f59f8","label":"AGENTS.md","locator":{"end_column":11,"end_line":1,"fragment":"agentsmd","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agentsmd","source_id":"aoa:abyss-stack:artifact:105d9ccfb588bcccc6f4fbd2","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:8e0ca8e28a8d8000867cd3cf","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8e0ca8e28a8d8000867cd3cf","label":"test_missing_owner_skill_fails","locator":{"end_column":10,"end_line":144,"fragment":"","pointer":"","start_column":5,"start_line":135},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_owner_skill_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_owner_skill_fails","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_owner_skill_fails","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_owner_skill_fails","target_ref":"python:self.validate_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_owner_skill_fails","target_ref":"python:self.write_valid_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_owner_skill_fails","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineSurfaceValidatorTests.test_missing_owner_skill_fails","semantic_key":"python:method:DiagnosticSpineSurfaceValidatorTests.test_missing_owner_skill_fails","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:1d67b4aa4201e7120faf0c99:aoa:abyss-stack:anchor:c66c48c11e48ab4b174fc88c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c66c48c11e48ab4b174fc88c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:1d67b4aa4201e7120faf0c99","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1ffbe48a404df9817be3dd6b:aoa:abyss-stack:anchor:ccb32e39e866bd54723ac0f6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ccb32e39e866bd54723ac0f6","label":"object_paths","locator":{"end_column":17,"end_line":144,"fragment":"","pointer":"","start_column":1,"start_line":135},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:object_paths","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:object_paths","target_ref":"python:found.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:object_paths","target_ref":"python:found.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:object_paths","target_ref":"python:found.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:object_paths","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:object_paths","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:object_paths","target_ref":"python:object_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:object_paths","target_ref":"python:object_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:object_paths","target_ref":"python:value.items"}],"parser_ref":"python-ast@1","qualified_name":"object_paths","semantic_key":"python:function:object_paths","source_id":"aoa:abyss-stack:artifact:1ffbe48a404df9817be3dd6b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:20406aeceb5067c3b5e6af44:aoa:abyss-stack:anchor:ba806200ea94605d53731787","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ba806200ea94605d53731787","label":"runtime-loop","locator":{"end_column":16,"end_line":62,"fragment":"","pointer":"/tags/1","start_column":3,"start_line":62},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/tags/1","source_id":"aoa:abyss-stack:artifact:20406aeceb5067c3b5e6af44","symbol_kind":""} @@ -12,7 +13,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:272d3f90e4ff0ea48f804e01","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:272d3f90e4ff0ea48f804e01","label":"test_validator_help_does_not_run_live_smoke","locator":{"end_column":37,"end_line":48,"fragment":"","pointer":"","start_column":1,"start_line":36},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_help_does_not_run_live_smoke","target_ref":"python:VALIDATOR_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_help_does_not_run_live_smoke","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"test_validator_help_does_not_run_live_smoke","semantic_key":"python:function:test_validator_help_does_not_run_live_smoke","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:ce1b04f1d2ea27f70ccc0587","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ce1b04f1d2ea27f70ccc0587","label":"test_usage_action_count_compactor_is_bounded","locator":{"end_column":24,"end_line":6001,"fragment":"","pointer":"","start_column":1,"start_line":5992},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_usage_action_count_compactor_is_bounded","target_ref":"python:core_module._compact_usage_action_counts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_usage_action_count_compactor_is_bounded","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_usage_action_count_compactor_is_bounded","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_usage_action_count_compactor_is_bounded","target_ref":"python:range"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_usage_action_count_compactor_is_bounded","target_ref":"python:range"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_usage_action_count_compactor_is_bounded","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"test_usage_action_count_compactor_is_bounded","semantic_key":"python:function:test_usage_action_count_compactor_is_bounded","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:38c98727c64e92de3a457d58:aoa:abyss-stack:anchor:c5e51a477f2a249abf38f646","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c5e51a477f2a249abf38f646","label":"owner_surface","locator":{"end_column":45,"end_line":7,"fragment":"","pointer":"/owner_surface","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/owner_surface","source_id":"aoa:abyss-stack:artifact:38c98727c64e92de3a457d58","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa:aoa:abyss-stack:anchor:b377bcf510afb4435685780b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b377bcf510afb4435685780b","label":"Operation","locator":{"end_column":12,"end_line":84,"fragment":"operation","pointer":"","start_column":1,"start_line":84},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:operation","source_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa:aoa:abyss-stack:anchor:b377bcf510afb4435685780b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b377bcf510afb4435685780b","label":"Operation","locator":{"end_column":12,"end_line":87,"fragment":"operation","pointer":"","start_column":1,"start_line":87},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:operation","source_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:40f4e639431b201712f3b34a:aoa:abyss-stack:anchor:bf82b8904da54be5d8f199cc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bf82b8904da54be5d8f199cc","label":"test_state_keeps_portable_manifest_inside_provider_root","locator":{"end_column":46,"end_line":161,"fragment":"","pointer":"","start_column":1,"start_line":149},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_state_keeps_portable_manifest_inside_provider_root","target_ref":"python:_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_state_keeps_portable_manifest_inside_provider_root","target_ref":"python:_write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_state_keeps_portable_manifest_inside_provider_root","target_ref":"python:pytest.raises"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_state_keeps_portable_manifest_inside_provider_root","target_ref":"python:source_index.unlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_state_keeps_portable_manifest_inside_provider_root","target_ref":"python:state.canonical_family_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_state_keeps_portable_manifest_inside_provider_root","target_ref":"python:state.provider_map"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_state_keeps_portable_manifest_inside_provider_root","target_ref":"python:state.source_index_path"}],"parser_ref":"python-ast@1","qualified_name":"test_state_keeps_portable_manifest_inside_provider_root","semantic_key":"python:function:test_state_keeps_portable_manifest_inside_provider_root","source_id":"aoa:abyss-stack:artifact:40f4e639431b201712f3b34a","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:675e400e8c1c9a70ec0db8eb:aoa:abyss-stack:anchor:0e1c3532b4a1bbd8721b17b9","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:0e1c3532b4a1bbd8721b17b9","label":"policy_ref","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/policy_ref","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/policy_ref","source_id":"aoa:abyss-stack:artifact:675e400e8c1c9a70ec0db8eb","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:7dfda0f41ea8f067ee620505:aoa:abyss-stack:anchor:2c244d3b409579e791d1c155","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:2c244d3b409579e791d1c155","label":"aoa-evals-mcp-server","locator":{"end_column":50,"end_line":19,"fragment":"","pointer":"project.scripts.aoa-evals-mcp-server","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.scripts.aoa-evals-mcp-server","source_id":"aoa:abyss-stack:artifact:7dfda0f41ea8f067ee620505","symbol_kind":""} @@ -32,7 +33,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ac4a112b3489f34a27afc23b:aoa:abyss-stack:anchor:87bd1217ecead5555b5f3895","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:87bd1217ecead5555b5f3895","label":"copy_current_surface","locator":{"end_column":94,"end_line":17,"fragment":"","pointer":"","start_column":1,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:copy_current_surface","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"copy_current_surface","semantic_key":"python:function:copy_current_surface","source_id":"aoa:abyss-stack:artifact:ac4a112b3489f34a27afc23b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:19bc1b7fade0bcb9baf625c0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:19bc1b7fade0bcb9baf625c0","label":"ABYSS-STACK-D-0071 AoA Evals Local Port Write-Side MCP","locator":{"end_column":121,"end_line":69,"fragment":"","pointer":"","start_column":3,"start_line":69},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:69:3:0:../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:b49f9dc8eff3e7caa1729d7a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b49f9dc8eff3e7caa1729d7a","label":"ABYSS-STACK-D-0061 Active Topology Language Validator Module","locator":{"end_column":133,"end_line":175,"fragment":"","pointer":"","start_column":3,"start_line":175},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0061-active-topology-language-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:175:3:0:../ABYSS-STACK-D-0061-active-topology-language-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:d70eba8ea8ef9ecf8f31cb47","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d70eba8ea8ef9ecf8f31cb47","label":"decision graph","locator":{"end_column":17,"end_line":231,"fragment":"decision-graph","pointer":"","start_column":1,"start_line":231},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision-graph","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:d70eba8ea8ef9ecf8f31cb47","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d70eba8ea8ef9ecf8f31cb47","label":"decision graph","locator":{"end_column":17,"end_line":232,"fragment":"decision-graph","pointer":"","start_column":1,"start_line":232},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision-graph","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:1e5d2c3fc94d87c932201a78","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1e5d2c3fc94d87c932201a78","label":"mechanics/machine-fit","locator":{"end_column":145,"end_line":65,"fragment":"","pointer":"","start_column":89,"start_line":65},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"mechanics/machine-fit/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:65:89:0:mechanics/machine-fit/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bbbb9afa567a0176d9897422:aoa:abyss-stack:anchor:af8ec2b66f0b547ae3c65475","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:af8ec2b66f0b547ae3c65475","label":"machine-bridge","locator":{"end_column":54,"end_line":10,"fragment":"","pointer":"","start_column":3,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit-docs","target_ref":"../parts/machine-bridge/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:10:3:0:../parts/machine-bridge/README.md","source_id":"aoa:abyss-stack:artifact:bbbb9afa567a0176d9897422","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:c12364e1a88c45334b138db1","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c12364e1a88c45334b138db1","label":"\"-config.expand-env=true\"","locator":{"end_column":33,"end_line":55,"fragment":"","pointer":"/services/loki/command/1","start_column":7,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/loki/command/1","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bf69e3aa7da8949809c5b617:aoa:abyss-stack:anchor:6610a662bc8bcc261ca7cbf5","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:6610a662bc8bcc261ca7cbf5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:bf69e3aa7da8949809c5b617","symbol_kind":""} @@ -45,7 +47,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e3ba69463ab020df7a70f1a6:aoa:abyss-stack:anchor:f09b8ac9c8a784d30d642b49","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f09b8ac9c8a784d30d642b49","label":"Thesis","locator":{"end_column":9,"end_line":3,"fragment":"thesis","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:thesis","source_id":"aoa:abyss-stack:artifact:e3ba69463ab020df7a70f1a6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:98e5984d5b8dea79c7c5e687","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:98e5984d5b8dea79c7c5e687","label":"_catalog_source_object","locator":{"end_column":60,"end_line":952,"fragment":"","pointer":"","start_column":5,"start_line":947},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._catalog_source_object","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._catalog_source_object","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._catalog_source_object","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._catalog_source_object","target_ref":"python:item.get"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._catalog_source_object","semantic_key":"python:method:AoAMemoMCPState._catalog_source_object","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:3d64d5a8dbba798440bab4dd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3d64d5a8dbba798440bab4dd","label":"What it is for","locator":{"end_column":18,"end_line":268,"fragment":"what-it-is-for-6","pointer":"","start_column":1,"start_line":268},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:what-it-is-for-6","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:ac1f3c7b4fb31f0e047c326e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ac1f3c7b4fb31f0e047c326e","label":"ABYSS-STACK-D-0041 Source Hygiene Validator Module","locator":{"end_column":113,"end_line":108,"fragment":"","pointer":"","start_column":3,"start_line":108},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0041-source-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:108:3:0:../ABYSS-STACK-D-0041-source-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:6c2ba6aa9b301b2bf12da940","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6c2ba6aa9b301b2bf12da940","label":"ABYSS-STACK-D-0068 Decision Graph Contract And Impact Packets","locator":{"end_column":135,"end_line":247,"fragment":"","pointer":"","start_column":3,"start_line":247},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-validation","target_ref":"../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:247:3:0:../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1:aoa:abyss-stack:anchor:801eb829cac77be7d125e7cc","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:801eb829cac77be7d125e7cc","label":"type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/type","source_id":"aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:b1fa83994ced8a233a3929cd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b1fa83994ced8a233a3929cd","label":"test_questbook_surface_module_is_inventory_owned","locator":{"end_column":57,"end_line":378,"fragment":"","pointer":"","start_column":1,"start_line":368},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_questbook_surface_module_is_inventory_owned","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_questbook_surface_module_is_inventory_owned","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","qualified_name":"test_questbook_surface_module_is_inventory_owned","semantic_key":"python:function:test_questbook_surface_module_is_inventory_owned","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564:aoa:abyss-stack:anchor:0199b991297bace41af16837","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0199b991297bace41af16837","label":"Runtime Root Under AbyssOS","locator":{"end_column":28,"end_line":1,"fragment":"runtime-root-under-abyssos","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-root-under-abyssos","source_id":"aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/66.jsonl b/kag/indexes/shards/anchor/66.jsonl index 3b0959f58..7f4e6f11e 100644 --- a/kag/indexes/shards/anchor/66.jsonl +++ b/kag/indexes/shards/anchor/66.jsonl @@ -54,9 +54,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:69076390357898448227a862","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:69076390357898448227a862","label":"services","locator":{"end_column":9,"end_line":1,"fragment":"","pointer":"/services","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:8ad182a85c4a22085d97c4bb","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8ad182a85c4a22085d97c4bb","label":"schemas/bridge-envelope.schema.json","locator":{"end_column":39,"end_line":39,"fragment":"","pointer":"/required_files/32","start_column":3,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/32","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef56699ffc0c3ce34db9a3af:aoa:abyss-stack:anchor:1027c45b88b2bc2ec982483e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1027c45b88b2bc2ec982483e","label":"stats_packet_check","locator":{"end_column":78,"end_line":103,"fragment":"","pointer":"","start_column":5,"start_line":98},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.stats_packet_check","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.stats_packet_check","semantic_key":"python:method:build_server.stats_packet_check","source_id":"aoa:abyss-stack:artifact:ef56699ffc0c3ce34db9a3af","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:156512ef03ee0996571db378","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:156512ef03ee0996571db378","label":"ABYSS-STACK-D-0027 Managed Systemd Unit Sources","locator":{"end_column":107,"end_line":84,"fragment":"","pointer":"","start_column":3,"start_line":84},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0027-managed-systemd-unit-sources.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:84:3:0:../ABYSS-STACK-D-0027-managed-systemd-unit-sources.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:9974f3d604270f7376f9dfa2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9974f3d604270f7376f9dfa2","label":"ABYSS-STACK-D-0039 Validation Command Authority And Technical Topology","locator":{"end_column":153,"end_line":17,"fragment":"","pointer":"","start_column":3,"start_line":17},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mechanics","target_ref":"../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:17:3:0:../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:d08d3e45e33eaa8b8691470c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d08d3e45e33eaa8b8691470c","label":"runtime mirror","locator":{"end_column":17,"end_line":234,"fragment":"runtime-mirror","pointer":"","start_column":1,"start_line":234},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-mirror","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:d08d3e45e33eaa8b8691470c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d08d3e45e33eaa8b8691470c","label":"runtime mirror","locator":{"end_column":17,"end_line":240,"fragment":"runtime-mirror","pointer":"","start_column":1,"start_line":240},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-mirror","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4:aoa:abyss-stack:anchor:39cd28de766e8a104cdfc759","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:39cd28de766e8a104cdfc759","label":"Quest District","locator":{"end_column":16,"end_line":1,"fragment":"quest-district","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:quest-district","source_id":"aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6:aoa:abyss-stack:anchor:75c22795d1c02d98f11989b0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:75c22795d1c02d98f11989b0","label":"User-unit orchestration","locator":{"end_column":26,"end_line":221,"fragment":"user-unit-orchestration","pointer":"","start_column":1,"start_line":221},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:user-unit-orchestration","source_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fa56341ee11dd504ea394482:aoa:abyss-stack:anchor:af56440add9e02e3143a92c0","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:af56440add9e02e3143a92c0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fa56341ee11dd504ea394482","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fea9e25ef68e6fc7c3d78ca6:aoa:abyss-stack:anchor:ad198e6fcb6fab5c918bbfbc","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ad198e6fcb6fab5c918bbfbc","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fea9e25ef68e6fc7c3d78ca6","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:d2e75586461fe7b77f84d99b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d2e75586461fe7b77f84d99b","label":"claim_limit","locator":{"end_column":19,"end_line":62,"fragment":"","pointer":"/abi/outputs/required/13","start_column":7,"start_line":62},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs/required/13","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/67.jsonl b/kag/indexes/shards/anchor/67.jsonl index c1caa6f74..b8ca77ccb 100644 --- a/kag/indexes/shards/anchor/67.jsonl +++ b/kag/indexes/shards/anchor/67.jsonl @@ -1,6 +1,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:0d6b823da434053c9e32527b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0d6b823da434053c9e32527b","label":"git_head","locator":{"end_column":33,"end_line":5379,"fragment":"","pointer":"","start_column":1,"start_line":5375},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:git_head","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:git_head","target_ref":"python:git_command"}],"parser_ref":"python-ast@1","qualified_name":"git_head","semantic_key":"python:function:git_head","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:7c5df168950fdc988582a86c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7c5df168950fdc988582a86c","label":"remove_temp_worktree","locator":{"end_column":22,"end_line":7414,"fragment":"","pointer":"","start_column":1,"start_line":7406},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:remove_temp_worktree","target_ref":"python:git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:remove_temp_worktree","target_ref":"python:shutil.rmtree"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:remove_temp_worktree","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:remove_temp_worktree","target_ref":"python:worktree_path.exists"}],"parser_ref":"python-ast@1","qualified_name":"remove_temp_worktree","semantic_key":"python:function:remove_temp_worktree","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:99a1d97213c4348382d7e1dd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:99a1d97213c4348382d7e1dd","label":"Notes","locator":{"end_column":9,"end_line":715,"fragment":"notes-2","pointer":"","start_column":1,"start_line":715},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:notes-2","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:99a1d97213c4348382d7e1dd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:99a1d97213c4348382d7e1dd","label":"Notes","locator":{"end_column":9,"end_line":717,"fragment":"notes-2","pointer":"","start_column":1,"start_line":717},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:notes-2","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345:aoa:abyss-stack:anchor:d28cda9233dc18c2f4381244","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d28cda9233dc18c2f4381244","label":"profiles/PRESETS","locator":{"end_column":42,"end_line":37,"fragment":"","pointer":"","start_column":3,"start_line":37},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"profiles/PRESETS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:37:3:0:profiles/PRESETS.md","source_id":"aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43:aoa:abyss-stack:anchor:fad200459291d738eeb97568","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:fad200459291d738eeb97568","label":"Tree-of-Sophia validator gating stays explicit for any later write path","locator":{"end_column":75,"end_line":39,"fragment":"","pointer":"/evidence/2","start_column":3,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/evidence/2","source_id":"aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1b6b2e7b4ab8982178e1c39c:aoa:abyss-stack:anchor:eedf87a528016fff03b86b5e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:eedf87a528016fff03b86b5e","label":"Source surfaces","locator":{"end_column":18,"end_line":77,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":77},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:1b6b2e7b4ab8982178e1c39c","symbol_kind":""} @@ -35,8 +35,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:81e489ac17d703a0f7ec61f9:aoa:abyss-stack:anchor:ab6c4a2c5c0eafb808755951","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ab6c4a2c5c0eafb808755951","label":"check_package_freshness","locator":{"end_column":44,"end_line":392,"fragment":"","pointer":"","start_column":1,"start_line":365},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_package_freshness","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_package_freshness","target_ref":"python:line.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_package_freshness","target_ref":"python:output.splitlines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_package_freshness","target_ref":"python:re.sub"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_package_freshness","target_ref":"python:run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_package_freshness","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_package_freshness","target_ref":"python:shutil.which"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_package_freshness","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_package_freshness","target_ref":"python:stripped.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_package_freshness","target_ref":"python:stripped.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_package_freshness","target_ref":"python:stripped.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:check_package_freshness","target_ref":"python:updates.append"}],"parser_ref":"python-ast@1","qualified_name":"check_package_freshness","semantic_key":"python:function:check_package_freshness","source_id":"aoa:abyss-stack:artifact:81e489ac17d703a0f7ec61f9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:71d5c3c07b770f1972fdad74","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:71d5c3c07b770f1972fdad74","label":"EvalInspectRequest","locator":{"end_column":14,"end_line":1994,"fragment":"","pointer":"","start_column":1,"start_line":1993},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"EvalInspectRequest","semantic_key":"python:class:EvalInspectRequest","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:7ad7f26647dc22c10ecb089d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7ad7f26647dc22c10ecb089d","label":"kag_registry_entries","locator":{"end_column":54,"end_line":1738,"fragment":"","pointer":"","start_column":1,"start_line":1737},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_registry_entries","target_ref":"python:kag_payload"}],"parser_ref":"python-ast@1","qualified_name":"kag_registry_entries","semantic_key":"python:function:kag_registry_entries","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:308dc26901ce99d69ad26709","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:308dc26901ce99d69ad26709","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":470,"fragment":"","pointer":"","start_column":3,"start_line":470},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:unmodeled-surface-detection","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:470:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:efe45a5757226187f8ad1a71","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:efe45a5757226187f8ad1a71","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":337,"fragment":"","pointer":"","start_column":3,"start_line":337},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profile-topology","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:337:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ff9af75219cc06332abe9a9:aoa:abyss-stack:anchor:58fa7a1fcc92aa036b3cdc5a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:58fa7a1fcc92aa036b3cdc5a","label":"test_rag_profile_contains_dependency_modules_before_rag_api","locator":{"end_column":45,"end_line":51,"fragment":"","pointer":"","start_column":5,"start_line":38},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_rag_profile_contains_dependency_modules_before_rag_api","target_ref":"python:modules.index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_rag_profile_contains_dependency_modules_before_rag_api","target_ref":"python:modules.index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_rag_profile_contains_dependency_modules_before_rag_api","target_ref":"python:profile_modules"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_rag_profile_contains_dependency_modules_before_rag_api","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_rag_profile_contains_dependency_modules_before_rag_api","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_rag_profile_contains_dependency_modules_before_rag_api","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_rag_profile_contains_dependency_modules_before_rag_api","target_ref":"python:self.assertLess"}],"parser_ref":"python-ast@1","qualified_name":"RagBridgeContractsTests.test_rag_profile_contains_dependency_modules_before_rag_api","semantic_key":"python:method:RagBridgeContractsTests.test_rag_profile_contains_dependency_modules_before_rag_api","source_id":"aoa:abyss-stack:artifact:8ff9af75219cc06332abe9a9","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:992cbba9cf1cf93a870c6466:aoa:abyss-stack:anchor:e4c03fb9e1836ebd8cb328b2","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e4c03fb9e1836ebd8cb328b2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:992cbba9cf1cf93a870c6466","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9a2daa8b86644f570884688d:aoa:abyss-stack:anchor:f8fe368e9712f1a582d8b26b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f8fe368e9712f1a582d8b26b","label":"ExperienceWave5SeedContractTests","locator":{"end_column":96,"end_line":387,"fragment":"","pointer":"","start_column":1,"start_line":252},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"ExperienceWave5SeedContractTests","semantic_key":"python:class:ExperienceWave5SeedContractTests","source_id":"aoa:abyss-stack:artifact:9a2daa8b86644f570884688d","symbol_kind":"class"} @@ -44,9 +42,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a32fa5977f31c0c97d4e6355:aoa:abyss-stack:anchor:408bdff218b855fdf85235ae","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:408bdff218b855fdf85235ae","label":"title","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/title","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/title","source_id":"aoa:abyss-stack:artifact:a32fa5977f31c0c97d4e6355","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c:aoa:abyss-stack:anchor:2a5b0ca2af92b00a20782c3a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2a5b0ca2af92b00a20782c3a","label":"referenced_run_refs_from_promotion","locator":{"end_column":16,"end_line":109,"fragment":"","pointer":"","start_column":1,"start_line":95},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_promotion","target_ref":"python:bench.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_promotion","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_promotion","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_promotion","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_promotion","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_promotion","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_promotion","target_ref":"python:path.parent.glob"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_promotion","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_promotion","target_ref":"python:refs.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_promotion","target_ref":"python:refs.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_promotion","target_ref":"python:screening.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_promotion","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_promotion","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"referenced_run_refs_from_promotion","semantic_key":"python:function:referenced_run_refs_from_promotion","source_id":"aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576:aoa:abyss-stack:anchor:fa2d962769844c53b1f2a6e2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fa2d962769844c53b1f2a6e2","label":"Operator commands","locator":{"end_column":20,"end_line":72,"fragment":"operator-commands","pointer":"","start_column":1,"start_line":72},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:operator-commands","source_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:cbd1d27bfd565c49125387d7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:cbd1d27bfd565c49125387d7","label":"ABYSS-STACK-D-0050 Diagnostic Spine Validator Module","locator":{"end_column":117,"end_line":263,"fragment":"","pointer":"","start_column":3,"start_line":263},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generated-read-model","target_ref":"../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:263:3:0:../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b084553b3b4d66d1ef058fee:aoa:abyss-stack:anchor:9e247c32c7bd45e028755e09","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:9e247c32c7bd45e028755e09","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b084553b3b4d66d1ef058fee","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:1c6974133fd8139b3f38b0aa","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1c6974133fd8139b3f38b0aa","label":"experience-runtime","locator":{"end_column":63,"end_line":159,"fragment":"","pointer":"","start_column":3,"start_line":159},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/experience-runtime/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:159:3:0:mechanics/experience-runtime/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b5f0f69efcad06dffd096ef0:aoa:abyss-stack:anchor:5811bfe9908087f330bc0aad","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5811bfe9908087f330bc0aad","label":"Local Checks","locator":{"end_column":15,"end_line":29,"fragment":"local-checks","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:local-checks","source_id":"aoa:abyss-stack:artifact:b5f0f69efcad06dffd096ef0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c:aoa:abyss-stack:anchor:45c3b81e45cc82dffa5ba26e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:45c3b81e45cc82dffa5ba26e","label":"Migration rule","locator":{"end_column":17,"end_line":67,"fragment":"migration-rule","pointer":"","start_column":1,"start_line":67},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:migration-rule","source_id":"aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bcd42e881a2e9a22e6f22a07:aoa:abyss-stack:anchor:c77707861865c5f446aabc90","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c77707861865c5f446aabc90","label":"Options considered","locator":{"end_column":21,"end_line":30,"fragment":"options-considered","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:bcd42e881a2e9a22e6f22a07","symbol_kind":""} @@ -64,3 +60,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:f16638318899fbe79609401f:aoa:abyss-stack:anchor:87aff6a39274e3dd19cb1dca","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:87aff6a39274e3dd19cb1dca","label":"ADOPTION EVENT STREAM","locator":{"end_column":23,"end_line":1,"fragment":"adoption-event-stream","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:adoption-event-stream","source_id":"aoa:abyss-stack:artifact:f16638318899fbe79609401f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f5e42ab47749ca3fffa5b850:aoa:abyss-stack:anchor:142f193b1070994a6db53254","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:142f193b1070994a6db53254","label":"cpus","locator":{"end_column":38,"end_line":8,"fragment":"","pointer":"/services/route-api/cpus","start_column":5,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/cpus","source_id":"aoa:abyss-stack:artifact:f5e42ab47749ca3fffa5b850","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fc14d26fe85cf981f312d308:aoa:abyss-stack:anchor:e70f1d22c8c025bc3fe6cbfe","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e70f1d22c8c025bc3fe6cbfe","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fc14d26fe85cf981f312d308","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:c5a9cbf56df6217fb2374e95","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c5a9cbf56df6217fb2374e95","label":"existing fresh packet","locator":{"end_column":27,"end_line":103,"fragment":"","pointer":"/recheck/manual_cases/2","start_column":5,"start_line":103},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/recheck/manual_cases/2","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/68.jsonl b/kag/indexes/shards/anchor/68.jsonl index 00ca15387..c3209daf5 100644 --- a/kag/indexes/shards/anchor/68.jsonl +++ b/kag/indexes/shards/anchor/68.jsonl @@ -12,7 +12,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:1097ba31d4693ba9e470a29b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1097ba31d4693ba9e470a29b","label":"wave_closeout_id","locator":{"end_column":46,"end_line":1048,"fragment":"","pointer":"","start_column":1,"start_line":1047},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"wave_closeout_id","semantic_key":"python:function:wave_closeout_id","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:27f3f55b9f8657d60886d718:aoa:abyss-stack:anchor:986a01fd03c8c5464f6ea160","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:986a01fd03c8c5464f6ea160","label":"Mechanics Topology Validator Module","locator":{"end_column":37,"end_line":1,"fragment":"mechanics-topology-validator-module","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mechanics-topology-validator-module","source_id":"aoa:abyss-stack:artifact:27f3f55b9f8657d60886d718","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:329ef0d4394b4fafeb28fa40:aoa:abyss-stack:anchor:bc91f8fe7bb144a163d20e8b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:bc91f8fe7bb144a163d20e8b","label":"id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/id","source_id":"aoa:abyss-stack:artifact:329ef0d4394b4fafeb28fa40","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:ee9fe47316e959a4f92bc4d9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ee9fe47316e959a4f92bc4d9","label":"AGENTS Stack Law","locator":{"end_column":19,"end_line":181,"fragment":"agents-stack-law","pointer":"","start_column":1,"start_line":181},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agents-stack-law","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:ee9fe47316e959a4f92bc4d9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ee9fe47316e959a4f92bc4d9","label":"AGENTS Stack Law","locator":{"end_column":19,"end_line":185,"fragment":"agents-stack-law","pointer":"","start_column":1,"start_line":185},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agents-stack-law","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca:aoa:abyss-stack:anchor:91af8c2f2725cfe4afa0f231","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:91af8c2f2725cfe4afa0f231","label":"Mission","locator":{"end_column":10,"end_line":27,"fragment":"mission","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mission","source_id":"aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3db733a4107549631442eabb:aoa:abyss-stack:anchor:b830b02b8e1107a6f3062a41","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b830b02b8e1107a6f3062a41","label":"examples/recall/recall_contract.router.lineage.json","locator":{"end_column":55,"end_line":23,"fragment":"","pointer":"/required_files/16","start_column":3,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/16","source_id":"aoa:abyss-stack:artifact:3db733a4107549631442eabb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:4110e0674862caea0a4f8558:aoa:abyss-stack:anchor:a19715f3ec03034ccf7cf7f0","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a19715f3ec03034ccf7cf7f0","label":"edges","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/edges","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/edges","source_id":"aoa:abyss-stack:artifact:4110e0674862caea0a4f8558","symbol_kind":"json_key"} @@ -36,21 +36,20 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:9736efe5b50928287ad20a95","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9736efe5b50928287ad20a95","label":"default_mirror_root_for","locator":{"end_column":70,"end_line":179,"fragment":"","pointer":"","start_column":1,"start_line":178},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:default_mirror_root_for","target_ref":"python:Path"}],"parser_ref":"python-ast@1","qualified_name":"default_mirror_root_for","semantic_key":"python:function:default_mirror_root_for","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32:aoa:abyss-stack:anchor:6128d88cc5042fcc08c02a84","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6128d88cc5042fcc08c02a84","label":"PhilosophyViewResponse","locator":{"end_column":48,"end_line":101,"fragment":"","pointer":"","start_column":1,"start_line":89},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"PhilosophyViewResponse","semantic_key":"python:class:PhilosophyViewResponse","source_id":"aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:a878522aea9dbda727544845","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a878522aea9dbda727544845","label":"name","locator":{"end_column":24,"end_line":21,"fragment":"","pointer":"/models/gemma4-e2b-it/name","start_column":5,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/models/gemma4-e2b-it/name","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:62f70324f212940c587267dc","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:62f70324f212940c587267dc","label":"ABYSS-STACK-D-0057 Mechanics Topology Validator Module","locator":{"end_column":121,"end_line":301,"fragment":"","pointer":"","start_column":3,"start_line":301},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanic-topology","target_ref":"../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:301:3:0:../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:b539062f5147cd1869b300a4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b539062f5147cd1869b300a4","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":372,"fragment":"","pointer":"","start_column":3,"start_line":372},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtimetopology","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:372:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:604b064d1339f884837854d7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:604b064d1339f884837854d7","label":"_freshness_smoke_status","locator":{"end_column":78,"end_line":101,"fragment":"","pointer":"","start_column":1,"start_line":87},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:brief.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:brief.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:brief.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:brief.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:brief.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:brief.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:freshness.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:freshness.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:freshness.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:raw_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:state.session_freshness_check"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_freshness_smoke_status","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_freshness_smoke_status","semantic_key":"python:function:_freshness_smoke_status","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:d89800c345ee54f982e877a3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d89800c345ee54f982e877a3","label":"mcp","locator":{"end_column":23,"end_line":172,"fragment":"","pointer":"","start_column":3,"start_line":172},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"mcp/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:172:3:0:mcp/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:0932cf1890118cdf3eb3737b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0932cf1890118cdf3eb3737b","label":"operations/RUNBOOK","locator":{"end_column":138,"end_line":63,"fragment":"","pointer":"","start_column":90,"start_line":63},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/operations/RUNBOOK.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:63:90:0:docs/operations/RUNBOOK.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8:aoa:abyss-stack:anchor:a2a1f302b37cae8f104deae7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a2a1f302b37cae8f104deae7","label":"_predicate_allowed","locator":{"end_column":66,"end_line":117,"fragment":"","pointer":"","start_column":1,"start_line":113},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_predicate_allowed","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_predicate_allowed","target_ref":"python:item.get"}],"parser_ref":"python-ast@1","qualified_name":"_predicate_allowed","semantic_key":"python:function:_predicate_allowed","source_id":"aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:d6936e0900ff479c9b952481","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d6936e0900ff479c9b952481","label":"normalize_build_router_noop_raw_spec","locator":{"end_column":22,"end_line":1749,"fragment":"","pointer":"","start_column":1,"start_line":1698},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:anchor_before.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:coerce_text_like_field"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:coerce_text_like_field"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:extract_build_router_write_loop_block"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:is_build_router_noop_goal"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:normalize_block_shape"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:normalize_block_shape"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:normalize_block_shape"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:normalize_block_shape"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:normalize_block_shape"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:normalize_build_router_new_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:spec.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:spec.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:spec.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:spec.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:spec.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_build_router_noop_raw_spec","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"normalize_build_router_noop_raw_spec","semantic_key":"python:function:normalize_build_router_noop_raw_spec","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:e3725f0ecaf18396dc8967a8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e3725f0ecaf18396dc8967a8","label":"review_packet_summary_with_handoff","locator":{"end_column":18,"end_line":2894,"fragment":"","pointer":"","start_column":1,"start_line":2876},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:review_packet_summary_with_handoff","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:review_packet_summary_with_handoff","target_ref":"python:handoff_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:review_packet_summary_with_handoff","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:review_packet_summary_with_handoff","target_ref":"python:merged.update"}],"parser_ref":"python-ast@1","qualified_name":"review_packet_summary_with_handoff","semantic_key":"python:function:review_packet_summary_with_handoff","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:cd0cb3978ae97166974cc913:aoa:abyss-stack:anchor:31f33a4f6cdbd85ffea0a763","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:31f33a4f6cdbd85ffea0a763","label":"edge","locator":{"end_column":10,"end_line":829,"fragment":"","pointer":"","start_column":5,"start_line":797},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:ToSPhilosophyReaderError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:_source_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:next"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:self.load_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.edge","target_ref":"python:view.get"}],"parser_ref":"python-ast@1","qualified_name":"ToSPhilosophyProjectionReader.edge","semantic_key":"python:method:ToSPhilosophyProjectionReader.edge","source_id":"aoa:abyss-stack:artifact:cd0cb3978ae97166974cc913","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:cd5fdeba2544b9f5d88f39d4:aoa:abyss-stack:anchor:c028d88cd2b61a6e212700fc","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c028d88cd2b61a6e212700fc","label":"by_family","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/by_family","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/by_family","source_id":"aoa:abyss-stack:artifact:cd5fdeba2544b9f5d88f39d4","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8:aoa:abyss-stack:anchor:98661177b42f60c61afef526","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:98661177b42f60c61afef526","label":"condition","locator":{"end_column":34,"end_line":37,"fragment":"","pointer":"/services/rag-api/depends_on/route-api/condition","start_column":9,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api/depends_on/route-api/condition","source_id":"aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7:aoa:abyss-stack:anchor:51f170112e47bbed433184cd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:51f170112e47bbed433184cd","label":"DiagnosticSpineContractTests","locator":{"end_column":10,"end_line":139,"fragment":"","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineContractTests","semantic_key":"python:class:DiagnosticSpineContractTests","source_id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","symbol_kind":"class"} +{"_key":"anchor:aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7:aoa:abyss-stack:anchor:51f170112e47bbed433184cd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:51f170112e47bbed433184cd","label":"DiagnosticSpineContractTests","locator":{"end_column":10,"end_line":141,"fragment":"","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineContractTests","semantic_key":"python:class:DiagnosticSpineContractTests","source_id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:c49c9bc6243ed9f87c42579c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c49c9bc6243ed9f87c42579c","label":"_without_omitted_field_counts","locator":{"end_column":17,"end_line":1394,"fragment":"","pointer":"","start_column":1,"start_line":1385},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_without_omitted_field_counts","target_ref":"python:_without_omitted_field_counts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_without_omitted_field_counts","target_ref":"python:_without_omitted_field_counts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_without_omitted_field_counts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_without_omitted_field_counts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_without_omitted_field_counts","target_ref":"python:value.items"}],"parser_ref":"python-ast@1","qualified_name":"_without_omitted_field_counts","semantic_key":"python:function:_without_omitted_field_counts","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:ca8f6dda5a5c19e501808173","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ca8f6dda5a5c19e501808173","label":"_session_recency_key","locator":{"end_column":106,"end_line":8863,"fragment":"","pointer":"","start_column":5,"start_line":8861},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_recency_key","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_recency_key","target_ref":"python:self._session_activity_mtime"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_recency_key","target_ref":"python:self._session_sort_key"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_recency_key","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._session_recency_key","semantic_key":"python:method:AoASessionMemoryMCPState._session_recency_key","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:41528462ee2d8c5919bdcbbf","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:41528462ee2d8c5919bdcbbf","label":"_render_json","locator":{"end_column":97,"end_line":119,"fragment":"","pointer":"","start_column":1,"start_line":118},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_json","target_ref":"python:json.dumps"}],"parser_ref":"python-ast@1","qualified_name":"_render_json","semantic_key":"python:function:_render_json","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:fb3ec0b2d3497a7b99ae9256","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:fb3ec0b2d3497a7b99ae9256","label":"decision_id_prefix","locator":{"end_column":33,"end_line":2,"fragment":"","pointer":"/decision_id_prefix","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/decision_id_prefix","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:97c9dbf84f2b7016307a45c6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:97c9dbf84f2b7016307a45c6","label":"ABYSS-STACK-D-0046 Federation Surface Validator Module","locator":{"end_column":121,"end_line":41,"fragment":"","pointer":"","start_column":3,"start_line":41},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0046-federation-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:41:3:0:../ABYSS-STACK-D-0046-federation-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:c6d6e784a8720fc731c138d5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c6d6e784a8720fc731c138d5","label":"ABYSS-STACK-D-0016 Live Runtime Cutover And Machine Parity","locator":{"end_column":117,"end_line":11,"fragment":"","pointer":"","start_column":3,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection","target_ref":"../ABYSS-STACK-D-0016-live-runtime-cutover-parity.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:11:3:0:../ABYSS-STACK-D-0016-live-runtime-cutover-parity.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4afb79f5156758000028500:aoa:abyss-stack:anchor:29661014502f201b9682a39e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:29661014502f201b9682a39e","label":"Observability LogQL Loki Alloy","locator":{"end_column":32,"end_line":1,"fragment":"observability-logql-loki-alloy","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:observability-logql-loki-alloy","source_id":"aoa:abyss-stack:artifact:f4afb79f5156758000028500","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f9ea39491eaf7aa91d1abe19:aoa:abyss-stack:anchor:564dc45dde65f593c169a575","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:564dc45dde65f593c169a575","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:f9ea39491eaf7aa91d1abe19","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/69.jsonl b/kag/indexes/shards/anchor/69.jsonl index 1083c8883..050129f97 100644 --- a/kag/indexes/shards/anchor/69.jsonl +++ b/kag/indexes/shards/anchor/69.jsonl @@ -12,8 +12,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:2c3328783260acd2e9108d2a:aoa:abyss-stack:anchor:7800af96b8b9913180bedb2e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7800af96b8b9913180bedb2e","label":"_json_or_text","locator":{"end_column":24,"end_line":84,"fragment":"","pointer":"","start_column":1,"start_line":77},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_json_or_text","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_json_or_text","target_ref":"python:text.strip"}],"parser_ref":"python-ast@1","qualified_name":"_json_or_text","semantic_key":"python:function:_json_or_text","source_id":"aoa:abyss-stack:artifact:2c3328783260acd2e9108d2a","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:3492caf43a5225010caa07c2:aoa:abyss-stack:anchor:e36a568ea13c3b6c0060c62d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e36a568ea13c3b6c0060c62d","label":"SECURITY","locator":{"end_column":26,"end_line":11,"fragment":"","pointer":"","start_column":3,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:operations","target_ref":"SECURITY.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:11:3:0:SECURITY.md","source_id":"aoa:abyss-stack:artifact:3492caf43a5225010caa07c2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:35369a2e483d3b87d8ce5331:aoa:abyss-stack:anchor:ae20d2bdc7efcb9804609f5b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ae20d2bdc7efcb9804609f5b","label":"_credential_token","locator":{"end_column":34,"end_line":87,"fragment":"","pointer":"","start_column":1,"start_line":74},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.is_symlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.is_symlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:raw.removesuffix"}],"parser_ref":"python-ast@1","qualified_name":"_credential_token","semantic_key":"python:function:_credential_token","source_id":"aoa:abyss-stack:artifact:35369a2e483d3b87d8ce5331","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:3fccd2d39e7837ee40922939","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3fccd2d39e7837ee40922939","label":"Purpose","locator":{"end_column":10,"end_line":93,"fragment":"purpose","pointer":"","start_column":1,"start_line":93},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:b233de6ba4827e16ae3316f0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b233de6ba4827e16ae3316f0","label":"Closeout","locator":{"end_column":11,"end_line":86,"fragment":"closeout","pointer":"","start_column":1,"start_line":86},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:closeout","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:3fccd2d39e7837ee40922939","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3fccd2d39e7837ee40922939","label":"Purpose","locator":{"end_column":10,"end_line":95,"fragment":"purpose","pointer":"","start_column":1,"start_line":95},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:b233de6ba4827e16ae3316f0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b233de6ba4827e16ae3316f0","label":"Closeout","locator":{"end_column":11,"end_line":88,"fragment":"closeout","pointer":"","start_column":1,"start_line":88},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:closeout","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:40fa63093f668d552cf40354:aoa:abyss-stack:anchor:cb56bc7ddacda6f8a884442a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cb56bc7ddacda6f8a884442a","label":"Current Bridges","locator":{"end_column":18,"end_line":22,"fragment":"current-bridges","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:current-bridges","source_id":"aoa:abyss-stack:artifact:40fa63093f668d552cf40354","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:c0fbe71e6a472b367388f0f6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c0fbe71e6a472b367388f0f6","label":"worktree_apply","locator":{"end_column":10,"end_line":2972,"fragment":"","pointer":"","start_column":5,"start_line":2892},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:TRIALS.w4_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:repo_root_for_scenario"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:run_worktree_preview"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:state.get"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.worktree_apply","semantic_key":"python:method:build_graph.worktree_apply","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:418e0c21b774af22d0d9a496:aoa:abyss-stack:anchor:296f337ec620e1cf3d6501eb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:296f337ec620e1cf3d6501eb","label":"materialize_runtime","locator":{"end_column":59,"end_line":290,"fragment":"","pointer":"","start_column":1,"start_line":280},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_runtime","target_ref":"python:datetime.now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_runtime","target_ref":"python:filename.removesuffix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_runtime","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_runtime","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"materialize_runtime","semantic_key":"python:function:materialize_runtime","source_id":"aoa:abyss-stack:artifact:418e0c21b774af22d0d9a496","symbol_kind":"function"} @@ -55,3 +55,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:fbe7e85991975865de8448c6:aoa:abyss-stack:anchor:8406647269af1c3d8fe016d0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8406647269af1c3d8fe016d0","label":"main","locator":{"end_column":46,"end_line":199,"fragment":"","pointer":"","start_column":1,"start_line":31},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:AoAEvalsMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_parse_filter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:comparison.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:expand.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:expand.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:exports.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:find_or_propose.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:find_or_propose.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:inspect.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:local_find.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:local_find.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:local_find.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:local_port.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:local_ports.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:local_ports.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_subparsers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.parse_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:read_export.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:read_export.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:resource.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:select.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:select.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:skeleton.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:skeleton.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.build_catalog"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.comparison"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.eval_forge_access_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.expand_bundle"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.find_or_propose"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.find_or_propose_local"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.inspect_bundle"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.local_port"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.local_ports"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.read_resource"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.read_runtime_candidate_export"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.report_skeleton"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.runtime_candidate_exports"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.runtime_evidence_template"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.runtime_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.select"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.validate_evidence_candidate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.write_local_intake"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.write_local_report_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.write_local_suite_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:template.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:validate.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_intake.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_intake.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_intake.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_intake.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_intake.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_report.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_report.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_report.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_report.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_report.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_report.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_report.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_report.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_suite.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_suite.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_suite.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_suite.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_suite.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_suite.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_suite.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:write_suite.add_argument"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:fbe7e85991975865de8448c6","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d:aoa:abyss-stack:anchor:8f2dd2a4ed4c376752aeeb4b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8f2dd2a4ed4c376752aeeb4b","label":"LLAMA_ARG_KV_OFFLOAD","locator":{"end_column":31,"end_line":23,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_KV_OFFLOAD","start_column":7,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_KV_OFFLOAD","source_id":"aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fea9e25ef68e6fc7c3d78ca6:aoa:abyss-stack:anchor:a10037ea3156c2752d1a43e6","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a10037ea3156c2752d1a43e6","label":"allowed","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/allowed","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/allowed","source_id":"aoa:abyss-stack:artifact:fea9e25ef68e6fc7c3d78ca6","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:0589fb1651afab19a6706d92","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0589fb1651afab19a6706d92","label":"do_not_use_when","locator":{"end_column":18,"end_line":14,"fragment":"","pointer":"/applicability/do_not_use_when","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/applicability/do_not_use_when","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/6a.jsonl b/kag/indexes/shards/anchor/6a.jsonl index 381ea3779..5e7f9b2d2 100644 --- a/kag/indexes/shards/anchor/6a.jsonl +++ b/kag/indexes/shards/anchor/6a.jsonl @@ -42,8 +42,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e:aoa:abyss-stack:anchor:205e25e5f9d8d49904ab5848","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:205e25e5f9d8d49904ab5848","label":"LLAMA_ARG_CACHE_REUSE","locator":{"end_column":32,"end_line":50,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_CACHE_REUSE","start_column":7,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_CACHE_REUSE","source_id":"aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9c597b09e8d77c578f9ed0db:aoa:abyss-stack:anchor:63161db7b0f60f4ba13e3eac","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:63161db7b0f60f4ba13e3eac","label":"static_configs","locator":{"end_column":19,"end_line":10,"fragment":"","pointer":"/scrape_configs/0/static_configs","start_column":5,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/scrape_configs/0/static_configs","source_id":"aoa:abyss-stack:artifact:9c597b09e8d77c578f9ed0db","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c:aoa:abyss-stack:anchor:2980ba0882e18568809b0f1e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2980ba0882e18568809b0f1e","label":"referenced_run_refs_from_comparison","locator":{"end_column":16,"end_line":92,"fragment":"","pointer":"","start_column":1,"start_line":85},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_comparison","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_comparison","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_comparison","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_comparison","target_ref":"python:refs.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:referenced_run_refs_from_comparison","target_ref":"python:set"}],"parser_ref":"python-ast@1","qualified_name":"referenced_run_refs_from_comparison","semantic_key":"python:function:referenced_run_refs_from_comparison","source_id":"aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:4f397e1bd23f88948b07cd8f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4f397e1bd23f88948b07cd8f","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":358,"fragment":"","pointer":"","start_column":3,"start_line":358},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-route-contract","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:358:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:b302b9a861cd4c01c7f41c02","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b302b9a861cd4c01c7f41c02","label":"ABYSS-STACK-D-0056 Decision Surface Validator Module","locator":{"end_column":117,"end_line":239,"fragment":"","pointer":"","start_column":3,"start_line":239},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-route","target_ref":"../ABYSS-STACK-D-0056-decision-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:239:3:0:../ABYSS-STACK-D-0056-decision-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:2abf1c961bd6a11709943db1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2abf1c961bd6a11709943db1","label":"ABYSS-STACK-D-0056 Decision Surface Validator Module","locator":{"end_column":117,"end_line":240,"fragment":"","pointer":"","start_column":3,"start_line":240},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-route","target_ref":"../ABYSS-STACK-D-0056-decision-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:240:3:0:../ABYSS-STACK-D-0056-decision-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:e0e3c247dc20a31b3ce02a39","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e0e3c247dc20a31b3ce02a39","label":"ABYSS-STACK-D-0030 RAG Orchestration Profile","locator":{"end_column":101,"end_line":109,"fragment":"","pointer":"","start_column":3,"start_line":109},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federationread-model","target_ref":"../ABYSS-STACK-D-0030-rag-orchestration-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:109:3:0:../ABYSS-STACK-D-0030-rag-orchestration-profile.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:9f2d18e0baecd6541c225cb9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:9f2d18e0baecd6541c225cb9","label":"aoa.tuning.posture","locator":{"end_column":37,"end_line":35,"fragment":"","pointer":"/services/aoa-browser/labels/aoa.tuning.posture","start_column":7,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/aoa-browser/labels/aoa.tuning.posture","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ba4fe7cad5b14a2d50f1a3b0:aoa:abyss-stack:anchor:871339e5838fce9104fe3727","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:871339e5838fce9104fe3727","label":"backend","locator":{"end_column":21,"end_line":3,"fragment":"","pointer":"/voices/default/backend","start_column":5,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/voices/default/backend","source_id":"aoa:abyss-stack:artifact:ba4fe7cad5b14a2d50f1a3b0","symbol_kind":""} @@ -56,11 +55,13 @@ {"_key":"anchor:aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8:aoa:abyss-stack:anchor:a21cac155d71f3221cd7d4cc","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a21cac155d71f3221cd7d4cc","label":"127.0.0.1","locator":{"end_column":62,"end_line":7,"fragment":"","pointer":"/services/ovms-intel-text/ports/0/127.0.0.1","start_column":7,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ovms-intel-text/ports/0/127.0.0.1","source_id":"aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d03af9d59783c9f2bc1a49a3:aoa:abyss-stack:anchor:e60efe9839e59cc8fa9d4d46","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e60efe9839e59cc8fa9d4d46","label":"schema_properties","locator":{"end_column":62,"end_line":90,"fragment":"","pointer":"","start_column":1,"start_line":88},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:schema_properties","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:schema_properties","target_ref":"python:schema.get"}],"parser_ref":"python-ast@1","qualified_name":"schema_properties","semantic_key":"python:function:schema_properties","source_id":"aoa:abyss-stack:artifact:d03af9d59783c9f2bc1a49a3","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:d0f7d711f52af07ddf5bf90d:aoa:abyss-stack:anchor:05d2289402ec8c4eddacb5f8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:05d2289402ec8c4eddacb5f8","label":"Hard Boundaries","locator":{"end_column":18,"end_line":24,"fragment":"hard-boundaries","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:hard-boundaries","source_id":"aoa:abyss-stack:artifact:d0f7d711f52af07ddf5bf90d","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc:aoa:abyss-stack:anchor:8e426e302c207eadf5fd5363","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:8e426e302c207eadf5fd5363","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d9ca5648f8671a47309c1a8e:aoa:abyss-stack:anchor:e01bea98735bbe82f8b832f0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e01bea98735bbe82f8b832f0","label":"load_quest_payload","locator":{"end_column":75,"end_line":55,"fragment":"","pointer":"","start_column":1,"start_line":54},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_quest_payload","target_ref":"python:load_structured_object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_quest_payload","target_ref":"python:quest_source_path"}],"parser_ref":"python-ast@1","qualified_name":"load_quest_payload","semantic_key":"python:function:load_quest_payload","source_id":"aoa:abyss-stack:artifact:d9ca5648f8671a47309c1a8e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:c83c2609d231d76407f171b3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c83c2609d231d76407f171b3","label":"_export_landing_readiness","locator":{"end_column":10,"end_line":1481,"fragment":"","pointer":"","start_column":5,"start_line":1414},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:candidate.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:copied_intake.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:errors.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:errors.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:errors.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:receipt.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:receipt.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:receipt.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:self._check_payload_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:self._check_payload_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:self._check_payload_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:self._copied_intake_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:self._resolve_local_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:self._resolve_local_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:self._schema_errors"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:self._schema_errors"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:self.validate_candidate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._export_landing_readiness","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._export_landing_readiness","semantic_key":"python:method:AoAMemoMCPState._export_landing_readiness","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:910fe02bf8999f4a4c770242","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:910fe02bf8999f4a4c770242","label":"`intel-worker`","locator":{"end_column":17,"end_line":159,"fragment":"intel-worker","pointer":"","start_column":1,"start_line":159},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:intel-worker","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267:aoa:abyss-stack:anchor:ce51e2f6ad9295522f298e39","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ce51e2f6ad9295522f298e39","label":"test_prepare_canary_request_materializes_catalog_entry","locator":{"end_column":82,"end_line":39,"fragment":"","pointer":"","start_column":5,"start_line":21},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_canary_request_materializes_catalog_entry","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_canary_request_materializes_catalog_entry","target_ref":"python:request_file.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_canary_request_materializes_catalog_entry","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_canary_request_materializes_catalog_entry","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_canary_request_materializes_catalog_entry","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_canary_request_materializes_catalog_entry","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_canary_request_materializes_catalog_entry","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_canary_request_materializes_catalog_entry","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_canary_request_materializes_catalog_entry","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_canary_request_materializes_catalog_entry","target_ref":"python:self.module.materialize_canary_requests"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_canary_request_materializes_catalog_entry","target_ref":"python:self.module.request_from_canary"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerPolicyScopeTests.test_prepare_canary_request_materializes_catalog_entry","semantic_key":"python:method:GovernedRunnerPolicyScopeTests.test_prepare_canary_request_materializes_catalog_entry","source_id":"aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:b0125e4456bbe2d0031b2a97","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b0125e4456bbe2d0031b2a97","label":"prefix","locator":{"end_column":27,"end_line":27,"fragment":"","pointer":"/schema_config/configs/0/index/prefix","start_column":9,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/schema_config/configs/0/index/prefix","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:11b297511c64c9b9ab585851","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:11b297511c64c9b9ab585851","label":"ABYSS-STACK-D-0047 Federation Upstream Compatibility Language Split","locator":{"end_column":147,"end_line":43,"fragment":"","pointer":"","start_column":3,"start_line":43},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:43:3:0:../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:e85c2e35897afc9f14811f81","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e85c2e35897afc9f14811f81","label":"schemas/reasoning-handoff-pack.schema.json","locator":{"end_column":46,"end_line":30,"fragment":"","pointer":"/required_files/23","start_column":3,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/23","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f48482e7c6ded439ee043c62:aoa:abyss-stack:anchor:83b4cd745baa089bff235e72","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:83b4cd745baa089bff235e72","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f48482e7c6ded439ee043c62","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:489a669010353a250b10c351","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:489a669010353a250b10c351","label":"philosophy_scale_manifest","locator":{"end_column":10,"end_line":575,"fragment":"","pointer":"","start_column":5,"start_line":533},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:KeyError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:_layer_allowed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:_layer_allowed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:_layer_allowed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:_layer_allowed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:_layer_allowed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:_layer_allowed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:_string_list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:_string_list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:cluster.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:cluster.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:next"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:self._philosophy_clusters_for_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:self.philosophy_graph_projection_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:self.philosophy_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_scale_manifest","target_ref":"python:view.get"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.philosophy_scale_manifest","semantic_key":"python:method:ToSCorpusMCPState.philosophy_scale_manifest","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} diff --git a/kag/indexes/shards/anchor/6b.jsonl b/kag/indexes/shards/anchor/6b.jsonl index a554cb73a..eb2f78d44 100644 --- a/kag/indexes/shards/anchor/6b.jsonl +++ b/kag/indexes/shards/anchor/6b.jsonl @@ -46,6 +46,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8835a41340228ce9fcf964cb:aoa:abyss-stack:anchor:733b6c7a4736e26608afb9ed","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:733b6c7a4736e26608afb9ed","label":"state","locator":{"end_column":6,"end_line":86,"fragment":"","pointer":"","start_column":1,"start_line":77},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:state","target_ref":"python:AoA4PDAConnectorMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:state","target_ref":"python:FakeRunner"}],"parser_ref":"python-ast@1","qualified_name":"state","semantic_key":"python:function:state","source_id":"aoa:abyss-stack:artifact:8835a41340228ce9fcf964cb","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac:aoa:abyss-stack:anchor:faf025b522cc07790e84cf40","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:faf025b522cc07790e84cf40","label":"setUpClass","locator":{"end_column":48,"end_line":39,"fragment":"","pointer":"","start_column":5,"start_line":37},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.setUpClass","target_ref":"python:TestClient"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.setUpClass","target_ref":"python:load_module"}],"parser_ref":"python-ast@1","qualified_name":"LangchainFederatedRunTests.setUpClass","semantic_key":"python:method:LangchainFederatedRunTests.setUpClass","source_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8a55b73a3e7d15426e4718e6:aoa:abyss-stack:anchor:959774735d2c1e46964af1ab","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:959774735d2c1e46964af1ab","label":"final_state","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/final_state","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/final_state","source_id":"aoa:abyss-stack:artifact:8a55b73a3e7d15426e4718e6","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:c78d39713a9012faf1f1cc29","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c78d39713a9012faf1f1cc29","label":"ABYSS-STACK-D-0073 ToS Philosophy Graph Access Plane","locator":{"end_column":117,"end_line":354,"fragment":"","pointer":"","start_column":3,"start_line":354},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:projection-only-cache","target_ref":"../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:354:3:0:../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:d2bad250cf44991638af2d9f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d2bad250cf44991638af2d9f","label":"questbook","locator":{"end_column":12,"end_line":116,"fragment":"questbook","pointer":"","start_column":1,"start_line":116},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:questbook","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:1e1fee5b8a88f7df5dc991b2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1e1fee5b8a88f7df5dc991b2","label":"contracts","locator":{"end_column":13,"end_line":50,"fragment":"","pointer":"/tags/3","start_column":3,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/tags/3","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:3100b2207755788634c6441d","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:3100b2207755788634c6441d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} @@ -54,9 +55,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576:aoa:abyss-stack:anchor:ad6660a91362c05aa30c7272","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ad6660a91362c05aa30c7272","label":"`up`","locator":{"end_column":8,"end_line":109,"fragment":"up","pointer":"","start_column":1,"start_line":109},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:up","source_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aa50269d09d67d3ecd52ce23:aoa:abyss-stack:anchor:8ab592102e497564a8aa9585","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8ab592102e497564a8aa9585","label":"Current Bridges","locator":{"end_column":18,"end_line":22,"fragment":"current-bridges","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:current-bridges","source_id":"aoa:abyss-stack:artifact:aa50269d09d67d3ecd52ce23","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ac4a112b3489f34a27afc23b:aoa:abyss-stack:anchor:cb95b6eb9ecb5a5e20f1feac","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cb95b6eb9ecb5a5e20f1feac","label":"test_current_repo_root_routes_module_passes","locator":{"end_column":58,"end_line":48,"fragment":"","pointer":"","start_column":1,"start_line":47},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_current_repo_root_routes_module_passes","target_ref":"python:run_all_root_route_validators"}],"parser_ref":"python-ast@1","qualified_name":"test_current_repo_root_routes_module_passes","semantic_key":"python:function:test_current_repo_root_routes_module_passes","source_id":"aoa:abyss-stack:artifact:ac4a112b3489f34a27afc23b","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:0501b133ba29f636dc585d30","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0501b133ba29f636dc585d30","label":"ABYSS-STACK-D-0043 Service Selection Validator Module","locator":{"end_column":119,"end_line":375,"fragment":"","pointer":"","start_column":3,"start_line":375},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection","target_ref":"../ABYSS-STACK-D-0043-service-selection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:375:3:0:../ABYSS-STACK-D-0043-service-selection-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:1df3cffdc6d655958733f579","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1df3cffdc6d655958733f579","label":"_restart_required_source_paths","locator":{"end_column":6,"end_line":283,"fragment":"","pointer":"","start_column":1,"start_line":279},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"_restart_required_source_paths","semantic_key":"python:function:_restart_required_source_paths","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:c7ab6cbfcbb563b0bd7809a2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c7ab6cbfcbb563b0bd7809a2","label":"operations/RUNBOOK","locator":{"end_column":79,"end_line":196,"fragment":"","pointer":"","start_column":31,"start_line":196},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validate","target_ref":"docs/operations/RUNBOOK.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:196:31:0:docs/operations/RUNBOOK.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5:aoa:abyss-stack:anchor:3451a153dbbef71f96010c7e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3451a153dbbef71f96010c7e","label":"test_upstream_bridge_must_keep_clean_memo_contradiction_rerun_route","locator":{"end_column":16,"end_line":112,"fragment":"","pointer":"","start_column":1,"start_line":96},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_upstream_bridge_must_keep_clean_memo_contradiction_rerun_route","target_ref":"python:bridge_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_upstream_bridge_must_keep_clean_memo_contradiction_rerun_route","target_ref":"python:run_active_topology_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_upstream_bridge_must_keep_clean_memo_contradiction_rerun_route","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_upstream_bridge_must_keep_clean_memo_contradiction_rerun_route","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_upstream_bridge_must_keep_clean_memo_contradiction_rerun_route","semantic_key":"python:function:test_upstream_bridge_must_keep_clean_memo_contradiction_rerun_route","source_id":"aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497:aoa:abyss-stack:anchor:de6ba874b836cabddf885b03","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:de6ba874b836cabddf885b03","label":"What a model card owns","locator":{"end_column":25,"end_line":28,"fragment":"what-a-model-card-owns","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:what-a-model-card-owns","source_id":"aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b9f7832f4b6a9eb41f320c8b:aoa:abyss-stack:anchor:4748aa95493002508f5070a9","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:4748aa95493002508f5070a9","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b9f7832f4b6a9eb41f320c8b","symbol_kind":""} @@ -69,7 +68,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d80751e731b3edc842703d8c:aoa:abyss-stack:anchor:58d6acf7c32365bae2c49dd4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:58d6acf7c32365bae2c49dd4","label":"Horizon: Mirror Portability","locator":{"end_column":30,"end_line":185,"fragment":"horizon-mirror-portability","pointer":"","start_column":1,"start_line":185},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:horizon-mirror-portability","source_id":"aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8:aoa:abyss-stack:anchor:3e83e7affd193c14db3ea039","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3e83e7affd193c14db3ea039","label":"qdrant","locator":{"end_column":13,"end_line":30,"fragment":"","pointer":"/services/rag-api/depends_on/qdrant","start_column":7,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api/depends_on/qdrant","source_id":"aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8:aoa:abyss-stack:anchor:61b99ac6b785b4e810914f96","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:61b99ac6b785b4e810914f96","label":"depends_on","locator":{"end_column":15,"end_line":29,"fragment":"","pointer":"/services/rag-api/depends_on","start_column":5,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api/depends_on","source_id":"aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:a370bc647707b03aba902cfb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a370bc647707b03aba902cfb","label":"ABYSS-STACK-D-0048 Federation Landing Validator Split","locator":{"end_column":119,"end_line":43,"fragment":"","pointer":"","start_column":3,"start_line":43},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0048-federation-landing-validator-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:43:3:0:../ABYSS-STACK-D-0048-federation-landing-validator-split.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:8ef2a6fdf655d814b84c19bf","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8ef2a6fdf655d814b84c19bf","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":249,"fragment":"","pointer":"","start_column":3,"start_line":249},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:249:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f56016eb77292c07b3c478f4:aoa:abyss-stack:anchor:c2de46d568959283750e0e9a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c2de46d568959283750e0e9a","label":"schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema","source_id":"aoa:abyss-stack:artifact:f56016eb77292c07b3c478f4","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8:aoa:abyss-stack:anchor:760e01c34f62a045f852fc0b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:760e01c34f62a045f852fc0b","label":"First artifact slice","locator":{"end_column":23,"end_line":29,"fragment":"first-artifact-slice","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:first-artifact-slice","source_id":"aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:d710fde6b414b80232c1a215","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d710fde6b414b80232c1a215","label":"type","locator":{"end_column":33,"end_line":47,"fragment":"","pointer":"/abi/outputs/type","start_column":5,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs/type","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/6c.jsonl b/kag/indexes/shards/anchor/6c.jsonl index 548b49db3..bd129e389 100644 --- a/kag/indexes/shards/anchor/6c.jsonl +++ b/kag/indexes/shards/anchor/6c.jsonl @@ -15,7 +15,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:42391df24b2a99f3114f9071:aoa:abyss-stack:anchor:5e082493d21085289dc33889","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5e082493d21085289dc33889","label":"Rule","locator":{"end_column":7,"end_line":24,"fragment":"rule","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rule","source_id":"aoa:abyss-stack:artifact:42391df24b2a99f3114f9071","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:42ee5dd93282e41aedf45b31:aoa:abyss-stack:anchor:2fffadff29aa7c286ed96ade","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2fffadff29aa7c286ed96ade","label":"mem_reservation","locator":{"end_column":26,"end_line":17,"fragment":"","pointer":"/services/llama-cpp/mem_reservation","start_column":5,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/mem_reservation","source_id":"aoa:abyss-stack:artifact:42ee5dd93282e41aedf45b31","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:48070e12e763a0128a2d3176:aoa:abyss-stack:anchor:37d5009ab9a00dce585226fe","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:37d5009ab9a00dce585226fe","label":"supersedes","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/supersedes","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/supersedes","source_id":"aoa:abyss-stack:artifact:48070e12e763a0128a2d3176","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e:aoa:abyss-stack:anchor:1bac728974a1ca58af917227","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1bac728974a1ca58af917227","label":"Validate","locator":{"end_column":11,"end_line":28,"fragment":"validate","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validate","source_id":"aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e:aoa:abyss-stack:anchor:1bac728974a1ca58af917227","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1bac728974a1ca58af917227","label":"Validate","locator":{"end_column":11,"end_line":25,"fragment":"validate","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validate","source_id":"aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:61b22ebdfaca43f7647707c8:aoa:abyss-stack:anchor:62c1901ba15ef5068baa4bc8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:62c1901ba15ef5068baa4bc8","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:61b22ebdfaca43f7647707c8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:673e100db9b9a27bfec37159:aoa:abyss-stack:anchor:6373a8109123661e45cd1278","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6373a8109123661e45cd1278","label":"restart","locator":{"end_column":27,"end_line":30,"fragment":"","pointer":"/services/n8n-task-runners/restart","start_column":5,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/n8n-task-runners/restart","source_id":"aoa:abyss-stack:artifact:673e100db9b9a27bfec37159","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6:aoa:abyss-stack:anchor:20901bc64d34a743e19b8d69","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:20901bc64d34a743e19b8d69","label":"doctor","locator":{"end_column":10,"end_line":47,"fragment":"","pointer":"/tags/1","start_column":3,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/tags/1","source_id":"aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","symbol_kind":""} @@ -47,9 +47,13 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98:aoa:abyss-stack:anchor:0c8174845ddd1f6362309f66","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0c8174845ddd1f6362309f66","label":"TEMPLATE.md","locator":{"end_column":48,"end_line":73,"fragment":"","pointer":"","start_column":22,"start_line":73},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:record-shape","target_ref":"TEMPLATE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:73:22:0:TEMPLATE.md","source_id":"aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:d18f4aeca9a92538646a06ce","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d18f4aeca9a92538646a06ce","label":"last_used_epoch","locator":{"end_column":37,"end_line":243,"fragment":"","pointer":"","start_column":5,"start_line":242},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"LazyScorer.last_used_epoch","semantic_key":"python:method:LazyScorer.last_used_epoch","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128:aoa:abyss-stack:anchor:d616a2f2c8801eec4d843765","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d616a2f2c8801eec4d843765","label":"Closeout","locator":{"end_column":11,"end_line":97,"fragment":"closeout","pointer":"","start_column":1,"start_line":97},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:closeout","source_id":"aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:6de1c922e3057e0608a5c203","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6de1c922e3057e0608a5c203","label":"ABYSS-STACK-D-0069 ToS Corpus MCP Access Plane","locator":{"end_column":105,"end_line":49,"fragment":"","pointer":"","start_column":3,"start_line":49},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:49:3:0:../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:81b2a36ae781f2578dfd908f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:81b2a36ae781f2578dfd908f","label":"ABYSS-STACK-D-0012 Quest And Compatibility Topology","locator":{"end_column":115,"end_line":103,"fragment":"","pointer":"","start_column":3,"start_line":103},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0012-quest-and-compatibility-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:103:3:0:../ABYSS-STACK-D-0012-quest-and-compatibility-topology.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:9e3596853828366031585992","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9e3596853828366031585992","label":"ABYSS-STACK-D-0052 Machine Fit Validator Module","locator":{"end_column":107,"end_line":84,"fragment":"","pointer":"","start_column":3,"start_line":84},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit","target_ref":"../ABYSS-STACK-D-0052-machine-fit-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:84:3:0:../ABYSS-STACK-D-0052-machine-fit-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8:aoa:abyss-stack:anchor:08435d737799ce266dc645ba","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:08435d737799ce266dc645ba","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5:aoa:abyss-stack:anchor:dffe0add0037a371280ad56e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dffe0add0037a371280ad56e","label":"QUESTBOOK.md — abyss-stack","locator":{"end_column":28,"end_line":1,"fragment":"questbookmd-abyss-stack","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:questbookmd-abyss-stack","source_id":"aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f323b2bec780ad026a892be1:aoa:abyss-stack:anchor:e2c8faa4911a87335037d0e1","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e2c8faa4911a87335037d0e1","label":"created_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/created_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/created_at","source_id":"aoa:abyss-stack:artifact:f323b2bec780ad026a892be1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f3f877cd85ae95f826205525:aoa:abyss-stack:anchor:6a0b17aa8f28eb173c52c0f5","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:6a0b17aa8f28eb173c52c0f5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f3f877cd85ae95f826205525","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:3448ac7ec322da926ddcf1fc","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3448ac7ec322da926ddcf1fc","label":"required","locator":{"end_column":13,"end_line":48,"fragment":"","pointer":"/abi/outputs/required","start_column":5,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs/required","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:74a52ac4d3c410b4eac152cd","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:74a52ac4d3c410b4eac152cd","label":"schema_version","locator":{"end_column":43,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/schema_version","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:9b0be599991f38036199897e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:9b0be599991f38036199897e","label":"packet_schema","locator":{"end_column":108,"end_line":65,"fragment":"","pointer":"/tool_requirements/packet_schema","start_column":3,"start_line":65},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/tool_requirements/packet_schema","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:0363171c98c4ef27de0051f3","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0363171c98c4ef27de0051f3","label":"approval_milestones","locator":{"end_column":28,"end_line":13,"fragment":"","pointer":"/approval_milestones","start_column":5,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/approval_milestones","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/6d.jsonl b/kag/indexes/shards/anchor/6d.jsonl index 4e3b74da4..20312e5f3 100644 --- a/kag/indexes/shards/anchor/6d.jsonl +++ b/kag/indexes/shards/anchor/6d.jsonl @@ -36,7 +36,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:afe7fce48ea2e1c77e06db16","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:afe7fce48ea2e1c77e06db16","label":"PlaybookFailureRequest","locator":{"end_column":14,"end_line":2042,"fragment":"","pointer":"","start_column":1,"start_line":2041},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"PlaybookFailureRequest","semantic_key":"python:class:PlaybookFailureRequest","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:cb7b2a3388afeb42de0767ea","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cb7b2a3388afeb42de0767ea","label":"resolve_kag_repo_entry","locator":{"end_column":20,"end_line":1881,"fragment":"","pointer":"","start_column":1,"start_line":1862},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_kag_repo_entry","target_ref":"python:require_kag_repo_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_kag_repo_entry","target_ref":"python:tos_source_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_kag_repo_entry","target_ref":"python:tos_source_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_kag_repo_entry","target_ref":"python:tos_source_payload"}],"parser_ref":"python-ast@1","qualified_name":"resolve_kag_repo_entry","semantic_key":"python:function:resolve_kag_repo_entry","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:f840d42f81a72f59469a96ea","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f840d42f81a72f59469a96ea","label":"anchor_ref_for","locator":{"end_column":6,"end_line":1169,"fragment":"","pointer":"","start_column":1,"start_line":1147},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:anchor_ref_for","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:anchor_ref_for","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"anchor_ref_for","semantic_key":"python:function:anchor_ref_for","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:ed5efb33d682b5995fee67e9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ed5efb33d682b5995fee67e9","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":427,"fragment":"","pointer":"","start_column":3,"start_line":427},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-freshness","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:427:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:26576aa0ad3d4630f01f8b1b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:26576aa0ad3d4630f01f8b1b","label":"ABYSS-STACK-D-0069 ToS Corpus MCP Access Plane","locator":{"end_column":105,"end_line":455,"fragment":"","pointer":"","start_column":3,"start_line":455},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-structure","target_ref":"../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:455:3:0:../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9:aoa:abyss-stack:anchor:0e920b2bb6ccde280ae52d0a","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0e920b2bb6ccde280ae52d0a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8dd05d1c07a5959179cb95d7:aoa:abyss-stack:anchor:2ace09746b771a4d525cffd8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2ace09746b771a4d525cffd8","label":"test_post_apply_failure_rolls_back_and_reports_status","locator":{"end_column":99,"end_line":291,"fragment":"","pointer":"","start_column":5,"start_line":248},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:approval_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:approval_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:self.gate_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:self.module.prepare_run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:self.module.resume_run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:self.module.resume_run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","semantic_key":"python:method:GovernedRunnerLifecycleTests.test_post_apply_failure_rolls_back_and_reports_status","source_id":"aoa:abyss-stack:artifact:8dd05d1c07a5959179cb95d7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:271998aecc4fc888844f8887","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:271998aecc4fc888844f8887","label":"load_base_catalog","locator":{"end_column":34,"end_line":483,"fragment":"","pointer":"","start_column":1,"start_line":482},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_base_catalog","target_ref":"python:TRIALS.build_catalog"}],"parser_ref":"python-ast@1","qualified_name":"load_base_catalog","semantic_key":"python:function:load_base_catalog","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} @@ -52,7 +52,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:b166d89766b855ada4f4d5df:aoa:abyss-stack:anchor:ed153fa6c6048576bda3e3f1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ed153fa6c6048576bda3e3f1","label":"test_compatibility_profiles_still_resolve","locator":{"end_column":60,"end_line":69,"fragment":"","pointer":"","start_column":5,"start_line":60},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_compatibility_profiles_still_resolve","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_compatibility_profiles_still_resolve","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_compatibility_profiles_still_resolve","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_compatibility_profiles_still_resolve","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_compatibility_profiles_still_resolve","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_compatibility_profiles_still_resolve","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_compatibility_profiles_still_resolve","target_ref":"python:self.run_profile_modules"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_compatibility_profiles_still_resolve","target_ref":"python:self.run_profile_modules"}],"parser_ref":"python-ast@1","qualified_name":"ProfileCompositionTests.test_compatibility_profiles_still_resolve","semantic_key":"python:method:ProfileCompositionTests.test_compatibility_profiles_still_resolve","source_id":"aoa:abyss-stack:artifact:b166d89766b855ada4f4d5df","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b254911fa834d0448374ad5c:aoa:abyss-stack:anchor:7c664fa8e4c5d724e2b93204","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7c664fa8e4c5d724e2b93204","label":"Core law","locator":{"end_column":11,"end_line":11,"fragment":"core-law","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:core-law","source_id":"aoa:abyss-stack:artifact:b254911fa834d0448374ad5c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:1708c67040ab2ed7b36db8ef","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1708c67040ab2ed7b36db8ef","label":"install/DEPLOYMENT","locator":{"end_column":118,"end_line":40,"fragment":"","pointer":"","start_column":70,"start_line":40},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"docs/install/DEPLOYMENT.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:40:70:1:docs/install/DEPLOYMENT.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:5afdeb1889b5723d84a77fd1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5afdeb1889b5723d84a77fd1","label":"runtime-repair","locator":{"end_column":55,"end_line":157,"fragment":"","pointer":"","start_column":3,"start_line":157},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/runtime-repair/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:157:3:0:mechanics/runtime-repair/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b5abd40eaa5b4d9579b53cc7:aoa:abyss-stack:anchor:309d7e9352e5050a51e32746","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:309d7e9352e5050a51e32746","label":"Packet Gates","locator":{"end_column":15,"end_line":12,"fragment":"packet-gates","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:packet-gates","source_id":"aoa:abyss-stack:artifact:b5abd40eaa5b4d9579b53cc7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:f76a62205b6eb0f86563ffe5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f76a62205b6eb0f86563ffe5","label":"ports","locator":{"end_column":10,"end_line":43,"fragment":"","pointer":"/services/alertmanager/ports","start_column":5,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/alertmanager/ports","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c0359e681f0424b38b3b07da:aoa:abyss-stack:anchor:188797073dc845e6f947a129","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:188797073dc845e6f947a129","label":"One primary text lane","locator":{"end_column":25,"end_line":94,"fragment":"one-primary-text-lane","pointer":"","start_column":1,"start_line":94},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:one-primary-text-lane","source_id":"aoa:abyss-stack:artifact:c0359e681f0424b38b3b07da","symbol_kind":""} @@ -69,8 +68,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:ba9a37f5db795aa3e96c4f1f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ba9a37f5db795aa3e96c4f1f","label":"validate_port","locator":{"end_column":10,"end_line":526,"fragment":"","pointer":"","start_column":5,"start_line":476},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:_read_yaml"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:errors.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:errors.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:errors.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:errors.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:errors.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:errors.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:port.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:port_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:port_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:port_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:self._schema_errors"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:self._schema_errors"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:self._schema_errors"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:self._schema_errors"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:self.build_port_index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:self.repo_route"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:self.validate_candidate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_port","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState.validate_port","semantic_key":"python:method:AoAMemoMCPState.validate_port","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:265ecf7723081908305473a3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:265ecf7723081908305473a3","label":"`substrate + local-worker`","locator":{"end_column":30,"end_line":408,"fragment":"substrate-local-worker","pointer":"","start_column":1,"start_line":408},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:substrate-local-worker","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:e306d4a2171f1cd8d32a184c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e306d4a2171f1cd8d32a184c","label":"rules_directory","locator":{"end_column":34,"end_line":18,"fragment":"","pointer":"/common/storage/filesystem/rules_directory","start_column":7,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/common/storage/filesystem/rules_directory","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:568b2abcc4380683a55bd050","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:568b2abcc4380683a55bd050","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":48,"fragment":"","pointer":"","start_column":3,"start_line":48},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:48:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:7c18c27885a44e080367e53b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7c18c27885a44e080367e53b","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":56,"fragment":"","pointer":"","start_column":3,"start_line":56},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:56:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:3c89c5f676728dd0d36e3d24","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:3c89c5f676728dd0d36e3d24","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:fa427f4ec3d901a01363077e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:fa427f4ec3d901a01363077e","label":"mirror_root","locator":{"end_column":36,"end_line":2,"fragment":"","pointer":"/mirror_root","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/mirror_root","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f1dcfe7e399c02528f063488:aoa:abyss-stack:anchor:7c31c47bba4540f3aef49e61","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:7c31c47bba4540f3aef49e61","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f1dcfe7e399c02528f063488","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:269668fe1c9f16ca2e4de264","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:269668fe1c9f16ca2e4de264","label":"ABYSS-STACK-D-0023 Working Substrate Profile","locator":{"end_column":101,"end_line":109,"fragment":"","pointer":"","start_column":3,"start_line":109},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profiles-and-presets","target_ref":"../ABYSS-STACK-D-0023-working-substrate-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:109:3:0:../ABYSS-STACK-D-0023-working-substrate-profile.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:e818cc579a7995d65b45abe7","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e818cc579a7995d65b45abe7","label":"policy_id","locator":{"end_column":47,"end_line":4,"fragment":"","pointer":"/policy_id","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/policy_id","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/6e.jsonl b/kag/indexes/shards/anchor/6e.jsonl index e7ae8e970..0e8af3c7c 100644 --- a/kag/indexes/shards/anchor/6e.jsonl +++ b/kag/indexes/shards/anchor/6e.jsonl @@ -6,14 +6,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43:aoa:abyss-stack:anchor:db3fbc817d709e66c076f409","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:db3fbc817d709e66c076f409","label":"control_mode","locator":{"end_column":33,"end_line":15,"fragment":"","pointer":"/control_mode","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/control_mode","source_id":"aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:13b0e168d44a435917e76550:aoa:abyss-stack:anchor:b2e6a2e112f92e933b014365","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b2e6a2e112f92e933b014365","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:13b0e168d44a435917e76550","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:171cf0d8889d50dc0467b770:aoa:abyss-stack:anchor:e2924e5192445ea29c1ec392","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e2924e5192445ea29c1ec392","label":"service_activation","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/service_activation","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/service_activation","source_id":"aoa:abyss-stack:artifact:171cf0d8889d50dc0467b770","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:7e5354663bdd67c4477debb9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7e5354663bdd67c4477debb9","label":"test_missing_diagnostic_surface_catalog_fails","locator":{"end_column":160,"end_line":106,"fragment":"","pointer":"","start_column":5,"start_line":91},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_surface_catalog_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_surface_catalog_fails","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_surface_catalog_fails","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_surface_catalog_fails","target_ref":"python:self.validate_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_surface_catalog_fails","target_ref":"python:self.write_valid_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_surface_catalog_fails","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_surface_catalog_fails","semantic_key":"python:method:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_surface_catalog_fails","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:7e5354663bdd67c4477debb9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7e5354663bdd67c4477debb9","label":"test_missing_diagnostic_surface_catalog_fails","locator":{"end_column":160,"end_line":102,"fragment":"","pointer":"","start_column":5,"start_line":87},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_surface_catalog_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_surface_catalog_fails","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_surface_catalog_fails","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_surface_catalog_fails","target_ref":"python:self.validate_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_surface_catalog_fails","target_ref":"python:self.write_valid_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_surface_catalog_fails","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_surface_catalog_fails","semantic_key":"python:method:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_surface_catalog_fails","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:1a1e23023ea8ac462113bed3:aoa:abyss-stack:anchor:680b17ff4e4d703045a635fe","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:680b17ff4e4d703045a635fe","label":"write_index","locator":{"end_column":22,"end_line":98,"fragment":"","pointer":"","start_column":1,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_index","target_ref":"python:index_path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_index","target_ref":"python:index_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_index","target_ref":"python:json.dumps"}],"parser_ref":"python-ast@1","qualified_name":"write_index","semantic_key":"python:function:write_index","source_id":"aoa:abyss-stack:artifact:1a1e23023ea8ac462113bed3","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:1beac052150fab0db2668905:aoa:abyss-stack:anchor:3bce9cc4a216e348891dbd45","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3bce9cc4a216e348891dbd45","label":"acceptance_validate","locator":{"end_column":10,"end_line":1204,"fragment":"","pointer":"","start_column":5,"start_line":1178},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.acceptance_validate","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.acceptance_validate","target_ref":"python:load_result_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.acceptance_validate","target_ref":"python:node_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.acceptance_validate","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.acceptance_validate","target_ref":"python:result_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.acceptance_validate","target_ref":"python:result_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.acceptance_validate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.acceptance_validate","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.acceptance_validate","semantic_key":"python:method:build_graph.acceptance_validate","source_id":"aoa:abyss-stack:artifact:1beac052150fab0db2668905","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:1beac052150fab0db2668905:aoa:abyss-stack:anchor:4d0407b33c8d4c2b1abb949a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4d0407b33c8d4c2b1abb949a","label":"ensure_baseline_edit_gate_closeout","locator":{"end_column":89,"end_line":599,"fragment":"","pointer":"","start_column":1,"start_line":593},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_baseline_edit_gate_closeout","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_baseline_edit_gate_closeout","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_baseline_edit_gate_closeout","target_ref":"python:closeout_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_baseline_edit_gate_closeout","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_baseline_edit_gate_closeout","target_ref":"python:payload.get"}],"parser_ref":"python-ast@1","qualified_name":"ensure_baseline_edit_gate_closeout","semantic_key":"python:function:ensure_baseline_edit_gate_closeout","source_id":"aoa:abyss-stack:artifact:1beac052150fab0db2668905","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:1beac052150fab0db2668905:aoa:abyss-stack:anchor:caf619d33bfb647fae6debd9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:caf619d33bfb647fae6debd9","label":"find_repo_root","locator":{"end_column":72,"end_line":38,"fragment":"","pointer":"","start_column":1,"start_line":34},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_repo_root","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_repo_root","target_ref":"python:start.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_repo_root","target_ref":"python:start.resolve"}],"parser_ref":"python-ast@1","qualified_name":"find_repo_root","semantic_key":"python:function:find_repo_root","source_id":"aoa:abyss-stack:artifact:1beac052150fab0db2668905","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:1e3e53a92e641212b3b2fb22:aoa:abyss-stack:anchor:c67f202374cbb6f51f816f98","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c67f202374cbb6f51f816f98","label":"Options considered","locator":{"end_column":21,"end_line":26,"fragment":"options-considered","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:1e3e53a92e641212b3b2fb22","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:4af51d4a0ece3fb2f19990a1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4af51d4a0ece3fb2f19990a1","label":"git_index_mode","locator":{"end_column":32,"end_line":424,"fragment":"","pointer":"","start_column":13,"start_line":422},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode.git_index_mode","target_ref":"python:git_index_mode_calls.append"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode.git_index_mode","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode.git_index_mode","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:64cd24d430f799c0025f0ad0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:64cd24d430f799c0025f0ad0","label":"Validation","locator":{"end_column":13,"end_line":55,"fragment":"validation","pointer":"","start_column":1,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:4af51d4a0ece3fb2f19990a1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4af51d4a0ece3fb2f19990a1","label":"git_index_mode","locator":{"end_column":32,"end_line":408,"fragment":"","pointer":"","start_column":13,"start_line":406},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode.git_index_mode","target_ref":"python:git_index_mode_calls.append"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode.git_index_mode","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode.git_index_mode","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:64cd24d430f799c0025f0ad0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:64cd24d430f799c0025f0ad0","label":"Validation","locator":{"end_column":13,"end_line":57,"fragment":"validation","pointer":"","start_column":1,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:1a45edd10541d11483256394","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1a45edd10541d11483256394","label":"test_trace_kind_aliases_bridge_entity_registry_and_usage_routes","locator":{"end_column":101,"end_line":2525,"fragment":"","pointer":"","start_column":1,"start_line":2487},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_trace_kind_aliases_bridge_entity_registry_and_usage_routes","target_ref":"python:FakeRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_trace_kind_aliases_bridge_entity_registry_and_usage_routes","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_trace_kind_aliases_bridge_entity_registry_and_usage_routes","target_ref":"python:audit_args.index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_trace_kind_aliases_bridge_entity_registry_and_usage_routes","target_ref":"python:next"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_trace_kind_aliases_bridge_entity_registry_and_usage_routes","target_ref":"python:next"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_trace_kind_aliases_bridge_entity_registry_and_usage_routes","target_ref":"python:state.graph_quality_audit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_trace_kind_aliases_bridge_entity_registry_and_usage_routes","target_ref":"python:state.graph_timeline"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_trace_kind_aliases_bridge_entity_registry_and_usage_routes","target_ref":"python:state.session_entity_usage_audit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_trace_kind_aliases_bridge_entity_registry_and_usage_routes","target_ref":"python:state.session_entity_usage_neighborhood"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_trace_kind_aliases_bridge_entity_registry_and_usage_routes","target_ref":"python:state.session_trace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_trace_kind_aliases_bridge_entity_registry_and_usage_routes","target_ref":"python:state_with_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_trace_kind_aliases_bridge_entity_registry_and_usage_routes","target_ref":"python:trace_args.index"}],"parser_ref":"python-ast@1","qualified_name":"test_trace_kind_aliases_bridge_entity_registry_and_usage_routes","semantic_key":"python:function:test_trace_kind_aliases_bridge_entity_registry_and_usage_routes","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:38ff5cb428c060cc68d86a17:aoa:abyss-stack:anchor:31feb8be2a2b50fa13a6c59c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:31feb8be2a2b50fa13a6c59c","label":"_validate_screenshot_groups","locator":{"end_column":14,"end_line":461,"fragment":"","pointer":"","start_column":1,"start_line":429},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:group.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:group.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:group.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:grouped_services.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:inventory_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:inventory_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:inventory_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:inventory_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:inventory_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:inventory_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_screenshot_groups","target_ref":"python:set"}],"parser_ref":"python-ast@1","qualified_name":"_validate_screenshot_groups","semantic_key":"python:function:_validate_screenshot_groups","source_id":"aoa:abyss-stack:artifact:38ff5cb428c060cc68d86a17","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2:aoa:abyss-stack:anchor:7cf0447a3d47b5ecaa978e83","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7cf0447a3d47b5ecaa978e83","label":"notes","locator":{"end_column":80,"end_line":50,"fragment":"","pointer":"/profile_class_rules/0/notes","start_column":5,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/profile_class_rules/0/notes","source_id":"aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","symbol_kind":""} @@ -24,6 +24,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239:aoa:abyss-stack:anchor:174a0fd53340819afb0db2bf","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:174a0fd53340819afb0db2bf","label":"_merge_exact_hits","locator":{"end_column":47,"end_line":636,"fragment":"","pointer":"","start_column":5,"start_line":614},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._merge_exact_hits","target_ref":"python:KagApplication._distinct_record_hits"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._merge_exact_hits","target_ref":"python:KagApplication._distinct_record_hits"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._merge_exact_hits","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._merge_exact_hits","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._merge_exact_hits","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._merge_exact_hits","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._merge_exact_hits","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._merge_exact_hits","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._merge_exact_hits","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._merge_exact_hits","target_ref":"python:merged.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._merge_exact_hits","target_ref":"python:merged.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._merge_exact_hits","target_ref":"python:range"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._merge_exact_hits","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._merge_exact_hits","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"KagApplication._merge_exact_hits","semantic_key":"python:method:KagApplication._merge_exact_hits","source_id":"aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:6647dbaef733c694dc5a6526:aoa:abyss-stack:anchor:edcaec9a5aaf3bf5a19728a0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:edcaec9a5aaf3bf5a19728a0","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:6647dbaef733c694dc5a6526","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6a706f05f541b63287c084f5:aoa:abyss-stack:anchor:fe50cac24035f10056250cf6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fe50cac24035f10056250cf6","label":"Runtime Routes","locator":{"end_column":17,"end_line":22,"fragment":"runtime-routes","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-routes","source_id":"aoa:abyss-stack:artifact:6a706f05f541b63287c084f5","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315:aoa:abyss-stack:anchor:da83ff1f16fb987a612112ce","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:da83ff1f16fb987a612112ce","label":"Review an existing packet","locator":{"end_column":28,"end_line":61,"fragment":"review-an-existing-packet","pointer":"","start_column":1,"start_line":61},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:review-an-existing-packet","source_id":"aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6e0bb2474e227bfae1faae8d:aoa:abyss-stack:anchor:0bc4c75d9f3de1808c46fd1f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0bc4c75d9f3de1808c46fd1f","label":"write_text","locator":{"end_column":44,"end_line":20,"fragment":"","pointer":"","start_column":1,"start_line":17},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_text","semantic_key":"python:function:write_text","source_id":"aoa:abyss-stack:artifact:6e0bb2474e227bfae1faae8d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:6f9267f0ffa5e1f1d9dd3621:aoa:abyss-stack:anchor:d8afd013c6118f4f6b2b8615","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:d8afd013c6118f4f6b2b8615","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:6f9267f0ffa5e1f1d9dd3621","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:71920eb20212a546c50abafe:aoa:abyss-stack:anchor:94c0f2623722aaa508bd3c01","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:94c0f2623722aaa508bd3c01","label":"load_json","locator":{"end_column":56,"end_line":26,"fragment":"","pointer":"","start_column":1,"start_line":25},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_json","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_json","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"load_json","semantic_key":"python:function:load_json","source_id":"aoa:abyss-stack:artifact:71920eb20212a546c50abafe","symbol_kind":"function"} @@ -36,6 +37,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:faed8db20de86030007c6ce3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:faed8db20de86030007c6ce3","label":"ABYSS-STACK-D-0010 Workspace Sibling Roots Under AbyssOS","locator":{"end_column":125,"end_line":15,"fragment":"","pointer":"","start_column":3,"start_line":15},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:authorityboundary","target_ref":"../ABYSS-STACK-D-0010-workspace-sibling-roots-under-abyssos.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:15:3:0:../ABYSS-STACK-D-0010-workspace-sibling-roots-under-abyssos.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7:aoa:abyss-stack:anchor:287679f365d9974390eb28eb","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:287679f365d9974390eb28eb","label":"build-system","locator":{"end_column":14,"end_line":1,"fragment":"","pointer":"build-system","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"table:build-system","source_id":"aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:ae5fa169486b0247b8567a9b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ae5fa169486b0247b8567a9b","label":"Optional but recommended: capture host facts and machine fit","locator":{"end_column":63,"end_line":54,"fragment":"optional-but-recommended-capture-host-facts-and-machine-fit","pointer":"","start_column":1,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:optional-but-recommended-capture-host-facts-and-machine-fit","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b94f31cd290d351477a51077:aoa:abyss-stack:anchor:0f4c410c3ac8c82719d3a2aa","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0f4c410c3ac8c82719d3a2aa","label":"Stop","locator":{"end_column":7,"end_line":76,"fragment":"stop","pointer":"","start_column":1,"start_line":76},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:stop","source_id":"aoa:abyss-stack:artifact:b94f31cd290d351477a51077","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b96f6d6dd54a2bf9b3edaa7a:aoa:abyss-stack:anchor:21ceefe7cde5da28842a520a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:21ceefe7cde5da28842a520a","label":"capability_envelope","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/capability_envelope","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/capability_envelope","source_id":"aoa:abyss-stack:artifact:b96f6d6dd54a2bf9b3edaa7a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:029b194a24b9e957ba2a0f4e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:029b194a24b9e957ba2a0f4e","label":"ports","locator":{"end_column":10,"end_line":72,"fragment":"","pointer":"/services/tempo/ports","start_column":5,"start_line":72},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tempo/ports","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:1653df46ea9a035e0cb0036a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1653df46ea9a035e0cb0036a","label":"observed_trust_state","locator":{"end_column":77,"end_line":4679,"fragment":"","pointer":"","start_column":1,"start_line":4672},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:observed_trust_state","target_ref":"python:evaluate_criteria"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:observed_trust_state","target_ref":"python:evaluate_criteria"}],"parser_ref":"python-ast@1","qualified_name":"observed_trust_state","semantic_key":"python:function:observed_trust_state","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} @@ -51,7 +53,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:4ce55efb884a0e5134d13f12","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4ce55efb884a0e5134d13f12","label":"Guard families","locator":{"end_column":18,"end_line":22,"fragment":"","pointer":"/required_metadata/4","start_column":3,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_metadata/4","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267:aoa:abyss-stack:anchor:104b23708cba325b5871e87c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:104b23708cba325b5871e87c","label":"test_enumerate_allowed_candidates_respects_root_anchored_patterns","locator":{"end_column":88,"end_line":175,"fragment":"","pointer":"","start_column":5,"start_line":159},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_enumerate_allowed_candidates_respects_root_anchored_patterns","target_ref":"python:fixture_generated.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_enumerate_allowed_candidates_respects_root_anchored_patterns","target_ref":"python:fixture_generated.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_enumerate_allowed_candidates_respects_root_anchored_patterns","target_ref":"python:fixture_readme.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_enumerate_allowed_candidates_respects_root_anchored_patterns","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_enumerate_allowed_candidates_respects_root_anchored_patterns","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_enumerate_allowed_candidates_respects_root_anchored_patterns","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_enumerate_allowed_candidates_respects_root_anchored_patterns","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_enumerate_allowed_candidates_respects_root_anchored_patterns","target_ref":"python:self.module.enumerate_allowed_candidates"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerPolicyScopeTests.test_enumerate_allowed_candidates_respects_root_anchored_patterns","semantic_key":"python:method:GovernedRunnerPolicyScopeTests.test_enumerate_allowed_candidates_respects_root_anchored_patterns","source_id":"aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:a3468856dbd8eb5f0b9a18e1","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a3468856dbd8eb5f0b9a18e1","label":"docs/RECURRENCE_REGROUNDING.md","locator":{"end_column":34,"end_line":10,"fragment":"","pointer":"/required_files/3","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/3","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:ee59b2bc10ae0036f0b994ee","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ee59b2bc10ae0036f0b994ee","label":"ABYSS-STACK-D-0034 AoA Memo MCP Landing Plan Boundary","locator":{"end_column":119,"end_line":144,"fragment":"","pointer":"","start_column":3,"start_line":144},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:144:3:0:../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f321af9bb18b59e86d10c26e:aoa:abyss-stack:anchor:9d17bba77be785ff1d92a435","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9d17bba77be785ff1d92a435","label":"Source surfaces","locator":{"end_column":18,"end_line":66,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":66},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:f321af9bb18b59e86d10c26e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:a3b7bf5e7140f41301022a65","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a3b7bf5e7140f41301022a65","label":"_source_refs","locator":{"end_column":24,"end_line":42,"fragment":"","pointer":"","start_column":1,"start_line":33},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_source_refs","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_source_refs","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_source_refs","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_source_refs","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_source_refs","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_source_refs","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_source_refs","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_source_refs","target_ref":"python:refs.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_source_refs","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_source_refs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_source_refs","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_source_refs","semantic_key":"python:function:_source_refs","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:906d429124161b6e5593bf7b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:906d429124161b6e5593bf7b","label":"execution_kind","locator":{"end_column":39,"end_line":108,"fragment":"","pointer":"/execution_kind","start_column":11,"start_line":108},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/execution_kind#occurrence-3","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/6f.jsonl b/kag/indexes/shards/anchor/6f.jsonl index 399516918..a8aa0fc40 100644 --- a/kag/indexes/shards/anchor/6f.jsonl +++ b/kag/indexes/shards/anchor/6f.jsonl @@ -14,11 +14,12 @@ {"_key":"anchor:aoa:abyss-stack:artifact:38c98727c64e92de3a457d58:aoa:abyss-stack:anchor:2e83859361cb33be00528249","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:2e83859361cb33be00528249","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:38c98727c64e92de3a457d58","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3b83f383160522fdefb4ff78:aoa:abyss-stack:anchor:4ecbbffaa87e0dc066223ad2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4ecbbffaa87e0dc066223ad2","label":"Machine Fit Parts","locator":{"end_column":19,"end_line":1,"fragment":"machine-fit-parts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:machine-fit-parts","source_id":"aoa:abyss-stack:artifact:3b83f383160522fdefb4ff78","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:43b268812c2154c36e5430fb:aoa:abyss-stack:anchor:63300f2bbbf3e691433173e9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:63300f2bbbf3e691433173e9","label":"Mitigations","locator":{"end_column":14,"end_line":16,"fragment":"mitigations","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mitigations","source_id":"aoa:abyss-stack:artifact:43b268812c2154c36e5430fb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:45e9a36bb68690da74806416:aoa:abyss-stack:anchor:6767d3618ec8dc2762f2c605","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6767d3618ec8dc2762f2c605","label":"Belongs elsewhere","locator":{"end_column":20,"end_line":27,"fragment":"belongs-elsewhere","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:belongs-elsewhere","source_id":"aoa:abyss-stack:artifact:45e9a36bb68690da74806416","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:45e9a36bb68690da74806416:aoa:abyss-stack:anchor:6767d3618ec8dc2762f2c605","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6767d3618ec8dc2762f2c605","label":"Belongs elsewhere","locator":{"end_column":20,"end_line":29,"fragment":"belongs-elsewhere","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:belongs-elsewhere","source_id":"aoa:abyss-stack:artifact:45e9a36bb68690da74806416","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:46bc30cdd6e465d59b6a9782:aoa:abyss-stack:anchor:7dc82c98c54c03e7405e6e2c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7dc82c98c54c03e7405e6e2c","label":"write_text","locator":{"end_column":44,"end_line":18,"fragment":"","pointer":"","start_column":1,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_text","semantic_key":"python:function:write_text","source_id":"aoa:abyss-stack:artifact:46bc30cdd6e465d59b6a9782","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2:aoa:abyss-stack:anchor:42d3300ba4655254a1eb8efb","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:42d3300ba4655254a1eb8efb","label":"max_return_loops","locator":{"end_column":23,"end_line":67,"fragment":"","pointer":"/profile_class_rules/3/max_return_loops","start_column":5,"start_line":67},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/profile_class_rules/3/max_return_loops","source_id":"aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2:aoa:abyss-stack:anchor:4cc75afd3cea8d2eea51ef87","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4cc75afd3cea8d2eea51ef87","label":"redact_runtime_values","locator":{"end_column":29,"end_line":76,"fragment":"","pointer":"/logging/redact_runtime_values","start_column":3,"start_line":76},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/logging/redact_runtime_values","source_id":"aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2:aoa:abyss-stack:anchor:e44f776fc53d70e6d7e009ce","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e44f776fc53d70e6d7e009ce","label":"max_long_reload_segments","locator":{"end_column":31,"end_line":48,"fragment":"","pointer":"/profile_class_rules/0/max_long_reload_segments","start_column":5,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/profile_class_rules/0/max_long_reload_segments","source_id":"aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315:aoa:abyss-stack:anchor:8f28ae12eb9ef221e23a0e19","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8f28ae12eb9ef221e23a0e19","label":"Review and hand off","locator":{"end_column":22,"end_line":117,"fragment":"review-and-hand-off","pointer":"","start_column":1,"start_line":117},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:review-and-hand-off","source_id":"aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:701c9a47efe1e4efa94b02a6:aoa:abyss-stack:anchor:3e6b80200cd488f7ee316a6c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3e6b80200cd488f7ee316a6c","label":"write_text","locator":{"end_column":47,"end_line":28,"fragment":"","pointer":"","start_column":1,"start_line":26},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_text","semantic_key":"python:function:write_text","source_id":"aoa:abyss-stack:artifact:701c9a47efe1e4efa94b02a6","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:738654194bdcb1fdc161386c:aoa:abyss-stack:anchor:1ffda170bea36808cf64a1d3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1ffda170bea36808cf64a1d3","label":"_resolve_kag_context","locator":{"end_column":6,"end_line":1468,"fragment":"","pointer":"","start_column":1,"start_line":1410},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:_pick_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:_pick_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:_pick_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:_pick_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:_pick_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:_pick_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:_route_api_post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:_route_api_post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:_route_api_post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:_route_api_post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:response.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:response.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:response.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:response.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:response.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:response.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:response.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:response.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:response.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:response.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:response.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_resolve_kag_context","target_ref":"python:selector.model_dump"}],"parser_ref":"python-ast@1","qualified_name":"_resolve_kag_context","semantic_key":"python:function:_resolve_kag_context","source_id":"aoa:abyss-stack:artifact:738654194bdcb1fdc161386c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3:aoa:abyss-stack:anchor:146cd6626bd58a4ce40e6dd4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:146cd6626bd58a4ce40e6dd4","label":"ready_suite_execution","locator":{"end_column":6,"end_line":302,"fragment":"","pointer":"","start_column":1,"start_line":250},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"ready_suite_execution","semantic_key":"python:function:ready_suite_execution","source_id":"aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3","symbol_kind":"function"} @@ -27,7 +28,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:30cd4c6747e45252f82766d6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:30cd4c6747e45252f82766d6","label":"load_json","locator":{"end_column":19,"end_line":77,"fragment":"","pointer":"","start_column":1,"start_line":70},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_json","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_json","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_json","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_json","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_json","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"load_json","semantic_key":"python:function:load_json","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:81d8817f2ef66b4d333cf362","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:81d8817f2ef66b4d333cf362","label":"HookTemplateRequest","locator":{"end_column":6,"end_line":2023,"fragment":"","pointer":"","start_column":1,"start_line":2018},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"HookTemplateRequest","semantic_key":"python:class:HookTemplateRequest","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:baa444c78ffdf1123ce33354","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:baa444c78ffdf1123ce33354","label":"ABYSS-STACK-D-0028 Intel Inference And Rerank Service Selection","locator":{"end_column":139,"end_line":112,"fragment":"","pointer":"","start_column":3,"start_line":112},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection","target_ref":"../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:112:3:0:../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:ead0b7f6c8b383aa18b79fce","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ead0b7f6c8b383aa18b79fce","label":"ABYSS-STACK-D-0074 Telegram and Discord Connector MCP Access Planes","locator":{"end_column":143,"end_line":446,"fragment":"","pointer":"","start_column":3,"start_line":446},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-structure","target_ref":"../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:446:3:0:../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8cfaf0f9abca5f7d156f2273:aoa:abyss-stack:anchor:6dedf14f8de2ab1043c4f439","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6dedf14f8de2ab1043c4f439","label":"AoA Memo MCP Landing Plan Boundary","locator":{"end_column":36,"end_line":1,"fragment":"aoa-memo-mcp-landing-plan-boundary","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:aoa-memo-mcp-landing-plan-boundary","source_id":"aoa:abyss-stack:artifact:8cfaf0f9abca5f7d156f2273","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e:aoa:abyss-stack:anchor:02be59a9824dd46d354e5d22","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:02be59a9824dd46d354e5d22","label":"test_drifted_bundle_materializes_candidate_diagnosis_companion","locator":{"end_column":101,"end_line":712,"fragment":"","pointer":"","start_column":5,"start_line":626},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_drifted_bundle_materializes_candidate_diagnosis_companion","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_drifted_bundle_materializes_candidate_diagnosis_companion","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_drifted_bundle_materializes_candidate_diagnosis_companion","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_drifted_bundle_materializes_candidate_diagnosis_companion","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_drifted_bundle_materializes_candidate_diagnosis_companion","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_drifted_bundle_materializes_candidate_diagnosis_companion","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_drifted_bundle_materializes_candidate_diagnosis_companion","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_drifted_bundle_materializes_candidate_diagnosis_companion","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_drifted_bundle_materializes_candidate_diagnosis_companion","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_drifted_bundle_materializes_candidate_diagnosis_companion","target_ref":"python:self.companion_validator.validate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_drifted_bundle_materializes_candidate_diagnosis_companion","target_ref":"python:self.handoff_validator.validate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_drifted_bundle_materializes_candidate_diagnosis_companion","target_ref":"python:self.make_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_drifted_bundle_materializes_candidate_diagnosis_companion","target_ref":"python:self.module.write_bundle"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_drifted_bundle_materializes_candidate_diagnosis_companion","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"AoADiagnoseTests.test_drifted_bundle_materializes_candidate_diagnosis_companion","semantic_key":"python:method:AoADiagnoseTests.test_drifted_bundle_materializes_candidate_diagnosis_companion","source_id":"aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58:aoa:abyss-stack:anchor:c80642f0f0838874898f6b79","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c80642f0f0838874898f6b79","label":"litellm","locator":{"end_column":10,"end_line":2,"fragment":"","pointer":"/services/litellm","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/litellm","source_id":"aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58","symbol_kind":""} @@ -55,7 +55,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935:aoa:abyss-stack:anchor:a7c8b6118144ea9aba4889c4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a7c8b6118144ea9aba4889c4","label":"Core rule","locator":{"end_column":12,"end_line":10,"fragment":"core-rule","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:core-rule","source_id":"aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d036a2110c420407733d9cbe:aoa:abyss-stack:anchor:1f2fbf16704ba4855c5bb816","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1f2fbf16704ba4855c5bb816","label":"2026-05-13 - Residual frontier alignment","locator":{"end_column":43,"end_line":26,"fragment":"2026-05-13-residual-frontier-alignment","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2026-05-13-residual-frontier-alignment","source_id":"aoa:abyss-stack:artifact:d036a2110c420407733d9cbe","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d03af9d59783c9f2bc1a49a3:aoa:abyss-stack:anchor:36ed8d21cb12adecf9876b2b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:36ed8d21cb12adecf9876b2b","label":"wrong_type_value","locator":{"end_column":22,"end_line":85,"fragment":"","pointer":"","start_column":1,"start_line":72},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wrong_type_value","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wrong_type_value","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wrong_type_value","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wrong_type_value","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wrong_type_value","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wrong_type_value","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wrong_type_value","target_ref":"python:isinstance"}],"parser_ref":"python-ast@1","qualified_name":"wrong_type_value","semantic_key":"python:function:wrong_type_value","source_id":"aoa:abyss-stack:artifact:d03af9d59783c9f2bc1a49a3","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:5256ecbe8121f7ae7f440776","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5256ecbe8121f7ae7f440776","label":"validate_diagnostic_spine_contracts","locator":{"end_column":10,"end_line":227,"fragment":"","pointer":"","start_column":1,"start_line":150},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:DIAGNOSTIC_SPINE_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:overlay_skill_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:read_required_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:read_required_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:read_required_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:require_snippets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:require_snippets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:require_snippets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:validate_diagnostic_examples"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:validate_diagnostic_schemas"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:validate_diagnostic_surface_catalog"}],"parser_ref":"python-ast@1","qualified_name":"validate_diagnostic_spine_contracts","semantic_key":"python:function:validate_diagnostic_spine_contracts","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:5256ecbe8121f7ae7f440776","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5256ecbe8121f7ae7f440776","label":"validate_diagnostic_spine_contracts","locator":{"end_column":55,"end_line":227,"fragment":"","pointer":"","start_column":1,"start_line":159},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:DIAGNOSTIC_SPINE_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:read_required_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:read_required_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:read_required_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:require_snippets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:require_snippets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:require_snippets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:validate_diagnostic_examples"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:validate_diagnostic_owner_skill"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:validate_diagnostic_schemas"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_spine_contracts","target_ref":"python:validate_diagnostic_surface_catalog"}],"parser_ref":"python-ast@1","qualified_name":"validate_diagnostic_spine_contracts","semantic_key":"python:function:validate_diagnostic_spine_contracts","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:d21c577088c4758d6c2f2a06:aoa:abyss-stack:anchor:849ee8b911a165a928c2fbd2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:849ee8b911a165a928c2fbd2","label":"Packet Surface","locator":{"end_column":17,"end_line":14,"fragment":"packet-surface","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:packet-surface","source_id":"aoa:abyss-stack:artifact:d21c577088c4758d6c2f2a06","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d59103c5977bb94c808c2027:aoa:abyss-stack:anchor:6b17bd63ffca07483233aa62","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6b17bd63ffca07483233aa62","label":"MCP","locator":{"end_column":5,"end_line":1,"fragment":"mcp","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mcp","source_id":"aoa:abyss-stack:artifact:d59103c5977bb94c808c2027","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:decc2fc8d1faa3a33190fba3:aoa:abyss-stack:anchor:075f89cf93c9be6ff39e2d5e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:075f89cf93c9be6ff39e2d5e","label":"Authority Split","locator":{"end_column":18,"end_line":3,"fragment":"authority-split","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:authority-split","source_id":"aoa:abyss-stack:artifact:decc2fc8d1faa3a33190fba3","symbol_kind":""} @@ -63,6 +63,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5ab9171b5fed78f462de3a2:aoa:abyss-stack:anchor:b84799c064c056f48b27561d","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:b84799c064c056f48b27561d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e5ab9171b5fed78f462de3a2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2:aoa:abyss-stack:anchor:2254fa928e74a32d1c2a5261","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2254fa928e74a32d1c2a5261","label":"Reviewed Landing Route","locator":{"end_column":25,"end_line":48,"fragment":"reviewed-landing-route","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:reviewed-landing-route","source_id":"aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:c7aed85d27391742fd8c35ce","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c7aed85d27391742fd8c35ce","label":"loaded","locator":{"end_column":40,"end_line":229,"fragment":"","pointer":"","start_column":5,"start_line":228},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"LazyScorer.loaded","semantic_key":"python:method:LazyScorer.loaded","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:7b98b040d527fc0aa6268a41","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7b98b040d527fc0aa6268a41","label":"ABYSS-STACK-D-0004 Machine Bridge Under Machine Fit","locator":{"end_column":115,"end_line":79,"fragment":"","pointer":"","start_column":3,"start_line":79},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit","target_ref":"../ABYSS-STACK-D-0004-machine-bridge-under-machine-fit.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:79:3:0:../ABYSS-STACK-D-0004-machine-bridge-under-machine-fit.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:8c08e70a95a754a48d7f66f6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8c08e70a95a754a48d7f66f6","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":91,"fragment":"","pointer":"","start_column":3,"start_line":91},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:91:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:a61b3a8c46e7192f899abfe7","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a61b3a8c46e7192f899abfe7","label":"docs/BRIDGE_CONTRACTS.md","locator":{"end_column":28,"end_line":11,"fragment":"","pointer":"/required_files/4","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/4","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c45dddc8be18c09f4f8920d7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c45dddc8be18c09f4f8920d7","label":"ABYSS-STACK-D-0041 Source Hygiene Validator Module","locator":{"end_column":113,"end_line":19,"fragment":"","pointer":"","start_column":3,"start_line":19},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mechanics","target_ref":"../ABYSS-STACK-D-0041-source-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:19:3:0:../ABYSS-STACK-D-0041-source-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:f15808c7b03e42975a8cb86a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f15808c7b03e42975a8cb86a","label":"ABYSS-STACK-D-0025 Composition-First Presets","locator":{"end_column":101,"end_line":112,"fragment":"","pointer":"","start_column":3,"start_line":112},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profiles-and-presets","target_ref":"../ABYSS-STACK-D-0025-composition-first-presets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:112:3:0:../ABYSS-STACK-D-0025-composition-first-presets.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/70.jsonl b/kag/indexes/shards/anchor/70.jsonl index 674243454..516bab884 100644 --- a/kag/indexes/shards/anchor/70.jsonl +++ b/kag/indexes/shards/anchor/70.jsonl @@ -34,7 +34,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8175622d8775ba536a76f83b:aoa:abyss-stack:anchor:e051954b6575fe8ba16805de","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e051954b6575fe8ba16805de","label":"mutation_widening_blocked","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/mutation_widening_blocked","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/mutation_widening_blocked","source_id":"aoa:abyss-stack:artifact:8175622d8775ba536a76f83b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:83c0c19ffd26782848fe9760:aoa:abyss-stack:anchor:dea2342016a286bbd37e1079","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:dea2342016a286bbd37e1079","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:83c0c19ffd26782848fe9760","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:d7f1fca154e52e5eb98bfa9b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d7f1fca154e52e5eb98bfa9b","label":"read-only access plane","locator":{"end_column":25,"end_line":89,"fragment":"read-only-access-plane","pointer":"","start_column":1,"start_line":89},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:read-only-access-plane","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:e94fa8537134e441e4645c12","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e94fa8537134e441e4645c12","label":"ABYSS-STACK-D-0069 ToS Corpus MCP Access Plane","locator":{"end_column":105,"end_line":442,"fragment":"","pointer":"","start_column":3,"start_line":442},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-structure","target_ref":"../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:442:3:0:../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e:aoa:abyss-stack:anchor:b18a09294a959121a41d59d4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b18a09294a959121a41d59d4","label":"setUpClass","locator":{"end_column":168,"end_line":52,"fragment":"","pointer":"","start_column":5,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.setUpClass","target_ref":"python:Draft202012Validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.setUpClass","target_ref":"python:Draft202012Validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.setUpClass","target_ref":"python:Draft202012Validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.setUpClass","target_ref":"python:Draft202012Validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.setUpClass","target_ref":"python:Draft202012Validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.setUpClass","target_ref":"python:Draft202012Validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.setUpClass","target_ref":"python:load_module"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.setUpClass","target_ref":"python:load_schema"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.setUpClass","target_ref":"python:load_schema"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.setUpClass","target_ref":"python:load_schema"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.setUpClass","target_ref":"python:load_schema"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.setUpClass","target_ref":"python:load_schema"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.setUpClass","target_ref":"python:load_schema"}],"parser_ref":"python-ast@1","qualified_name":"AoADiagnoseTests.setUpClass","semantic_key":"python:method:AoADiagnoseTests.setUpClass","source_id":"aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:ec6248b08aefed37534a50f5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ec6248b08aefed37534a50f5","label":"repo","locator":{"end_column":17,"end_line":5,"fragment":"","pointer":"/repo","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/repo","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58:aoa:abyss-stack:anchor:6d960619bcf67054a920e57c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6d960619bcf67054a920e57c","label":"restart","locator":{"end_column":27,"end_line":26,"fragment":"","pointer":"/services/litellm/restart","start_column":5,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/litellm/restart","source_id":"aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58","symbol_kind":""} @@ -43,7 +42,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a87d5c2cb7765f364a9a7d58:aoa:abyss-stack:anchor:08216cff4d7603301aff2e92","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:08216cff4d7603301aff2e92","label":"AGENTS_ROOT_REFERENCE","locator":{"end_column":52,"end_line":7,"fragment":"","pointer":"","start_column":3,"start_line":7},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacy","target_ref":"AGENTS_ROOT_REFERENCE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:7:3:0:AGENTS_ROOT_REFERENCE.md","source_id":"aoa:abyss-stack:artifact:a87d5c2cb7765f364a9a7d58","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ac4a112b3489f34a27afc23b:aoa:abyss-stack:anchor:e8f8174ecab1e9c712daf1e0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e8f8174ecab1e9c712daf1e0","label":"test_docs_agents_must_route_start_here_contract","locator":{"end_column":93,"end_line":93,"fragment":"","pointer":"","start_column":1,"start_line":80},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_docs_agents_must_route_start_here_contract","target_ref":"python:docs_agents_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_docs_agents_must_route_start_here_contract","target_ref":"python:run_all_root_route_validators"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_docs_agents_must_route_start_here_contract","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_docs_agents_must_route_start_here_contract","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_docs_agents_must_route_start_here_contract","semantic_key":"python:function:test_docs_agents_must_route_start_here_contract","source_id":"aoa:abyss-stack:artifact:ac4a112b3489f34a27afc23b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5:aoa:abyss-stack:anchor:4d168cce3bbba95b844caf81","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:4d168cce3bbba95b844caf81","label":"started_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/started_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/started_at","source_id":"aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:6da1532372d35b6fea5d0818","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6da1532372d35b6fea5d0818","label":"DESIGN","locator":{"end_column":103,"end_line":59,"fragment":"","pointer":"","start_column":84,"start_line":59},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"DESIGN.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:59:84:0:DESIGN.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:450529c9db073074a673a20a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:450529c9db073074a673a20a","label":"experience-runtime","locator":{"end_column":63,"end_line":160,"fragment":"","pointer":"","start_column":3,"start_line":160},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/experience-runtime/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:160:3:0:mechanics/experience-runtime/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:f38b0a1b1446960033c35edf","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f38b0a1b1446960033c35edf","label":"BOUNDARIES","locator":{"end_column":113,"end_line":17,"fragment":"","pointer":"","start_column":86,"start_line":17},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:what-this-repository-does","target_ref":"BOUNDARIES.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:17:86:1:BOUNDARIES.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:f0aba4a54b8ed40cf8cf1508","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f0aba4a54b8ed40cf8cf1508","label":"entities_resource","locator":{"end_column":137,"end_line":712,"fragment":"","pointer":"","start_column":5,"start_line":711},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.entities_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.entities_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.entities_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.entities_resource","semantic_key":"python:method:build_server.entities_resource","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e:aoa:abyss-stack:anchor:610ff54375cd59deab4534b2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:610ff54375cd59deab4534b2","label":"Next Test","locator":{"end_column":12,"end_line":83,"fragment":"next-test","pointer":"","start_column":1,"start_line":83},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:next-test","source_id":"aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","symbol_kind":""} @@ -66,9 +65,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5815b1ddc8dee89443eb5d2:aoa:abyss-stack:anchor:7a6b497dbc4ff4b772b3d76b","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:7a6b497dbc4ff4b772b3d76b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e5815b1ddc8dee89443eb5d2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b:aoa:abyss-stack:anchor:1b5e4d45049eff717d5f9d4c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1b5e4d45049eff717d5f9d4c","label":"Boundary to preserve","locator":{"end_column":23,"end_line":176,"fragment":"boundary-to-preserve","pointer":"","start_column":1,"start_line":176},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundary-to-preserve","source_id":"aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:95f004f8a161cdc352efa633","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:95f004f8a161cdc352efa633","label":"ingestion_rate_mb","locator":{"end_column":53,"end_line":42,"fragment":"","pointer":"/limits_config/ingestion_rate_mb","start_column":3,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/limits_config/ingestion_rate_mb","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:3a412989469a392ee0d1aa8c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3a412989469a392ee0d1aa8c","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":49,"fragment":"","pointer":"","start_column":3,"start_line":49},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:49:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:e36ba52a961303fa40d45bce","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e36ba52a961303fa40d45bce","label":"start_period","locator":{"end_column":22,"end_line":19,"fragment":"","pointer":"/services/route-api/healthcheck/start_period","start_column":7,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/healthcheck/start_period","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:3376a47213ccc3ea8c3f28e2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3376a47213ccc3ea8c3f28e2","label":"schemas/tos-text-chunk-map.schema.json","locator":{"end_column":42,"end_line":34,"fragment":"","pointer":"/required_files/27","start_column":3,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/27","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f1f79bfb26e812b26795c0c6:aoa:abyss-stack:anchor:ead500107ac48a5e71146e81","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ead500107ac48a5e71146e81","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f1f79bfb26e812b26795c0c6","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c54696dd9d72e1996198bcbf","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c54696dd9d72e1996198bcbf","label":"ABYSS-STACK-D-0074 Telegram and Discord Connector MCP Access Planes","locator":{"end_column":143,"end_line":154,"fragment":"","pointer":"","start_column":3,"start_line":154},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:154:3:0:../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4:aoa:abyss-stack:anchor:56ccd29b76993116db3f1735","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:56ccd29b76993116db3f1735","label":"`profiles/`","locator":{"end_column":36,"end_line":31,"fragment":"","pointer":"","start_column":3,"start_line":31},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:lanes","target_ref":"profiles/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:31:3:0:profiles/README.md","source_id":"aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe:aoa:abyss-stack:anchor:342cd0c08af00fe55323c292","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:342cd0c08af00fe55323c292","label":"build-system","locator":{"end_column":14,"end_line":1,"fragment":"","pointer":"build-system","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"table:build-system","source_id":"aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/71.jsonl b/kag/indexes/shards/anchor/71.jsonl index ccecd4157..72fbba5f0 100644 --- a/kag/indexes/shards/anchor/71.jsonl +++ b/kag/indexes/shards/anchor/71.jsonl @@ -26,7 +26,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:48b7927b8c54691cb77061ad","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:48b7927b8c54691cb77061ad","label":"case_truth_status","locator":{"end_column":6,"end_line":324,"fragment":"","pointer":"","start_column":1,"start_line":289},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:TRIALS.infer_case_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:TRIALS.make_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:script_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:script_contains"}],"parser_ref":"python-ast@1","qualified_name":"case_truth_status","semantic_key":"python:function:case_truth_status","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:e0f2894d81a36698d029f49d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e0f2894d81a36698d029f49d","label":"journal_path","locator":{"end_column":81,"end_line":226,"fragment":"","pointer":"","start_column":1,"start_line":225},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:journal_path","target_ref":"python:scenario_root"}],"parser_ref":"python-ast@1","qualified_name":"journal_path","semantic_key":"python:function:journal_path","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:5a703a4416df1c5c0d60bfa7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5a703a4416df1c5c0d60bfa7","label":"CHARTER","locator":{"end_column":84,"end_line":17,"fragment":"","pointer":"","start_column":63,"start_line":17},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:what-this-repository-does","target_ref":"CHARTER.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:17:63:0:CHARTER.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:88f9b7f45a9ba85a7c436bcd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:88f9b7f45a9ba85a7c436bcd","label":"Current Contour","locator":{"end_column":18,"end_line":105,"fragment":"current-contour","pointer":"","start_column":1,"start_line":105},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:current-contour","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:88f9b7f45a9ba85a7c436bcd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:88f9b7f45a9ba85a7c436bcd","label":"Current Contour","locator":{"end_column":18,"end_line":106,"fragment":"current-contour","pointer":"","start_column":1,"start_line":106},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:current-contour","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:d4cfc390f7aa77676448af0b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d4cfc390f7aa77676448af0b","label":"aoa_session_live_scenario_audit","locator":{"end_column":10,"end_line":390,"fragment":"","pointer":"","start_column":5,"start_line":376},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_live_scenario_audit","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_live_scenario_audit","semantic_key":"python:method:build_server.aoa_session_live_scenario_audit","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b86e64ea3bba7cef64e8a1b9:aoa:abyss-stack:anchor:ce9ee2ed2b78ff156af8a956","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ce9ee2ed2b78ff156af8a956","label":"Purpose","locator":{"end_column":10,"end_line":5,"fragment":"purpose","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:b86e64ea3bba7cef64e8a1b9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:1e6a5101a0e44eb10cb44a3f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1e6a5101a0e44eb10cb44a3f","label":"${AOA_STACK_ROOT","locator":{"end_column":123,"end_line":12,"fragment":"","pointer":"/services/prometheus/volumes/0/${AOA_STACK_ROOT","start_column":7,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/prometheus/volumes/0/${AOA_STACK_ROOT","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/72.jsonl b/kag/indexes/shards/anchor/72.jsonl index 0d8b6f382..34afc39fb 100644 --- a/kag/indexes/shards/anchor/72.jsonl +++ b/kag/indexes/shards/anchor/72.jsonl @@ -38,6 +38,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:b045424d357b2170f276d1e9:aoa:abyss-stack:anchor:7b3e52948534ca0922a867bd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7b3e52948534ca0922a867bd","label":"print_text","locator":{"end_column":10,"end_line":165,"fragment":"","pointer":"","start_column":1,"start_line":145},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:counts.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:counts.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:resource_guards.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:summary.get"}],"parser_ref":"python-ast@1","qualified_name":"print_text","semantic_key":"python:function:print_text","source_id":"aoa:abyss-stack:artifact:b045424d357b2170f276d1e9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b1606024c9a05184d0f9dbb4:aoa:abyss-stack:anchor:7643b3ca460ba2dfac7364c5","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:7643b3ca460ba2dfac7364c5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b1606024c9a05184d0f9dbb4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:a650c69d11508d01f6da16bf","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a650c69d11508d01f6da16bf","label":"mechanics/diagnostic-spine","locator":{"end_column":102,"end_line":49,"fragment":"","pointer":"","start_column":36,"start_line":49},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"mechanics/diagnostic-spine/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:49:36:0:mechanics/diagnostic-spine/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:be0516b76a9b86fe2e723bef","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:be0516b76a9b86fe2e723bef","label":"stats","locator":{"end_column":117,"end_line":103,"fragment":"","pointer":"","start_column":93,"start_line":103},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:claim-check","target_ref":"stats/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:103:93:0:stats/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4c7266b5c14d513a11c5423:aoa:abyss-stack:anchor:705abce2e2bfbd352638d95e","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:705abce2e2bfbd352638d95e","label":"runs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/runs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/runs","source_id":"aoa:abyss-stack:artifact:b4c7266b5c14d513a11c5423","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b662d06b8c84528557669c71:aoa:abyss-stack:anchor:c88a7079f7d94527f4c6dbde","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c88a7079f7d94527f4c6dbde","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b662d06b8c84528557669c71","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e:aoa:abyss-stack:anchor:7f053dd3be2829023943fcbc","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7f053dd3be2829023943fcbc","label":"Purpose","locator":{"end_column":10,"end_line":3,"fragment":"purpose","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","symbol_kind":""} @@ -53,10 +54,13 @@ {"_key":"anchor:aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6:aoa:abyss-stack:anchor:686d0f5cb6a259e230f2c07b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:686d0f5cb6a259e230f2c07b","label":"_query_backend","locator":{"end_column":19,"end_line":113,"fragment":"","pointer":"","start_column":1,"start_line":109},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_query_backend","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_query_backend","target_ref":"python:raw_backend.strip"}],"parser_ref":"python-ast@1","qualified_name":"_query_backend","semantic_key":"python:function:_query_backend","source_id":"aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e451219962cb0039818e7aeb:aoa:abyss-stack:anchor:647f3e15ab651db9ff6abfd0","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:647f3e15ab651db9ff6abfd0","label":"mechanics/runtime-seam/parts/artifact-contracts/schemas/artifact.distillation_pack.schema.json","locator":{"end_column":98,"end_line":18,"fragment":"","pointer":"/required_files/12","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/12","source_id":"aoa:abyss-stack:artifact:e451219962cb0039818e7aeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267:aoa:abyss-stack:anchor:bcd5e063a7a652c4217e1add","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bcd5e063a7a652c4217e1add","label":"test_policy_parsing_and_playbook_lookup","locator":{"end_column":63,"end_line":19,"fragment":"","pointer":"","start_column":5,"start_line":14},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_policy_parsing_and_playbook_lookup","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_policy_parsing_and_playbook_lookup","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_policy_parsing_and_playbook_lookup","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_policy_parsing_and_playbook_lookup","target_ref":"python:self.module.load_policy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_policy_parsing_and_playbook_lookup","target_ref":"python:self.module.resolve_playbook_policy"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerPolicyScopeTests.test_policy_parsing_and_playbook_lookup","semantic_key":"python:method:GovernedRunnerPolicyScopeTests.test_policy_parsing_and_playbook_lookup","source_id":"aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:8779f4437ed9dd61bdb39775","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8779f4437ed9dd61bdb39775","label":"ABYSS-STACK-D-0049 Federation Runtime Seams Validator Module","locator":{"end_column":133,"end_line":45,"fragment":"","pointer":"","start_column":3,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:45:3:0:../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ed475f3e52544903ccf78666:aoa:abyss-stack:anchor:e7e7f76a1617519b2503167c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e7e7f76a1617519b2503167c","label":"Authority Split","locator":{"end_column":18,"end_line":3,"fragment":"authority-split","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:authority-split","source_id":"aoa:abyss-stack:artifact:ed475f3e52544903ccf78666","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:1e10bc0411eeadda001c685b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1e10bc0411eeadda001c685b","label":"validation lane","locator":{"end_column":18,"end_line":247,"fragment":"validation-lane","pointer":"","start_column":1,"start_line":247},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation-lane","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:1e10bc0411eeadda001c685b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1e10bc0411eeadda001c685b","label":"validation lane","locator":{"end_column":18,"end_line":253,"fragment":"validation-lane","pointer":"","start_column":1,"start_line":253},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation-lane","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:dc0921a2d35a5d689c302a15","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:dc0921a2d35a5d689c302a15","label":"ToSCorpusMCPState","locator":{"end_column":97,"end_line":914,"fragment":"","pointer":"","start_column":1,"start_line":70},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState","target_ref":"python:dataclass"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState","semantic_key":"python:class:ToSCorpusMCPState","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:f56c67837383845a3353168f:aoa:abyss-stack:anchor:8da7f549d5c6d2a3e386ed72","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8da7f549d5c6d2a3e386ed72","label":"Core rule","locator":{"end_column":12,"end_line":10,"fragment":"core-rule","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:core-rule","source_id":"aoa:abyss-stack:artifact:f56c67837383845a3353168f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fd39c0583e3907288e7912dc:aoa:abyss-stack:anchor:397b8a7306a6f3bfa69aa412","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:397b8a7306a6f3bfa69aa412","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fd39c0583e3907288e7912dc","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fde50295b21710b674c650da:aoa:abyss-stack:anchor:e37a94dc3be48360bced66b2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e37a94dc3be48360bced66b2","label":"2026-05-13 trial legacy specialization","locator":{"end_column":41,"end_line":42,"fragment":"2026-05-13-trial-legacy-specialization","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2026-05-13-trial-legacy-specialization","source_id":"aoa:abyss-stack:artifact:fde50295b21710b674c650da","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:52d4954e568a9743737b4ba4","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:52d4954e568a9743737b4ba4","label":"owner_source","locator":{"end_column":20,"end_line":51,"fragment":"","pointer":"/abi/outputs/required/2","start_column":7,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs/required/2","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:8676aa15326ecc15fefbe5be","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8676aa15326ecc15fefbe5be","label":"explicit bounded capture","locator":{"end_column":30,"end_line":106,"fragment":"","pointer":"/recheck/manual_cases/5","start_column":5,"start_line":106},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/recheck/manual_cases/5","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:b7f18223f115b05954ebf9e2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b7f18223f115b05954ebf9e2","label":"trusted","locator":{"end_column":18,"end_line":30,"fragment":"","pointer":"/trusted","start_column":7,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/trusted","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/73.jsonl b/kag/indexes/shards/anchor/73.jsonl index d5a93c6ce..8000dad60 100644 --- a/kag/indexes/shards/anchor/73.jsonl +++ b/kag/indexes/shards/anchor/73.jsonl @@ -31,13 +31,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:831377bd8da42402f06fc7c5:aoa:abyss-stack:anchor:efa16ae811bcaeb220dddc85","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:efa16ae811bcaeb220dddc85","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:831377bd8da42402f06fc7c5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5:aoa:abyss-stack:anchor:ebcd7f164a97282750a63eb8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ebcd7f164a97282750a63eb8","label":"mirror_root","locator":{"end_column":39,"end_line":2,"fragment":"","pointer":"/mirror_root","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/mirror_root","source_id":"aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:1bd6af86db79ec1909fb7d85","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1bd6af86db79ec1909fb7d85","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":105,"fragment":"","pointer":"","start_column":3,"start_line":105},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-only-access-plane","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:105:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:8a3aa247e9c3079d0e0fa312","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8a3aa247e9c3079d0e0fa312","label":"packet semantic parity","locator":{"end_column":25,"end_line":319,"fragment":"packet-semantic-parity","pointer":"","start_column":1,"start_line":319},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:packet-semantic-parity","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:8a3aa247e9c3079d0e0fa312","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8a3aa247e9c3079d0e0fa312","label":"packet semantic parity","locator":{"end_column":25,"end_line":327,"fragment":"packet-semantic-parity","pointer":"","start_column":1,"start_line":327},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:packet-semantic-parity","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f:aoa:abyss-stack:anchor:b9bf27b5c3c69378c33c6113","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b9bf27b5c3c69378c33c6113","label":"LLAMACPP_PILOT","locator":{"end_column":95,"end_line":215,"fragment":"","pointer":"","start_column":1,"start_line":215},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:design-rule","target_ref":"../../mechanics/inference-pilots/parts/llamacpp-pilot/docs/LLAMACPP_PILOT.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:215:1:0:../../mechanics/inference-pilots/parts/llamacpp-pilot/docs/LLAMACPP_PILOT.md","source_id":"aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58:aoa:abyss-stack:anchor:6a25771bd57b3207dd57c1c0","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6a25771bd57b3207dd57c1c0","label":"test","locator":{"end_column":115,"end_line":21,"fragment":"","pointer":"/services/litellm/healthcheck/test","start_column":7,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/litellm/healthcheck/test","source_id":"aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9b07f53b5596d8162978e094:aoa:abyss-stack:anchor:f8f26ace645602bcd1920a9b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:f8f26ace645602bcd1920a9b","label":"type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/type","source_id":"aoa:abyss-stack:artifact:9b07f53b5596d8162978e094","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9dd2df01bd86c7617b835155:aoa:abyss-stack:anchor:1d628cb8f732a78ad5cdf9a4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1d628cb8f732a78ad5cdf9a4","label":"Current role","locator":{"end_column":15,"end_line":11,"fragment":"current-role","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:current-role","source_id":"aoa:abyss-stack:artifact:9dd2df01bd86c7617b835155","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358:aoa:abyss-stack:anchor:56d6b1fdb77b4fa3000b54dd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:56d6b1fdb77b4fa3000b54dd","label":"Files","locator":{"end_column":8,"end_line":7,"fragment":"files","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:files","source_id":"aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a3841a7a3ec4b60947fc1cf9:aoa:abyss-stack:anchor:1c6ceaff67cac4f99894ef5b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1c6ceaff67cac4f99894ef5b","label":"Eval Seam","locator":{"end_column":11,"end_line":1,"fragment":"eval-seam","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:eval-seam","source_id":"aoa:abyss-stack:artifact:a3841a7a3ec4b60947fc1cf9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:2ff9f78a716489875b60a676","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2ff9f78a716489875b60a676","label":"ABYSS-STACK-D-0051 Runtime Hygiene Validator Module","locator":{"end_column":115,"end_line":392,"fragment":"","pointer":"","start_column":3,"start_line":392},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:status-readout","target_ref":"../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:392:3:0:../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:6cf290bafc1b939e1f69dcb6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6cf290bafc1b939e1f69dcb6","label":"ABYSS-STACK-D-0055 Root Routes Validator Module","locator":{"end_column":107,"end_line":212,"fragment":"","pointer":"","start_column":3,"start_line":212},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-guidance","target_ref":"../ABYSS-STACK-D-0055-root-routes-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:212:3:0:../ABYSS-STACK-D-0055-root-routes-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aea638136de2ef62c3f19135:aoa:abyss-stack:anchor:e34b5d409bd61e1fa13b001d","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e34b5d409bd61e1fa13b001d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:aea638136de2ef62c3f19135","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aedad7639e85e4508c819730:aoa:abyss-stack:anchor:0ba19c682818db4dac0a75f6","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0ba19c682818db4dac0a75f6","label":"api_base","locator":{"end_column":35,"end_line":5,"fragment":"","pointer":"/model_list/0/litellm_params/api_base","start_column":7,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/model_list/0/litellm_params/api_base","source_id":"aoa:abyss-stack:artifact:aedad7639e85e4508c819730","symbol_kind":""} @@ -58,3 +59,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e1dc02e131153f718ad656b5:aoa:abyss-stack:anchor:f1f74e5fcca69372cc7fff02","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f1f74e5fcca69372cc7fff02","label":"podman_info","locator":{"end_column":29,"end_line":308,"fragment":"","pointer":"","start_column":1,"start_line":272},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:podman_info","target_ref":"python:host_block.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:podman_info","target_ref":"python:host_block.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:podman_info","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:podman_info","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:podman_info","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:podman_info","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:podman_info","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:podman_info","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:podman_info","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:podman_info","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:podman_info","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:podman_info","target_ref":"python:run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:podman_info","target_ref":"python:security_block.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:podman_info","target_ref":"python:security_block.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:podman_info","target_ref":"python:shutil.which"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:podman_info","target_ref":"python:version_block.get"}],"parser_ref":"python-ast@1","qualified_name":"podman_info","semantic_key":"python:function:podman_info","source_id":"aoa:abyss-stack:artifact:e1dc02e131153f718ad656b5","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644:aoa:abyss-stack:anchor:d4cc6d122bf6b27df8472c05","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d4cc6d122bf6b27df8472c05","label":"write_json","locator":{"end_column":95,"end_line":22,"fragment":"","pointer":"","start_column":1,"start_line":20},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_json","semantic_key":"python:function:write_json","source_id":"aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:6258c747ad9153ffd5fb8cd2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6258c747ad9153ffd5fb8cd2","label":"active_index_directory","locator":{"end_column":39,"end_line":32,"fragment":"","pointer":"/storage_config/tsdb_shipper/active_index_directory","start_column":5,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/storage_config/tsdb_shipper/active_index_directory","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:329bd7dd443db34add12f98d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:329bd7dd443db34add12f98d","label":"ABYSS-STACK-D-0051 Runtime Hygiene Validator Module","locator":{"end_column":115,"end_line":90,"fragment":"","pointer":"","start_column":3,"start_line":90},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:90:3:0:../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:3b9b4511a7b409caf553fede","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3b9b4511a7b409caf553fede","label":"ABYSS-STACK-D-0068 Decision Graph Contract And Impact Packets","locator":{"end_column":135,"end_line":202,"fragment":"","pointer":"","start_column":3,"start_line":202},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-surface","target_ref":"../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:202:3:0:../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:2ae00f0a6a330fcfaccf289a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2ae00f0a6a330fcfaccf289a","label":"drifts","locator":{"end_column":14,"end_line":56,"fragment":"","pointer":"/abi/outputs/required/7","start_column":7,"start_line":56},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs/required/7","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:97a7f7db791b15acf7a2f34e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:97a7f7db791b15acf7a2f34e","label":"canonical_source","locator":{"end_column":54,"end_line":5,"fragment":"","pointer":"/identity/canonical_source","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/identity/canonical_source","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/74.jsonl b/kag/indexes/shards/anchor/74.jsonl index 2f5108f0d..4c66de0da 100644 --- a/kag/indexes/shards/anchor/74.jsonl +++ b/kag/indexes/shards/anchor/74.jsonl @@ -1,6 +1,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:02e6940a395ca8b888f25191:aoa:abyss-stack:anchor:44cec72d053bb4ea8849cbb7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:44cec72d053bb4ea8849cbb7","label":"ABYSS-STACK-D-0033 AoA Memo MCP Port Confinement","locator":{"end_column":143,"end_line":39,"fragment":"","pointer":"","start_column":37,"start_line":39},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decisions-by-number","target_ref":"../ABYSS-STACK-D-0033-aoa-memo-mcp-port-confinement.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:39:37:0:../ABYSS-STACK-D-0033-aoa-memo-mcp-port-confinement.md","source_id":"aoa:abyss-stack:artifact:02e6940a395ca8b888f25191","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:044aca1692e1ec1ef0444d76:aoa:abyss-stack:anchor:0e64037dabec188a49f703be","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:0e64037dabec188a49f703be","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:044aca1692e1ec1ef0444d76","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:1405831896f739b23222c795","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1405831896f739b23222c795","label":"Summary","locator":{"end_column":11,"end_line":775,"fragment":"summary-4","pointer":"","start_column":1,"start_line":775},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:summary-4","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:1405831896f739b23222c795","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1405831896f739b23222c795","label":"Summary","locator":{"end_column":11,"end_line":777,"fragment":"summary-4","pointer":"","start_column":1,"start_line":777},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:summary-4","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:09768cdc5582265776b58235:aoa:abyss-stack:anchor:b85053b5ee1a7732b7ae665e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b85053b5ee1a7732b7ae665e","label":"${AOA_STACK_ROOT","locator":{"end_column":106,"end_line":15,"fragment":"","pointer":"/services/tos-graph/volumes/1/${AOA_STACK_ROOT","start_column":7,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tos-graph/volumes/1/${AOA_STACK_ROOT","source_id":"aoa:abyss-stack:artifact:09768cdc5582265776b58235","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0e61728c0a634968fe8db7ac:aoa:abyss-stack:anchor:0a1c5f5146690b3ad9e7e114","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0a1c5f5146690b3ad9e7e114","label":"Consequences","locator":{"end_column":15,"end_line":57,"fragment":"consequences","pointer":"","start_column":1,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:0e61728c0a634968fe8db7ac","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1b79512c20522b5e88e4ab55:aoa:abyss-stack:anchor:3d5b968de02cb2d48548f928","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3d5b968de02cb2d48548f928","label":"_validate_q0007","locator":{"end_column":10,"end_line":750,"fragment":"","pointer":"","start_column":1,"start_line":734},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_q0007","target_ref":"python:anchor_ref.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_q0007","target_ref":"python:anchor_ref.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_q0007","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_q0007","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_q0007","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_q0007","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_q0007","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_q0007","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_q0007","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_q0007","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_q0007","target_ref":"python:quest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_q0007","target_ref":"python:quest_payload.get"}],"parser_ref":"python-ast@1","qualified_name":"_validate_q0007","semantic_key":"python:function:_validate_q0007","source_id":"aoa:abyss-stack:artifact:1b79512c20522b5e88e4ab55","symbol_kind":"function"} @@ -12,7 +12,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:299566dcd65e4b988ae1f141:aoa:abyss-stack:anchor:d3ddd841be6660d923225008","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d3ddd841be6660d923225008","label":"${AOA_STACK_ROOT","locator":{"end_column":72,"end_line":49,"fragment":"","pointer":"/services/tts-router/volumes/1/${AOA_STACK_ROOT","start_column":7,"start_line":49},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tts-router/volumes/1/${AOA_STACK_ROOT","source_id":"aoa:abyss-stack:artifact:299566dcd65e4b988ae1f141","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3071a358f381c6a00aa25462:aoa:abyss-stack:anchor:714d27f8f9da4221b4b22a05","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:714d27f8f9da4221b4b22a05","label":"test_applied_needs_no_apply","locator":{"end_column":51,"end_line":74,"fragment":"","pointer":"","start_column":5,"start_line":66},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:OptimizationStatusTests.test_applied_needs_no_apply","target_ref":"python:optimization_status.summarize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:OptimizationStatusTests.test_applied_needs_no_apply","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:OptimizationStatusTests.test_applied_needs_no_apply","target_ref":"python:self.assertFalse"}],"parser_ref":"python-ast@1","qualified_name":"OptimizationStatusTests.test_applied_needs_no_apply","semantic_key":"python:method:OptimizationStatusTests.test_applied_needs_no_apply","source_id":"aoa:abyss-stack:artifact:3071a358f381c6a00aa25462","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:33f121b2a407a6b4715027ff:aoa:abyss-stack:anchor:f3509022f39881ecdfa5c493","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f3509022f39881ecdfa5c493","label":"_preview_sync","locator":{"end_column":10,"end_line":65,"fragment":"","pointer":"","start_column":5,"start_line":50},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:PhilosophyProjector._preview_sync","target_ref":"python:counts.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:PhilosophyProjector._preview_sync","target_ref":"python:counts.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:PhilosophyProjector._preview_sync","target_ref":"python:counts.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:PhilosophyProjector._preview_sync","target_ref":"python:counts.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:PhilosophyProjector._preview_sync","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:PhilosophyProjector._preview_sync","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:PhilosophyProjector._preview_sync","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:PhilosophyProjector._preview_sync","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:PhilosophyProjector._preview_sync","target_ref":"python:projection.get"}],"parser_ref":"python-ast@1","qualified_name":"PhilosophyProjector._preview_sync","semantic_key":"python:method:PhilosophyProjector._preview_sync","source_id":"aoa:abyss-stack:artifact:33f121b2a407a6b4715027ff","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:5a3607e7498181815d4ffe83","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5a3607e7498181815d4ffe83","label":"Report","locator":{"end_column":9,"end_line":310,"fragment":"report","pointer":"","start_column":1,"start_line":310},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:report","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:5a3607e7498181815d4ffe83","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5a3607e7498181815d4ffe83","label":"Report","locator":{"end_column":9,"end_line":314,"fragment":"report","pointer":"","start_column":1,"start_line":314},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:report","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3ed64f7c0e6a443f164a15f0:aoa:abyss-stack:anchor:e18d545c34a20503f105bfad","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e18d545c34a20503f105bfad","label":"Tree-of-Sophia","locator":{"end_column":340,"end_line":34,"fragment":"","pointer":"","start_column":226,"start_line":34},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:authority-source","target_ref":"https://github.com/8Dionysus/Tree-of-Sophia/blob/main/docs/NO_DIRECT_EXPERIENCE_INSTALL_WRITE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:34:226:1:https://github.com/8Dionysus/Tree-of-Sophia/blob/main/docs/NO_DIRECT_EXPERIENCE_INSTALL_WRITE.md","source_id":"aoa:abyss-stack:artifact:3ed64f7c0e6a443f164a15f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:477e8476adcb8c1762ef6ed9:aoa:abyss-stack:anchor:62e3c527c3b70bd222dd814e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:62e3c527c3b70bd222dd814e","label":"Start Here","locator":{"end_column":13,"end_line":31,"fragment":"start-here","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:start-here","source_id":"aoa:abyss-stack:artifact:477e8476adcb8c1762ef6ed9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3:aoa:abyss-stack:anchor:fbaffe0de8cd8e3afa371453","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fbaffe0de8cd8e3afa371453","label":"`workhorse`","locator":{"end_column":15,"end_line":166,"fragment":"workhorse","pointer":"","start_column":1,"start_line":166},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:workhorse","source_id":"aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3","symbol_kind":""} @@ -25,7 +25,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:e5f0902dbb91fafcbf3210cf","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e5f0902dbb91fafcbf3210cf","label":"2026-05-15","locator":{"end_column":13,"end_line":44,"fragment":"2026-05-15","pointer":"","start_column":1,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2026-05-15","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:fecc46b8498958c6b8cbbebb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:fecc46b8498958c6b8cbbebb","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":106,"fragment":"","pointer":"","start_column":3,"start_line":106},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-06-04","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:106:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:9895f2168d09a2f5056f4d60","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9895f2168d09a2f5056f4d60","label":"compare_against_anchor","locator":{"end_column":10,"end_line":940,"fragment":"","pointer":"","start_column":1,"start_line":851},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:AXIS_RANK.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:AXIS_RANK.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:add_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:add_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:add_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:add_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:anchor_axes.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:anchor_session.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:anchor_session.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:anchor_session.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:anchor_target.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:anchor_target.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:anchor_target.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:anchor_truth_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:anchor_truth_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:current_axes.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:compare_against_anchor","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"compare_against_anchor","semantic_key":"python:function:compare_against_anchor","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:074af2f098abe59195886db8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:074af2f098abe59195886db8","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":341,"fragment":"","pointer":"","start_column":3,"start_line":341},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profile-topology-1","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:341:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:8f6b290932be470a2e648238","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8f6b290932be470a2e648238","label":"ABYSS-STACK-D-0079 KAG Query Application Port","locator":{"end_column":103,"end_line":292,"fragment":"","pointer":"","start_column":3,"start_line":292},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:loopback-transport-security","target_ref":"../ABYSS-STACK-D-0079-kag-query-application-port.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:292:3:0:../ABYSS-STACK-D-0079-kag-query-application-port.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f:aoa:abyss-stack:anchor:31236dd63eeff39617097f87","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:31236dd63eeff39617097f87","label":"PROFILE_RECIPES","locator":{"end_column":87,"end_line":278,"fragment":"","pointer":"","start_column":50,"start_line":278},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:operating-routes","target_ref":"PROFILE_RECIPES.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:278:50:0:PROFILE_RECIPES.md","source_id":"aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:37c5b49355d102da77a01bc1","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:37c5b49355d102da77a01bc1","label":"lane","locator":{"end_column":17,"end_line":6,"fragment":"","pointer":"/lane","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/lane","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:97b64bbbcf02e8be93c6151e:aoa:abyss-stack:anchor:f5720a8f8d2d67aca1b4fec2","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:f5720a8f8d2d67aca1b4fec2","label":"events","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/events","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/events","source_id":"aoa:abyss-stack:artifact:97b64bbbcf02e8be93c6151e","symbol_kind":"json_key"} @@ -51,9 +51,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8:aoa:abyss-stack:anchor:4e505f1f61297fed1ebd5b46","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4e505f1f61297fed1ebd5b46","label":"AOA_RAG_EMBED_BATCH_SIZE","locator":{"end_column":64,"end_line":21,"fragment":"","pointer":"/services/rag-api/environment/AOA_RAG_EMBED_BATCH_SIZE","start_column":7,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api/environment/AOA_RAG_EMBED_BATCH_SIZE","source_id":"aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d8fc33f7441fbc35c5c159ed:aoa:abyss-stack:anchor:963d5ad355cc0e2f3516466f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:963d5ad355cc0e2f3516466f","label":"Agent Route","locator":{"end_column":14,"end_line":83,"fragment":"agent-route","pointer":"","start_column":1,"start_line":83},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agent-route","source_id":"aoa:abyss-stack:artifact:d8fc33f7441fbc35c5c159ed","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d9619f82fe08df1d56cabdda:aoa:abyss-stack:anchor:adb8b0d13c25662facb70fe9","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:adb8b0d13c25662facb70fe9","label":"name","locator":{"end_column":21,"end_line":6,"fragment":"","pointer":"project.name","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.name","source_id":"aoa:abyss-stack:artifact:d9619f82fe08df1d56cabdda","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922:aoa:abyss-stack:anchor:d4a4ab8b18d639c7c3d0b653","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d4a4ab8b18d639c7c3d0b653","label":"Warning Filters","locator":{"end_column":18,"end_line":78,"fragment":"warning-filters","pointer":"","start_column":1,"start_line":78},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:warning-filters","source_id":"aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922:aoa:abyss-stack:anchor:d4a4ab8b18d639c7c3d0b653","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d4a4ab8b18d639c7c3d0b653","label":"Warning Filters","locator":{"end_column":18,"end_line":80,"fragment":"warning-filters","pointer":"","start_column":1,"start_line":80},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:warning-filters","source_id":"aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5:aoa:abyss-stack:anchor:75ed5d5cac1171004d4e6392","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:75ed5d5cac1171004d4e6392","label":"mode","locator":{"end_column":20,"end_line":29,"fragment":"","pointer":"/activation/mode","start_column":3,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/activation/mode","source_id":"aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e8aabe9915182759330d0c1e:aoa:abyss-stack:anchor:d2da60c79a834e16903feb69","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d2da60c79a834e16903feb69","label":"main","locator":{"end_column":13,"end_line":100,"fragment":"","pointer":"","start_column":1,"start_line":73},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:OUT.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:OUT.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:SRC.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:data.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:expected_registry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:fail"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:p.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:run.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:run.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:run.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:seen.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:validate_log"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:e8aabe9915182759330d0c1e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345:aoa:abyss-stack:anchor:e2381ed1d84539a31e4125c1","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e2381ed1d84539a31e4125c1","label":"generated_or_authored","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/generated_or_authored","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/generated_or_authored","source_id":"aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:f731f659fd0187021e86c8c5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f731f659fd0187021e86c8c5","label":"generated/reasoning_handoff_pack.min.json","locator":{"end_column":45,"end_line":19,"fragment":"","pointer":"/required_files/12","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/12","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:effc44426896b5dff1b195e5:aoa:abyss-stack:anchor:c67ac66cf3be7c80b704e763","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c67ac66cf3be7c80b704e763","label":"notes","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/notes","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/notes","source_id":"aoa:abyss-stack:artifact:effc44426896b5dff1b195e5","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:282b6983482a44af4dad091d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:282b6983482a44af4dad091d","label":"ABYSS-STACK-D-0079 KAG Query Application Port","locator":{"end_column":103,"end_line":158,"fragment":"","pointer":"","start_column":3,"start_line":158},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0079-kag-query-application-port.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:158:3:0:../ABYSS-STACK-D-0079-kag-query-application-port.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:55f5cb4e0fb41b60b743ea52","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:55f5cb4e0fb41b60b743ea52","label":"ABYSS-STACK-D-0071 AoA Evals Local Port Write-Side MCP","locator":{"end_column":121,"end_line":164,"fragment":"","pointer":"","start_column":3,"start_line":164},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:164:3:0:../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/75.jsonl b/kag/indexes/shards/anchor/75.jsonl index ef03c190e..5897e7e67 100644 --- a/kag/indexes/shards/anchor/75.jsonl +++ b/kag/indexes/shards/anchor/75.jsonl @@ -40,11 +40,15 @@ {"_key":"anchor:aoa:abyss-stack:artifact:cdc356f4413f9706cd00e331:aoa:abyss-stack:anchor:72f38b699ad67bbdcf897583","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:72f38b699ad67bbdcf897583","label":"`aoa-memo-mcp`","locator":{"end_column":43,"end_line":10,"fragment":"","pointer":"","start_column":3,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"aoa-memo-mcp/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:10:3:0:aoa-memo-mcp/README.md","source_id":"aoa:abyss-stack:artifact:cdc356f4413f9706cd00e331","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d3940e66a22c9a62c9e99e95:aoa:abyss-stack:anchor:68d294be77df2f29c735569d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:68d294be77df2f29c735569d","label":"Runtime Invariants","locator":{"end_column":21,"end_line":57,"fragment":"runtime-invariants","pointer":"","start_column":1,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-invariants","source_id":"aoa:abyss-stack:artifact:d3940e66a22c9a62c9e99e95","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8:aoa:abyss-stack:anchor:0bf80b8e233fe3bae17b1b1b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0bf80b8e233fe3bae17b1b1b","label":"${AOA_STACK_ROOT","locator":{"end_column":78,"end_line":28,"fragment":"","pointer":"/services/rag-api/volumes/3/${AOA_STACK_ROOT","start_column":7,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api/volumes/3/${AOA_STACK_ROOT","source_id":"aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc:aoa:abyss-stack:anchor:8283a179a54e47a84911ba21","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:8283a179a54e47a84911ba21","label":"owner_repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/owner_repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/owner_repo","source_id":"aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:da5676238577964452bfd03b:aoa:abyss-stack:anchor:bbaf1f9dd2e10d7949fc545e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bbaf1f9dd2e10d7949fc545e","label":"volumes","locator":{"end_column":12,"end_line":43,"fragment":"","pointer":"/services/llama-cpp/volumes","start_column":5,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/volumes","source_id":"aoa:abyss-stack:artifact:da5676238577964452bfd03b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:dc3545628430cb8b540a4207:aoa:abyss-stack:anchor:e6fbacae6c799dee7b199332","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e6fbacae6c799dee7b199332","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:dc3545628430cb8b540a4207","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e0c6884781f758a38a478c6f:aoa:abyss-stack:anchor:26280ce31294a60de47557db","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:26280ce31294a60de47557db","label":"title","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/title","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/title","source_id":"aoa:abyss-stack:artifact:e0c6884781f758a38a478c6f","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:e2855b8c2b526183e85f837a:aoa:abyss-stack:anchor:cc07d7689ea5f5e411efadfc","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:cc07d7689ea5f5e411efadfc","label":"schemas/runtime-candidate-template-index.schema.json","locator":{"end_column":56,"end_line":27,"fragment":"","pointer":"/required_files/20","start_column":3,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/20","source_id":"aoa:abyss-stack:artifact:e2855b8c2b526183e85f837a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:6ae9c2263970d3a46c28c038","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6ae9c2263970d3a46c28c038","label":"_bound_inventory_entity_samples","locator":{"end_column":48,"end_line":6654,"fragment":"","pointer":"","start_column":5,"start_line":6627},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._bound_inventory_entity_samples","target_ref":"python:entity.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._bound_inventory_entity_samples","target_ref":"python:entity.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._bound_inventory_entity_samples","target_ref":"python:entity.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._bound_inventory_entity_samples","target_ref":"python:entity.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._bound_inventory_entity_samples","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._bound_inventory_entity_samples","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._bound_inventory_entity_samples","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._bound_inventory_entity_samples","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._bound_inventory_entity_samples","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._bound_inventory_entity_samples","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._bound_inventory_entity_samples","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._bound_inventory_entity_samples","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._bound_inventory_entity_samples","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._bound_inventory_entity_samples","target_ref":"python:zip"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._bound_inventory_entity_samples","semantic_key":"python:method:AoASessionMemoryMCPState._bound_inventory_entity_samples","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:1d04395ec2286108b7c1c041","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1d04395ec2286108b7c1c041","label":"ABYSS-STACK-D-0056 Decision Surface Validator Module","locator":{"end_column":117,"end_line":132,"fragment":"","pointer":"","start_column":3,"start_line":132},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0056-decision-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:132:3:0:../ABYSS-STACK-D-0056-decision-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:a1430f681ee8550d5b416a6c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a1430f681ee8550d5b416a6c","label":"ABYSS-STACK-D-0071 AoA Evals Local Port Write-Side MCP","locator":{"end_column":121,"end_line":152,"fragment":"","pointer":"","start_column":3,"start_line":152},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:152:3:0:../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:ec778adc59cdd87d86f3a7dd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ec778adc59cdd87d86f3a7dd","label":"ABYSS-STACK-D-0051 Runtime Hygiene Validator Module","locator":{"end_column":115,"end_line":29,"fragment":"","pointer":"","start_column":3,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mechanics","target_ref":"../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:29:3:0:../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fbdda40e309d4e196adb0989:aoa:abyss-stack:anchor:2551a5391666e618a06e3a97","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2551a5391666e618a06e3a97","label":"Local Port Discovery","locator":{"end_column":23,"end_line":73,"fragment":"local-port-discovery","pointer":"","start_column":1,"start_line":73},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:local-port-discovery","source_id":"aoa:abyss-stack:artifact:fbdda40e309d4e196adb0989","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:7825f53d23a864f90e399b6a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7825f53d23a864f90e399b6a","label":"exit_class","locator":{"end_column":18,"end_line":58,"fragment":"","pointer":"/abi/outputs/required/9","start_column":7,"start_line":58},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs/required/9","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:ee4ca58d3028b6a027fc00b5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ee4ca58d3028b6a027fc00b5","label":"trust_state","locator":{"end_column":40,"end_line":110,"fragment":"","pointer":"/trust_state","start_column":11,"start_line":110},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/trust_state#occurrence-3","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/76.jsonl b/kag/indexes/shards/anchor/76.jsonl index 4ee55b681..76aa714c8 100644 --- a/kag/indexes/shards/anchor/76.jsonl +++ b/kag/indexes/shards/anchor/76.jsonl @@ -32,8 +32,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3:aoa:abyss-stack:anchor:3682a3bc7c72f450296c5d1c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3682a3bc7c72f450296c5d1c","label":"test_local_ports_downgrades_v1_or_unknown_injected_ready_to_absent","locator":{"end_column":113,"end_line":1503,"fragment":"","pointer":"","start_column":1,"start_line":1465},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_downgrades_v1_or_unknown_injected_ready_to_absent","target_ref":"python:AoAEvalsMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_downgrades_v1_or_unknown_injected_ready_to_absent","target_ref":"python:monkeypatch.setattr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_downgrades_v1_or_unknown_injected_ready_to_absent","target_ref":"python:owner_inventory_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_downgrades_v1_or_unknown_injected_ready_to_absent","target_ref":"python:pytest.mark.parametrize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_downgrades_v1_or_unknown_injected_ready_to_absent","target_ref":"python:ready_suite_execution"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_downgrades_v1_or_unknown_injected_ready_to_absent","target_ref":"python:seed_evals_v2"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_downgrades_v1_or_unknown_injected_ready_to_absent","target_ref":"python:seed_local_eval_port"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_downgrades_v1_or_unknown_injected_ready_to_absent","target_ref":"python:state.local_ports"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_ports_downgrades_v1_or_unknown_injected_ready_to_absent","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_local_ports_downgrades_v1_or_unknown_injected_ready_to_absent","semantic_key":"python:function:test_local_ports_downgrades_v1_or_unknown_injected_ready_to_absent","source_id":"aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:7e2dc256b75fee0fdb6cef41:aoa:abyss-stack:anchor:e373537e9eb3d47c25a081a2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e373537e9eb3d47c25a081a2","label":"generated/recommended_paths.min.json","locator":{"end_column":40,"end_line":12,"fragment":"","pointer":"/required_files/6","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/6","source_id":"aoa:abyss-stack:artifact:7e2dc256b75fee0fdb6cef41","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7fa95990ae828ff563befc45:aoa:abyss-stack:anchor:24363317022c503c16e19802","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:24363317022c503c16e19802","label":"test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","locator":{"end_column":30,"end_line":976,"fragment":"","pointer":"","start_column":1,"start_line":941},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:AoAMemoMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:candidate_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:candidate_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:export_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:export_path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:export_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:monkeypatch.setenv"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:seed_workspace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:state.build_landing_plan"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:state.create_candidate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:state.prepare_intake_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:state.review_intake"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:state.validate_candidate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","semantic_key":"python:function:test_uri_scheme_payload_refs_are_symbolic_for_intake_and_landing_plan","source_id":"aoa:abyss-stack:artifact:7fa95990ae828ff563befc45","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:2012a4d74aa1fee4bd8374f0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2012a4d74aa1fee4bd8374f0","label":"route-api closure status","locator":{"end_column":27,"end_line":376,"fragment":"route-api-closure-status","pointer":"","start_column":1,"start_line":376},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-api-closure-status","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:64a43340110d1ecc61c070cf","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:64a43340110d1ecc61c070cf","label":"runtime schema","locator":{"end_column":17,"end_line":396,"fragment":"runtime-schema","pointer":"","start_column":1,"start_line":396},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-schema","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:2012a4d74aa1fee4bd8374f0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2012a4d74aa1fee4bd8374f0","label":"route-api closure status","locator":{"end_column":27,"end_line":388,"fragment":"route-api-closure-status","pointer":"","start_column":1,"start_line":388},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-api-closure-status","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:64a43340110d1ecc61c070cf","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:64a43340110d1ecc61c070cf","label":"runtime schema","locator":{"end_column":17,"end_line":408,"fragment":"runtime-schema","pointer":"","start_column":1,"start_line":408},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-schema","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03:aoa:abyss-stack:anchor:b3240bb6eef082da49e5f5c3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b3240bb6eef082da49e5f5c3","label":"_node_row","locator":{"end_column":6,"end_line":100,"fragment":"","pointer":"","start_column":1,"start_line":90},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_node_row","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_node_row","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_node_row","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_node_row","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_node_row","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_node_row","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_node_row","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_node_row","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_node_row","semantic_key":"python:function:_node_row","source_id":"aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e:aoa:abyss-stack:anchor:7b267eb26ade507ab189e951","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7b267eb26ade507ab189e951","label":"AoADiagnoseTests","locator":{"end_column":88,"end_line":1084,"fragment":"","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"AoADiagnoseTests","semantic_key":"python:class:AoADiagnoseTests","source_id":"aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58:aoa:abyss-stack:anchor:77d56154b3d90e9df652e51d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:77d56154b3d90e9df652e51d","label":"retries","locator":{"end_column":17,"end_line":24,"fragment":"","pointer":"/services/litellm/healthcheck/retries","start_column":7,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/litellm/healthcheck/retries","source_id":"aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58","symbol_kind":""} @@ -58,5 +58,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:dd1e8183e5f102cf2fdfb06d:aoa:abyss-stack:anchor:ea380cd19caa38b49432865a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ea380cd19caa38b49432865a","label":"aoa.tuning.reason","locator":{"end_column":74,"end_line":5,"fragment":"","pointer":"/services/rag-api/labels/aoa.tuning.reason","start_column":7,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api/labels/aoa.tuning.reason","source_id":"aoa:abyss-stack:artifact:dd1e8183e5f102cf2fdfb06d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e1a773cab93116c4052a8c3a:aoa:abyss-stack:anchor:6e15d755be675ddd34bf98f1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6e15d755be675ddd34bf98f1","label":"main","locator":{"end_column":46,"end_line":665,"fragment":"","pointer":"","start_column":1,"start_line":30},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:AoASessionMemoryMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_parse_filter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_parse_filter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_parse_filter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_closeouts.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_closeouts.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_closeouts.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_closeouts.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_progress.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_progress.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_progress.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_progress.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_responses.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_responses.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_responses.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_responses.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_responses.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_responses.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_responses.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_responses.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:agent_responses.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:answer_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:answer_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:answer_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:answer_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:answer_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:answer_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:answer_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:answer_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:answer_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:answer_neighborhood.set_defaults"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:brief.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:brief.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:diagnostics.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:diagnostics.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:diagnostics.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:direct_event_rollup_query.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:direct_event_rollup_query.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:direct_event_rollup_query.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:direct_event_rollup_query.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:direct_event_rollup_query.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:direct_event_rollup_query.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:direct_event_rollup_query.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:direct_event_rollup_query.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:direct_event_rollup_query.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:dossier.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:dossier.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:dossier.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:dossier.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:dossier.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:dossier.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:dossier.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:evidence.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:evidence.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:evidence.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:evidence.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:evidence.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:freshness.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:freshness.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:goal_lifecycles.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:goal_lifecycles.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:goal_lifecycles.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:goal_lifecycles.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:goal_lifecycles.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:goal_lifecycles.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:goal_lifecycles.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_bridge.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_bridge.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_bridge.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_bridge.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_bridge.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_bridge.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_bridge.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_cooccurrence.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_cooccurrence.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_cooccurrence.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_eval.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_eval.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_eval.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_explain.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_explain.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_explain.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_explain.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_path.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_path.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_path.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_path.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_quality.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_quality.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_quality.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_quality.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_timeline.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_timeline.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph_timeline.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graphrag.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graphrag.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graphrag.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graphrag.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graphrag.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graphrag.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:hook_receipts.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:hook_receipts.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:hook_receipts.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:hook_receipts.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:hook_receipts.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:inventory.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:inventory.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:inventory.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:inventory.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:inventory.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:literal_plan.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:literal_plan.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:literal_plan.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:live_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:live_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:live_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:live_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:live_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:live_scenario_corpus.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:live_scenario_corpus.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:live_scenario_corpus_inventory.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:maintenance_plan.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:maintenance_plan.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:maintenance_plan.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:maintenance_status.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:maintenance_status.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:maintenance_status.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_subparsers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.parse_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:pattern.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:pattern.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:pattern.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:projection_status.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:reasoning_windows.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:reasoning_windows.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:reasoning_windows.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:reasoning_windows.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:reasoning_windows.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:reasoning_windows.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:reasoning_windows.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:reasoning_windows.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:reasoning_windows.set_defaults"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:registry.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:registry.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:registry.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:registry.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:resource.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:retrieve.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:retrieve.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:retrieve.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:retrieve.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:retrieve.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:route.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:route.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:route.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:route.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:route_rollup_query.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:route_rollup_query.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:route_rollup_query.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:route_rollup_query.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:route_rollup_query.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:route_rollup_query.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:search.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:search.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:search.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.explain_graph_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.graph_bridge"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.graph_cooccurrence"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.graph_eval"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.graph_neighborhood"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.graph_quality_audit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.graph_shortest_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.graph_timeline"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.graphrag_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.latest_diagnostics"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.maintenance_plan"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.read_resource"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_agent_closeouts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_agent_progress_updates"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_agent_reasoning_windows"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_agent_responses"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_answer_neighborhood"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_brief"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_entity_dossier"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_entity_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_entity_registry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_entity_usage_audit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_entity_usage_chain"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_entity_usage_neighborhood"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_entity_usage_scenario_audit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_evidence_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_freshness_check"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_goal_lifecycles"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_hook_receipts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_literal_query_plan"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_live_scenario_audit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_live_scenario_corpus_check"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_live_scenario_corpus_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_maintenance_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_maintenance_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_mcp_transport_preflight"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_memory_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_operational_direct_event_rollup_query"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_operational_route_rollup_query"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_pattern_scan"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_projection_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_retrieve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_route"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_task_episodes"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.session_trace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:status.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:task_episodes.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:task_episodes.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:task_episodes.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:task_episodes.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:task_episodes.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:task_episodes.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:task_episodes.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:trace.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:trace.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:trace.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:trace.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:trace.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:trace.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_chain.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_chain.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_chain.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_chain.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_chain.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_chain.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_chain.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_chain.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_neighborhood.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_scenario.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:usage_scenario.add_argument"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:e1a773cab93116c4052a8c3a","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98:aoa:abyss-stack:anchor:a273ddc291ebfdb1d71c6cbc","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:a273ddc291ebfdb1d71c6cbc","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:ef33bd61b564069073ebdf49","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ef33bd61b564069073ebdf49","label":"ABYSS-STACK-D-0017 Direction, History, And Decision Surface Roles","locator":{"end_column":137,"end_line":123,"fragment":"","pointer":"","start_column":3,"start_line":123},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0017-direction-history-decision-surface-roles.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:123:3:0:../ABYSS-STACK-D-0017-direction-history-decision-surface-roles.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52:aoa:abyss-stack:anchor:ae2eabe712a07df2f05e7c14","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ae2eabe712a07df2f05e7c14","label":"lexical_search","locator":{"end_column":6,"end_line":128,"fragment":"","pointer":"","start_column":1,"start_line":112},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:lexical_search","target_ref":"python:exact.search_lexical"}],"parser_ref":"python-ast@1","qualified_name":"lexical_search","semantic_key":"python:function:lexical_search","source_id":"aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/77.jsonl b/kag/indexes/shards/anchor/77.jsonl index a18177735..b9e875de5 100644 --- a/kag/indexes/shards/anchor/77.jsonl +++ b/kag/indexes/shards/anchor/77.jsonl @@ -34,8 +34,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:2dd7f1b7ffcdc138c12d2cc2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2dd7f1b7ffcdc138c12d2cc2","label":"require_playbook_automation_plan","locator":{"end_column":107,"end_line":1193,"fragment":"","pointer":"","start_column":1,"start_line":1189},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_playbook_automation_plan","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_playbook_automation_plan","target_ref":"python:playbook_automation_plan_entries"}],"parser_ref":"python-ast@1","qualified_name":"require_playbook_automation_plan","semantic_key":"python:function:require_playbook_automation_plan","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:815a019a2a7793d17c497878","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:815a019a2a7793d17c497878","label":"playbook_review_packet_contract_entries","locator":{"end_column":84,"end_line":1065,"fragment":"","pointer":"","start_column":1,"start_line":1064},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_review_packet_contract_entries","target_ref":"python:playbooks_payload"}],"parser_ref":"python-ast@1","qualified_name":"playbook_review_packet_contract_entries","semantic_key":"python:function:playbook_review_packet_contract_entries","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:16e415615145574d6e4a4a98","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:16e415615145574d6e4a4a98","label":"resolve_source_root","locator":{"end_column":16,"end_line":179,"fragment":"","pointer":"","start_column":1,"start_line":158},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_root","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_root","target_ref":"python:candidate.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_root","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_root","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_root","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_root","target_ref":"python:is_source_checkout"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_root","target_ref":"python:is_source_checkout"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_root","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_root","target_ref":"python:seen.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_root","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_root","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"resolve_source_root","semantic_key":"python:function:resolve_source_root","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:5192eb4d90528bc70198ea72","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5192eb4d90528bc70198ea72","label":"ABYSS-STACK-D-0057 Mechanics Topology Validator Module","locator":{"end_column":121,"end_line":296,"fragment":"","pointer":"","start_column":3,"start_line":296},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics-topology","target_ref":"../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:296:3:0:../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:b735715dd495042a30cfcc29","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b735715dd495042a30cfcc29","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":333,"fragment":"","pointer":"","start_column":3,"start_line":333},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:pilot-route-posture","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:333:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b:aoa:abyss-stack:anchor:0792b4dd10197db71998010a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:0792b4dd10197db71998010a","label":"mode_before","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/mode_before","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/mode_before","source_id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d:aoa:abyss-stack:anchor:5c8a90c3270356f762458ff0","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:5c8a90c3270356f762458ff0","label":"writeback_class","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/writeback_class","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/writeback_class","source_id":"aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd:aoa:abyss-stack:anchor:5dd04b82f7ad6b7ed4bf848a","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:5dd04b82f7ad6b7ed4bf848a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd","symbol_kind":""} @@ -47,11 +45,13 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a64882e851006f33f172bdd0:aoa:abyss-stack:anchor:273c310ec8a6015b96e866ee","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:273c310ec8a6015b96e866ee","label":"Follow-up route","locator":{"end_column":18,"end_line":81,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":81},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:a64882e851006f33f172bdd0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ab01b66b058f3e9424e51bec:aoa:abyss-stack:anchor:de29201f44649bfbc5a41b48","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:de29201f44649bfbc5a41b48","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:ab01b66b058f3e9424e51bec","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:625e13d54889dc2aea12976e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:625e13d54889dc2aea12976e","label":"ABYSS-STACK-D-0033 AoA Memo MCP Port Confinement","locator":{"end_column":109,"end_line":151,"fragment":"","pointer":"","start_column":3,"start_line":151},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0033-aoa-memo-mcp-port-confinement.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:151:3:0:../ABYSS-STACK-D-0033-aoa-memo-mcp-port-confinement.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:028dde5404623afec87e5da8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:028dde5404623afec87e5da8","label":"operations/RUNBOOK","locator":{"end_column":79,"end_line":198,"fragment":"","pointer":"","start_column":31,"start_line":198},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validate","target_ref":"docs/operations/RUNBOOK.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:198:31:0:docs/operations/RUNBOOK.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:0dd74c2d44d86cd446ef90dd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0dd74c2d44d86cd446ef90dd","label":"install/FIRST_RUN","locator":{"end_column":166,"end_line":40,"fragment":"","pointer":"","start_column":120,"start_line":40},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"docs/install/FIRST_RUN.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:40:120:2:docs/install/FIRST_RUN.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c:aoa:abyss-stack:anchor:cfc6ca9076a9970d22554706","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cfc6ca9076a9970d22554706","label":"Migration thesis","locator":{"end_column":19,"end_line":3,"fragment":"migration-thesis","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:migration-thesis","source_id":"aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bd1dfe23921754f3f702a6b5:aoa:abyss-stack:anchor:81bc809ac0c43081b565f523","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:81bc809ac0c43081b565f523","label":"test_inspection_distinguishes_observed_empty_from_failed_list","locator":{"end_column":10,"end_line":59,"fragment":"","pointer":"","start_column":5,"start_line":27},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_inspection_distinguishes_observed_empty_from_failed_list","target_ref":"python:mock.patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_inspection_distinguishes_observed_empty_from_failed_list","target_ref":"python:mock.patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_inspection_distinguishes_observed_empty_from_failed_list","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_inspection_distinguishes_observed_empty_from_failed_list","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_inspection_distinguishes_observed_empty_from_failed_list","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_inspection_distinguishes_observed_empty_from_failed_list","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_inspection_distinguishes_observed_empty_from_failed_list","target_ref":"python:service_selection_status.inspect_compose_containers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_inspection_distinguishes_observed_empty_from_failed_list","target_ref":"python:service_selection_status.inspect_compose_containers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_inspection_distinguishes_observed_empty_from_failed_list","target_ref":"python:subprocess.CompletedProcess"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_inspection_distinguishes_observed_empty_from_failed_list","target_ref":"python:subprocess.CompletedProcess"}],"parser_ref":"python-ast@1","qualified_name":"ServiceSelectionStatusTests.test_inspection_distinguishes_observed_empty_from_failed_list","semantic_key":"python:method:ServiceSelectionStatusTests.test_inspection_distinguishes_observed_empty_from_failed_list","source_id":"aoa:abyss-stack:artifact:bd1dfe23921754f3f702a6b5","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:8fe7654078fd06f21caad7f1","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8fe7654078fd06f21caad7f1","label":"volumes","locator":{"end_column":12,"end_line":11,"fragment":"","pointer":"/services/prometheus/volumes","start_column":5,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/prometheus/volumes","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c18ce081d9a15841f848085f:aoa:abyss-stack:anchor:41b445225eff764700aab752","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:41b445225eff764700aab752","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:c18ce081d9a15841f848085f","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced:aoa:abyss-stack:anchor:076492dc028183f519584816","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:076492dc028183f519584816","label":"Skill exposure posture","locator":{"end_column":25,"end_line":181,"fragment":"skill-exposure-posture","pointer":"","start_column":1,"start_line":181},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:skill-exposure-posture","source_id":"aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c6d576aae0d57b9cdc331e3a:aoa:abyss-stack:anchor:d741576369150cd1dbd3b507","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d741576369150cd1dbd3b507","label":"aoa-evals-mcp","locator":{"end_column":15,"end_line":1,"fragment":"aoa-evals-mcp","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:aoa-evals-mcp","source_id":"aoa:abyss-stack:artifact:c6d576aae0d57b9cdc331e3a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c79ce2d49ebd401476006fe7:aoa:abyss-stack:anchor:0b8e514f52fb0ac6b65ad209","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0b8e514f52fb0ac6b65ad209","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:c79ce2d49ebd401476006fe7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cb615ad63ed39de316e078c7:aoa:abyss-stack:anchor:6931190cf122bc1f93afbed0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6931190cf122bc1f93afbed0","label":"`workhorse`","locator":{"end_column":15,"end_line":39,"fragment":"workhorse","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:workhorse","source_id":"aoa:abyss-stack:artifact:cb615ad63ed39de316e078c7","symbol_kind":""} @@ -68,7 +68,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e0c6884781f758a38a478c6f:aoa:abyss-stack:anchor:40eb29146e23aecf97454e71","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:40eb29146e23aecf97454e71","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:e0c6884781f758a38a478c6f","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:e1d137e8807565b0f3ac67ab:aoa:abyss-stack:anchor:51445bdab8b1492352e29cbc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:51445bdab8b1492352e29cbc","label":"StaticBearerTokenVerifier","locator":{"end_column":10,"end_line":50,"fragment":"","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"StaticBearerTokenVerifier","semantic_key":"python:class:StaticBearerTokenVerifier","source_id":"aoa:abyss-stack:artifact:e1d137e8807565b0f3ac67ab","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf:aoa:abyss-stack:anchor:345828ab1ace31f6d14b6447","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:345828ab1ace31f6d14b6447","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:3d8552b634e7e1e2db95d4a9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3d8552b634e7e1e2db95d4a9","label":"ABYSS-STACK-D-0027 Managed Systemd Unit Sources","locator":{"end_column":107,"end_line":117,"fragment":"","pointer":"","start_column":3,"start_line":117},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:systemd-units","target_ref":"../ABYSS-STACK-D-0027-managed-systemd-unit-sources.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:117:3:0:../ABYSS-STACK-D-0027-managed-systemd-unit-sources.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:7e9ef58953c1af354f1031e3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7e9ef58953c1af354f1031e3","label":"ABYSS-STACK-D-0036 Abyss Machine MCP Access Plane","locator":{"end_column":111,"end_line":146,"fragment":"","pointer":"","start_column":3,"start_line":146},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:146:3:0:../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:f11835072bb1127a5f029875","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f11835072bb1127a5f029875","label":"ABYSS-STACK-D-0031 AoA Memo MCP Under Stack MCP","locator":{"end_column":107,"end_line":142,"fragment":"","pointer":"","start_column":3,"start_line":142},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0031-aoa-memo-mcp-under-stack-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:142:3:0:../ABYSS-STACK-D-0031-aoa-memo-mcp-under-stack-mcp.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:3798314989702f40e92e37ad","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3798314989702f40e92e37ad","label":"test_mechanics_topology_module_is_inventory_owned","locator":{"end_column":57,"end_line":274,"fragment":"","pointer":"","start_column":1,"start_line":264},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_mechanics_topology_module_is_inventory_owned","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_mechanics_topology_module_is_inventory_owned","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","qualified_name":"test_mechanics_topology_module_is_inventory_owned","semantic_key":"python:function:test_mechanics_topology_module_is_inventory_owned","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6:aoa:abyss-stack:anchor:45f46ddb3fa7ce5f741c1e57","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:45f46ddb3fa7ce5f741c1e57","label":"`51-browser-tools.yml`","locator":{"end_column":25,"end_line":154,"fragment":"51-browser-toolsyml","pointer":"","start_column":1,"start_line":154},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:51-browser-toolsyml","source_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/78.jsonl b/kag/indexes/shards/anchor/78.jsonl index d032081a9..3642ef2c1 100644 --- a/kag/indexes/shards/anchor/78.jsonl +++ b/kag/indexes/shards/anchor/78.jsonl @@ -28,7 +28,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:72f2a4d580ffbb070b5cd1c3:aoa:abyss-stack:anchor:84a9b4e28d3c6c344737409d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:84a9b4e28d3c6c344737409d","label":"$id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$id","source_id":"aoa:abyss-stack:artifact:72f2a4d580ffbb070b5cd1c3","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:795992a5745bace0747ef607:aoa:abyss-stack:anchor:646ea7eeef33b277673ab0b7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:646ea7eeef33b277673ab0b7","label":"_note_markdown","locator":{"end_column":55,"end_line":973,"fragment":"","pointer":"","start_column":1,"start_line":968},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_note_markdown","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_note_markdown","target_ref":"python:yaml.safe_dump"}],"parser_ref":"python-ast@1","qualified_name":"_note_markdown","semantic_key":"python:function:_note_markdown","source_id":"aoa:abyss-stack:artifact:795992a5745bace0747ef607","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:874770b82440579ca24bf934:aoa:abyss-stack:anchor:5770f4d45c12fbe27e941817","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:5770f4d45c12fbe27e941817","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:874770b82440579ca24bf934","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:91c059693289ee83452b62d4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:91c059693289ee83452b62d4","label":"provider freshness","locator":{"end_column":21,"end_line":348,"fragment":"provider-freshness","pointer":"","start_column":1,"start_line":348},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:provider-freshness","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:91c059693289ee83452b62d4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:91c059693289ee83452b62d4","label":"provider freshness","locator":{"end_column":21,"end_line":356,"fragment":"provider-freshness","pointer":"","start_column":1,"start_line":356},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:provider-freshness","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e:aoa:abyss-stack:anchor:354e39277c38b8e3148fd11c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:354e39277c38b8e3148fd11c","label":"load_schema","locator":{"end_column":79,"end_line":40,"fragment":"","pointer":"","start_column":1,"start_line":39},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_schema","target_ref":"python:json.loads"}],"parser_ref":"python-ast@1","qualified_name":"load_schema","semantic_key":"python:function:load_schema","source_id":"aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:486c9f0d257c73e4780017e4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:486c9f0d257c73e4780017e4","label":"find_case","locator":{"end_column":72,"end_line":490,"fragment":"","pointer":"","start_column":1,"start_line":486},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_case","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_case","target_ref":"python:copy.deepcopy"}],"parser_ref":"python-ast@1","qualified_name":"find_case","semantic_key":"python:function:find_case","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9783f16d116b4b884f146872:aoa:abyss-stack:anchor:5b277aa338aa2de77a7b7973","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:5b277aa338aa2de77a7b7973","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:9783f16d116b4b884f146872","symbol_kind":""} @@ -39,7 +39,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:0ae9e48aa70c9d175b436805","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0ae9e48aa70c9d175b436805","label":"refresh_w5_outputs","locator":{"end_column":85,"end_line":2029,"fragment":"","pointer":"","start_column":1,"start_line":2023},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:refresh_w5_outputs","target_ref":"python:TRIALS.render_wave_index_md"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:refresh_w5_outputs","target_ref":"python:make_index_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:refresh_w5_outputs","target_ref":"python:summary_memo"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:refresh_w5_outputs","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:refresh_w5_outputs","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:refresh_w5_outputs","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:refresh_w5_outputs","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"refresh_w5_outputs","semantic_key":"python:function:refresh_w5_outputs","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:f06dbbab90ebfa1fed777f43","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f06dbbab90ebfa1fed777f43","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":200,"fragment":"","pointer":"","start_column":3,"start_line":200},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:kag-runtime-projection","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:200:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:af38219f896285f333827d7e:aoa:abyss-stack:anchor:03ba34b239b56b2c1dfb69a8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:03ba34b239b56b2c1dfb69a8","label":"Rule of thumb","locator":{"end_column":16,"end_line":29,"fragment":"rule-of-thumb","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rule-of-thumb","source_id":"aoa:abyss-stack:artifact:af38219f896285f333827d7e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:2e5b4e409250b6f1f56d8962","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2e5b4e409250b6f1f56d8962","label":"systemd","locator":{"end_column":31,"end_line":177,"fragment":"","pointer":"","start_column":3,"start_line":177},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"systemd/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:177:3:0:systemd/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7:aoa:abyss-stack:anchor:42db1ea2e88ae17e4ea8fa83","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:42db1ea2e88ae17e4ea8fa83","label":"description","locator":{"end_column":63,"end_line":8,"fragment":"","pointer":"project.description","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.description","source_id":"aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b662d06b8c84528557669c71:aoa:abyss-stack:anchor:3ae2b2ff3d84eadcea8e617c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3ae2b2ff3d84eadcea8e617c","label":"Runtime Repair Surface Contracts","locator":{"end_column":34,"end_line":1,"fragment":"runtime-repair-surface-contracts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-repair-surface-contracts","source_id":"aoa:abyss-stack:artifact:b662d06b8c84528557669c71","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:b1d401dd96b714eb0e8eeedc","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b1d401dd96b714eb0e8eeedc","label":"loki","locator":{"end_column":7,"end_line":50,"fragment":"","pointer":"/services/loki","start_column":3,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/loki","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} @@ -52,7 +51,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:de47ed5d0669ad317488d621:aoa:abyss-stack:anchor:a8c4034c8b8a98db89313b29","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:a8c4034c8b8a98db89313b29","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:de47ed5d0669ad317488d621","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e018972f7ca39f5427ff1eeb:aoa:abyss-stack:anchor:eaa8c25f01f72510d8e216ab","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:eaa8c25f01f72510d8e216ab","label":"fixtures","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/fixtures","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/fixtures","source_id":"aoa:abyss-stack:artifact:e018972f7ca39f5427ff1eeb","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:2fa48bd6552a98401a660448","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2fa48bd6552a98401a660448","label":"safe_http_json","locator":{"end_column":10,"end_line":162,"fragment":"","pointer":"","start_column":1,"start_line":146},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_http_json","target_ref":"python:http_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_http_json","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_http_json","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_http_json","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_http_json","target_ref":"python:time.monotonic"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_http_json","target_ref":"python:time.monotonic"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:safe_http_json","target_ref":"python:time.monotonic"}],"parser_ref":"python-ast@1","qualified_name":"safe_http_json","semantic_key":"python:function:safe_http_json","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:4d985b67ad188ffd33f109a3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4d985b67ad188ffd33f109a3","label":"ABYSS-STACK-D-0069 ToS Corpus MCP Access Plane","locator":{"end_column":105,"end_line":189,"fragment":"","pointer":"","start_column":3,"start_line":189},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:tree-of-sophia-access","target_ref":"../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:189:3:0:../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1:aoa:abyss-stack:anchor:0b246fdbf9856ce1719d8a14","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:0b246fdbf9856ce1719d8a14","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:ef811c223d98bf59d7de1157","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ef811c223d98bf59d7de1157","label":"philosophy_view","locator":{"end_column":10,"end_line":477,"fragment":"","pointer":"","start_column":5,"start_line":458},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:KeyError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:next"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:self._philosophy_clusters_for_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:self.philosophy_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:self.philosophy_review_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_view","target_ref":"python:view.get"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.philosophy_view","semantic_key":"python:method:ToSCorpusMCPState.philosophy_view","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f56c67837383845a3353168f:aoa:abyss-stack:anchor:ef1e687efd8395c5c6c51860","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ef1e687efd8395c5c6c51860","label":"One-line rule","locator":{"end_column":16,"end_line":69,"fragment":"one-line-rule","pointer":"","start_column":1,"start_line":69},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:one-line-rule","source_id":"aoa:abyss-stack:artifact:f56c67837383845a3353168f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/79.jsonl b/kag/indexes/shards/anchor/79.jsonl index a7d6f5779..4d704c239 100644 --- a/kag/indexes/shards/anchor/79.jsonl +++ b/kag/indexes/shards/anchor/79.jsonl @@ -12,7 +12,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:2d446905015833b27ae8afa8:aoa:abyss-stack:anchor:6f3744118cdf4a87281ef9b2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6f3744118cdf4a87281ef9b2","label":"MCP Services Topology","locator":{"end_column":23,"end_line":1,"fragment":"mcp-services-topology","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mcp-services-topology","source_id":"aoa:abyss-stack:artifact:2d446905015833b27ae8afa8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:2eb183ba9da731acde7c5c43:aoa:abyss-stack:anchor:c6482e09a171b906c8679787","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c6482e09a171b906c8679787","label":"Agon Dry-Run Handoff","locator":{"end_column":22,"end_line":1,"fragment":"agon-dry-run-handoff","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agon-dry-run-handoff","source_id":"aoa:abyss-stack:artifact:2eb183ba9da731acde7c5c43","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:329ef0d4394b4fafeb28fa40:aoa:abyss-stack:anchor:32dcfa854202953eec7f5f1d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:32dcfa854202953eec7f5f1d","label":"worker","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/worker","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/worker","source_id":"aoa:abyss-stack:artifact:329ef0d4394b4fafeb28fa40","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97:aoa:abyss-stack:anchor:2c7a714d60d91f267867a3a8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2c7a714d60d91f267867a3a8","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97:aoa:abyss-stack:anchor:2c7a714d60d91f267867a3a8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2c7a714d60d91f267867a3a8","label":"Index Metadata","locator":{"end_column":17,"end_line":9,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:f826b8b3387e8019c2c1d516","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f826b8b3387e8019c2c1d516","label":"test_skill_evidence_task_episode_refs_keep_session_identity","locator":{"end_column":56,"end_line":5921,"fragment":"","pointer":"","start_column":1,"start_line":5894},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_evidence_task_episode_refs_keep_session_identity","target_ref":"python:core_module._compact_skill_evidence"}],"parser_ref":"python-ast@1","qualified_name":"test_skill_evidence_task_episode_refs_keep_session_identity","semantic_key":"python:function:test_skill_evidence_task_episode_refs_keep_session_identity","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:389621119b5b3e0e91e65a25:aoa:abyss-stack:anchor:cb8c6503d6eaac976a1453ad","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:cb8c6503d6eaac976a1453ad","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:389621119b5b3e0e91e65a25","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3e46c9b0577a553473d6613b:aoa:abyss-stack:anchor:741fdfaa14d6ef1e00015eed","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:741fdfaa14d6ef1e00015eed","label":"Options considered","locator":{"end_column":21,"end_line":28,"fragment":"options-considered","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:3e46c9b0577a553473d6613b","symbol_kind":""} @@ -36,6 +36,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9ee2698c6e40371183b10fdd:aoa:abyss-stack:anchor:921c61380e27e00e3c0d65e6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:921c61380e27e00e3c0d65e6","label":"main","locator":{"end_column":13,"end_line":46,"fragment":"","pointer":"","start_column":1,"start_line":12},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:args.repo_root.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:decision_indexes.collect_decision_records"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:decision_indexes.load_index_contract"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:decision_indexes.render_generated_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:decision_indexes.validate_decision_index_surfaces"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:decision_indexes.validate_index_contract_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:issues.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:issues.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.parse_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:9ee2698c6e40371183b10fdd","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f:aoa:abyss-stack:anchor:83b6fbeb362e792166a58fae","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:83b6fbeb362e792166a58fae","label":"Gate","locator":{"end_column":7,"end_line":145,"fragment":"gate","pointer":"","start_column":1,"start_line":145},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:gate","source_id":"aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:71fca5f6b490333fbdffa793","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:71fca5f6b490333fbdffa793","label":"print_case_status","locator":{"end_column":60,"end_line":2820,"fragment":"","pointer":"","start_column":1,"start_line":2813},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_case_status","target_ref":"python:approval_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_case_status","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_case_status","target_ref":"python:load_graph_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_case_status","target_ref":"python:load_result_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_case_status","target_ref":"python:print"}],"parser_ref":"python-ast@1","qualified_name":"print_case_status","semantic_key":"python:function:print_case_status","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:cf3d616025d98ddb5a48e07d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:cf3d616025d98ddb5a48e07d","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":269,"fragment":"","pointer":"","start_column":3,"start_line":269},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedread-model","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:269:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:adc1d5b771d14688767c7ced:aoa:abyss-stack:anchor:3449194ccbdd4142a191c5fd","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:3449194ccbdd4142a191c5fd","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:adc1d5b771d14688767c7ced","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:9bb9ac6a7a592f96dc91f698","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9bb9ac6a7a592f96dc91f698","label":"_candidate_sessions","locator":{"end_column":20,"end_line":662,"fragment":"","pointer":"","start_column":1,"start_line":649},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_candidate_sessions","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_candidate_sessions","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_candidate_sessions","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_candidate_sessions","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_candidate_sessions","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_candidate_sessions","target_ref":"python:sessions.append"}],"parser_ref":"python-ast@1","qualified_name":"_candidate_sessions","semantic_key":"python:function:_candidate_sessions","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e:aoa:abyss-stack:anchor:d095d8cc6eec4454d90321a4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d095d8cc6eec4454d90321a4","label":"Best For","locator":{"end_column":11,"end_line":9,"fragment":"best-for","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:best-for","source_id":"aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","symbol_kind":""} @@ -50,7 +51,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e018972f7ca39f5427ff1eeb:aoa:abyss-stack:anchor:51069d6cfa48e032b47f7569","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:51069d6cfa48e032b47f7569","label":"benchmark_label","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/benchmark_label","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/benchmark_label","source_id":"aoa:abyss-stack:artifact:e018972f7ca39f5427ff1eeb","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:e1dc02e131153f718ad656b5:aoa:abyss-stack:anchor:7263d4e32b7230cccc4c9e3a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7263d4e32b7230cccc4c9e3a","label":"build_platform","locator":{"end_column":25,"end_line":335,"fragment":"","pointer":"","start_column":1,"start_line":323},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_platform","target_ref":"python:os_release.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_platform","target_ref":"python:os_release.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_platform","target_ref":"python:os_release.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_platform","target_ref":"python:platform.uname"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_platform","target_ref":"python:read_os_release"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_platform","target_ref":"python:socket.gethostname"}],"parser_ref":"python-ast@1","qualified_name":"build_platform","semantic_key":"python:function:build_platform","source_id":"aoa:abyss-stack:artifact:e1dc02e131153f718ad656b5","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:cfd2453791a97d4933f38b35","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cfd2453791a97d4933f38b35","label":"_known_memo_port_routes","locator":{"end_column":22,"end_line":1360,"fragment":"","pointer":"","start_column":5,"start_line":1348},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._known_memo_port_routes","target_ref":"python:routes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._known_memo_port_routes","target_ref":"python:seen.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._known_memo_port_routes","target_ref":"python:self._workspace_memo_port_repo_names"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._known_memo_port_routes","target_ref":"python:self.repo_route"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._known_memo_port_routes","target_ref":"python:set"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._known_memo_port_routes","semantic_key":"python:method:AoAMemoMCPState._known_memo_port_routes","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:7d2fc796b6f626a239cf69e6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7d2fc796b6f626a239cf69e6","label":"cross-mechanic","locator":{"end_column":17,"end_line":97,"fragment":"cross-mechanic","pointer":"","start_column":1,"start_line":97},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:cross-mechanic","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:3856e2dff86f947fab82fb1f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3856e2dff86f947fab82fb1f","label":"ABYSS-STACK-D-0034 AoA Memo MCP Landing Plan Boundary","locator":{"end_column":119,"end_line":169,"fragment":"","pointer":"","start_column":3,"start_line":169},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution","target_ref":"../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:169:3:0:../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:7d2fc796b6f626a239cf69e6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7d2fc796b6f626a239cf69e6","label":"cross-mechanic","locator":{"end_column":17,"end_line":98,"fragment":"cross-mechanic","pointer":"","start_column":1,"start_line":98},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:cross-mechanic","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:4d751f4c2252a718ea39dd50","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4d751f4c2252a718ea39dd50","label":"ABYSS-STACK-D-0056 Decision Surface Validator Module","locator":{"end_column":117,"end_line":62,"fragment":"","pointer":"","start_column":3,"start_line":62},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0056-decision-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:62:3:0:../ABYSS-STACK-D-0056-decision-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:fefa0015a2eaec30b8a5e19e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fefa0015a2eaec30b8a5e19e","label":"test_active_topology_language_module_is_inventory_owned","locator":{"end_column":57,"end_line":326,"fragment":"","pointer":"","start_column":1,"start_line":316},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_active_topology_language_module_is_inventory_owned","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_active_topology_language_module_is_inventory_owned","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","qualified_name":"test_active_topology_language_module_is_inventory_owned","semantic_key":"python:function:test_active_topology_language_module_is_inventory_owned","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/7a.jsonl b/kag/indexes/shards/anchor/7a.jsonl index d4232d211..ee5f6e803 100644 --- a/kag/indexes/shards/anchor/7a.jsonl +++ b/kag/indexes/shards/anchor/7a.jsonl @@ -24,7 +24,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:81e489ac17d703a0f7ec61f9:aoa:abyss-stack:anchor:626033b39cee6c82c28316a2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:626033b39cee6c82c28316a2","label":"package_record","locator":{"end_column":6,"end_line":362,"fragment":"","pointer":"","start_column":1,"start_line":320},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:package_record","target_ref":"python:entries.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:package_record","target_ref":"python:entry.endswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:package_record","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:package_record","target_ref":"python:line.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:package_record","target_ref":"python:output.splitlines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:package_record","target_ref":"python:platform.release"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:package_record","target_ref":"python:run_command"}],"parser_ref":"python-ast@1","qualified_name":"package_record","semantic_key":"python:function:package_record","source_id":"aoa:abyss-stack:artifact:81e489ac17d703a0f7ec61f9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:158e40610d3f1216658caeea","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:158e40610d3f1216658caeea","label":"validated_required_files","locator":{"end_column":37,"end_line":292,"fragment":"","pointer":"","start_column":1,"start_line":283},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validated_required_files","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validated_required_files","target_ref":"python:append_validated_required_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validated_required_files","target_ref":"python:config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validated_required_files","target_ref":"python:isinstance"}],"parser_ref":"python-ast@1","qualified_name":"validated_required_files","semantic_key":"python:function:validated_required_files","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:d8d448413217460cc9577d6b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d8d448413217460cc9577d6b","label":"datasource_identity","locator":{"end_column":33,"end_line":181,"fragment":"","pointer":"","start_column":1,"start_line":173},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:datasource_identity","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:datasource_identity","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:datasource_identity","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:datasource_identity","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:datasource_identity","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:datasource_identity","target_ref":"python:isinstance"}],"parser_ref":"python-ast@1","qualified_name":"datasource_identity","semantic_key":"python:function:datasource_identity","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:07314acf7bc55e9f47941fb6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:07314acf7bc55e9f47941fb6","label":"ABYSS-STACK-D-0049 Federation Runtime Seams Validator Module","locator":{"end_column":133,"end_line":256,"fragment":"","pointer":"","start_column":3,"start_line":256},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:export-candidate","target_ref":"../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:256:3:0:../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:a0bb3a36534fbffa073fff91","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a0bb3a36534fbffa073fff91","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":288,"fragment":"","pointer":"","start_column":3,"start_line":288},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacy-metadata-containment","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:288:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8c94c4fc2ecfa8cdf56ae954:aoa:abyss-stack:anchor:4dd61c680bc9c6b9fa7ea716","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4dd61c680bc9c6b9fa7ea716","label":"Safe exceptions","locator":{"end_column":18,"end_line":24,"fragment":"safe-exceptions","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:safe-exceptions","source_id":"aoa:abyss-stack:artifact:8c94c4fc2ecfa8cdf56ae954","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:3f5670691ddd27ea88a899f2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3f5670691ddd27ea88a899f2","label":"artifact","locator":{"end_column":40,"end_line":33,"fragment":"","pointer":"/anchor_ref/artifact","start_column":3,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/anchor_ref/artifact","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:95958bc5447d5ce3c2eeb1c7:aoa:abyss-stack:anchor:76ec1dacba162f8c1293d9ae","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:76ec1dacba162f8c1293d9ae","label":"parts/federation-checks/docs/UPSTREAM_COMPATIBILITY_DETAIL.md","locator":{"end_column":129,"end_line":27,"fragment":"","pointer":"","start_column":3,"start_line":27},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"parts/federation-checks/docs/UPSTREAM_COMPATIBILITY_DETAIL.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:27:3:0:parts/federation-checks/docs/UPSTREAM_COMPATIBILITY_DETAIL.md","source_id":"aoa:abyss-stack:artifact:95958bc5447d5ce3c2eeb1c7","symbol_kind":""} @@ -33,7 +33,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a10f4ede30ee404644d58b8d:aoa:abyss-stack:anchor:1f25631714407d05e05912ba","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1f25631714407d05e05912ba","label":"Consequences","locator":{"end_column":15,"end_line":46,"fragment":"consequences","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:a10f4ede30ee404644d58b8d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:1e7597caa2a21176f7712888","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1e7597caa2a21176f7712888","label":"write_text","locator":{"end_column":34,"end_line":260,"fragment":"","pointer":"","start_column":1,"start_line":259},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:TRIALS.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_text","semantic_key":"python:function:write_text","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:97828d41c1c957f1b5d08501","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:97828d41c1c957f1b5d08501","label":"_runtime_reload_required","locator":{"end_column":16,"end_line":614,"fragment":"","pointer":"","start_column":1,"start_line":609},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_reload_required","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_reload_required","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_reload_required","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_reload_required","target_ref":"python:runtime.get"}],"parser_ref":"python-ast@1","qualified_name":"_runtime_reload_required","semantic_key":"python:function:_runtime_reload_required","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:53b5f303e93b575b71e1b82e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:53b5f303e93b575b71e1b82e","label":"docs/decisions","locator":{"end_column":117,"end_line":68,"fragment":"","pointer":"","start_column":75,"start_line":68},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/decisions/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:68:75:0:docs/decisions/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e:aoa:abyss-stack:anchor:86a238a0f259b5e06e1365b6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:86a238a0f259b5e06e1365b6","label":"Next candidates","locator":{"end_column":18,"end_line":10,"fragment":"next-candidates","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:next-candidates","source_id":"aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bbbb9afa567a0176d9897422:aoa:abyss-stack:anchor:e1af1e099f64a8d052aa94a9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e1af1e099f64a8d052aa94a9","label":"host-facts","locator":{"end_column":46,"end_line":8,"fragment":"","pointer":"","start_column":3,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit-docs","target_ref":"../parts/host-facts/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:8:3:0:../parts/host-facts/README.md","source_id":"aoa:abyss-stack:artifact:bbbb9afa567a0176d9897422","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bdfadda1290962211a799f19:aoa:abyss-stack:anchor:74b49e7c57c9c55003a7a15b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:74b49e7c57c9c55003a7a15b","label":"Consequences","locator":{"end_column":15,"end_line":56,"fragment":"consequences","pointer":"","start_column":1,"start_line":56},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:bdfadda1290962211a799f19","symbol_kind":""} @@ -55,7 +54,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:1ac3745ad5194a6935f07241","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1ac3745ad5194a6935f07241","label":"read_resource","locator":{"end_column":70,"end_line":1017,"fragment":"","pointer":"","start_column":5,"start_line":990},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:parsed.path.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:self.build_brief"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:self.build_local_port_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:self.build_memo_port_vocabulary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:self.build_memory_object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:self.build_port_index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:self.build_port_index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:self.build_session_rehydrate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:self.find_intake_review"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:self.list_pending_exports"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.read_resource","target_ref":"python:urlparse"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState.read_resource","semantic_key":"python:method:AoAMemoMCPState.read_resource","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:b9f163463988a836b64853d6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b9f163463988a836b64853d6","label":"validate_candidate","locator":{"end_column":76,"end_line":365,"fragment":"","pointer":"","start_column":5,"start_line":351},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_candidate","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_candidate","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_candidate","target_ref":"python:self._known_port_for_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_candidate","target_ref":"python:self._validate_candidate_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_candidate","target_ref":"python:self._vocabulary_warnings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_candidate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.validate_candidate","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState.validate_candidate","semantic_key":"python:method:AoAMemoMCPState.validate_candidate","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e7e844145f679def5f0d0efb:aoa:abyss-stack:anchor:961cee91567c6996a4b0c8c7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:961cee91567c6996a4b0c8c7","label":"parts/experience-records/docs/EXPERIENCE_RECORDS_DISTILLATION.md","locator":{"end_column":135,"end_line":21,"fragment":"","pointer":"","start_column":3,"start_line":21},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"parts/experience-records/docs/EXPERIENCE_RECORDS_DISTILLATION.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:21:3:0:parts/experience-records/docs/EXPERIENCE_RECORDS_DISTILLATION.md","source_id":"aoa:abyss-stack:artifact:e7e844145f679def5f0d0efb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:0996fb656a7f2233cd19e828","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0996fb656a7f2233cd19e828","label":"questbook","locator":{"end_column":12,"end_line":134,"fragment":"questbook","pointer":"","start_column":1,"start_line":134},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:questbook","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:0996fb656a7f2233cd19e828","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0996fb656a7f2233cd19e828","label":"questbook","locator":{"end_column":12,"end_line":135,"fragment":"questbook","pointer":"","start_column":1,"start_line":135},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:questbook","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4:aoa:abyss-stack:anchor:4f2c2e3432a2d6beb6799d75","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4f2c2e3432a2d6beb6799d75","label":"`diagnostics/`","locator":{"end_column":42,"end_line":34,"fragment":"","pointer":"","start_column":3,"start_line":34},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:lanes","target_ref":"diagnostics/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:34:3:0:diagnostics/README.md","source_id":"aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d:aoa:abyss-stack:anchor:460934b86407e815c80de8e4","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:460934b86407e815c80de8e4","label":"cpus","locator":{"end_column":16,"end_line":9,"fragment":"","pointer":"/services/llama-cpp/cpus","start_column":5,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/cpus","source_id":"aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:259e9e9e1ab7e696ea5005a4","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:259e9e9e1ab7e696ea5005a4","label":"allowed_files","locator":{"end_column":30,"end_line":112,"fragment":"","pointer":"/allowed_files","start_column":11,"start_line":112},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/allowed_files#occurrence-3","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/7b.jsonl b/kag/indexes/shards/anchor/7b.jsonl index 5b745e1bc..232773a5b 100644 --- a/kag/indexes/shards/anchor/7b.jsonl +++ b/kag/indexes/shards/anchor/7b.jsonl @@ -25,7 +25,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:2c225b594a433717890cd1a9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2c225b594a433717890cd1a9","label":"require_memo_section","locator":{"end_column":121,"end_line":1544,"fragment":"","pointer":"","start_column":1,"start_line":1536},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_memo_section","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_memo_section","target_ref":"python:entry.get"}],"parser_ref":"python-ast@1","qualified_name":"require_memo_section","semantic_key":"python:function:require_memo_section","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:64b3f69718dd5a7092e4c3a2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:64b3f69718dd5a7092e4c3a2","label":"playbook_card","locator":{"end_column":6,"end_line":1157,"fragment":"","pointer":"","start_column":1,"start_line":1118},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_card","target_ref":"python:optional_playbook_activation_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_card","target_ref":"python:optional_playbook_federation_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_card","target_ref":"python:optional_playbook_handoff_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_card","target_ref":"python:optional_playbook_review_packet_contract_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_card","target_ref":"python:optional_playbook_review_status_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_card","target_ref":"python:playbook_automation_plans_for_name"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_card","target_ref":"python:playbook_automation_source_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_card","target_ref":"python:playbook_subagent_recipes_for_name"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_card","target_ref":"python:require_playbook_registry_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_card","target_ref":"python:source_files.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_card","target_ref":"python:source_files.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_card","target_ref":"python:source_files.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_card","target_ref":"python:source_files.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_card","target_ref":"python:source_files.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_card","target_ref":"python:source_files.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_card","target_ref":"python:source_files.append"}],"parser_ref":"python-ast@1","qualified_name":"playbook_card","semantic_key":"python:function:playbook_card","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:8c3e90999609c837cd052582","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8c3e90999609c837cd052582","label":"ABYSS-STACK-D-0074 Telegram and Discord Connector MCP Access Planes","locator":{"end_column":143,"end_line":104,"fragment":"","pointer":"","start_column":3,"start_line":104},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-only-access-plane","target_ref":"../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:104:3:0:../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:be6cda8ff58fb3bc59164781","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:be6cda8ff58fb3bc59164781","label":"service-selection","locator":{"end_column":20,"end_line":408,"fragment":"service-selection-1","pointer":"","start_column":1,"start_line":408},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:service-selection-1","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:be6cda8ff58fb3bc59164781","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:be6cda8ff58fb3bc59164781","label":"service-selection","locator":{"end_column":20,"end_line":420,"fragment":"service-selection-1","pointer":"","start_column":1,"start_line":420},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:service-selection-1","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f:aoa:abyss-stack:anchor:2164145aab197011fa3f9097","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2164145aab197011fa3f9097","label":"PRESETS","locator":{"end_column":24,"end_line":260,"fragment":"","pointer":"","start_column":3,"start_line":260},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:practical-note","target_ref":"PRESETS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:260:3:0:PRESETS.md","source_id":"aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:a1da9391c63222cd62e00b8d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a1da9391c63222cd62e00b8d","label":"print_all_status","locator":{"end_column":95,"end_line":3375,"fragment":"","pointer":"","start_column":1,"start_line":3373},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_all_status","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_all_status","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_all_status","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_all_status","target_ref":"python:refresh_w6_outputs"}],"parser_ref":"python-ast@1","qualified_name":"print_all_status","semantic_key":"python:function:print_all_status","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725:aoa:abyss-stack:anchor:7ddadb11369fe510f7a1ce3a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:7ddadb11369fe510f7a1ce3a","label":"boundary","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/boundary","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/boundary","source_id":"aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725","symbol_kind":"json_key"} @@ -36,7 +36,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ab5d0f048eef7c71583e29f4:aoa:abyss-stack:anchor:1caba18b0c926324edf20c7c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1caba18b0c926324edf20c7c","label":"receipt_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/receipt_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/receipt_refs","source_id":"aoa:abyss-stack:artifact:ab5d0f048eef7c71583e29f4","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:892d3afb4d03372776978bf5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:892d3afb4d03372776978bf5","label":"MCP transport","locator":{"end_column":16,"end_line":202,"fragment":"mcp-transport","pointer":"","start_column":1,"start_line":202},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mcp-transport","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aedad7639e85e4508c819730:aoa:abyss-stack:anchor:bfd43a18d3fa89515c7d1e9f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bfd43a18d3fa89515c7d1e9f","label":"request_timeout","locator":{"end_column":22,"end_line":14,"fragment":"","pointer":"/litellm_settings/request_timeout","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/litellm_settings/request_timeout","source_id":"aoa:abyss-stack:artifact:aedad7639e85e4508c819730","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:9cc2d3637f0ff1a580315bc7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9cc2d3637f0ff1a580315bc7","label":"docs/decisions","locator":{"end_column":97,"end_line":99,"fragment":"","pointer":"","start_column":55,"start_line":99},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:claim-check","target_ref":"docs/decisions/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:99:55:0:docs/decisions/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:a2d7c02bb6664d7aa70cf82b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a2d7c02bb6664d7aa70cf82b","label":"mechanics/config-projection","locator":{"end_column":193,"end_line":62,"fragment":"","pointer":"","start_column":125,"start_line":62},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"mechanics/config-projection/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:62:125:1:mechanics/config-projection/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7212a47afbad332ca394d0b:aoa:abyss-stack:anchor:5767f18f15038550ba3421e9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5767f18f15038550ba3421e9","label":"test_adapter_rejects_unreviewed_payload","locator":{"end_column":54,"end_line":152,"fragment":"","pointer":"","start_column":5,"start_line":145},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_rejects_unreviewed_payload","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_rejects_unreviewed_payload","target_ref":"python:reviewed_closeout_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_rejects_unreviewed_payload","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_rejects_unreviewed_payload","target_ref":"python:self.assertNotEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_rejects_unreviewed_payload","target_ref":"python:self.run_adapter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_rejects_unreviewed_payload","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"A2AReturnCloseoutDryRunTests.test_adapter_rejects_unreviewed_payload","semantic_key":"python:method:A2AReturnCloseoutDryRunTests.test_adapter_rejects_unreviewed_payload","source_id":"aoa:abyss-stack:artifact:b7212a47afbad332ca394d0b","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:bf2d26c4331f9b61e93a3d29:aoa:abyss-stack:anchor:1eeca37da67486797cd6c05a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1eeca37da67486797cd6c05a","label":"events","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/events","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/events","source_id":"aoa:abyss-stack:artifact:bf2d26c4331f9b61e93a3d29","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d:aoa:abyss-stack:anchor:8cda21ec1622a17cda01f802","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8cda21ec1622a17cda01f802","label":"When touching scripts","locator":{"end_column":25,"end_line":107,"fragment":"when-touching-scripts","pointer":"","start_column":1,"start_line":107},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:when-touching-scripts","source_id":"aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","symbol_kind":""} @@ -52,6 +52,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:dd1e8183e5f102cf2fdfb06d:aoa:abyss-stack:anchor:5848808787c0b15145d206e1","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5848808787c0b15145d206e1","label":"services","locator":{"end_column":9,"end_line":1,"fragment":"","pointer":"/services","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services","source_id":"aoa:abyss-stack:artifact:dd1e8183e5f102cf2fdfb06d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:a7222c9ee6ae877a3a692b22","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:a7222c9ee6ae877a3a692b22","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:e07a1f313171747276fa860c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e07a1f313171747276fa860c","label":"_compact_usage_list","locator":{"end_column":19,"end_line":1283,"fragment":"","pointer":"","start_column":1,"start_line":1270},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_list","target_ref":"python:_compact_usage_list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_list","target_ref":"python:_compact_usage_mapping"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_list","target_ref":"python:_compact_usage_scalar"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_list","target_ref":"python:compact.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_list","target_ref":"python:compact.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_list","target_ref":"python:compact.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_list","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_list","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_list","target_ref":"python:isinstance"}],"parser_ref":"python-ast@1","qualified_name":"_compact_usage_list","semantic_key":"python:function:_compact_usage_list","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:12335baa9ef7391bbbdcacb4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:12335baa9ef7391bbbdcacb4","label":"ABYSS-STACK-D-0040 Script Surface Validator Module","locator":{"end_column":113,"end_line":108,"fragment":"","pointer":"","start_column":3,"start_line":108},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0040-script-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:108:3:0:../ABYSS-STACK-D-0040-script-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:387e80bdc0a77bcd4ddb070f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:387e80bdc0a77bcd4ddb070f","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":228,"fragment":"","pointer":"","start_column":3,"start_line":228},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:228:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:ab8117c2e3e912028988778b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ab8117c2e3e912028988778b","label":"ABYSS-STACK-D-0005 Operator Wrappers With Part-Local Backends","locator":{"end_column":135,"end_line":83,"fragment":"","pointer":"","start_column":3,"start_line":83},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:83:3:0:../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f5451784a7b3275b5912b2aa:aoa:abyss-stack:anchor:ba57cbb80d931e5eccc54a30","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ba57cbb80d931e5eccc54a30","label":"Authority Source","locator":{"end_column":19,"end_line":9,"fragment":"authority-source","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:authority-source","source_id":"aoa:abyss-stack:artifact:f5451784a7b3275b5912b2aa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564:aoa:abyss-stack:anchor:75b750195ef183e77b2784d8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:75b750195ef183e77b2784d8","label":"Consequences","locator":{"end_column":15,"end_line":41,"fragment":"consequences","pointer":"","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:2cfc76f952bd0fc374ed61ed","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2cfc76f952bd0fc374ed61ed","label":"acceptance_commands","locator":{"end_column":34,"end_line":71,"fragment":"","pointer":"/acceptance_commands","start_column":11,"start_line":71},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/acceptance_commands","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/7c.jsonl b/kag/indexes/shards/anchor/7c.jsonl index 1d98d138c..c35faaab2 100644 --- a/kag/indexes/shards/anchor/7c.jsonl +++ b/kag/indexes/shards/anchor/7c.jsonl @@ -29,7 +29,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:67e49cbf1234fba4b669e135","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:67e49cbf1234fba4b669e135","label":"gemma4-e2b-it","locator":{"end_column":16,"end_line":20,"fragment":"","pointer":"/models/gemma4-e2b-it","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/models/gemma4-e2b-it","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:292aa7590ebe8d624822885d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:292aa7590ebe8d624822885d","label":"_search_alias_smoke_arguments","locator":{"end_column":6,"end_line":84,"fragment":"","pointer":"","start_column":1,"start_line":74},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"_search_alias_smoke_arguments","semantic_key":"python:function:_search_alias_smoke_arguments","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b2496e80299b8c3150b19444:aoa:abyss-stack:anchor:f596a0a79a8e5c01cd655b2e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f596a0a79a8e5c01cd655b2e","label":"REPORT","locator":{"end_column":9,"end_line":25,"fragment":"report","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:report","source_id":"aoa:abyss-stack:artifact:b2496e80299b8c3150b19444","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:7ddd4e878466d89d547a3acd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7ddd4e878466d89d547a3acd","label":"kag","locator":{"end_column":23,"end_line":174,"fragment":"","pointer":"","start_column":3,"start_line":174},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"kag/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:174:3:0:kag/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:ad7949b6c275f599a20c0462","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ad7949b6c275f599a20c0462","label":"AGENTS","locator":{"end_column":44,"end_line":38,"fragment":"","pointer":"","start_column":25,"start_line":38},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:38:25:0:AGENTS.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:5f321595fdc1602a0653bef8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5f321595fdc1602a0653bef8","label":"route_resource","locator":{"end_column":107,"end_line":740,"fragment":"","pointer":"","start_column":5,"start_line":739},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.route_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.route_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.route_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.route_resource","semantic_key":"python:method:build_server.route_resource","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b7212a47afbad332ca394d0b:aoa:abyss-stack:anchor:0ae1981339335fe855590e9d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0ae1981339335fe855590e9d","label":"write_json","locator":{"end_column":95,"end_line":24,"fragment":"","pointer":"","start_column":1,"start_line":22},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_json","semantic_key":"python:function:write_json","source_id":"aoa:abyss-stack:artifact:b7212a47afbad332ca394d0b","symbol_kind":"function"} @@ -42,7 +41,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e241341659b909f7887c4003:aoa:abyss-stack:anchor:62c857a5f16309af7261d65e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:62c857a5f16309af7261d65e","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:e241341659b909f7887c4003","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:809188ce50fdaadb61acae6d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:809188ce50fdaadb61acae6d","label":"_session_path_from_registry","locator":{"end_column":74,"end_line":8871,"fragment":"","pointer":"","start_column":5,"start_line":8865},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_path_from_registry","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_path_from_registry","target_ref":"python:display.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_path_from_registry","target_ref":"python:display.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_path_from_registry","target_ref":"python:display.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_path_from_registry","target_ref":"python:display.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_path_from_registry","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_path_from_registry","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_path_from_registry","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_path_from_registry","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_path_from_registry","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_path_from_registry","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._session_path_from_registry","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._session_path_from_registry","semantic_key":"python:method:AoASessionMemoryMCPState._session_path_from_registry","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:86ee1fc9d76171caa8212a3d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:86ee1fc9d76171caa8212a3d","label":"`intel`","locator":{"end_column":10,"end_line":251,"fragment":"intel","pointer":"","start_column":1,"start_line":251},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:intel","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:031586727a6f66071af1ee9c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:031586727a6f66071af1ee9c","label":"ABYSS-STACK-D-0055 Root Routes Validator Module","locator":{"end_column":107,"end_line":111,"fragment":"","pointer":"","start_column":3,"start_line":111},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0055-root-routes-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:111:3:0:../ABYSS-STACK-D-0055-root-routes-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:cc3e111ae4cd4fca9943f201","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:cc3e111ae4cd4fca9943f201","label":"ABYSS-STACK-D-0004 Machine Bridge Under Machine Fit","locator":{"end_column":115,"end_line":80,"fragment":"","pointer":"","start_column":3,"start_line":80},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit","target_ref":"../ABYSS-STACK-D-0004-machine-bridge-under-machine-fit.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:80:3:0:../ABYSS-STACK-D-0004-machine-bridge-under-machine-fit.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f3f877cd85ae95f826205525:aoa:abyss-stack:anchor:625931d882d8a6799360847c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:625931d882d8a6799360847c","label":"exported_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/exported_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/exported_at","source_id":"aoa:abyss-stack:artifact:f3f877cd85ae95f826205525","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1:aoa:abyss-stack:anchor:4620bd712f98fd3d9e9c5587","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:4620bd712f98fd3d9e9c5587","label":"title","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/title","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/title","source_id":"aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:c6d6a74776a3b551f9b437a3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c6d6a74776a3b551f9b437a3","label":"_predicate_allowed","locator":{"end_column":66,"end_line":62,"fragment":"","pointer":"","start_column":1,"start_line":58},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_predicate_allowed","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_predicate_allowed","target_ref":"python:item.get"}],"parser_ref":"python-ast@1","qualified_name":"_predicate_allowed","semantic_key":"python:function:_predicate_allowed","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/7d.jsonl b/kag/indexes/shards/anchor/7d.jsonl index c590aa8ad..3a6a3e7b1 100644 --- a/kag/indexes/shards/anchor/7d.jsonl +++ b/kag/indexes/shards/anchor/7d.jsonl @@ -26,8 +26,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8507d41e414635d64e8c63e9:aoa:abyss-stack:anchor:0a09740a67ea3adc8ec9f01f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0a09740a67ea3adc8ec9f01f","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:8507d41e414635d64e8c63e9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:4c9809b042cd1862646d041c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4c9809b042cd1862646d041c","label":"resolve_kag_inspect","locator":{"end_column":20,"end_line":1824,"fragment":"","pointer":"","start_column":1,"start_line":1783},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_kag_inspect","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_kag_inspect","target_ref":"python:kag_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_kag_inspect","target_ref":"python:require_kag_registry_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_kag_inspect","target_ref":"python:tos_source_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_kag_inspect","target_ref":"python:tos_source_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_kag_inspect","target_ref":"python:tos_source_payload"}],"parser_ref":"python-ast@1","qualified_name":"resolve_kag_inspect","semantic_key":"python:function:resolve_kag_inspect","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5:aoa:abyss-stack:anchor:07ee568016fe6d519f063a83","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:07ee568016fe6d519f063a83","label":"schemas/tos-node-contract.schema.json","locator":{"end_column":41,"end_line":15,"fragment":"","pointer":"/required_files/8","start_column":3,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/8","source_id":"aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:04867d3a6e02fc241ee06b28","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:04867d3a6e02fc241ee06b28","label":"sibling canon target","locator":{"end_column":23,"end_line":413,"fragment":"sibling-canon-target","pointer":"","start_column":1,"start_line":413},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:sibling-canon-target","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:ba7b7f09f4f5c61a344c505a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ba7b7f09f4f5c61a344c505a","label":"ABYSS-STACK-D-0057 Mechanics Topology Validator Module","locator":{"end_column":121,"end_line":370,"fragment":"","pointer":"","start_column":3,"start_line":370},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-card","target_ref":"../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:370:3:0:../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:04867d3a6e02fc241ee06b28","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:04867d3a6e02fc241ee06b28","label":"sibling canon target","locator":{"end_column":23,"end_line":425,"fragment":"sibling-canon-target","pointer":"","start_column":1,"start_line":425},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:sibling-canon-target","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:f3f1a9485dc225d3a2c2b15e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f3f1a9485dc225d3a2c2b15e","label":"ABYSS-STACK-D-0005 Operator Wrappers With Part-Local Backends","locator":{"end_column":135,"end_line":137,"fragment":"","pointer":"","start_column":3,"start_line":137},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:137:3:0:../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03:aoa:abyss-stack:anchor:0273ce4548f8944847a22565","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0273ce4548f8944847a22565","label":"_cleanup_projections","locator":{"end_column":22,"end_line":282,"fragment":"","pointer":"","start_column":1,"start_line":254},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_cleanup_projections","target_ref":"python:graph.scalar"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_cleanup_projections","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_cleanup_projections","target_ref":"python:range"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_cleanup_projections","target_ref":"python:time.sleep"}],"parser_ref":"python-ast@1","qualified_name":"_cleanup_projections","semantic_key":"python:function:_cleanup_projections","source_id":"aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d:aoa:abyss-stack:anchor:5672550c86b4c55de800dc74","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:5672550c86b4c55de800dc74","label":"review_state_default","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/review_state_default","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/review_state_default","source_id":"aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d","symbol_kind":"json_key"} @@ -45,8 +44,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a8b53ffd214e14165c65f9f4:aoa:abyss-stack:anchor:3e45fa9d13dbc5719300aa40","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3e45fa9d13dbc5719300aa40","label":"first-run-bootstrap","locator":{"end_column":55,"end_line":7,"fragment":"","pointer":"","start_column":3,"start_line":7},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle-parts","target_ref":"first-run-bootstrap/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:7:3:0:first-run-bootstrap/README.md","source_id":"aoa:abyss-stack:artifact:a8b53ffd214e14165c65f9f4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:8fc9662af7c0b8ecf1aea375","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8fc9662af7c0b8ecf1aea375","label":"mem_limit","locator":{"end_column":50,"end_line":21,"fragment":"","pointer":"/services/tts-router/mem_limit","start_column":5,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tts-router/mem_limit","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b084553b3b4d66d1ef058fee:aoa:abyss-stack:anchor:3579706c522b0e59c4f27ceb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3579706c522b0e59c4f27ceb","label":"_validate_a2a_return_dry_run","locator":{"end_column":121,"end_line":308,"fragment":"","pointer":"","start_column":1,"start_line":240},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:a2a_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:a2a_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:a2a_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:a2a_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:a2a_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:a2a_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:a2a_example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:a2a_schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_a2a_return_dry_run","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_validate_a2a_return_dry_run","semantic_key":"python:function:_validate_a2a_return_dry_run","source_id":"aoa:abyss-stack:artifact:b084553b3b4d66d1ef058fee","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:4f31ad9cf0a857c4d5d7b526","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4f31ad9cf0a857c4d5d7b526","label":"DESIGN","locator":{"end_column":103,"end_line":60,"fragment":"","pointer":"","start_column":84,"start_line":60},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"DESIGN.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:60:84:0:DESIGN.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:bbeeb89113b6ba6107cdd399","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bbeeb89113b6ba6107cdd399","label":"DESIGN.AGENTS","locator":{"end_column":92,"end_line":19,"fragment":"","pointer":"","start_column":59,"start_line":19},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:what-this-repository-does","target_ref":"DESIGN.AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:19:59:0:DESIGN.AGENTS.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:a909034453ba062017928a9f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a909034453ba062017928a9f","label":"aoa_session_graphrag_packet","locator":{"end_column":10,"end_line":642,"fragment":"","pointer":"","start_column":5,"start_line":626},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_graphrag_packet","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_graphrag_packet","semantic_key":"python:method:build_server.aoa_session_graphrag_packet","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:b94f31cd290d351477a51077:aoa:abyss-stack:anchor:49ad8a2f6917a48b37fd215c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:49ad8a2f6917a48b37fd215c","label":"references/diagnose.md","locator":{"end_column":57,"end_line":51,"fragment":"","pointer":"","start_column":9,"start_line":51},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start","target_ref":"references/diagnose.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:51:9:0:references/diagnose.md","source_id":"aoa:abyss-stack:artifact:b94f31cd290d351477a51077","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:09ebe031738caaf1f5d0c0d0","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:09ebe031738caaf1f5d0c0d0","label":"image","locator":{"end_column":115,"end_line":109,"fragment":"","pointer":"/services/grafana/image","start_column":5,"start_line":109},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/grafana/image","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:57093a6e04d85a2f23628d9a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:57093a6e04d85a2f23628d9a","label":"audit_review_packets","locator":{"end_column":25,"end_line":3137,"fragment":"","pointer":"","start_column":1,"start_line":2897},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:_eval_runtime_template_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:_eval_runtime_template_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:_memo_writeback_target_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:_memo_writeback_target_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:_playbook_review_packet_contract_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:_playbook_review_packet_contract_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:advisory_trace_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:advisory_trace_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:advisory_trace_runtime_artifact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:append_review_target"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:append_review_target"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:append_review_target"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:approval_artifact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:block_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:block_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:block_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:block_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:block_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:block_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:block_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:block_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:block_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:block_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:block_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:contract_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:contract_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:contract_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:dict.fromkeys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:emitted_by_kind.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:emitted_by_kind.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:eval_runtime_candidate_templates"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:live_eval_entries.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:live_memo_targets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:load_approval"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:load_json_if_exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:load_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:load_summary_or_synthesize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:local_ref_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:local_ref_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:manifest_contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:manifest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:manifest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:manifest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:manifest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:manifest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:memo_runtime_writeback_targets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:packet_statuses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:packet_statuses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:playbook_review_packet_contract_by_id"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:raw_contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:ref.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:review_packet_audit_artifact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:review_packet_audit_artifact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:review_packet_manifest_artifact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:audit_review_packets","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"audit_review_packets","semantic_key":"python:function:audit_review_packets","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:742432e5442b5831ba900ae6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:742432e5442b5831ba900ae6","label":"resolve_target_policy","locator":{"end_column":17,"end_line":436,"fragment":"","pointer":"","start_column":1,"start_line":431},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_target_policy","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_target_policy","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_target_policy","target_ref":"python:policy.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_target_policy","target_ref":"python:targets.get"}],"parser_ref":"python-ast@1","qualified_name":"resolve_target_policy","semantic_key":"python:function:resolve_target_policy","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} @@ -58,8 +59,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b:aoa:abyss-stack:anchor:825fe4d13ff0adfe0edc2b59","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:825fe4d13ff0adfe0edc2b59","label":"Capture modes","locator":{"end_column":16,"end_line":69,"fragment":"capture-modes","pointer":"","start_column":1,"start_line":69},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:capture-modes","source_id":"aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:effc44426896b5dff1b195e5:aoa:abyss-stack:anchor:8b11690b7f0e1a71db7eb90f","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:8b11690b7f0e1a71db7eb90f","label":"kind","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/kind","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/kind","source_id":"aoa:abyss-stack:artifact:effc44426896b5dff1b195e5","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:1c60e4b5f67851dae3e1720f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1c60e4b5f67851dae3e1720f","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":70,"fragment":"","pointer":"","start_column":3,"start_line":70},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:70:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:4b98b9ae88d7c4ee41011ec0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4b98b9ae88d7c4ee41011ec0","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":240,"fragment":"","pointer":"","start_column":3,"start_line":240},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-validation","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:240:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:a790c820f210d508f9aae208","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a790c820f210d508f9aae208","label":"ABYSS-STACK-D-0052 Machine Fit Validator Module","locator":{"end_column":107,"end_line":30,"fragment":"","pointer":"","start_column":3,"start_line":30},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mechanics","target_ref":"../ABYSS-STACK-D-0052-machine-fit-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:30:3:0:../ABYSS-STACK-D-0052-machine-fit-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:eb53cae8626b240de15af1eb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:eb53cae8626b240de15af1eb","label":"ABYSS-STACK-D-0020 Docs District Topology","locator":{"end_column":95,"end_line":127,"fragment":"","pointer":"","start_column":3,"start_line":127},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0020-docs-district-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:127:3:0:../ABYSS-STACK-D-0020-docs-district-topology.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f323b2bec780ad026a892be1:aoa:abyss-stack:anchor:580366bb91f4bc2d942b1217","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:580366bb91f4bc2d942b1217","label":"scope","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/scope","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/scope","source_id":"aoa:abyss-stack:artifact:f323b2bec780ad026a892be1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fc14d26fe85cf981f312d308:aoa:abyss-stack:anchor:2015e3eb8742058dcc5f3ce7","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2015e3eb8742058dcc5f3ce7","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:fc14d26fe85cf981f312d308","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8:aoa:abyss-stack:anchor:b09c84fcbfcf8bb71a480bec","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b09c84fcbfcf8bb71a480bec","label":"Purpose","locator":{"end_column":10,"end_line":3,"fragment":"purpose","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/7e.jsonl b/kag/indexes/shards/anchor/7e.jsonl index 2a59e1db0..44e8df8a5 100644 --- a/kag/indexes/shards/anchor/7e.jsonl +++ b/kag/indexes/shards/anchor/7e.jsonl @@ -1,7 +1,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:049aa91da24a30f6073508fb:aoa:abyss-stack:anchor:75f229648759c80cf49dd930","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:75f229648759c80cf49dd930","label":"timeout","locator":{"end_column":17,"end_line":35,"fragment":"","pointer":"/services/rerank-api/healthcheck/timeout","start_column":7,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rerank-api/healthcheck/timeout","source_id":"aoa:abyss-stack:artifact:049aa91da24a30f6073508fb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:049aa91da24a30f6073508fb:aoa:abyss-stack:anchor:a5205023b6d932ba695ea4f7","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a5205023b6d932ba695ea4f7","label":"AOA_RERANK_MODEL_DIR","locator":{"end_column":50,"end_line":8,"fragment":"","pointer":"/services/rerank-api/environment/AOA_RERANK_MODEL_DIR","start_column":7,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rerank-api/environment/AOA_RERANK_MODEL_DIR","source_id":"aoa:abyss-stack:artifact:049aa91da24a30f6073508fb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:05c103c1f3e103e9b2ebf939:aoa:abyss-stack:anchor:b5058d965922577290ab725b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b5058d965922577290ab725b","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:05c103c1f3e103e9b2ebf939","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:f628293fc5ae388c2f526c7b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f628293fc5ae388c2f526c7b","label":"Included in this release","locator":{"end_column":28,"end_line":755,"fragment":"included-in-this-release-1","pointer":"","start_column":1,"start_line":755},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:included-in-this-release-1","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:f628293fc5ae388c2f526c7b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f628293fc5ae388c2f526c7b","label":"Included in this release","locator":{"end_column":28,"end_line":757,"fragment":"included-in-this-release-1","pointer":"","start_column":1,"start_line":757},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:included-in-this-release-1","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:073dd6d37ba43a279a298d4a:aoa:abyss-stack:anchor:c39a66a8a490ac242a2d4c40","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c39a66a8a490ac242a2d4c40","label":"OVMS_EMBEDDINGS_MODEL","locator":{"end_column":85,"end_line":20,"fragment":"","pointer":"/services/langchain-api-llamacpp/environment/OVMS_EMBEDDINGS_MODEL","start_column":7,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api-llamacpp/environment/OVMS_EMBEDDINGS_MODEL","source_id":"aoa:abyss-stack:artifact:073dd6d37ba43a279a298d4a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:07c7bd4f519bd40483056b30:aoa:abyss-stack:anchor:f58ef25fabde864bef534920","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f58ef25fabde864bef534920","label":"TransportSettings","locator":{"end_column":21,"end_line":25,"fragment":"","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"TransportSettings","semantic_key":"python:class:TransportSettings","source_id":"aoa:abyss-stack:artifact:07c7bd4f519bd40483056b30","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:15d4d9002f70166965257949:aoa:abyss-stack:anchor:eac2ddede7db389105fc723e","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:eac2ddede7db389105fc723e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:15d4d9002f70166965257949","symbol_kind":""} @@ -33,7 +33,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9b4009591ed6797d6c2c0038:aoa:abyss-stack:anchor:ff4f1f7d43dd92a4cc5ce0b4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ff4f1f7d43dd92a4cc5ce0b4","label":"a2a-return-dry-run","locator":{"end_column":53,"end_line":10,"fragment":"","pointer":"","start_column":3,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-repair-parts","target_ref":"a2a-return-dry-run/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:10:3:0:a2a-return-dry-run/README.md","source_id":"aoa:abyss-stack:artifact:9b4009591ed6797d6c2c0038","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e:aoa:abyss-stack:anchor:21d929a7b4eda331f3ef02c1","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:21d929a7b4eda331f3ef02c1","label":"LLAMA_ARG_ALIAS","locator":{"end_column":38,"end_line":28,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_ALIAS","start_column":7,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_ALIAS","source_id":"aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:aa029b094b070ef5aa2eab1c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:aa029b094b070ef5aa2eab1c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:87b8baf492c9402bd7ec9206","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:87b8baf492c9402bd7ec9206","label":"ABYSS-STACK-D-0051 Runtime Hygiene Validator Module","locator":{"end_column":115,"end_line":383,"fragment":"","pointer":"","start_column":3,"start_line":383},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:status-readout","target_ref":"../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:383:3:0:../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b166d89766b855ada4f4d5df:aoa:abyss-stack:anchor:700862bc0370046488c0d9ff","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:700862bc0370046488c0d9ff","label":"test_intel_full_preset_uses_intel_worker_layer","locator":{"end_column":60,"end_line":58,"fragment":"","pointer":"","start_column":5,"start_line":44},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_intel_full_preset_uses_intel_worker_layer","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_intel_full_preset_uses_intel_worker_layer","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_intel_full_preset_uses_intel_worker_layer","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_intel_full_preset_uses_intel_worker_layer","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_intel_full_preset_uses_intel_worker_layer","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_intel_full_preset_uses_intel_worker_layer","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_intel_full_preset_uses_intel_worker_layer","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_intel_full_preset_uses_intel_worker_layer","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_intel_full_preset_uses_intel_worker_layer","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_intel_full_preset_uses_intel_worker_layer","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_intel_full_preset_uses_intel_worker_layer","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_intel_full_preset_uses_intel_worker_layer","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_intel_full_preset_uses_intel_worker_layer","target_ref":"python:self.run_profile_modules"}],"parser_ref":"python-ast@1","qualified_name":"ProfileCompositionTests.test_intel_full_preset_uses_intel_worker_layer","semantic_key":"python:method:ProfileCompositionTests.test_intel_full_preset_uses_intel_worker_layer","source_id":"aoa:abyss-stack:artifact:b166d89766b855ada4f4d5df","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7:aoa:abyss-stack:anchor:10482b6fa52240a5ade062f2","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:10482b6fa52240a5ade062f2","label":"requires","locator":{"end_column":29,"end_line":2,"fragment":"","pointer":"build-system.requires","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:build-system.requires","source_id":"aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b96f6d6dd54a2bf9b3edaa7a:aoa:abyss-stack:anchor:c5d679e7c8f476cd0f106b88","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c5d679e7c8f476cd0f106b88","label":"reputation_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/reputation_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/reputation_refs","source_id":"aoa:abyss-stack:artifact:b96f6d6dd54a2bf9b3edaa7a","symbol_kind":"json_key"} @@ -47,9 +46,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:b2e5fc84fef28b74c20209de","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b2e5fc84fef28b74c20209de","label":"_route_key","locator":{"end_column":67,"end_line":638,"fragment":"","pointer":"","start_column":1,"start_line":637},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_route_key","target_ref":"python:re.sub"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_route_key","target_ref":"python:value.casefold"}],"parser_ref":"python-ast@1","qualified_name":"_route_key","semantic_key":"python:function:_route_key","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:c6549aa1a8d81374383aefd2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c6549aa1a8d81374383aefd2","label":"_usage_route_signal_candidates","locator":{"end_column":119,"end_line":5505,"fragment":"","pointer":"","start_column":5,"start_line":5467},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._usage_route_signal_candidates","target_ref":"python:_normalize_trace_kind"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._usage_route_signal_candidates","target_ref":"python:_normalize_trace_kind"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._usage_route_signal_candidates","target_ref":"python:_route_key"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._usage_route_signal_candidates","target_ref":"python:_route_key"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._usage_route_signal_candidates","target_ref":"python:_route_key"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._usage_route_signal_candidates","target_ref":"python:anchor_text.partition"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._usage_route_signal_candidates","target_ref":"python:candidate.endswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._usage_route_signal_candidates","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._usage_route_signal_candidates","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._usage_route_signal_candidates","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._usage_route_signal_candidates","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._usage_route_signal_candidates","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._usage_route_signal_candidates","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._usage_route_signal_candidates","target_ref":"python:dict.fromkeys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._usage_route_signal_candidates","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._usage_route_signal_candidates","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._usage_route_signal_candidates","semantic_key":"python:method:AoASessionMemoryMCPState._usage_route_signal_candidates","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7:aoa:abyss-stack:anchor:e4ffba55516603b0fa3e4838","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e4ffba55516603b0fa3e4838","label":"PROVENANCE.md","locator":{"end_column":57,"end_line":55,"fragment":"","pointer":"","start_column":27,"start_line":55},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:next-route","target_ref":"PROVENANCE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:55:27:0:PROVENANCE.md","source_id":"aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:a097710360708113597518e9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a097710360708113597518e9","label":"ABYSS-STACK-D-0003 Mechanics Legacy Artifact Containment","locator":{"end_column":125,"end_line":101,"fragment":"","pointer":"","start_column":3,"start_line":101},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0003-mechanics-legacy-artifact-containment.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:101:3:0:../ABYSS-STACK-D-0003-mechanics-legacy-artifact-containment.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f29753586c28f9ec6756026d:aoa:abyss-stack:anchor:e7ee8f182c87d02ffbbb7d50","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e7ee8f182c87d02ffbbb7d50","label":"governance","locator":{"end_column":12,"end_line":1,"fragment":"governance","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governance","source_id":"aoa:abyss-stack:artifact:f29753586c28f9ec6756026d","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:37bd706cfc17782ba519d815","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:37bd706cfc17782ba519d815","label":"profiles and presets","locator":{"end_column":23,"end_line":107,"fragment":"profiles-and-presets","pointer":"","start_column":1,"start_line":107},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:profiles-and-presets","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:37bd706cfc17782ba519d815","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:37bd706cfc17782ba519d815","label":"profiles and presets","locator":{"end_column":23,"end_line":108,"fragment":"profiles-and-presets","pointer":"","start_column":1,"start_line":108},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:profiles-and-presets","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f5451784a7b3275b5912b2aa:aoa:abyss-stack:anchor:e709ace4834e5ea30c94acd2","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e709ace4834e5ea30c94acd2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f5451784a7b3275b5912b2aa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:6d1ccc430d5570a0209af331","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6d1ccc430d5570a0209af331","label":"test_service_selection_module_is_inventory_owned","locator":{"end_column":57,"end_line":352,"fragment":"","pointer":"","start_column":1,"start_line":342},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_service_selection_module_is_inventory_owned","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_service_selection_module_is_inventory_owned","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","qualified_name":"test_service_selection_module_is_inventory_owned","semantic_key":"python:function:test_service_selection_module_is_inventory_owned","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe:aoa:abyss-stack:anchor:6c6ae78af8ce8cd9362ea7dc","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:6c6ae78af8ce8cd9362ea7dc","label":"aoa-kag-mcp","locator":{"end_column":36,"end_line":17,"fragment":"","pointer":"project.scripts.aoa-kag-mcp","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.scripts.aoa-kag-mcp","source_id":"aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fea9e25ef68e6fc7c3d78ca6:aoa:abyss-stack:anchor:835be328c10a31b4e2f7d12c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:835be328c10a31b4e2f7d12c","label":"notes","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/notes","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/notes","source_id":"aoa:abyss-stack:artifact:fea9e25ef68e6fc7c3d78ca6","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:771d443c4f07a078ac50487f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:771d443c4f07a078ac50487f","label":"material owner CLI or schema change","locator":{"end_column":41,"end_line":96,"fragment":"","pointer":"/recheck/after/0","start_column":5,"start_line":96},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/recheck/after/0","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/7f.jsonl b/kag/indexes/shards/anchor/7f.jsonl index 0763fe2fd..b5bff4f17 100644 --- a/kag/indexes/shards/anchor/7f.jsonl +++ b/kag/indexes/shards/anchor/7f.jsonl @@ -5,7 +5,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:03e291f2f5c1aea2e3dcc699:aoa:abyss-stack:anchor:587924a10c09701ea63b76a4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:587924a10c09701ea63b76a4","label":"section_object","locator":{"end_column":6,"end_line":59,"fragment":"","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"section_object","semantic_key":"python:function:section_object","source_id":"aoa:abyss-stack:artifact:03e291f2f5c1aea2e3dcc699","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:052ae4ded6508b55bdfc81c0:aoa:abyss-stack:anchor:6e2e853e0ace6c213d08b596","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6e2e853e0ace6c213d08b596","label":"Rationale","locator":{"end_column":12,"end_line":50,"fragment":"rationale","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:052ae4ded6508b55bdfc81c0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:05bab38ce2d9e3e3f5e9da3b:aoa:abyss-stack:anchor:ac1606c9bccb6aafee20f1e2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ac1606c9bccb6aafee20f1e2","label":"run","locator":{"end_column":42,"end_line":79,"fragment":"","pointer":"","start_column":5,"start_line":78},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DummyServer.run","target_ref":"python:self.transports.append"}],"parser_ref":"python-ast@1","qualified_name":"DummyServer.run","semantic_key":"python:method:DummyServer.run","source_id":"aoa:abyss-stack:artifact:05bab38ce2d9e3e3f5e9da3b","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:4f459a264eac5332e7f9f5b8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4f459a264eac5332e7f9f5b8","label":"Summary","locator":{"end_column":11,"end_line":691,"fragment":"summary-2","pointer":"","start_column":1,"start_line":691},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:summary-2","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:4f459a264eac5332e7f9f5b8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4f459a264eac5332e7f9f5b8","label":"Summary","locator":{"end_column":11,"end_line":693,"fragment":"summary-2","pointer":"","start_column":1,"start_line":693},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:summary-2","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0af86ca6a25a0f270c29a17e:aoa:abyss-stack:anchor:1b4bdfa0f8f53ac5c90bf833","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1b4bdfa0f8f53ac5c90bf833","label":"Primary Risks","locator":{"end_column":16,"end_line":3,"fragment":"primary-risks","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:primary-risks","source_id":"aoa:abyss-stack:artifact:0af86ca6a25a0f270c29a17e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345:aoa:abyss-stack:anchor:bf0a6f0550cb54099799d5f7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bf0a6f0550cb54099799d5f7","label":"routes/AUDIT","locator":{"end_column":54,"end_line":39,"fragment":"","pointer":"","start_column":23,"start_line":39},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"routes/AUDIT.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:39:23:0:routes/AUDIT.md","source_id":"aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0f2e680584c74140fcb78bc1:aoa:abyss-stack:anchor:be191232ed94f0bae0fc0b61","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:be191232ed94f0bae0fc0b61","label":"test_default_local_stack_root_is_current_checkout","locator":{"end_column":66,"end_line":43,"fragment":"","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"test_default_local_stack_root_is_current_checkout","semantic_key":"python:function:test_default_local_stack_root_is_current_checkout","source_id":"aoa:abyss-stack:artifact:0f2e680584c74140fcb78bc1","symbol_kind":"function"} @@ -17,10 +17,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:2e72d89b5b622cb92f8758fa:aoa:abyss-stack:anchor:944ddd091cfe9f86fd01ce3c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:944ddd091cfe9f86fd01ce3c","label":"1. Stack env","locator":{"end_column":16,"end_line":12,"fragment":"1-stack-env","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:1-stack-env","source_id":"aoa:abyss-stack:artifact:2e72d89b5b622cb92f8758fa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:33ef6d485e80a2357e461ee0:aoa:abyss-stack:anchor:b9c41d9a1d21f09290a2abf3","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:b9c41d9a1d21f09290a2abf3","label":"name","locator":{"end_column":26,"end_line":6,"fragment":"","pointer":"project.name","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.name","source_id":"aoa:abyss-stack:artifact:33ef6d485e80a2357e461ee0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca:aoa:abyss-stack:anchor:b52ac819eba709b73238157b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b52ac819eba709b73238157b","label":"Review guidelines","locator":{"end_column":20,"end_line":162,"fragment":"review-guidelines","pointer":"","start_column":1,"start_line":162},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:review-guidelines","source_id":"aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa:aoa:abyss-stack:anchor:b2e7b2b2f76547146e26c49c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b2e7b2b2f76547146e26c49c","label":"Use by Agents","locator":{"end_column":16,"end_line":165,"fragment":"use-by-agents","pointer":"","start_column":1,"start_line":165},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:use-by-agents","source_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa:aoa:abyss-stack:anchor:b2e7b2b2f76547146e26c49c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b2e7b2b2f76547146e26c49c","label":"Use by Agents","locator":{"end_column":16,"end_line":168,"fragment":"use-by-agents","pointer":"","start_column":1,"start_line":168},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:use-by-agents","source_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:d672adf3e1a9c944dd2d7845","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d672adf3e1a9c944dd2d7845","label":"ensure_w5_pass","locator":{"end_column":19,"end_line":859,"fragment":"","pointer":"","start_column":1,"start_line":852},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w5_pass","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w5_pass","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w5_pass","target_ref":"python:index_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w5_pass","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w5_pass","target_ref":"python:payload.get"}],"parser_ref":"python-ast@1","qualified_name":"ensure_w5_pass","semantic_key":"python:function:ensure_w5_pass","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:51d13a0534f50b27882528ab:aoa:abyss-stack:anchor:c6564cc67ffecec388076479","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c6564cc67ffecec388076479","label":"memo_port_index_resource","locator":{"end_column":96,"end_line":148,"fragment":"","pointer":"","start_column":5,"start_line":147},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.memo_port_index_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.memo_port_index_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.memo_port_index_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.memo_port_index_resource","semantic_key":"python:method:build_server.memo_port_index_resource","source_id":"aoa:abyss-stack:artifact:51d13a0534f50b27882528ab","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6:aoa:abyss-stack:anchor:ebc8f745f4f7c2be680282ea","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ebc8f745f4f7c2be680282ea","label":"note","locator":{"end_column":60,"end_line":42,"fragment":"","pointer":"/harvest/note","start_column":3,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/harvest/note","source_id":"aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b:aoa:abyss-stack:anchor:ce43610a40f64d82682dce46","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ce43610a40f64d82682dce46","label":"Follow-up route","locator":{"end_column":18,"end_line":108,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":108},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:721f625bea97a50ff79a18a0:aoa:abyss-stack:anchor:7b16729f21965f00e01a2f90","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7b16729f21965f00e01a2f90","label":"main","locator":{"end_column":13,"end_line":557,"fragment":"","pointer":"","start_column":1,"start_line":539},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:build_audit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.parse_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print_text"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:721f625bea97a50ff79a18a0","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:74f1e3fcfdf8c4302c5daad0:aoa:abyss-stack:anchor:51511a0fea0f3d613a7112b9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:51511a0fea0f3d613a7112b9","label":"profiles","locator":{"end_column":31,"end_line":5,"fragment":"","pointer":"","start_column":1,"start_line":5},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:compose-layout","target_ref":"profiles/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:5:1:0:profiles/README.md","source_id":"aoa:abyss-stack:artifact:74f1e3fcfdf8c4302c5daad0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:78624b39c65895c43629e995:aoa:abyss-stack:anchor:7caaa4c0b174666340e5f50c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7caaa4c0b174666340e5f50c","label":"test_manifest_is_stdlib_json_and_python_commands_normalize","locator":{"end_column":43,"end_line":130,"fragment":"","pointer":"","start_column":1,"start_line":126},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_manifest_is_stdlib_json_and_python_commands_normalize","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_manifest_is_stdlib_json_and_python_commands_normalize","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_manifest_is_stdlib_json_and_python_commands_normalize","target_ref":"python:validation_lanes.command_sequence"}],"parser_ref":"python-ast@1","qualified_name":"test_manifest_is_stdlib_json_and_python_commands_normalize","semantic_key":"python:function:test_manifest_is_stdlib_json_and_python_commands_normalize","source_id":"aoa:abyss-stack:artifact:78624b39c65895c43629e995","symbol_kind":"function"} @@ -33,15 +34,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:b7c91dc35737ef02d9229381","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b7c91dc35737ef02d9229381","label":"playbooks_composition_manifest","locator":{"end_column":82,"end_line":2539,"fragment":"","pointer":"","start_column":1,"start_line":2537},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbooks_composition_manifest","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbooks_composition_manifest","target_ref":"python:playbooks_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbooks_composition_manifest","target_ref":"python:require_store"}],"parser_ref":"python-ast@1","qualified_name":"playbooks_composition_manifest","semantic_key":"python:function:playbooks_composition_manifest","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac:aoa:abyss-stack:anchor:e097b2ced97d3a6009bde1bc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e097b2ced97d3a6009bde1bc","label":"backend_side_effect","locator":{"end_column":83,"end_line":554,"fragment":"","pointer":"","start_column":9,"start_line":552},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_accepts_kag_query_mode_selector.backend_side_effect","target_ref":"python:prompts.append"}],"parser_ref":"python-ast@1","qualified_name":"LangchainFederatedRunTests.test_federated_run_accepts_kag_query_mode_selector.backend_side_effect","semantic_key":"python:method:LangchainFederatedRunTests.test_federated_run_accepts_kag_query_mode_selector.backend_side_effect","source_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:a4234251f0ab3f0222f2cd40","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a4234251f0ab3f0222f2cd40","label":"diagnosis_companion_for","locator":{"end_column":21,"end_line":1372,"fragment":"","pointer":"","start_column":1,"start_line":1296},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:bundle.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:confidence_for_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:diagnoses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:drift.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:drift.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:drift.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:refs.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:refs.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:refs.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:relative_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:repair_shape_for_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:session.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:diagnosis_companion_for","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"diagnosis_companion_for","semantic_key":"python:function:diagnosis_companion_for","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:a46071e9e5de5c2f6d245a66","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a46071e9e5de5c2f6d245a66","label":"entry contract","locator":{"end_column":17,"end_line":250,"fragment":"entry-contract","pointer":"","start_column":1,"start_line":250},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:entry-contract","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:a46071e9e5de5c2f6d245a66","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a46071e9e5de5c2f6d245a66","label":"entry contract","locator":{"end_column":17,"end_line":254,"fragment":"entry-contract","pointer":"","start_column":1,"start_line":254},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:entry-contract","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8cfaf0f9abca5f7d156f2273:aoa:abyss-stack:anchor:cc8acb5ab78b3093d4c8b7f1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cc8acb5ab78b3093d4c8b7f1","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:8cfaf0f9abca5f7d156f2273","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e:aoa:abyss-stack:anchor:279771a9ed184b12835df4d8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:279771a9ed184b12835df4d8","label":"LLAMA_ARG_REASONING","locator":{"end_column":32,"end_line":54,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_REASONING","start_column":7,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_REASONING","source_id":"aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73:aoa:abyss-stack:anchor:cd08f2e8873a7dacfe1db01a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cd08f2e8873a7dacfe1db01a","label":"test_rag_trace_wraps_host_owned_trace_loop","locator":{"end_column":57,"end_line":861,"fragment":"","pointer":"","start_column":1,"start_line":844},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_rag_trace_wraps_host_owned_trace_loop","target_ref":"python:FakeRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_rag_trace_wraps_host_owned_trace_loop","target_ref":"python:state.machine_rag_trace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_rag_trace_wraps_host_owned_trace_loop","target_ref":"python:state.read_resource"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_rag_trace_wraps_host_owned_trace_loop","target_ref":"python:state.surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_rag_trace_wraps_host_owned_trace_loop","target_ref":"python:state_with_fake"}],"parser_ref":"python-ast@1","qualified_name":"test_rag_trace_wraps_host_owned_trace_loop","semantic_key":"python:function:test_rag_trace_wraps_host_owned_trace_loop","source_id":"aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29:aoa:abyss-stack:anchor:e51c65fe29b1028e0d89e42f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e51c65fe29b1028e0d89e42f","label":"5. Speech and tool layer","locator":{"end_column":28,"end_line":53,"fragment":"5-speech-and-tool-layer","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:5-speech-and-tool-layer","source_id":"aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:a0e97585d99ea2aa51dccf64","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a0e97585d99ea2aa51dccf64","label":"load_result_summary","locator":{"end_column":27,"end_line":279,"fragment":"","pointer":"","start_column":1,"start_line":275},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_result_summary","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_result_summary","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_result_summary","target_ref":"python:scenario_root"}],"parser_ref":"python-ast@1","qualified_name":"load_result_summary","semantic_key":"python:function:load_result_summary","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:5e130cfd7f740f74be876c83","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5e130cfd7f740f74be876c83","label":"ABYSS-STACK-D-0052 Machine Fit Validator Module","locator":{"end_column":107,"end_line":127,"fragment":"","pointer":"","start_column":3,"start_line":127},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-evidence","target_ref":"../ABYSS-STACK-D-0052-machine-fit-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:127:3:0:../ABYSS-STACK-D-0052-machine-fit-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:ec4bfe5b42a666fbcb58a0af","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ec4bfe5b42a666fbcb58a0af","label":"Source surfaces","locator":{"end_column":18,"end_line":67,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":67},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:24af4fcc6a1c13c19a41522e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:24af4fcc6a1c13c19a41522e","label":"CHANGELOG","locator":{"end_column":82,"end_line":67,"fragment":"","pointer":"","start_column":57,"start_line":67},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"CHANGELOG.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:67:57:0:CHANGELOG.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:ec4bfe5b42a666fbcb58a0af","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ec4bfe5b42a666fbcb58a0af","label":"Source surfaces","locator":{"end_column":18,"end_line":73,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":73},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e:aoa:abyss-stack:anchor:67eec03e8c7f957646ee9e72","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:67eec03e8c7f957646ee9e72","label":"Current route","locator":{"end_column":16,"end_line":3,"fragment":"current-route","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:current-route","source_id":"aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8cccc5ec2edd203095cdace:aoa:abyss-stack:anchor:869d63cb6388cb5200e5d68e","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:869d63cb6388cb5200e5d68e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b8cccc5ec2edd203095cdace","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:4ecf56bd71b8c15816cbbd85","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4ecf56bd71b8c15816cbbd85","label":"review_packet_memo_target_matches","locator":{"end_column":109,"end_line":2687,"fragment":"","pointer":"","start_column":1,"start_line":2681},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:review_packet_memo_target_matches","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:review_packet_memo_target_matches","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:review_packet_memo_target_matches","target_ref":"python:memo_runtime_writeback_targets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:review_packet_memo_target_matches","target_ref":"python:playbook_contract.get"}],"parser_ref":"python-ast@1","qualified_name":"review_packet_memo_target_matches","semantic_key":"python:function:review_packet_memo_target_matches","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} @@ -61,5 +61,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e27318c3b234726b9ae4bd2e:aoa:abyss-stack:anchor:9d87953d2e87b505a78f9f55","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9d87953d2e87b505a78f9f55","label":"INDEX.md","locator":{"end_column":25,"end_line":10,"fragment":"","pointer":"","start_column":5,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots-legacy","target_ref":"INDEX.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:10:5:0:INDEX.md","source_id":"aoa:abyss-stack:artifact:e27318c3b234726b9ae4bd2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e2855b8c2b526183e85f837a:aoa:abyss-stack:anchor:c8c2ef867fda1f10bcb70c60","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c8c2ef867fda1f10bcb70c60","label":"examples/artifact_to_verdict_hook.restartable-inquiry-loop.example.json","locator":{"end_column":75,"end_line":24,"fragment":"","pointer":"/required_files/17","start_column":3,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/17","source_id":"aoa:abyss-stack:artifact:e2855b8c2b526183e85f837a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4e4ef11d7ca5f75c58090ce:aoa:abyss-stack:anchor:5cdeb9abc4b4a8171fd7d4c6","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:5cdeb9abc4b4a8171fd7d4c6","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e4e4ef11d7ca5f75c58090ce","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:282583a9219c886b06e20c75","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:282583a9219c886b06e20c75","label":"ABYSS-STACK-D-0056 Decision Surface Validator Module","locator":{"end_column":117,"end_line":113,"fragment":"","pointer":"","start_column":3,"start_line":113},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0056-decision-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:113:3:0:../ABYSS-STACK-D-0056-decision-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:5558aeec2f1860d8b7a67695","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5558aeec2f1860d8b7a67695","label":"ABYSS-STACK-D-0061 Active Topology Language Validator Module","locator":{"end_column":133,"end_line":76,"fragment":"","pointer":"","start_column":3,"start_line":76},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0061-active-topology-language-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:76:3:0:../ABYSS-STACK-D-0061-active-topology-language-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef819ea912b1550023dc4204:aoa:abyss-stack:anchor:63bb4192fe8b938cf5742595","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:63bb4192fe8b938cf5742595","label":"inspect_compose_containers","locator":{"end_column":78,"end_line":193,"fragment":"","pointer":"","start_column":1,"start_line":154},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:container.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:container.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:container.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:container.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:host_config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:host_config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:host_config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:labels.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:labels.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:labels.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:line.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:line.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:ps.stdout.splitlines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:selected.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:inspect_compose_containers","target_ref":"python:state.get"}],"parser_ref":"python-ast@1","qualified_name":"inspect_compose_containers","semantic_key":"python:function:inspect_compose_containers","source_id":"aoa:abyss-stack:artifact:ef819ea912b1550023dc4204","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4:aoa:abyss-stack:anchor:af53ba355b79e73c3a168837","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:af53ba355b79e73c3a168837","label":"`rpg-runtime/`","locator":{"end_column":42,"end_line":33,"fragment":"","pointer":"","start_column":3,"start_line":33},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:lanes","target_ref":"rpg-runtime/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:33:3:0:rpg-runtime/README.md","source_id":"aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:c38edd5f39263f54a8ec20d0","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c38edd5f39263f54a8ec20d0","label":"observe","locator":{"end_column":10,"end_line":20,"fragment":"","pointer":"/operations/observe","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/operations/observe","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/80.jsonl b/kag/indexes/shards/anchor/80.jsonl index 6ae8dc3c1..ccec4fd68 100644 --- a/kag/indexes/shards/anchor/80.jsonl +++ b/kag/indexes/shards/anchor/80.jsonl @@ -28,7 +28,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8507d41e414635d64e8c63e9:aoa:abyss-stack:anchor:4444653dd6af5d0a2f0937ca","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:4444653dd6af5d0a2f0937ca","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8507d41e414635d64e8c63e9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb:aoa:abyss-stack:anchor:fe6be1713fc2d697d5f5df4c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fe6be1713fc2d697d5f5df4c","label":"`archive`","locator":{"end_column":13,"end_line":89,"fragment":"archive","pointer":"","start_column":1,"start_line":89},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:archive","source_id":"aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:098fbe73cd41179247fd71fc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:098fbe73cd41179247fd71fc","label":"playbook_review_status_entries","locator":{"end_column":74,"end_line":1061,"fragment":"","pointer":"","start_column":1,"start_line":1060},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbook_review_status_entries","target_ref":"python:playbooks_payload"}],"parser_ref":"python-ast@1","qualified_name":"playbook_review_status_entries","semantic_key":"python:function:playbook_review_status_entries","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:b8a2ae6cb07016e8db026420","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b8a2ae6cb07016e8db026420","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":419,"fragment":"","pointer":"","start_column":3,"start_line":419},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sidecar-posture","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:419:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:c29829eeacfce0da0b49accd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c29829eeacfce0da0b49accd","label":"ABYSS-STACK-D-0057 Mechanics Topology Validator Module","locator":{"end_column":121,"end_line":167,"fragment":"","pointer":"","start_column":3,"start_line":167},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:167:3:0:../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8c94c4fc2ecfa8cdf56ae954:aoa:abyss-stack:anchor:a4333fcb0f12754209aae480","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:a4333fcb0f12754209aae480","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8c94c4fc2ecfa8cdf56ae954","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:2aec9f669e831ec09942eb88","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2aec9f669e831ec09942eb88","label":"anchor_ref","locator":{"end_column":11,"end_line":32,"fragment":"","pointer":"/anchor_ref","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/anchor_ref","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} @@ -43,6 +42,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ae7063f19e0593175aca75dd:aoa:abyss-stack:anchor:635e05bbafca2c6473d7ebef","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:635e05bbafca2c6473d7ebef","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:ae7063f19e0593175aca75dd","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b0d24b474c514d6b28be41a7:aoa:abyss-stack:anchor:43a4c662c3a1ec30040924fe","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:43a4c662c3a1ec30040924fe","label":"diagnostic-surfaces","locator":{"end_column":55,"end_line":9,"fragment":"","pointer":"","start_column":3,"start_line":9},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:diagnostic-spine-parts","target_ref":"diagnostic-surfaces/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:9:3:0:diagnostic-surfaces/README.md","source_id":"aoa:abyss-stack:artifact:b0d24b474c514d6b28be41a7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b166d89766b855ada4f4d5df:aoa:abyss-stack:anchor:068bbd6add4d8fdfb7b86cde","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:068bbd6add4d8fdfb7b86cde","label":"test_workflows_profile_is_optional_n8n_layer","locator":{"end_column":58,"end_line":76,"fragment":"","pointer":"","start_column":5,"start_line":71},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_workflows_profile_is_optional_n8n_layer","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_workflows_profile_is_optional_n8n_layer","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_workflows_profile_is_optional_n8n_layer","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_workflows_profile_is_optional_n8n_layer","target_ref":"python:self.run_profile_modules"}],"parser_ref":"python-ast@1","qualified_name":"ProfileCompositionTests.test_workflows_profile_is_optional_n8n_layer","semantic_key":"python:method:ProfileCompositionTests.test_workflows_profile_is_optional_n8n_layer","source_id":"aoa:abyss-stack:artifact:b166d89766b855ada4f4d5df","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:e0dda6a211b407ad12cba187","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e0dda6a211b407ad12cba187","label":"CHANGELOG","locator":{"end_column":82,"end_line":68,"fragment":"","pointer":"","start_column":57,"start_line":68},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"CHANGELOG.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:68:57:0:CHANGELOG.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:431713f2a48d27e2a7fbbce0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:431713f2a48d27e2a7fbbce0","label":"aoa_session_agent_progress_updates","locator":{"end_column":122,"end_line":142,"fragment":"","pointer":"","start_column":5,"start_line":140},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_agent_progress_updates","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_agent_progress_updates","semantic_key":"python:method:build_server.aoa_session_agent_progress_updates","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e:aoa:abyss-stack:anchor:195c81a14ae06061a5e4e512","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:195c81a14ae06061a5e4e512","label":"Runtime query route","locator":{"end_column":22,"end_line":76,"fragment":"runtime-query-route","pointer":"","start_column":1,"start_line":76},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-query-route","source_id":"aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c56997397db15c4d56342e01:aoa:abyss-stack:anchor:56b81739f483809c7a9bf8f1","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:56b81739f483809c7a9bf8f1","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:c56997397db15c4d56342e01","symbol_kind":""} @@ -52,7 +52,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e1dc02e131153f718ad656b5:aoa:abyss-stack:anchor:9c80cbbdbc6d7e62af0088d5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9c80cbbdbc6d7e62af0088d5","label":"build_storage","locator":{"end_column":19,"end_line":383,"fragment":"","pointer":"","start_column":1,"start_line":367},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_storage","target_ref":"python:entry.pop"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_storage","target_ref":"python:find_mount_for_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_storage","target_ref":"python:find_mount_for_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_storage","target_ref":"python:find_mount_for_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_storage","target_ref":"python:read_lsblk_devices"}],"parser_ref":"python-ast@1","qualified_name":"build_storage","semantic_key":"python:function:build_storage","source_id":"aoa:abyss-stack:artifact:e1dc02e131153f718ad656b5","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:fa98e7e1318ea64148f99de3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fa98e7e1318ea64148f99de3","label":"repo_route","locator":{"end_column":10,"end_line":211,"fragment":"","pointer":"","start_column":5,"start_line":156},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:RepoRoute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:RepoRoute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:RepoRoute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:RepoRoute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:place.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:place.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:policy_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:self._normalize_repo"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:self._workspace_memory_place"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:source.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:source.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:source.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:source.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:source.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:source.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:source.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.repo_route","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState.repo_route","semantic_key":"python:method:AoAMemoMCPState.repo_route","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d:aoa:abyss-stack:anchor:45f0e29c5f2c868b0798efb8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:45f0e29c5f2c868b0798efb8","label":"Read before editing","locator":{"end_column":22,"end_line":6,"fragment":"read-before-editing","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:read-before-editing","source_id":"aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:a5064b302e1c247f522c7a2e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a5064b302e1c247f522c7a2e","label":"ABYSS-STACK-D-0028 Intel Inference And Rerank Service Selection","locator":{"end_column":139,"end_line":81,"fragment":"","pointer":"","start_column":3,"start_line":81},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit","target_ref":"../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:81:3:0:../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf:aoa:abyss-stack:anchor:fbe9c5d5e08f3a36ee25222e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fbe9c5d5e08f3a36ee25222e","label":"What belongs here","locator":{"end_column":20,"end_line":5,"fragment":"what-belongs-here","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:what-belongs-here","source_id":"aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a:aoa:abyss-stack:anchor:e4c4be735e96be056f824e04","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e4c4be735e96be056f824e04","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f56c67837383845a3353168f:aoa:abyss-stack:anchor:21666cfa59deb58af24b4a1f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:21666cfa59deb58af24b4a1f","label":"First artifact slice","locator":{"end_column":23,"end_line":28,"fragment":"first-artifact-slice","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:first-artifact-slice","source_id":"aoa:abyss-stack:artifact:f56c67837383845a3353168f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/81.jsonl b/kag/indexes/shards/anchor/81.jsonl index 9b9c0e9a8..8744cdeb6 100644 --- a/kag/indexes/shards/anchor/81.jsonl +++ b/kag/indexes/shards/anchor/81.jsonl @@ -25,8 +25,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7ed2654c79324d83be2d599f:aoa:abyss-stack:anchor:6d917ae751ab7477461418cd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6d917ae751ab7477461418cd","label":"2026-05-13","locator":{"end_column":13,"end_line":20,"fragment":"2026-05-13","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2026-05-13","source_id":"aoa:abyss-stack:artifact:7ed2654c79324d83be2d599f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:15b4e7ccc730afb03789ce40","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:15b4e7ccc730afb03789ce40","label":"cpus","locator":{"end_column":34,"end_line":59,"fragment":"","pointer":"/services/tempo/cpus","start_column":5,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tempo/cpus","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:6d3dbaac1a9bd8a2d9f57126","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6d3dbaac1a9bd8a2d9f57126","label":"kag_tos_export","locator":{"end_column":69,"end_line":2690,"fragment":"","pointer":"","start_column":1,"start_line":2688},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_tos_export","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_tos_export","target_ref":"python:require_store"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_tos_export","target_ref":"python:tos_source_payload"}],"parser_ref":"python-ast@1","qualified_name":"kag_tos_export","semantic_key":"python:function:kag_tos_export","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:50d4ebdad86f626ffb0aa184","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:50d4ebdad86f626ffb0aa184","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":358,"fragment":"","pointer":"","start_column":3,"start_line":358},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:provider-freshness","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:358:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:bf109a184604bf59d9d5faeb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bf109a184604bf59d9d5faeb","label":"ABYSS-STACK-D-0043 Service Selection Validator Module","locator":{"end_column":119,"end_line":52,"fragment":"","pointer":"","start_column":3,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-topology","target_ref":"../ABYSS-STACK-D-0043-service-selection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:52:3:0:../ABYSS-STACK-D-0043-service-selection-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:d5bbad5c3769d81feea3811a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d5bbad5c3769d81feea3811a","label":"ABYSS-STACK-D-0073 ToS Philosophy Graph Access Plane","locator":{"end_column":117,"end_line":346,"fragment":"","pointer":"","start_column":3,"start_line":346},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:projection-only-cache","target_ref":"../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:346:3:0:../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:f72e30e3c49c5044ff1e0bae","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f72e30e3c49c5044ff1e0bae","label":"ABYSS-STACK-D-0034 AoA Memo MCP Landing Plan Boundary","locator":{"end_column":119,"end_line":33,"fragment":"","pointer":"","start_column":3,"start_line":33},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:33:3:0:../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:1c8abbdeb1614f8fdbeb35f8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1c8abbdeb1614f8fdbeb35f8","label":"w5_report_artifact_refs","locator":{"end_column":16,"end_line":995,"fragment":"","pointer":"","start_column":1,"start_line":981},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:approval_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:approval_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:interrupt_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:interrupt_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:plan_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:plan_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w5_report_artifact_refs","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"w5_report_artifact_refs","semantic_key":"python:function:w5_report_artifact_refs","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:63dede203a54bb79e9797325","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:63dede203a54bb79e9797325","label":"load_result_summary","locator":{"end_column":27,"end_line":278,"fragment":"","pointer":"","start_column":1,"start_line":274},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_result_summary","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_result_summary","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_result_summary","target_ref":"python:scenario_root"}],"parser_ref":"python-ast@1","qualified_name":"load_result_summary","semantic_key":"python:function:load_result_summary","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} @@ -49,7 +49,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:4d852fcb96413e6873f073b3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4d852fcb96413e6873f073b3","label":"env_int","locator":{"end_column":69,"end_line":42,"fragment":"","pointer":"","start_column":1,"start_line":35},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:env_int","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:env_int","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:env_int","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:env_int","target_ref":"python:os.environ.get"}],"parser_ref":"python-ast@1","qualified_name":"env_int","semantic_key":"python:function:env_int","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:03ebe619144f486b680a371b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:03ebe619144f486b680a371b","label":"sources_config","locator":{"end_column":18,"end_line":444,"fragment":"","pointer":"","start_column":1,"start_line":440},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:sources_config","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:sources_config","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:sources_config","target_ref":"python:read_json"}],"parser_ref":"python-ast@1","qualified_name":"sources_config","semantic_key":"python:function:sources_config","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d:aoa:abyss-stack:anchor:6cb7ba429adb12f1dbb28b73","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6cb7ba429adb12f1dbb28b73","label":"sha256_file","locator":{"end_column":36,"end_line":43,"fragment":"","pointer":"","start_column":1,"start_line":36},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:sha256_file","target_ref":"python:digest.hexdigest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:sha256_file","target_ref":"python:digest.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:sha256_file","target_ref":"python:handle.read"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:sha256_file","target_ref":"python:hashlib.sha256"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:sha256_file","target_ref":"python:iter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:sha256_file","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:sha256_file","target_ref":"python:path.open"}],"parser_ref":"python-ast@1","qualified_name":"sha256_file","semantic_key":"python:function:sha256_file","source_id":"aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:08b82f45e08df5b6fe0bf168","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:08b82f45e08df5b6fe0bf168","label":"ABYSS-STACK-D-0039 Validation Command Authority And Technical Topology","locator":{"end_column":153,"end_line":176,"fragment":"","pointer":"","start_column":3,"start_line":176},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-lane","target_ref":"../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:176:3:0:../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:0a7a2c3c86a1f77da2907749","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0a7a2c3c86a1f77da2907749","label":"_port_relative","locator":{"end_column":30,"end_line":368,"fragment":"","pointer":"","start_column":5,"start_line":362},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._port_relative","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._port_relative","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._port_relative","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._port_relative","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._port_relative","target_ref":"python:port_ref.partition"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._port_relative","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._port_relative","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAStatsMCPState._port_relative","semantic_key":"python:method:AoAStatsMCPState._port_relative","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:fe87c9255d91862e65b80185:aoa:abyss-stack:anchor:74497532bcc6a996b968c89b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:74497532bcc6a996b968c89b","label":"Follow-up route","locator":{"end_column":18,"end_line":83,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":83},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:fe87c9255d91862e65b80185","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ffb0f6f1f47fd11880be16b5:aoa:abyss-stack:anchor:3b3a08f63d2c79e6a2c84634","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3b3a08f63d2c79e6a2c84634","label":"test_governed_router_acceptance_commands_must_pin_sibling_roots","locator":{"end_column":6,"end_line":164,"fragment":"","pointer":"","start_column":1,"start_line":147},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_governed_router_acceptance_commands_must_pin_sibling_roots","target_ref":"python:policy_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_governed_router_acceptance_commands_must_pin_sibling_roots","target_ref":"python:run_runtime_route_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_governed_router_acceptance_commands_must_pin_sibling_roots","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_governed_router_acceptance_commands_must_pin_sibling_roots","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_governed_router_acceptance_commands_must_pin_sibling_roots","semantic_key":"python:function:test_governed_router_acceptance_commands_must_pin_sibling_roots","source_id":"aoa:abyss-stack:artifact:ffb0f6f1f47fd11880be16b5","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/82.jsonl b/kag/indexes/shards/anchor/82.jsonl index 9cecd5de8..6283cb40e 100644 --- a/kag/indexes/shards/anchor/82.jsonl +++ b/kag/indexes/shards/anchor/82.jsonl @@ -14,10 +14,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:3ad8bea81e7451e91abfec24:aoa:abyss-stack:anchor:fc886b6b3373f4fcbd83dc50","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fc886b6b3373f4fcbd83dc50","label":"Watchtower Runtime Job","locator":{"end_column":24,"end_line":1,"fragment":"watchtower-runtime-job","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:watchtower-runtime-job","source_id":"aoa:abyss-stack:artifact:3ad8bea81e7451e91abfec24","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3c3d2e611d005c8a3841bd39:aoa:abyss-stack:anchor:bbc0d244e578bdb9d3d9c550","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bbc0d244e578bdb9d3d9c550","label":"write_text","locator":{"end_column":44,"end_line":13,"fragment":"","pointer":"","start_column":1,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_text","semantic_key":"python:function:write_text","source_id":"aoa:abyss-stack:artifact:3c3d2e611d005c8a3841bd39","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:462958ef9e102f886d3d64f4:aoa:abyss-stack:anchor:7f09339472ae7a93297a1996","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7f09339472ae7a93297a1996","label":"Rationale","locator":{"end_column":12,"end_line":61,"fragment":"rationale","pointer":"","start_column":1,"start_line":61},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:462958ef9e102f886d3d64f4","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e:aoa:abyss-stack:anchor:3b5ab1056598e5641718c423","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3b5ab1056598e5641718c423","label":"Local Contract","locator":{"end_column":17,"end_line":15,"fragment":"local-contract","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:local-contract","source_id":"aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e:aoa:abyss-stack:anchor:3b5ab1056598e5641718c423","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3b5ab1056598e5641718c423","label":"Local Contract","locator":{"end_column":17,"end_line":16,"fragment":"local-contract","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:local-contract","source_id":"aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5cf511073cba8648076ea457:aoa:abyss-stack:anchor:d66674694e249eab411b7682","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d66674694e249eab411b7682","label":"OMP_NUM_THREADS","locator":{"end_column":55,"end_line":13,"fragment":"","pointer":"/services/ovms/environment/OMP_NUM_THREADS","start_column":7,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ovms/environment/OMP_NUM_THREADS","source_id":"aoa:abyss-stack:artifact:5cf511073cba8648076ea457","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5ebb90fdab6b56d166e3d73a:aoa:abyss-stack:anchor:eaba143cee2bd532e4bc32c4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:eaba143cee2bd532e4bc32c4","label":"bridge_record_entries","locator":{"end_column":19,"end_line":70,"fragment":"","pointer":"","start_column":1,"start_line":44},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bridge_record_entries","target_ref":"python:entries.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bridge_record_entries","target_ref":"python:entries.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bridge_record_entries","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bridge_record_entries","target_ref":"python:read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bridge_record_entries","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bridge_record_entries","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bridge_record_entries","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bridge_record_entries","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bridge_record_entries","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bridge_record_entries","target_ref":"python:records_root.glob"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bridge_record_entries","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bridge_record_entries","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:bridge_record_entries","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"bridge_record_entries","semantic_key":"python:function:bridge_record_entries","source_id":"aoa:abyss-stack:artifact:5ebb90fdab6b56d166e3d73a","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:6606e341283d8091bb102e1b:aoa:abyss-stack:anchor:369bddca75d117c0ed32af3c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:369bddca75d117c0ed32af3c","label":"summary_resource","locator":{"end_column":83,"end_line":126,"fragment":"","pointer":"","start_column":5,"start_line":125},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.summary_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.summary_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.summary_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.summary_resource","semantic_key":"python:method:build_server.summary_resource","source_id":"aoa:abyss-stack:artifact:6606e341283d8091bb102e1b","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315:aoa:abyss-stack:anchor:f8a0bb964958c84bb884a35a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f8a0bb964958c84bb884a35a","label":"Observe current state","locator":{"end_column":24,"end_line":76,"fragment":"observe-current-state","pointer":"","start_column":1,"start_line":76},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:observe-current-state","source_id":"aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6c8bc3c68449b993c6781201:aoa:abyss-stack:anchor:1d88d62ffe281ed1c9874c8a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1d88d62ffe281ed1c9874c8a","label":"_credential_token","locator":{"end_column":34,"end_line":87,"fragment":"","pointer":"","start_column":1,"start_line":74},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.is_symlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.is_symlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:raw.removesuffix"}],"parser_ref":"python-ast@1","qualified_name":"_credential_token","semantic_key":"python:function:_credential_token","source_id":"aoa:abyss-stack:artifact:6c8bc3c68449b993c6781201","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:712668d4fc44f3b900535739:aoa:abyss-stack:anchor:c99675a1475c746829f6195b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c99675a1475c746829f6195b","label":"_run_server","locator":{"end_column":44,"end_line":28,"fragment":"","pointer":"","start_column":1,"start_line":18},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:_http_auth_kwargs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:_transport_settings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:server.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:server.run"}],"parser_ref":"python-ast@1","qualified_name":"_run_server","semantic_key":"python:function:_run_server","source_id":"aoa:abyss-stack:artifact:712668d4fc44f3b900535739","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:738654194bdcb1fdc161386c:aoa:abyss-stack:anchor:a7e1f4087ad70d0eae1d9dd5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a7e1f4087ad70d0eae1d9dd5","label":"RouteAPIUnavailableError","locator":{"end_column":9,"end_line":165,"fragment":"","pointer":"","start_column":1,"start_line":164},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"RouteAPIUnavailableError","semantic_key":"python:class:RouteAPIUnavailableError","source_id":"aoa:abyss-stack:artifact:738654194bdcb1fdc161386c","symbol_kind":"class"} @@ -48,8 +49,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:637d9107443647f63192d7ae","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:637d9107443647f63192d7ae","label":"_read_json","locator":{"end_column":20,"end_line":106,"fragment":"","pointer":"","start_column":1,"start_line":100},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"_read_json","semantic_key":"python:function:_read_json","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e7ba94b5d0c3b11353c9428a:aoa:abyss-stack:anchor:6272384eee4e493a40530ba1","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:6272384eee4e493a40530ba1","label":"surface","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/surface","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/surface","source_id":"aoa:abyss-stack:artifact:e7ba94b5d0c3b11353c9428a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:ef819ea912b1550023dc4204:aoa:abyss-stack:anchor:670623524aff347196ca48f8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:670623524aff347196ca48f8","label":"build_status","locator":{"end_column":6,"end_line":316,"fragment":"","pointer":"","start_column":1,"start_line":268},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:classify_guard"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:container.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:container.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:env.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:env.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:env.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:env.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:env.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:fields.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:fields.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:fields.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:guarded_services.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:inspect_compose_containers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:live_by_service.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:parse_rendered_services"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:read_user_unit_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:render_compose_config"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:render_stderr.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:rendered_services.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:runtime_environment"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:service_status.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:split_csv"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:summarize_guard_status"}],"parser_ref":"python-ast@1","qualified_name":"build_status","semantic_key":"python:function:build_status","source_id":"aoa:abyss-stack:artifact:ef819ea912b1550023dc4204","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:22ed078ab154c3643e757ea0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:22ed078ab154c3643e757ea0","label":"ABYSS-STACK-D-0012 Quest And Compatibility Topology","locator":{"end_column":115,"end_line":136,"fragment":"","pointer":"","start_column":3,"start_line":136},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questbook","target_ref":"../ABYSS-STACK-D-0012-quest-and-compatibility-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:136:3:0:../ABYSS-STACK-D-0012-quest-and-compatibility-topology.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:af66b762a711bdfbf3a45cdd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:af66b762a711bdfbf3a45cdd","label":"ABYSS-STACK-D-0061 Active Topology Language Validator Module","locator":{"end_column":133,"end_line":67,"fragment":"","pointer":"","start_column":3,"start_line":67},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0061-active-topology-language-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:67:3:0:../ABYSS-STACK-D-0061-active-topology-language-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:bd75a01774caf67202c1df8b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bd75a01774caf67202c1df8b","label":"ABYSS-STACK-D-0035 AoA Evals MCP Access Plane","locator":{"end_column":103,"end_line":145,"fragment":"","pointer":"","start_column":3,"start_line":145},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0035-aoa-evals-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:145:3:0:../ABYSS-STACK-D-0035-aoa-evals-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:8f4a4d45668198ff4f297b3d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8f4a4d45668198ff4f297b3d","label":"test_runtime_config_bundle_validator_accepts_expected_runtime_manual_review","locator":{"end_column":78,"end_line":162,"fragment":"","pointer":"","start_column":1,"start_line":143},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_accepts_expected_runtime_manual_review","target_ref":"python:load_runtime_config_bundle_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_accepts_expected_runtime_manual_review","target_ref":"python:validator._runtime_trust_gate_manual_review_state"}],"parser_ref":"python-ast@1","qualified_name":"test_runtime_config_bundle_validator_accepts_expected_runtime_manual_review","semantic_key":"python:function:test_runtime_config_bundle_validator_accepts_expected_runtime_manual_review","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564:aoa:abyss-stack:anchor:ca5722b8ec53f47647382357","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ca5722b8ec53f47647382357","label":"Decision","locator":{"end_column":11,"end_line":23,"fragment":"decision","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/83.jsonl b/kag/indexes/shards/anchor/83.jsonl index 8911492a0..d13d32681 100644 --- a/kag/indexes/shards/anchor/83.jsonl +++ b/kag/indexes/shards/anchor/83.jsonl @@ -7,7 +7,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:29de7059cc14d1243d40b8b2:aoa:abyss-stack:anchor:c8a80c723c050e7d43a425d7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c8a80c723c050e7d43a425d7","label":"3. Bootstrap the runtime tree","locator":{"end_column":33,"end_line":40,"fragment":"3-bootstrap-the-runtime-tree","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:3-bootstrap-the-runtime-tree","source_id":"aoa:abyss-stack:artifact:29de7059cc14d1243d40b8b2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:34ec8a2fce7bcafdfcb01c55:aoa:abyss-stack:anchor:415ad9c0a3f9c132be87fec5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:415ad9c0a3f9c132be87fec5","label":"discord_answer_prompt","locator":{"end_column":10,"end_line":78,"fragment":"","pointer":"","start_column":5,"start_line":72},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.discord_answer_prompt","target_ref":"python:mcp.prompt"}],"parser_ref":"python-ast@1","qualified_name":"build_server.discord_answer_prompt","semantic_key":"python:method:build_server.discord_answer_prompt","source_id":"aoa:abyss-stack:artifact:34ec8a2fce7bcafdfcb01c55","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:36859e11e9be7ab91b421453:aoa:abyss-stack:anchor:a51b9bb9e03191099be55a0d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a51b9bb9e03191099be55a0d","label":"Runtime-aware hygiene","locator":{"end_column":24,"end_line":60,"fragment":"runtime-aware-hygiene","pointer":"","start_column":1,"start_line":60},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-aware-hygiene","source_id":"aoa:abyss-stack:artifact:36859e11e9be7ab91b421453","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:59cda6ca00e768efaca2faf1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:59cda6ca00e768efaca2faf1","label":"Review-critical Drift","locator":{"end_column":24,"end_line":293,"fragment":"review-critical-drift","pointer":"","start_column":1,"start_line":293},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:review-critical-drift","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:59cda6ca00e768efaca2faf1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:59cda6ca00e768efaca2faf1","label":"Review-critical Drift","locator":{"end_column":24,"end_line":297,"fragment":"review-critical-drift","pointer":"","start_column":1,"start_line":297},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:review-critical-drift","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:38c98727c64e92de3a457d58:aoa:abyss-stack:anchor:1b9484ab0fd5dd1e49546b7a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1b9484ab0fd5dd1e49546b7a","label":"mode","locator":{"end_column":14,"end_line":31,"fragment":"","pointer":"/activation/mode","start_column":3,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/activation/mode","source_id":"aoa:abyss-stack:artifact:38c98727c64e92de3a457d58","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:390630c03798b24e2d99ac78:aoa:abyss-stack:anchor:bc0115141aa7bf04393cd000","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:bc0115141aa7bf04393cd000","label":"Decision","locator":{"end_column":11,"end_line":28,"fragment":"decision","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:390630c03798b24e2d99ac78","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:eaf08ca68928ac9f3987b2db","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:eaf08ca68928ac9f3987b2db","label":"load_case_spec","locator":{"end_column":74,"end_line":271,"fragment":"","pointer":"","start_column":1,"start_line":270},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_case_spec","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_case_spec","target_ref":"python:scenario_root"}],"parser_ref":"python-ast@1","qualified_name":"load_case_spec","semantic_key":"python:function:load_case_spec","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} @@ -46,12 +46,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6:aoa:abyss-stack:anchor:6d8ea679789a4942ec3ed54a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6d8ea679789a4942ec3ed54a","label":"relation_pack_detail","locator":{"end_column":49,"end_line":192,"fragment":"","pointer":"","start_column":1,"start_line":188},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:relation_pack_detail","target_ref":"python:_handle_reader_error"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:relation_pack_detail","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:relation_pack_detail","target_ref":"python:reader.relation_pack"}],"parser_ref":"python-ast@1","qualified_name":"relation_pack_detail","semantic_key":"python:function:relation_pack_detail","source_id":"aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:1f96d2c089976e7d890679b9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1f96d2c089976e7d890679b9","label":"_file_sha256","locator":{"end_column":18,"end_line":25,"fragment":"","pointer":"","start_column":1,"start_line":21},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_file_sha256","target_ref":"python:hashlib.sha256"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_file_sha256","target_ref":"python:path.read_bytes"}],"parser_ref":"python-ast@1","qualified_name":"_file_sha256","semantic_key":"python:function:_file_sha256","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4e4ef11d7ca5f75c58090ce:aoa:abyss-stack:anchor:cbc8dd1d2f5a5de253d12b67","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cbc8dd1d2f5a5de253d12b67","label":"Governed Runner","locator":{"end_column":17,"end_line":1,"fragment":"governed-runner","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governed-runner","source_id":"aoa:abyss-stack:artifact:e4e4ef11d7ca5f75c58090ce","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:9bb2337cb14abc70f4f95fe6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9bb2337cb14abc70f4f95fe6","label":"ABYSS-STACK-D-0006 Local AI Trials First-Run Boundary","locator":{"end_column":119,"end_line":69,"fragment":"","pointer":"","start_column":3,"start_line":69},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0006-local-ai-trials-first-run-boundary.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:69:3:0:../ABYSS-STACK-D-0006-local-ai-trials-first-run-boundary.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:2cd0add3cbaa6beb9f08a5d3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2cd0add3cbaa6beb9f08a5d3","label":"semantic_inventory_payload","locator":{"end_column":6,"end_line":437,"fragment":"","pointer":"","start_column":1,"start_line":358},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:datetime.now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:neo4j.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:neo4j.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:neo4j.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:neo4j_semantic_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:postgres.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:postgres.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:postgres.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:postgres_semantic_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:qdrant_collections.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:qdrant_collections.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:qdrant_collections.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:route_health.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:route_health.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:route_health.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:route_openapi.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:route_openapi.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:route_openapi.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:safe_http_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:safe_http_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:safe_http_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:safe_inventory_url_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:safe_inventory_url_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:safe_inventory_url_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:safe_inventory_url_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:sources.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:sources.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:sources_config"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:semantic_inventory_payload","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"semantic_inventory_payload","semantic_key":"python:function:semantic_inventory_payload","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:c2da8c3d5bc7ad4a89a4a421","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c2da8c3d5bc7ad4a89a4a421","label":"iter_source_files","locator":{"end_column":17,"end_line":473,"fragment":"","pointer":"","start_column":1,"start_line":454},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_source_files","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_source_files","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_source_files","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_source_files","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_source_files","target_ref":"python:files.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_source_files","target_ref":"python:fnmatch.fnmatch"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_source_files","target_ref":"python:fnmatch.fnmatch"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_source_files","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_source_files","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_source_files","target_ref":"python:path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_source_files","target_ref":"python:root.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_source_files","target_ref":"python:root.rglob"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_source_files","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_source_files","target_ref":"python:source.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:iter_source_files","target_ref":"python:source.get"}],"parser_ref":"python-ast@1","qualified_name":"iter_source_files","semantic_key":"python:function:iter_source_files","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ef56699ffc0c3ce34db9a3af:aoa:abyss-stack:anchor:a94d9fbe6e5791cf0c90e3a5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a94d9fbe6e5791cf0c90e3a5","label":"stats_surface_read","locator":{"end_column":10,"end_line":79,"fragment":"","pointer":"","start_column":5,"start_line":67},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.stats_surface_read","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.stats_surface_read","semantic_key":"python:method:build_server.stats_surface_read","source_id":"aoa:abyss-stack:artifact:ef56699ffc0c3ce34db9a3af","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ef819ea912b1550023dc4204:aoa:abyss-stack:anchor:1388ea40cc3dafb9f9ce2b91","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1388ea40cc3dafb9f9ce2b91","label":"classify_guard","locator":{"end_column":32,"end_line":242,"fragment":"","pointer":"","start_column":1,"start_line":225},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_guard","target_ref":"python:expected.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_guard","target_ref":"python:expected.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_guard","target_ref":"python:expected.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_guard","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_guard","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_guard","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_guard","target_ref":"python:live.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_guard","target_ref":"python:live.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_guard","target_ref":"python:live.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_guard","target_ref":"python:parse_compose_cpus_nano"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_guard","target_ref":"python:parse_compose_memory_bytes"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_guard","target_ref":"python:parse_compose_memory_bytes"}],"parser_ref":"python-ast@1","qualified_name":"classify_guard","semantic_key":"python:function:classify_guard","source_id":"aoa:abyss-stack:artifact:ef819ea912b1550023dc4204","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d:aoa:abyss-stack:anchor:feef3357e2c434c0542845f1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:feef3357e2c434c0542845f1","label":"open","locator":{"end_column":39,"end_line":84,"fragment":"","pointer":"","start_column":5,"start_line":72},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.open","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.open","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.open","target_ref":"python:_object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.open","target_ref":"python:cls"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.open","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.open","target_ref":"python:manifest_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.open","target_ref":"python:root.resolve"}],"parser_ref":"python-ast@1","qualified_name":"RetrievalBundle.open","semantic_key":"python:method:RetrievalBundle.open","source_id":"aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:428386aec77b7f685a947ed9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:428386aec77b7f685a947ed9","label":"ABYSS-STACK-D-0057 Mechanics Topology Validator Module","locator":{"end_column":121,"end_line":32,"fragment":"","pointer":"","start_column":3,"start_line":32},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mechanics","target_ref":"../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:32:3:0:../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:9ac53a18221b4bac21dbc794","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9ac53a18221b4bac21dbc794","label":"ABYSS-STACK-D-0078 Federated Stats MCP Access Plane","locator":{"end_column":115,"end_line":250,"fragment":"","pointer":"","start_column":3,"start_line":250},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:250:3:0:../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:a81320293274b587432d31dd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a81320293274b587432d31dd","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":223,"fragment":"","pointer":"","start_column":3,"start_line":223},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:223:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a:aoa:abyss-stack:anchor:83983b2bd8829488ccee9516","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:83983b2bd8829488ccee9516","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564:aoa:abyss-stack:anchor:29b9750f3152b860cc51207b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:29b9750f3152b860cc51207b","label":"Options considered","locator":{"end_column":21,"end_line":29,"fragment":"options-considered","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:946d2e20364fc933a794acd9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:946d2e20364fc933a794acd9","label":"schema_verdict","locator":{"end_column":22,"end_line":53,"fragment":"","pointer":"/abi/outputs/required/4","start_column":7,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs/required/4","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/84.jsonl b/kag/indexes/shards/anchor/84.jsonl index 60ac24834..6e57c1edc 100644 --- a/kag/indexes/shards/anchor/84.jsonl +++ b/kag/indexes/shards/anchor/84.jsonl @@ -27,7 +27,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:a1fcbe0af47acbb2dbbfad18","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a1fcbe0af47acbb2dbbfad18","label":"require_root_card","locator":{"end_column":111,"end_line":1282,"fragment":"","pointer":"","start_column":1,"start_line":1278},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_root_card","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_root_card","target_ref":"python:routing_payload"}],"parser_ref":"python-ast@1","qualified_name":"require_root_card","semantic_key":"python:function:require_root_card","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:b376d15aa751b319882be96b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b376d15aa751b319882be96b","label":"kag_technique_lift_pack","locator":{"end_column":75,"end_line":2660,"fragment":"","pointer":"","start_column":1,"start_line":2658},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_technique_lift_pack","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_technique_lift_pack","target_ref":"python:kag_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_technique_lift_pack","target_ref":"python:require_store"}],"parser_ref":"python-ast@1","qualified_name":"kag_technique_lift_pack","semantic_key":"python:function:kag_technique_lift_pack","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:1c14caffffbc4460708f95de","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1c14caffffbc4460708f95de","label":"resolve_selector_context","locator":{"end_column":6,"end_line":196,"fragment":"","pointer":"","start_column":1,"start_line":182},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_selector_context","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_selector_context","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_selector_context","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_selector_context","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_selector_context","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_selector_context","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_selector_context","target_ref":"python:split_csv"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_selector_context","target_ref":"python:split_csv"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_selector_context","target_ref":"python:split_csv"}],"parser_ref":"python-ast@1","qualified_name":"resolve_selector_context","semantic_key":"python:function:resolve_selector_context","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:dfe32e6c08320f383fea8869","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dfe32e6c08320f383fea8869","label":"skill projection","locator":{"end_column":19,"end_line":421,"fragment":"skill-projection","pointer":"","start_column":1,"start_line":421},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:skill-projection","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:dfe32e6c08320f383fea8869","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dfe32e6c08320f383fea8869","label":"skill projection","locator":{"end_column":19,"end_line":433,"fragment":"skill-projection","pointer":"","start_column":1,"start_line":433},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:skill-projection","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:38c3462d2d3eb6b1f0a74ac5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:38c3462d2d3eb6b1f0a74ac5","label":"materialize","locator":{"end_column":46,"end_line":770,"fragment":"","pointer":"","start_column":1,"start_line":750},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:available_cases"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:contracts.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:log_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:mirror_readme"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:mirror_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:node_artifacts_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:program_readme"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:refresh_w6_outputs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"materialize","semantic_key":"python:function:materialize","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:95958bc5447d5ce3c2eeb1c7:aoa:abyss-stack:anchor:f53e3fd279426f1c5e7a357f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f53e3fd279426f1c5e7a357f","label":"Federation Seams Provenance","locator":{"end_column":29,"end_line":1,"fragment":"federation-seams-provenance","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation-seams-provenance","source_id":"aoa:abyss-stack:artifact:95958bc5447d5ce3c2eeb1c7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9783f16d116b4b884f146872:aoa:abyss-stack:anchor:5ba3f72160fea0b00c08f292","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:5ba3f72160fea0b00c08f292","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:9783f16d116b4b884f146872","symbol_kind":"json_key"} @@ -36,6 +36,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:507fb7d889bf543ee3d03452","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:507fb7d889bf543ee3d03452","label":"\"postgres\"","locator":{"end_column":18,"end_line":38,"fragment":"","pointer":"/services/postgres/command/0","start_column":7,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/postgres/command/0","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:83ba203628b35b0cff90c95d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:83ba203628b35b0cff90c95d","label":"available_cases","locator":{"end_column":33,"end_line":534,"fragment":"","pointer":"","start_column":1,"start_line":533},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:available_cases","target_ref":"python:w5_catalog"}],"parser_ref":"python-ast@1","qualified_name":"available_cases","semantic_key":"python:function:available_cases","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b045424d357b2170f276d1e9:aoa:abyss-stack:anchor:a00a559c9d48ae61650b740d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a00a559c9d48ae61650b740d","label":"main","locator":{"end_column":13,"end_line":178,"fragment":"","pointer":"","start_column":1,"start_line":168},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:build_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.parse_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print_text"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:b045424d357b2170f276d1e9","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:98a9b9edc92f3ad53889cf85","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:98a9b9edc92f3ad53889cf85","label":"CHARTER","locator":{"end_column":76,"end_line":96,"fragment":"","pointer":"","start_column":55,"start_line":96},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:claim-check","target_ref":"CHARTER.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:96:55:0:CHARTER.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bc37d034bad564583790a46f:aoa:abyss-stack:anchor:96e6e3d130aaaa62fa27d925","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:96e6e3d130aaaa62fa27d925","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:bc37d034bad564583790a46f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c9fc7a9570c2fcf7079a2f6d:aoa:abyss-stack:anchor:695b911b398c97b2e9be52a4","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:695b911b398c97b2e9be52a4","label":"type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/type","source_id":"aoa:abyss-stack:artifact:c9fc7a9570c2fcf7079a2f6d","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:dabec73d868c5780b2759d7e:aoa:abyss-stack:anchor:dd3f71a6f88e9e15abbcb64f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:dd3f71a6f88e9e15abbcb64f","label":"default_philosophy_view","locator":{"end_column":37,"end_line":21,"fragment":"","pointer":"/ui/default_philosophy_view","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/ui/default_philosophy_view","source_id":"aoa:abyss-stack:artifact:dabec73d868c5780b2759d7e","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/86.jsonl b/kag/indexes/shards/anchor/86.jsonl index 980e1ab2d..306715e14 100644 --- a/kag/indexes/shards/anchor/86.jsonl +++ b/kag/indexes/shards/anchor/86.jsonl @@ -2,7 +2,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:070b4dda2783b0838c17e2ae:aoa:abyss-stack:anchor:bd72140375a0937583be2f8c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:bd72140375a0937583be2f8c","label":"Consequences","locator":{"end_column":15,"end_line":59,"fragment":"consequences","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:070b4dda2783b0838c17e2ae","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0d3fd5249d88e8dc21a52a9c:aoa:abyss-stack:anchor:1a2e95285613265d8813c7f0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1a2e95285613265d8813c7f0","label":"_status_from_section","locator":{"end_column":14,"end_line":439,"fragment":"","pointer":"","start_column":1,"start_line":431},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_status_from_section","target_ref":"python:_section_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_status_from_section","target_ref":"python:line.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_status_from_section","target_ref":"python:raw_line.strip"}],"parser_ref":"python-ast@1","qualified_name":"_status_from_section","semantic_key":"python:function:_status_from_section","source_id":"aoa:abyss-stack:artifact:0d3fd5249d88e8dc21a52a9c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:16f69bcd84ec7a895c63a279:aoa:abyss-stack:anchor:58582588e73fdd7cb178e5aa","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:58582588e73fdd7cb178e5aa","label":"By mechanic parent","locator":{"end_column":39,"end_line":14,"fragment":"","pointer":"","start_column":3,"start_line":14},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:indexes","target_ref":"by-mechanic.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:14:3:0:by-mechanic.md","source_id":"aoa:abyss-stack:artifact:16f69bcd84ec7a895c63a279","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:6a2e1124369e9731ebc0675f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6a2e1124369e9731ebc0675f","label":"test_local_overlay_rejects_legacy_top_level_metadata","locator":{"end_column":6,"end_line":153,"fragment":"","pointer":"","start_column":1,"start_line":138},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_overlay_rejects_legacy_top_level_metadata","target_ref":"python:run_skill_projection_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_overlay_rejects_legacy_top_level_metadata","target_ref":"python:skill_md.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_overlay_rejects_legacy_top_level_metadata","target_ref":"python:write_minimal_skill_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_overlay_rejects_legacy_top_level_metadata","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_local_overlay_rejects_legacy_top_level_metadata","semantic_key":"python:function:test_local_overlay_rejects_legacy_top_level_metadata","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:17efbe03b3bab9d83a627c19:aoa:abyss-stack:anchor:d6ae435ac1708f3392aab2b0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d6ae435ac1708f3392aab2b0","label":"Quick triage","locator":{"end_column":15,"end_line":3,"fragment":"quick-triage","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:quick-triage","source_id":"aoa:abyss-stack:artifact:17efbe03b3bab9d83a627c19","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1e8b0638dbdfaee580d122a6:aoa:abyss-stack:anchor:c24fa3dd5a019390eee275ce","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c24fa3dd5a019390eee275ce","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:1e8b0638dbdfaee580d122a6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1efa0ebb38f6b3df4544a355:aoa:abyss-stack:anchor:753b1452925f80b208ff8b5a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:753b1452925f80b208ff8b5a","label":"test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","locator":{"end_column":10,"end_line":300,"fragment":"","pointer":"","start_column":5,"start_line":225},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:AssertionError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:run_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:self.install_review_packet_runtime_surfaces"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:self.module.replay_review_packets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","semantic_key":"python:method:GovernedRunnerReviewPacketTests.test_replay_review_packets_refreshes_manifest_and_audit_without_federated_rerun","source_id":"aoa:abyss-stack:artifact:1efa0ebb38f6b3df4544a355","symbol_kind":"method"} @@ -39,6 +38,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:af733ceef13848830e6ea691:aoa:abyss-stack:anchor:2c085e62bbcc5b2eda8caa4d","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:2c085e62bbcc5b2eda8caa4d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:af733ceef13848830e6ea691","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b035ee8c834460c2468f7ce8:aoa:abyss-stack:anchor:dcd8761a12c9bc512353cf7a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:dcd8761a12c9bc512353cf7a","label":"evidence_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/evidence_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/evidence_refs","source_id":"aoa:abyss-stack:artifact:b035ee8c834460c2468f7ce8","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:366ee7188313ef2d68cc0043","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:366ee7188313ef2d68cc0043","label":"_proc_cmdline","locator":{"end_column":90,"end_line":247,"fragment":"","pointer":"","start_column":1,"start_line":242},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_proc_cmdline","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_proc_cmdline","target_ref":"python:data.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_proc_cmdline","target_ref":"python:part.decode"}],"parser_ref":"python-ast@1","qualified_name":"_proc_cmdline","semantic_key":"python:function:_proc_cmdline","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:f3fc34fbe3115ac5cd75d6d1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f3fc34fbe3115ac5cd75d6d1","label":"mechanics/README","locator":{"end_column":108,"end_line":64,"fragment":"","pointer":"","start_column":69,"start_line":64},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"mechanics/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:64:69:0:mechanics/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:351260b21f942eb66788d483","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:351260b21f942eb66788d483","label":"${AOA_STACK_ROOT","locator":{"end_column":124,"end_line":119,"fragment":"","pointer":"/services/grafana/volumes/1/${AOA_STACK_ROOT","start_column":7,"start_line":119},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/grafana/volumes/1/${AOA_STACK_ROOT","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be3a9520782067bdc90affd6:aoa:abyss-stack:anchor:57885ac26f721a6aaaebe193","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:57885ac26f721a6aaaebe193","label":"summary","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/summary","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/summary","source_id":"aoa:abyss-stack:artifact:be3a9520782067bdc90affd6","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:be3a9520782067bdc90affd6:aoa:abyss-stack:anchor:ad68b5f3bbd02a0fb88b44fe","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ad68b5f3bbd02a0fb88b44fe","label":"version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/version","source_id":"aoa:abyss-stack:artifact:be3a9520782067bdc90affd6","symbol_kind":"json_key"} @@ -49,16 +49,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d9f44be0e6ee57f0638eb6cc:aoa:abyss-stack:anchor:0c1b6c7b6f6a57c7f79c3f46","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0c1b6c7b6f6a57c7f79c3f46","label":"parse_args","locator":{"end_column":31,"end_line":31,"fragment":"","pointer":"","start_column":1,"start_line":22},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_args","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_args","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_args","target_ref":"python:parser.parse_args"}],"parser_ref":"python-ast@1","qualified_name":"parse_args","semantic_key":"python:function:parse_args","source_id":"aoa:abyss-stack:artifact:d9f44be0e6ee57f0638eb6cc","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:da5676238577964452bfd03b:aoa:abyss-stack:anchor:64031d43b0cf91bf77ef8247","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:64031d43b0cf91bf77ef8247","label":"LLAMA_ARG_PORT","locator":{"end_column":28,"end_line":14,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_PORT","start_column":7,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_PORT","source_id":"aoa:abyss-stack:artifact:da5676238577964452bfd03b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:dcd20b43bb772736e4c7af24:aoa:abyss-stack:anchor:1e67b1ca9b07b035724a2812","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1e67b1ca9b07b035724a2812","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:dcd20b43bb772736e4c7af24","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76:aoa:abyss-stack:anchor:b44772ea0fe86c40978bdae8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b44772ea0fe86c40978bdae8","label":"parse_args","locator":{"end_column":31,"end_line":405,"fragment":"","pointer":"","start_column":1,"start_line":391},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_args","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_args","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_args","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_args","target_ref":"python:parser.parse_args"}],"parser_ref":"python-ast@1","qualified_name":"parse_args","semantic_key":"python:function:parse_args","source_id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76:aoa:abyss-stack:anchor:b44772ea0fe86c40978bdae8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b44772ea0fe86c40978bdae8","label":"parse_args","locator":{"end_column":31,"end_line":387,"fragment":"","pointer":"","start_column":1,"start_line":373},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_args","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_args","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_args","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_args","target_ref":"python:parser.parse_args"}],"parser_ref":"python-ast@1","qualified_name":"parse_args","semantic_key":"python:function:parse_args","source_id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e5815b1ddc8dee89443eb5d2:aoa:abyss-stack:anchor:8ba43f4a4cc1f9aa1f2ec5bf","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8ba43f4a4cc1f9aa1f2ec5bf","label":"Artifacts","locator":{"end_column":12,"end_line":22,"fragment":"artifacts","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:artifacts","source_id":"aoa:abyss-stack:artifact:e5815b1ddc8dee89443eb5d2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e5ab9171b5fed78f462de3a2:aoa:abyss-stack:anchor:897ba815330ae5b546b2c004","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:897ba815330ae5b546b2c004","label":"Shared MCP package sources","locator":{"end_column":28,"end_line":1,"fragment":"shared-mcp-package-sources","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:shared-mcp-package-sources","source_id":"aoa:abyss-stack:artifact:e5ab9171b5fed78f462de3a2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:a70a00d5a064b3670c42d1d6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a70a00d5a064b3670c42d1d6","label":"Host-facing endpoints","locator":{"end_column":25,"end_line":117,"fragment":"host-facing-endpoints-1","pointer":"","start_column":1,"start_line":117},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:host-facing-endpoints-1","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:075c8afc0597a250b4e0feb8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:075c8afc0597a250b4e0feb8","label":"format_pair","locator":{"end_column":6,"end_line":82,"fragment":"","pointer":"","start_column":1,"start_line":77},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"format_pair","semantic_key":"python:function:format_pair","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:e29350c3b2f40108be590936","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e29350c3b2f40108be590936","label":"unload","locator":{"end_column":24,"end_line":299,"fragment":"","pointer":"","start_column":5,"start_line":275},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.unload","target_ref":"python:gc.collect"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.unload","target_ref":"python:os._exit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.unload","target_ref":"python:threading.Timer"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.unload","target_ref":"python:time.time"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.unload","target_ref":"python:trim_process_heap"}],"parser_ref":"python-ast@1","qualified_name":"LazyScorer.unload","semantic_key":"python:method:LazyScorer.unload","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:4a89cc1c07e557a861a28b92","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4a89cc1c07e557a861a28b92","label":"ABYSS-STACK-D-0030 RAG Orchestration Profile","locator":{"end_column":101,"end_line":37,"fragment":"","pointer":"","start_column":3,"start_line":37},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0030-rag-orchestration-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:37:3:0:../ABYSS-STACK-D-0030-rag-orchestration-profile.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ed0b82ede2f0b706cdea886f:aoa:abyss-stack:anchor:11c38d2674b42329395f5b12","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:11c38d2674b42329395f5b12","label":"Local law","locator":{"end_column":12,"end_line":13,"fragment":"local-law","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:local-law","source_id":"aoa:abyss-stack:artifact:ed0b82ede2f0b706cdea886f","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:0b3afc173b1cf5e421222d36","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0b3afc173b1cf5e421222d36","label":"ABYSS-STACK-D-0072 AoA 4PDA Connector MCP Access Plane","locator":{"end_column":121,"end_line":164,"fragment":"","pointer":"","start_column":3,"start_line":164},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:164:3:0:../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:4b6579dd0526f93853ddd6f9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4b6579dd0526f93853ddd6f9","label":"runtime lifecycle","locator":{"end_column":20,"end_line":80,"fragment":"runtime-lifecycle","pointer":"","start_column":1,"start_line":80},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-lifecycle","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:4b6579dd0526f93853ddd6f9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4b6579dd0526f93853ddd6f9","label":"runtime lifecycle","locator":{"end_column":20,"end_line":81,"fragment":"runtime-lifecycle","pointer":"","start_column":1,"start_line":81},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-lifecycle","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f323b2bec780ad026a892be1:aoa:abyss-stack:anchor:94aa6652d5385808afea8200","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:94aa6652d5385808afea8200","label":"source_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/source_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/source_refs","source_id":"aoa:abyss-stack:artifact:f323b2bec780ad026a892be1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f3f877cd85ae95f826205525:aoa:abyss-stack:anchor:c110607540bb43bbb80a44f1","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c110607540bb43bbb80a44f1","label":"exported_by","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/exported_by","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/exported_by","source_id":"aoa:abyss-stack:artifact:f3f877cd85ae95f826205525","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:86665c8fc343482d2ca06c9a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:86665c8fc343482d2ca06c9a","label":"test_validation_docs_and_manifest_exist","locator":{"end_column":63,"end_line":65,"fragment":"","pointer":"","start_column":1,"start_line":54},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"test_validation_docs_and_manifest_exist","semantic_key":"python:function:test_validation_docs_and_manifest_exist","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/87.jsonl b/kag/indexes/shards/anchor/87.jsonl index 019740ee2..964b3ebb6 100644 --- a/kag/indexes/shards/anchor/87.jsonl +++ b/kag/indexes/shards/anchor/87.jsonl @@ -43,4 +43,3 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e06b0f586c91275b34752336:aoa:abyss-stack:anchor:3053ce22cbfccdd24976e1ba","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3053ce22cbfccdd24976e1ba","label":"Options considered","locator":{"end_column":21,"end_line":30,"fragment":"options-considered","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:e06b0f586c91275b34752336","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e17af58ab08e666ef69e04bc:aoa:abyss-stack:anchor:c4543c377f4c954cdd4bf7b2","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c4543c377f4c954cdd4bf7b2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e17af58ab08e666ef69e04bc","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:4effbb34fc4571db819cb208","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4effbb34fc4571db819cb208","label":"`substrate + intel-worker + tools + observability`","locator":{"end_column":54,"end_line":649,"fragment":"substrate-intel-worker-tools-observability","pointer":"","start_column":1,"start_line":649},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:substrate-intel-worker-tools-observability","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:b752397fa4a44435c7682595","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b752397fa4a44435c7682595","label":"ABYSS-STACK-D-0027 Managed Systemd Unit Sources","locator":{"end_column":107,"end_line":87,"fragment":"","pointer":"","start_column":3,"start_line":87},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0027-managed-systemd-unit-sources.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:87:3:0:../ABYSS-STACK-D-0027-managed-systemd-unit-sources.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/88.jsonl b/kag/indexes/shards/anchor/88.jsonl index 65cb95db7..6078521a3 100644 --- a/kag/indexes/shards/anchor/88.jsonl +++ b/kag/indexes/shards/anchor/88.jsonl @@ -49,9 +49,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d7b70279a3279fc91808efff:aoa:abyss-stack:anchor:6f8ae42596af536bb14142d1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6f8ae42596af536bb14142d1","label":"Purpose","locator":{"end_column":10,"end_line":3,"fragment":"purpose","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:d7b70279a3279fc91808efff","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:dcce7cf0dc9320d92d81bb49:aoa:abyss-stack:anchor:984277e31cd73b8a73dadc2f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:984277e31cd73b8a73dadc2f","label":"Operator Console Queue Worker","locator":{"end_column":31,"end_line":1,"fragment":"operator-console-queue-worker","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:operator-console-queue-worker","source_id":"aoa:abyss-stack:artifact:dcce7cf0dc9320d92d81bb49","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e451219962cb0039818e7aeb:aoa:abyss-stack:anchor:89d6e220ac3a5640123e3b0c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:89d6e220ac3a5640123e3b0c","label":"mechanics/runtime-seam/parts/artifact-contracts/schemas/artifact.verification_result.schema.json","locator":{"end_column":100,"end_line":21,"fragment":"","pointer":"/required_files/15","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/15","source_id":"aoa:abyss-stack:artifact:e451219962cb0039818e7aeb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:21145174eb21af5b46291959","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:21145174eb21af5b46291959","label":"ABYSS-STACK-D-0035 AoA Evals MCP Access Plane","locator":{"end_column":103,"end_line":38,"fragment":"","pointer":"","start_column":3,"start_line":38},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0035-aoa-evals-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:38:3:0:../ABYSS-STACK-D-0035-aoa-evals-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f5e42ab47749ca3fffa5b850:aoa:abyss-stack:anchor:4216870b08fc4f172ee74098","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4216870b08fc4f172ee74098","label":"aoa.tuning.overlay","locator":{"end_column":48,"end_line":6,"fragment":"","pointer":"/services/route-api/labels/aoa.tuning.overlay","start_column":7,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/labels/aoa.tuning.overlay","source_id":"aoa:abyss-stack:artifact:f5e42ab47749ca3fffa5b850","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fce00e4bde05d4c95026015f:aoa:abyss-stack:anchor:b6b024ffd19ca06e0426bba4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b6b024ffd19ca06e0426bba4","label":"require_snippets","locator":{"end_column":68,"end_line":63,"fragment":"","pointer":"","start_column":1,"start_line":54},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_snippets","target_ref":"python:errors.append"}],"parser_ref":"python-ast@1","qualified_name":"require_snippets","semantic_key":"python:function:require_snippets","source_id":"aoa:abyss-stack:artifact:fce00e4bde05d4c95026015f","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:bf18ac2dbb86e325e63a1fc8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bf18ac2dbb86e325e63a1fc8","label":"truth_goal","locator":{"end_column":18,"end_line":34,"fragment":"","pointer":"/abi/inputs/required/2","start_column":7,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/inputs/required/2","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:4024dcce2b18ed150c95a3fe","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4024dcce2b18ed150c95a3fe","label":"maximum_break_glass_runs","locator":{"end_column":38,"end_line":27,"fragment":"","pointer":"/maximum_break_glass_runs","start_column":9,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/maximum_break_glass_runs","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:7745dd63f524d8d375c998b5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7745dd63f524d8d375c998b5","label":"enabled","locator":{"end_column":26,"end_line":55,"fragment":"","pointer":"/enabled","start_column":11,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/enabled#occurrence-2","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:f5ae40d1513ba0551830b4ea","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f5ae40d1513ba0551830b4ea","label":"AOA-P-0019","locator":{"end_column":23,"end_line":117,"fragment":"","pointer":"/AOA-P-0019","start_column":9,"start_line":117},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/AOA-P-0019","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/89.jsonl b/kag/indexes/shards/anchor/89.jsonl index 0251b3c3f..8a95ce50c 100644 --- a/kag/indexes/shards/anchor/89.jsonl +++ b/kag/indexes/shards/anchor/89.jsonl @@ -7,6 +7,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:25ee3bf04acd6a82f39182be:aoa:abyss-stack:anchor:77ec55d5c540a2f0ac18812d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:77ec55d5c540a2f0ac18812d","label":"created_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/created_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/created_at","source_id":"aoa:abyss-stack:artifact:25ee3bf04acd6a82f39182be","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:32c7103c02560e669e4595fb:aoa:abyss-stack:anchor:3e4898cd254521f3e7a62b97","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:3e4898cd254521f3e7a62b97","label":"$id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$id","source_id":"aoa:abyss-stack:artifact:32c7103c02560e669e4595fb","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:3b83f383160522fdefb4ff78:aoa:abyss-stack:anchor:64f0cc0f1dd2df4cc11dafcd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:64f0cc0f1dd2df4cc11dafcd","label":"inference-tuning","locator":{"end_column":49,"end_line":11,"fragment":"","pointer":"","start_column":3,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit-parts","target_ref":"inference-tuning/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:11:3:0:inference-tuning/README.md","source_id":"aoa:abyss-stack:artifact:3b83f383160522fdefb4ff78","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e:aoa:abyss-stack:anchor:b76e961dfeacd3ab4988f8af","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b76e961dfeacd3ab4988f8af","label":"Validation","locator":{"end_column":13,"end_line":35,"fragment":"validation","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation","source_id":"aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2:aoa:abyss-stack:anchor:efad39c3d03d96540bf43667","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:efad39c3d03d96540bf43667","label":"allow_profile_escalation","locator":{"end_column":35,"end_line":70,"fragment":"","pointer":"/profile_class_rules/3/allow_profile_escalation","start_column":5,"start_line":70},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/profile_class_rules/3/allow_profile_escalation","source_id":"aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5eaba2892c3b1bc6173bac35:aoa:abyss-stack:anchor:ef30ea7de64e350e245879b0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ef30ea7de64e350e245879b0","label":"PARTS.md","locator":{"end_column":28,"end_line":8,"fragment":"","pointer":"","start_column":5,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams-docs","target_ref":"../PARTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:8:5:0:../PARTS.md","source_id":"aoa:abyss-stack:artifact:5eaba2892c3b1bc6173bac35","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6608ce56cda8da7b23543c51:aoa:abyss-stack:anchor:03a731d987a6c95e579efda5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:03a731d987a6c95e579efda5","label":"abyss_machine_context_packet","locator":{"end_column":130,"end_line":121,"fragment":"","pointer":"","start_column":5,"start_line":114},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.abyss_machine_context_packet","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.abyss_machine_context_packet","target_ref":"python:mcp.tool"}],"parser_ref":"python-ast@1","qualified_name":"build_server.abyss_machine_context_packet","semantic_key":"python:method:build_server.abyss_machine_context_packet","source_id":"aoa:abyss-stack:artifact:6608ce56cda8da7b23543c51","symbol_kind":"method"} @@ -36,7 +37,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:106fc5f7859193ed017c3c85","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:106fc5f7859193ed017c3c85","label":"program_readme","locator":{"end_column":6,"end_line":244,"fragment":"","pointer":"","start_column":1,"start_line":239},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"program_readme","semantic_key":"python:function:program_readme","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:d69061a8aa84eee37bd64f04","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d69061a8aa84eee37bd64f04","label":"models","locator":{"end_column":7,"end_line":19,"fragment":"","pointer":"/models","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/models","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:8624a70f75977d5224b06d6e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8624a70f75977d5224b06d6e","label":"federation/read-model","locator":{"end_column":24,"end_line":107,"fragment":"federationread-model","pointer":"","start_column":1,"start_line":107},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federationread-model","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:acaa0bd91fb047ada0645107","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:acaa0bd91fb047ada0645107","label":"Follow-up route","locator":{"end_column":18,"end_line":77,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":77},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:e721f0ebb9916da4dc0318ac","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e721f0ebb9916da4dc0318ac","label":"ABYSS-STACK-D-0080 Diagnostic Skill Owner Home","locator":{"end_column":105,"end_line":306,"fragment":"","pointer":"","start_column":3,"start_line":306},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-skill-home","target_ref":"../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:306:3:0:../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:acaa0bd91fb047ada0645107","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:acaa0bd91fb047ada0645107","label":"Follow-up route","locator":{"end_column":18,"end_line":83,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":83},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c:aoa:abyss-stack:anchor:106032ce0c4e43127fdaf15b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:106032ce0c4e43127fdaf15b","label":"Old","locator":{"end_column":7,"end_line":45,"fragment":"old","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:old","source_id":"aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:1fa6d5d10b188c98cef2f360","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1fa6d5d10b188c98cef2f360","label":"tempo","locator":{"end_column":8,"end_line":67,"fragment":"","pointer":"/services/tempo","start_column":3,"start_line":67},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tempo","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:4b491485578064aec91baf70","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4b491485578064aec91baf70","label":"parse_json_answer_block","locator":{"end_column":36,"end_line":1609,"fragment":"","pointer":"","start_column":1,"start_line":1601},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_json_answer_block","target_ref":"python:TRIALS.extract_json_block"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_json_answer_block","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_json_answer_block","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_json_answer_block","target_ref":"python:try_salvage_json_block"}],"parser_ref":"python-ast@1","qualified_name":"parse_json_answer_block","semantic_key":"python:function:parse_json_answer_block","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} @@ -48,6 +50,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d80751e731b3edc842703d8c:aoa:abyss-stack:anchor:b71b09cf464f468590901ba8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b71b09cf464f468590901ba8","label":"Horizon: Diagnostics And Repair","locator":{"end_column":34,"end_line":173,"fragment":"horizon-diagnostics-and-repair","pointer":"","start_column":1,"start_line":173},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:horizon-diagnostics-and-repair","source_id":"aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:b4ae8fcd24d13731ae457f75","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b4ae8fcd24d13731ae457f75","label":"_compact_graph_bridge_payload","locator":{"end_column":19,"end_line":1997,"fragment":"","pointer":"","start_column":1,"start_line":1901},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:_compact_graph_freshness"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:_compact_graph_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:_compact_graph_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:_compact_graph_sequence"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:_compact_graph_sequence"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:_compact_graph_sequence"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:_compact_graph_sequence"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:bridge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:bridge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:bridge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:bridge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:bridge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:bridge_ref_meta.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:mcp_access.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:ref_meta.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:usage_chain.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_bridge_payload","target_ref":"python:usage_chain.get"}],"parser_ref":"python-ast@1","qualified_name":"_compact_graph_bridge_payload","semantic_key":"python:function:_compact_graph_bridge_payload","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd:aoa:abyss-stack:anchor:e999e63fd10eadd6f2853714","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e999e63fd10eadd6f2853714","label":"test_podman_container_mount_default_tracks_runtime_user","locator":{"end_column":6,"end_line":125,"fragment":"","pointer":"","start_column":1,"start_line":108},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_podman_container_mount_default_tracks_runtime_user","target_ref":"python:copy_current_profile_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_podman_container_mount_default_tracks_runtime_user","target_ref":"python:module_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_podman_container_mount_default_tracks_runtime_user","target_ref":"python:module_text.replace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_podman_container_mount_default_tracks_runtime_user","target_ref":"python:run_all_profile_validators"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_podman_container_mount_default_tracks_runtime_user","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_podman_container_mount_default_tracks_runtime_user","semantic_key":"python:function:test_podman_container_mount_default_tracks_runtime_user","source_id":"aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:9e19b74951e849de99d16cd8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9e19b74951e849de99d16cd8","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":212,"fragment":"","pointer":"","start_column":3,"start_line":212},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:operator-command","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:212:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:12abf8e2b8515da088c06c68","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:12abf8e2b8515da088c06c68","label":"ABYSS-STACK-D-0033 AoA Memo MCP Port Confinement","locator":{"end_column":109,"end_line":144,"fragment":"","pointer":"","start_column":3,"start_line":144},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0033-aoa-memo-mcp-port-confinement.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:144:3:0:../ABYSS-STACK-D-0033-aoa-memo-mcp-port-confinement.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4561a5cd595232410a84dc8:aoa:abyss-stack:anchor:1b7e870dfe58cacb05e044d3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1b7e870dfe58cacb05e044d3","label":"test_simulator_check_green","locator":{"end_column":34,"end_line":69,"fragment":"","pointer":"","start_column":1,"start_line":67},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_simulator_check_green","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_simulator_check_green","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_simulator_check_green","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"test_simulator_check_green","semantic_key":"python:function:test_simulator_check_green","source_id":"aoa:abyss-stack:artifact:f4561a5cd595232410a84dc8","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:0a29fc94833aa7e0d6b176d6","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0a29fc94833aa7e0d6b176d6","label":"invalid output","locator":{"end_column":20,"end_line":107,"fragment":"","pointer":"/recheck/manual_cases/6","start_column":5,"start_line":107},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/recheck/manual_cases/6","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ffd307fd6ae349f74b4a94c8:aoa:abyss-stack:anchor:7c2a572c665f339b326277a8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7c2a572c665f339b326277a8","label":"Resources","locator":{"end_column":12,"end_line":27,"fragment":"resources","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:resources","source_id":"aoa:abyss-stack:artifact:ffd307fd6ae349f74b4a94c8","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/8a.jsonl b/kag/indexes/shards/anchor/8a.jsonl index b5fe1069e..a290745a4 100644 --- a/kag/indexes/shards/anchor/8a.jsonl +++ b/kag/indexes/shards/anchor/8a.jsonl @@ -17,13 +17,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:5e30d58b80274f9e1649d3d4:aoa:abyss-stack:anchor:622399c7809dae278ceb94e9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:622399c7809dae278ceb94e9","label":"edit_gate_wire_id_entry","locator":{"end_column":46,"end_line":89,"fragment":"","pointer":"","start_column":1,"start_line":88},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"edit_gate_wire_id_entry","semantic_key":"python:function:edit_gate_wire_id_entry","source_id":"aoa:abyss-stack:artifact:5e30d58b80274f9e1649d3d4","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:635296c34b56b53915a261c9:aoa:abyss-stack:anchor:2a8844de228df83b96e11d7d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2a8844de228df83b96e11d7d","label":"AGENTS.md","locator":{"end_column":43,"end_line":48,"fragment":"","pointer":"","start_column":21,"start_line":48},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:48:21:0:AGENTS.md","source_id":"aoa:abyss-stack:artifact:635296c34b56b53915a261c9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0:aoa:abyss-stack:anchor:ffeab4d31b227146a7ad93ce","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ffeab4d31b227146a7ad93ce","label":"Preferred Backends","locator":{"end_column":21,"end_line":23,"fragment":"preferred-backends","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:preferred-backends","source_id":"aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b:aoa:abyss-stack:anchor:3b9eaa00e1bc8891bcb5983d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3b9eaa00e1bc8891bcb5983d","label":"Diagnostic Skill Owner Home","locator":{"end_column":29,"end_line":1,"fragment":"diagnostic-skill-owner-home","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:diagnostic-skill-owner-home","source_id":"aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:795992a5745bace0747ef607:aoa:abyss-stack:anchor:a7ca89cff5e0cf0dbc0e1316","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a7ca89cff5e0cf0dbc0e1316","label":"find_or_propose_local","locator":{"end_column":10,"end_line":2299,"fragment":"","pointer":"","start_column":5,"start_line":2274},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState.find_or_propose_local","target_ref":"python:_relative_repo_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState.find_or_propose_local","target_ref":"python:_safe_file_slug"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState.find_or_propose_local","target_ref":"python:packet.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState.find_or_propose_local","target_ref":"python:self._local_port_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState.find_or_propose_local","target_ref":"python:self._local_port_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState.find_or_propose_local","target_ref":"python:self._local_repo_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState.find_or_propose_local","target_ref":"python:self._local_write_target"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState.find_or_propose_local","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState.find_or_propose_local","target_ref":"python:self.find_or_propose"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState.find_or_propose_local","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState.find_or_propose_local","target_ref":"python:target.as_posix"}],"parser_ref":"python-ast@1","qualified_name":"AoAEvalsMCPState.find_or_propose_local","semantic_key":"python:method:AoAEvalsMCPState.find_or_propose_local","source_id":"aoa:abyss-stack:artifact:795992a5745bace0747ef607","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:795992a5745bace0747ef607:aoa:abyss-stack:anchor:f11ef71cb205c8325bd70e93","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f11ef71cb205c8325bd70e93","label":"write_local_report_note","locator":{"end_column":10,"end_line":2478,"fragment":"","pointer":"","start_column":5,"start_line":2456},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState.write_local_report_note","target_ref":"python:self._write_local_note"}],"parser_ref":"python-ast@1","qualified_name":"AoAEvalsMCPState.write_local_report_note","semantic_key":"python:method:AoAEvalsMCPState.write_local_report_note","source_id":"aoa:abyss-stack:artifact:795992a5745bace0747ef607","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced:aoa:abyss-stack:anchor:e67607dd989b0f1d3abf078d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e67607dd989b0f1d3abf078d","label":"anchor_ref","locator":{"end_column":11,"end_line":32,"fragment":"","pointer":"/anchor_ref","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/anchor_ref","source_id":"aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8442f99b758eb0b6fb87321e:aoa:abyss-stack:anchor:beb8d76a06c4daa4ef940c72","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:beb8d76a06c4daa4ef940c72","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8442f99b758eb0b6fb87321e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:85959387c79731d9cac05569:aoa:abyss-stack:anchor:24ac11e6489afed6ec101380","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:24ac11e6489afed6ec101380","label":"Diagnostic Surface Contracts","locator":{"end_column":30,"end_line":1,"fragment":"diagnostic-surface-contracts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:diagnostic-surface-contracts","source_id":"aoa:abyss-stack:artifact:85959387c79731d9cac05569","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5:aoa:abyss-stack:anchor:183db96fc018b4d2674120d9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:183db96fc018b4d2674120d9","label":"schemas/tos-tiny-entry-route.schema.json","locator":{"end_column":44,"end_line":16,"fragment":"","pointer":"/required_files/9","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/9","source_id":"aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:f511cb4010f6e2386ab21414","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f511cb4010f6e2386ab21414","label":"ABYSS-STACK-D-0053 Return Policy Validator Module","locator":{"end_column":111,"end_line":358,"fragment":"","pointer":"","start_column":3,"start_line":358},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:render-truth","target_ref":"../ABYSS-STACK-D-0053-return-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:358:3:0:../ABYSS-STACK-D-0053-return-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:1c86b50c667740c1822236c4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1c86b50c667740c1822236c4","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":450,"fragment":"","pointer":"","start_column":3,"start_line":450},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-return-route","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:450:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:bf64b8f7a1356bf98b8512e3","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bf64b8f7a1356bf98b8512e3","label":"AOA-Q-0006","locator":{"end_column":14,"end_line":28,"fragment":"","pointer":"/depends_on/0","start_column":3,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/depends_on/0","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9022a190547043d202488b6f:aoa:abyss-stack:anchor:1ee0b64a9d8cd4d70b4dd98f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1ee0b64a9d8cd4d70b4dd98f","label":"local_port_resource","locator":{"end_column":90,"end_line":242,"fragment":"","pointer":"","start_column":5,"start_line":241},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.local_port_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.local_port_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.local_port_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.local_port_resource","semantic_key":"python:method:build_server.local_port_resource","source_id":"aoa:abyss-stack:artifact:9022a190547043d202488b6f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:9138b3fa1e36a2ebf019949d:aoa:abyss-stack:anchor:b07cd277a5e5cca7f866b864","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:b07cd277a5e5cca7f866b864","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:9138b3fa1e36a2ebf019949d","symbol_kind":""} @@ -45,5 +46,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:dbe70b832b28d2b6c42a43ec:aoa:abyss-stack:anchor:ca02c0ce54eadc42b5348814","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ca02c0ce54eadc42b5348814","label":"main","locator":{"end_column":13,"end_line":25,"fragment":"","pointer":"","start_column":1,"start_line":17},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:EXAMPLE.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:ap.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:ap.parse_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:dbe70b832b28d2b6c42a43ec","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b:aoa:abyss-stack:anchor:30064cc1e20ddcf0d6ca7070","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:30064cc1e20ddcf0d6ca7070","label":"Relationship to other artifacts","locator":{"end_column":34,"end_line":44,"fragment":"relationship-to-other-artifacts","pointer":"","start_column":1,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:relationship-to-other-artifacts","source_id":"aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e930f01059fe74933b1faa6b:aoa:abyss-stack:anchor:92b501b523c76ae40261c3d3","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:92b501b523c76ae40261c3d3","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e930f01059fe74933b1faa6b","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:6826bc3ee947f3529123d51e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6826bc3ee947f3529123d51e","label":"ABYSS-STACK-D-0073 ToS Philosophy Graph Access Plane","locator":{"end_column":117,"end_line":251,"fragment":"","pointer":"","start_column":3,"start_line":251},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:tos-graph","target_ref":"../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:251:3:0:../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:da32a4014510d760c35d2e8a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:da32a4014510d760c35d2e8a","label":"philosophy_node","locator":{"end_column":10,"end_line":659,"fragment":"","pointer":"","start_column":5,"start_line":639},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_node","target_ref":"python:KeyError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_node","target_ref":"python:_source_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_node","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_node","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_node","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_node","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_node","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_node","target_ref":"python:next"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_node","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_node","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_node","target_ref":"python:self.philosophy_projection"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.philosophy_node","semantic_key":"python:method:ToSCorpusMCPState.philosophy_node","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f9ea39491eaf7aa91d1abe19:aoa:abyss-stack:anchor:09bc3c3ffbbec93c01b7b467","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:09bc3c3ffbbec93c01b7b467","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:f9ea39491eaf7aa91d1abe19","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/8b.jsonl b/kag/indexes/shards/anchor/8b.jsonl index 03b372d5e..a0639d7fa 100644 --- a/kag/indexes/shards/anchor/8b.jsonl +++ b/kag/indexes/shards/anchor/8b.jsonl @@ -27,6 +27,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:618e7f3d88aaa8d5b0adade8:aoa:abyss-stack:anchor:de33f036cc299638a8579491","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:de33f036cc299638a8579491","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:618e7f3d88aaa8d5b0adade8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239:aoa:abyss-stack:anchor:e50084ef0d9e9e1e29ba8a76","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e50084ef0d9e9e1e29ba8a76","label":"_runtime_hits","locator":{"end_column":79,"end_line":844,"fragment":"","pointer":"","start_column":5,"start_line":667},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:JsonHttpClient"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:JsonHttpClient"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:_client_headers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:_client_headers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:current.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:exact.search_documents_exact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:exact.search_documents_lexical"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:exact.search_records_exact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:exact.search_records_lexical"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:hits.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:hits.sort"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:normalized.pop"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:normalized.pop"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:payload_path.casefold"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:payload_path.casefold"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:payload_path.casefold"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:payload_path.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:point.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:point.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:routes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:routes.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:self._current"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:self._distinct_record_hits"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:self._exact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:self._merge_exact_hits"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:self._merge_lexical_hits"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:vector.search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._runtime_hits","target_ref":"python:vector_result.get"}],"parser_ref":"python-ast@1","qualified_name":"KagApplication._runtime_hits","semantic_key":"python:method:KagApplication._runtime_hits","source_id":"aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:69dc0fdecc8dfd77cec5a098:aoa:abyss-stack:anchor:b53e59fe83f1b51e52f75b62","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:b53e59fe83f1b51e52f75b62","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:69dc0fdecc8dfd77cec5a098","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315:aoa:abyss-stack:anchor:13ecbda9c7bff8cf65f9c008","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:13ecbda9c7bff8cf65f9c008","label":"Capture an owner artifact","locator":{"end_column":28,"end_line":103,"fragment":"capture-an-owner-artifact","pointer":"","start_column":1,"start_line":103},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:capture-an-owner-artifact","source_id":"aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b:aoa:abyss-stack:anchor:aea0a18097681e7b86db7278","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:aea0a18097681e7b86db7278","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:706309e0ba97cb33530ee444:aoa:abyss-stack:anchor:a8fc316984a48f92e2a3b88d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a8fc316984a48f92e2a3b88d","label":"title","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/title","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/title","source_id":"aoa:abyss-stack:artifact:706309e0ba97cb33530ee444","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:795992a5745bace0747ef607:aoa:abyss-stack:anchor:073626e21157ad1281b353e9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:073626e21157ad1281b353e9","label":"_normalize_suite_execution_projection","locator":{"end_column":94,"end_line":1455,"fragment":"","pointer":"","start_column":5,"start_line":1324},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:_compatibility_absent_suite_execution"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:_compatibility_absent_suite_execution"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:_suite_projection_issues"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:issues.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:next"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:projection.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:self._invalidate_suite_execution"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:self._invalidate_suite_execution"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:suite.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:suites.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._normalize_suite_execution_projection","target_ref":"python:sum"}],"parser_ref":"python-ast@1","qualified_name":"AoAEvalsMCPState._normalize_suite_execution_projection","semantic_key":"python:method:AoAEvalsMCPState._normalize_suite_execution_projection","source_id":"aoa:abyss-stack:artifact:795992a5745bace0747ef607","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:795992a5745bace0747ef607:aoa:abyss-stack:anchor:4dfac38b80e3adffcc7183c0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4dfac38b80e3adffcc7183c0","label":"capsule_records","locator":{"end_column":60,"end_line":1136,"fragment":"","pointer":"","start_column":5,"start_line":1135},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState.capsule_records","target_ref":"python:_list_from"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState.capsule_records","target_ref":"python:self._payload"}],"parser_ref":"python-ast@1","qualified_name":"AoAEvalsMCPState.capsule_records","semantic_key":"python:method:AoAEvalsMCPState.capsule_records","source_id":"aoa:abyss-stack:artifact:795992a5745bace0747ef607","symbol_kind":"method"} @@ -37,7 +39,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7fa95990ae828ff563befc45:aoa:abyss-stack:anchor:0e0a0d62499f7d4a4c11ef9b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0e0a0d62499f7d4a4c11ef9b","label":"test_schema_additional_properties_are_rejected","locator":{"end_column":96,"end_line":597,"fragment":"","pointer":"","start_column":1,"start_line":581},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_schema_additional_properties_are_rejected","target_ref":"python:AoAMemoMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_schema_additional_properties_are_rejected","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_schema_additional_properties_are_rejected","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_schema_additional_properties_are_rejected","target_ref":"python:candidate.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_schema_additional_properties_are_rejected","target_ref":"python:candidate.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_schema_additional_properties_are_rejected","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_schema_additional_properties_are_rejected","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_schema_additional_properties_are_rejected","target_ref":"python:seed_workspace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_schema_additional_properties_are_rejected","target_ref":"python:state.create_candidate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_schema_additional_properties_are_rejected","target_ref":"python:state.validate_candidate"}],"parser_ref":"python-ast@1","qualified_name":"test_schema_additional_properties_are_rejected","semantic_key":"python:function:test_schema_additional_properties_are_rejected","source_id":"aoa:abyss-stack:artifact:7fa95990ae828ff563befc45","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:e28354ec7817c3a447a8db16","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e28354ec7817c3a447a8db16","label":"resolve_starter","locator":{"end_column":113,"end_line":1474,"fragment":"","pointer":"","start_column":1,"start_line":1455},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_starter","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_starter","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_starter","target_ref":"python:resolve_router_target"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_starter","target_ref":"python:routing_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_starter","target_ref":"python:source_files.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_starter","target_ref":"python:starter.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_starter","target_ref":"python:starter.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_starter","target_ref":"python:tiny_payload.get"}],"parser_ref":"python-ast@1","qualified_name":"resolve_starter","semantic_key":"python:function:resolve_starter","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac:aoa:abyss-stack:anchor:1b44b9a4e7d8da013c095c8b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1b44b9a4e7d8da013c095c8b","label":"test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access","locator":{"end_column":10,"end_line":531,"fragment":"","pointer":"","start_column":5,"start_line":464},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access","target_ref":"python:response.json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access","target_ref":"python:response.json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access","target_ref":"python:self.client.post"}],"parser_ref":"python-ast@1","qualified_name":"LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access","semantic_key":"python:method:LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access","source_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:07d92312be1013faae66f322","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:07d92312be1013faae66f322","label":"ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle","locator":{"end_column":107,"end_line":329,"fragment":"","pointer":"","start_column":3,"start_line":329},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:per-owner-canary","target_ref":"../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:329:3:0:../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b:aoa:abyss-stack:anchor:dd36a265eb70b1f528fa7c23","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:dd36a265eb70b1f528fa7c23","label":"surface","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/surface","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/surface","source_id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e:aoa:abyss-stack:anchor:aad7fa92337e2ac36b58779a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:aad7fa92337e2ac36b58779a","label":"test_write_last_good_ref_rejects_drifted_session","locator":{"end_column":59,"end_line":520,"fragment":"","pointer":"","start_column":5,"start_line":452},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_last_good_ref_rejects_drifted_session","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_last_good_ref_rejects_drifted_session","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_last_good_ref_rejects_drifted_session","target_ref":"python:self.assertRaisesRegex"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_last_good_ref_rejects_drifted_session","target_ref":"python:self.make_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_last_good_ref_rejects_drifted_session","target_ref":"python:self.module.write_bundle"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_last_good_ref_rejects_drifted_session","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"AoADiagnoseTests.test_write_last_good_ref_rejects_drifted_session","semantic_key":"python:method:AoADiagnoseTests.test_write_last_good_ref_rejects_drifted_session","source_id":"aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:90b9b300ce815b7ad24fbc67:aoa:abyss-stack:anchor:c59a1fb32b876a78f8beef98","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c59a1fb32b876a78f8beef98","label":"title","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/title","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/title","source_id":"aoa:abyss-stack:artifact:90b9b300ce815b7ad24fbc67","symbol_kind":"json_key"} @@ -53,6 +54,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:ee6ac9be693a497a2b385f61","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ee6ac9be693a497a2b385f61","label":"_core_auto_reload_source_paths","locator":{"end_column":62,"end_line":287,"fragment":"","pointer":"","start_column":1,"start_line":286},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"_core_auto_reload_source_paths","semantic_key":"python:function:_core_auto_reload_source_paths","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:5ec7db0075707eb9e573d429","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5ec7db0075707eb9e573d429","label":"MACHINE_FIT_POLICY","locator":{"end_column":317,"end_line":45,"fragment":"","pointer":"","start_column":230,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"mechanics/machine-fit/parts/fit-record/docs/MACHINE_FIT_POLICY.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:45:230:2:mechanics/machine-fit/parts/fit-record/docs/MACHINE_FIT_POLICY.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:085d0cda8f67f522942c8a35","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:085d0cda8f67f522942c8a35","label":"Retained fallback gateway","locator":{"end_column":29,"end_line":117,"fragment":"retained-fallback-gateway","pointer":"","start_column":1,"start_line":117},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:retained-fallback-gateway","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b94f31cd290d351477a51077:aoa:abyss-stack:anchor:825d16841b25703c8d96a262","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:825d16841b25703c8d96a262","label":"Intent","locator":{"end_column":9,"end_line":8,"fragment":"intent","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:intent","source_id":"aoa:abyss-stack:artifact:b94f31cd290d351477a51077","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:38e3a338e55809af38b4a58a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:38e3a338e55809af38b4a58a","label":"render_status_explain","locator":{"end_column":28,"end_line":4900,"fragment":"","pointer":"","start_column":1,"start_line":4818},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:grouped_review_targets.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:lines.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:lines.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:lines.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:lines.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:lines.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:lines.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:lines.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:lines.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:lines.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:lines.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:lines.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:lines.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:ref_entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:ref_entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:ref_entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_handoff_bundle.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_handoff_bundle.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packet_audit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packet_audit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packet_audit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packet_audit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packet_audit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packet_audit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:review_packets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:triage.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:triage.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:triage.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:triage.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_status_explain","target_ref":"python:triage.get"}],"parser_ref":"python-ast@1","qualified_name":"render_status_explain","semantic_key":"python:function:render_status_explain","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:cb5087c302f9799a551404e8:aoa:abyss-stack:anchor:cf39f98d52dc0dab0925c69e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cf39f98d52dc0dab0925c69e","label":"strip_html","locator":{"end_column":13,"end_line":22,"fragment":"","pointer":"","start_column":1,"start_line":17},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:strip_html","target_ref":"python:re.sub"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:strip_html","target_ref":"python:re.sub"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:strip_html","target_ref":"python:re.sub"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:strip_html","target_ref":"python:re.sub"}],"parser_ref":"python-ast@1","qualified_name":"strip_html","semantic_key":"python:function:strip_html","source_id":"aoa:abyss-stack:artifact:cb5087c302f9799a551404e8","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:cd0cb3978ae97166974cc913:aoa:abyss-stack:anchor:9fe63750bc212f7e42c73799","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9fe63750bc212f7e42c73799","label":"view","locator":{"end_column":10,"end_line":283,"fragment":"","pointer":"","start_column":5,"start_line":259},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:ToSPhilosophyReaderError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:_source_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:next"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:self._clusters_for_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:self._view_subgraph_contract"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:self.load_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:self.review_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:view.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.view","target_ref":"python:view.get"}],"parser_ref":"python-ast@1","qualified_name":"ToSPhilosophyProjectionReader.view","semantic_key":"python:method:ToSPhilosophyProjectionReader.view","source_id":"aoa:abyss-stack:artifact:cd0cb3978ae97166974cc913","symbol_kind":"method"} @@ -68,6 +70,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:db8e5112cd5f3b7c1b2a0c9f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:db8e5112cd5f3b7c1b2a0c9f","label":"Host-facing endpoints","locator":{"end_column":25,"end_line":273,"fragment":"host-facing-endpoints-6","pointer":"","start_column":1,"start_line":273},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:host-facing-endpoints-6","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eadd8aed96b0ebf2f079f5a8:aoa:abyss-stack:anchor:efdd002f55f73377f8f1d060","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:efdd002f55f73377f8f1d060","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:eadd8aed96b0ebf2f079f5a8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4:aoa:abyss-stack:anchor:051893552193fdf06bebeb51","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:051893552193fdf06bebeb51","label":"_http_authority","locator":{"end_column":44,"end_line":110,"fragment":"","pointer":"","start_column":1,"start_line":108},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"_http_authority","semantic_key":"python:function:_http_authority","source_id":"aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c5cc88aacc677329a1bf7376","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c5cc88aacc677329a1bf7376","label":"ABYSS-STACK-D-0056 Decision Surface Validator Module","locator":{"end_column":117,"end_line":131,"fragment":"","pointer":"","start_column":3,"start_line":131},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0056-decision-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:131:3:0:../ABYSS-STACK-D-0056-decision-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f303a0a7c1aabbe13c006229:aoa:abyss-stack:anchor:008943566b38628f986acb91","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:008943566b38628f986acb91","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f303a0a7c1aabbe13c006229","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6ed156e4bf5c79168066246:aoa:abyss-stack:anchor:f3d1f2e21ec0a1a6b5c5295c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f3d1f2e21ec0a1a6b5c5295c","label":"Reporting","locator":{"end_column":12,"end_line":3,"fragment":"reporting","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:reporting","source_id":"aoa:abyss-stack:artifact:f6ed156e4bf5c79168066246","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/8c.jsonl b/kag/indexes/shards/anchor/8c.jsonl index a8a28216f..1b3bc16ee 100644 --- a/kag/indexes/shards/anchor/8c.jsonl +++ b/kag/indexes/shards/anchor/8c.jsonl @@ -24,7 +24,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:562188142dc1ed78ae7181e8:aoa:abyss-stack:anchor:d120fe40a927f0caeee25778","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d120fe40a927f0caeee25778","label":"AGENTS.md","locator":{"end_column":11,"end_line":1,"fragment":"agentsmd","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agentsmd","source_id":"aoa:abyss-stack:artifact:562188142dc1ed78ae7181e8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5651a1a208333fe38b6f7b39:aoa:abyss-stack:anchor:67e8b6045ec585e849ff2448","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:67e8b6045ec585e849ff2448","label":"abyss-stack owns","locator":{"end_column":20,"end_line":15,"fragment":"abyss-stack-owns","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:abyss-stack-owns","source_id":"aoa:abyss-stack:artifact:5651a1a208333fe38b6f7b39","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2:aoa:abyss-stack:anchor:72e0a354f230399ae5854a1b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:72e0a354f230399ae5854a1b","label":"default_memory_access_strategy","locator":{"end_column":52,"end_line":68,"fragment":"","pointer":"/profile_class_rules/3/default_memory_access_strategy","start_column":5,"start_line":68},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/profile_class_rules/3/default_memory_access_strategy","source_id":"aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:3476224b84a55a5f0a41047d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3476224b84a55a5f0a41047d","label":"write_text","locator":{"end_column":44,"end_line":19,"fragment":"","pointer":"","start_column":1,"start_line":17},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_text","semantic_key":"python:function:write_text","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:3476224b84a55a5f0a41047d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3476224b84a55a5f0a41047d","label":"write_text","locator":{"end_column":44,"end_line":18,"fragment":"","pointer":"","start_column":1,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_text","semantic_key":"python:function:write_text","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:70b05802d66baebb36162603:aoa:abyss-stack:anchor:daf91a01c24867a8e52e4e40","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:daf91a01c24867a8e52e4e40","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:70b05802d66baebb36162603","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:738654194bdcb1fdc161386c:aoa:abyss-stack:anchor:b923cd357ef19c83b77b5677","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b923cd357ef19c83b77b5677","label":"_runtime_trace_context","locator":{"end_column":6,"end_line":333,"fragment":"","pointer":"","start_column":1,"start_line":314},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_trace_context","target_ref":"python:_safe_inventory_id"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_trace_context","target_ref":"python:_safe_inventory_id"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_trace_context","target_ref":"python:_sha256_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_trace_context","target_ref":"python:_sha256_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_trace_context","target_ref":"python:_utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_trace_context","target_ref":"python:getattr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_trace_context","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_trace_context","target_ref":"python:secrets.token_hex"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_trace_context","target_ref":"python:secrets.token_hex"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_trace_context","target_ref":"python:time.gmtime"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_trace_context","target_ref":"python:time.strftime"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_runtime_trace_context","target_ref":"python:time.time_ns"}],"parser_ref":"python-ast@1","qualified_name":"_runtime_trace_context","semantic_key":"python:function:_runtime_trace_context","source_id":"aoa:abyss-stack:artifact:738654194bdcb1fdc161386c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:7892b43f0fbe94b6a44effae:aoa:abyss-stack:anchor:0f0744384bb94a5d3a1ffb5e","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0f0744384bb94a5d3a1ffb5e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:7892b43f0fbe94b6a44effae","symbol_kind":""} @@ -32,6 +32,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:ea6f4e3de8d639c5be8d4f97","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ea6f4e3de8d639c5be8d4f97","label":"append_validated_required_file","locator":{"end_column":88,"end_line":301,"fragment":"","pointer":"","start_column":1,"start_line":295},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:append_validated_required_file","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:append_validated_required_file","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:append_validated_required_file","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:append_validated_required_file","target_ref":"python:required_files.append"}],"parser_ref":"python-ast@1","qualified_name":"append_validated_required_file","semantic_key":"python:function:append_validated_required_file","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:89145dfe2daf8f8bc52de5b9:aoa:abyss-stack:anchor:21235b269d6596aea787a022","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:21235b269d6596aea787a022","label":"created_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/created_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/created_at","source_id":"aoa:abyss-stack:artifact:89145dfe2daf8f8bc52de5b9","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:15297b0a7e8438d4185d66e6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:15297b0a7e8438d4185d66e6","label":"ABYSS-STACK-D-0078 Federated Stats MCP Access Plane","locator":{"end_column":115,"end_line":87,"fragment":"","pointer":"","start_column":3,"start_line":87},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-port-confinement","target_ref":"../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:87:3:0:../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:e4d1c77d417244e4e20da2cb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e4d1c77d417244e4e20da2cb","label":"ABYSS-STACK-D-0042 Source Structure Validator Module","locator":{"end_column":117,"end_line":444,"fragment":"","pointer":"","start_column":3,"start_line":444},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-topology","target_ref":"../ABYSS-STACK-D-0042-source-structure-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:444:3:0:../ABYSS-STACK-D-0042-source-structure-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:94f57cb7f953a42be638d769","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:94f57cb7f953a42be638d769","label":"difficulty","locator":{"end_column":19,"end_line":13,"fragment":"","pointer":"/difficulty","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/difficulty","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9:aoa:abyss-stack:anchor:9f385406b29ba5550cb0bde2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9f385406b29ba5550cb0bde2","label":"repo_local_index","locator":{"end_column":64,"end_line":143,"fragment":"","pointer":"","start_column":5,"start_line":134},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.repo_local_index","target_ref":"python:KeyError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.repo_local_index","target_ref":"python:indexes.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.repo_local_index","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.repo_local_index","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.repo_local_index","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.repo_local_index","target_ref":"python:provider.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.repo_local_index","target_ref":"python:self.provider"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.repo_local_index","target_ref":"python:self.provider_map"}],"parser_ref":"python-ast@1","qualified_name":"AoAKagMCPState.repo_local_index","semantic_key":"python:method:AoAKagMCPState.repo_local_index","source_id":"aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:6050e80d99c5993d16a9f631","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6050e80d99c5993d16a9f631","label":"cpus","locator":{"end_column":35,"end_line":24,"fragment":"","pointer":"/services/qdrant/cpus","start_column":5,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/qdrant/cpus","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} @@ -58,11 +59,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:983ba37ec797f983cfc51c1b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:983ba37ec797f983cfc51c1b","label":"_validate_candidate_vocabulary","locator":{"end_column":22,"end_line":1237,"fragment":"","pointer":"","start_column":5,"start_line":1205},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:field_map.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:self._port_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:self._vocabulary_terms"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:self.repo_route"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:terms.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._validate_candidate_vocabulary","target_ref":"python:terms.get"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._validate_candidate_vocabulary","semantic_key":"python:method:AoAMemoMCPState._validate_candidate_vocabulary","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:ee483aee0727dcd6c773521c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ee483aee0727dcd6c773521c","label":"allow_structured_metadata","locator":{"end_column":33,"end_line":46,"fragment":"","pointer":"/limits_config/allow_structured_metadata","start_column":3,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/limits_config/allow_structured_metadata","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7:aoa:abyss-stack:anchor:0f4069ca3484da47e1acfb1b","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0f4069ca3484da47e1acfb1b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:e2a42b05d1946a98ed1d2ab6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e2a42b05d1946a98ed1d2ab6","label":"ABYSS-STACK-D-0071 AoA Evals Local Port Write-Side MCP","locator":{"end_column":121,"end_line":50,"fragment":"","pointer":"","start_column":3,"start_line":50},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:50:3:0:../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4:aoa:abyss-stack:anchor:4349f28805c3f5b88786039c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4349f28805c3f5b88786039c","label":"services","locator":{"end_column":9,"end_line":1,"fragment":"","pointer":"/services","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services","source_id":"aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef819ea912b1550023dc4204:aoa:abyss-stack:anchor:410c61f7f92d7e348773c969","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:410c61f7f92d7e348773c969","label":"main","locator":{"end_column":13,"end_line":377,"fragment":"","pointer":"","start_column":1,"start_line":362},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:build_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.parse_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print_text"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:ef819ea912b1550023dc4204","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:effc44426896b5dff1b195e5:aoa:abyss-stack:anchor:6d1c187721ad970ea866818f","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:6d1c187721ad970ea866818f","label":"record_type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/record_type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/record_type","source_id":"aoa:abyss-stack:artifact:effc44426896b5dff1b195e5","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f29753586c28f9ec6756026d:aoa:abyss-stack:anchor:28beecacee53c788cfb91958","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:28beecacee53c788cfb91958","label":"BRANCH_POLICY","locator":{"end_column":36,"end_line":8,"fragment":"","pointer":"","start_column":3,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governance","target_ref":"BRANCH_POLICY.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:8:3:0:BRANCH_POLICY.md","source_id":"aoa:abyss-stack:artifact:f29753586c28f9ec6756026d","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:0f9ec287bc8883c19dba8831","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0f9ec287bc8883c19dba8831","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":229,"fragment":"","pointer":"","start_column":3,"start_line":229},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:229:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:742538f4363c577d94afc6ef","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:742538f4363c577d94afc6ef","label":"ABYSS-STACK-D-0008 Root Design And Agent Surfaces","locator":{"end_column":107,"end_line":40,"fragment":"","pointer":"","start_column":3,"start_line":40},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0008-root-design-agent-surfaces.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:40:3:0:../ABYSS-STACK-D-0008-root-design-agent-surfaces.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52:aoa:abyss-stack:anchor:2f9fad82efd93516f57a594e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2f9fad82efd93516f57a594e","label":"exact_search","locator":{"end_column":71,"end_line":136,"fragment":"","pointer":"","start_column":1,"start_line":131},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:exact_search","target_ref":"python:exact.search_exact"}],"parser_ref":"python-ast@1","qualified_name":"exact_search","semantic_key":"python:function:exact_search","source_id":"aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:4f3c9d709bc264681c6807d5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4f3c9d709bc264681c6807d5","label":"_unique_values","locator":{"end_column":106,"end_line":66,"fragment":"","pointer":"","start_column":1,"start_line":65},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_unique_values","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_unique_values","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_unique_values","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_unique_values","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_unique_values","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_unique_values","semantic_key":"python:function:_unique_values","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/8d.jsonl b/kag/indexes/shards/anchor/8d.jsonl index 7686369cb..53508c877 100644 --- a/kag/indexes/shards/anchor/8d.jsonl +++ b/kag/indexes/shards/anchor/8d.jsonl @@ -14,9 +14,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:28dcf4659666486ad9e53917:aoa:abyss-stack:anchor:6711466cc2dc38a436ed2225","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:6711466cc2dc38a436ed2225","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:28dcf4659666486ad9e53917","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:2f051ed094dfbe5203eacfd9:aoa:abyss-stack:anchor:b907a438918d3b26d3449cea","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b907a438918d3b26d3449cea","label":"_search_payload","locator":{"end_column":10,"end_line":102,"fragment":"","pointer":"","start_column":5,"start_line":95},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusReader._search_payload","target_ref":"python:len"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusReader._search_payload","semantic_key":"python:method:ToSCorpusReader._search_payload","source_id":"aoa:abyss-stack:artifact:2f051ed094dfbe5203eacfd9","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:5ab59563298944048ddcbc2f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5ab59563298944048ddcbc2f","label":"test_freshness_check_marks_target_live_deferred_without_failing","locator":{"end_column":86,"end_line":4972,"fragment":"","pointer":"","start_column":1,"start_line":4950},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_freshness_check_marks_target_live_deferred_without_failing","target_ref":"python:LiveDeferredProviderRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_freshness_check_marks_target_live_deferred_without_failing","target_ref":"python:state.session_freshness_check"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_freshness_check_marks_target_live_deferred_without_failing","target_ref":"python:state_with_fixture"}],"parser_ref":"python-ast@1","qualified_name":"test_freshness_check_marks_target_live_deferred_without_failing","semantic_key":"python:function:test_freshness_check_marks_target_live_deferred_without_failing","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1:aoa:abyss-stack:anchor:0127b2766fb3ff596e1b2dea","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0127b2766fb3ff596e1b2dea","label":"Local overlay notes","locator":{"end_column":22,"end_line":25,"fragment":"local-overlay-notes","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:local-overlay-notes","source_id":"aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5c47c858b077bf064d53b566:aoa:abyss-stack:anchor:09705184a3bccc6d59460741","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:09705184a3bccc6d59460741","label":"CommandOutput","locator":{"end_column":22,"end_line":296,"fragment":"","pointer":"","start_column":1,"start_line":291},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CommandOutput","target_ref":"python:dataclass"}],"parser_ref":"python-ast@1","qualified_name":"CommandOutput","semantic_key":"python:class:CommandOutput","source_id":"aoa:abyss-stack:artifact:5c47c858b077bf064d53b566","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:67c03d245eed8195040add77:aoa:abyss-stack:anchor:0ad623db89714c89a0b19d21","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0ad623db89714c89a0b19d21","label":"${AOA_BABELVOX_TTS_CACHE_HOST_PATH","locator":{"end_column":111,"end_line":34,"fragment":"","pointer":"/services/babelvox-tts/volumes/1/${AOA_BABELVOX_TTS_CACHE_HOST_PATH","start_column":7,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/babelvox-tts/volumes/1/${AOA_BABELVOX_TTS_CACHE_HOST_PATH","source_id":"aoa:abyss-stack:artifact:67c03d245eed8195040add77","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315:aoa:abyss-stack:anchor:f60c083e0106b5a202de1b0c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f60c083e0106b5a202de1b0c","label":"Diagnose one Abyss runtime target","locator":{"end_column":35,"end_line":1,"fragment":"diagnose-one-abyss-runtime-target","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:diagnose-one-abyss-runtime-target","source_id":"aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:738654194bdcb1fdc161386c:aoa:abyss-stack:anchor:ca6169f6fc6956290d3d9c06","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ca6169f6fc6956290d3d9c06","label":"_playbook_review_status_note","locator":{"end_column":86,"end_line":1106,"fragment":"","pointer":"","start_column":1,"start_line":1092},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_status_note","target_ref":"python:card.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_status_note","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_status_note","target_ref":"python:note.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_status_note","target_ref":"python:review_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_status_note","target_ref":"python:review_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_status_note","target_ref":"python:review_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_status_note","target_ref":"python:review_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_status_note","target_ref":"python:review_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_status_note","target_ref":"python:review_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_status_note","target_ref":"python:review_status.get"}],"parser_ref":"python-ast@1","qualified_name":"_playbook_review_status_note","semantic_key":"python:function:_playbook_review_status_note","source_id":"aoa:abyss-stack:artifact:738654194bdcb1fdc161386c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:77aab00d568ac7f227c57539:aoa:abyss-stack:anchor:4f8b3510ced6b731dab4ea82","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4f8b3510ced6b731dab4ea82","label":"_read_json","locator":{"end_column":20,"end_line":98,"fragment":"","pointer":"","start_column":1,"start_line":94},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json","target_ref":"python:json.loads"}],"parser_ref":"python-ast@1","qualified_name":"_read_json","semantic_key":"python:function:_read_json","source_id":"aoa:abyss-stack:artifact:77aab00d568ac7f227c57539","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:795992a5745bace0747ef607:aoa:abyss-stack:anchor:6fb341c6bfc731364e3ad3a4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6fb341c6bfc731364e3ad3a4","label":"AoAEvalsMCPState","locator":{"end_column":67,"end_line":3705,"fragment":"","pointer":"","start_column":1,"start_line":977},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState","target_ref":"python:dataclass"}],"parser_ref":"python-ast@1","qualified_name":"AoAEvalsMCPState","semantic_key":"python:class:AoAEvalsMCPState","source_id":"aoa:abyss-stack:artifact:795992a5745bace0747ef607","symbol_kind":"class"} @@ -47,5 +47,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ec386b40e6285d939b65d01a:aoa:abyss-stack:anchor:e67e217647ffb64ccca130a0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e67e217647ffb64ccca130a0","label":"Protected Boundary","locator":{"end_column":21,"end_line":3,"fragment":"protected-boundary","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:protected-boundary","source_id":"aoa:abyss-stack:artifact:ec386b40e6285d939b65d01a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f0cbd6aa0372f04d8e3ab075:aoa:abyss-stack:anchor:cce782ba3968892254a0fb6f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cce782ba3968892254a0fb6f","label":"Guidance for `.github/`","locator":{"end_column":26,"end_line":3,"fragment":"guidance-for-github","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:guidance-for-github","source_id":"aoa:abyss-stack:artifact:f0cbd6aa0372f04d8e3ab075","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4:aoa:abyss-stack:anchor:d23a21fb5c6a1164b26cdecf","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d23a21fb5c6a1164b26cdecf","label":"TransportSettings","locator":{"end_column":21,"end_line":25,"fragment":"","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"TransportSettings","semantic_key":"python:class:TransportSettings","source_id":"aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4","symbol_kind":"class"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:8260b467f8dcb7c4c5bd6856","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8260b467f8dcb7c4c5bd6856","label":"ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle","locator":{"end_column":107,"end_line":78,"fragment":"","pointer":"","start_column":3,"start_line":78},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection","target_ref":"../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:78:3:0:../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:adbb370d608bbb172d9069a8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:adbb370d608bbb172d9069a8","label":"ABYSS-STACK-D-0016 Live Runtime Cutover And Machine Parity","locator":{"end_column":117,"end_line":75,"fragment":"","pointer":"","start_column":3,"start_line":75},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection","target_ref":"../ABYSS-STACK-D-0016-live-runtime-cutover-parity.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:75:3:0:../ABYSS-STACK-D-0016-live-runtime-cutover-parity.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:7ac30636d59530cef0645241","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7ac30636d59530cef0645241","label":"target","locator":{"end_column":14,"end_line":50,"fragment":"","pointer":"/abi/outputs/required/1","start_column":7,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs/required/1","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/8e.jsonl b/kag/indexes/shards/anchor/8e.jsonl index 1b48713ad..97a51c822 100644 --- a/kag/indexes/shards/anchor/8e.jsonl +++ b/kag/indexes/shards/anchor/8e.jsonl @@ -5,7 +5,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:0b430514e5acd21a7ffe0691:aoa:abyss-stack:anchor:82dc78cd8f9d4eb39798dde0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:82dc78cd8f9d4eb39798dde0","label":"find_repo_root","locator":{"end_column":69,"end_line":13,"fragment":"","pointer":"","start_column":1,"start_line":9},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_repo_root","target_ref":"python:RuntimeError"}],"parser_ref":"python-ast@1","qualified_name":"find_repo_root","semantic_key":"python:function:find_repo_root","source_id":"aoa:abyss-stack:artifact:0b430514e5acd21a7ffe0691","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:0d3fd5249d88e8dc21a52a9c:aoa:abyss-stack:anchor:a486192c545dd24e6954d6cf","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a486192c545dd24e6954d6cf","label":"_facet_pairs","locator":{"end_column":24,"end_line":393,"fragment":"","pointer":"","start_column":1,"start_line":376},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_facet_pairs","target_ref":"python:_split_inline_code_or_value"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_facet_pairs","target_ref":"python:index_metadata.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_facet_pairs","target_ref":"python:key.lower"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_facet_pairs","target_ref":"python:pairs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_facet_pairs","target_ref":"python:tuple"}],"parser_ref":"python-ast@1","qualified_name":"_facet_pairs","semantic_key":"python:function:_facet_pairs","source_id":"aoa:abyss-stack:artifact:0d3fd5249d88e8dc21a52a9c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43:aoa:abyss-stack:anchor:4bc92689612402aceb07dcf5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4bc92689612402aceb07dcf5","label":"tags","locator":{"end_column":5,"end_line":45,"fragment":"","pointer":"/tags","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/tags","source_id":"aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:f0b5738a5eaa615a42a45bb3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f0b5738a5eaa615a42a45bb3","label":"test_missing_local_overlay_skill_fails","locator":{"end_column":10,"end_line":148,"fragment":"","pointer":"","start_column":5,"start_line":139},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_local_overlay_skill_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_local_overlay_skill_fails","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_local_overlay_skill_fails","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_local_overlay_skill_fails","target_ref":"python:self.validate_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_local_overlay_skill_fails","target_ref":"python:self.write_valid_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_local_overlay_skill_fails","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineSurfaceValidatorTests.test_missing_local_overlay_skill_fails","semantic_key":"python:method:DiagnosticSpineSurfaceValidatorTests.test_missing_local_overlay_skill_fails","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:1a1e23023ea8ac462113bed3:aoa:abyss-stack:anchor:9c2a135ce56474401365f206","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9c2a135ce56474401365f206","label":"state_for","locator":{"end_column":53,"end_line":296,"fragment":"","pointer":"","start_column":1,"start_line":295},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:state_for","target_ref":"python:ToSCorpusMCPState.discover"}],"parser_ref":"python-ast@1","qualified_name":"state_for","semantic_key":"python:function:state_for","source_id":"aoa:abyss-stack:artifact:1a1e23023ea8ac462113bed3","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:1b6b2e7b4ab8982178e1c39c:aoa:abyss-stack:anchor:1382b0448fad7c30e8b2092f","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:1382b0448fad7c30e8b2092f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:1b6b2e7b4ab8982178e1c39c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1c0ad4ab67b32b82f27395a9:aoa:abyss-stack:anchor:7df7fb2ed8cf638d1942bb71","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7df7fb2ed8cf638d1942bb71","label":"Owner Governance Reference","locator":{"end_column":29,"end_line":53,"fragment":"owner-governance-reference","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-governance-reference","source_id":"aoa:abyss-stack:artifact:1c0ad4ab67b32b82f27395a9","symbol_kind":""} @@ -35,6 +34,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73:aoa:abyss-stack:anchor:6ba9f4febee9394faf376b34","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6ba9f4febee9394faf376b34","label":"test_read_resource_and_recall","locator":{"end_column":81,"end_line":569,"fragment":"","pointer":"","start_column":1,"start_line":560},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_read_resource_and_recall","target_ref":"python:state.read_resource"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_read_resource_and_recall","target_ref":"python:state.recall"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_read_resource_and_recall","target_ref":"python:state_with_fake"}],"parser_ref":"python-ast@1","qualified_name":"test_read_resource_and_recall","semantic_key":"python:function:test_read_resource_and_recall","source_id":"aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:568740852f64d7357fbc55fe","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:568740852f64d7357fbc55fe","label":"postgres","locator":{"end_column":11,"end_line":29,"fragment":"","pointer":"/services/postgres","start_column":3,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/postgres","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:e106c96ee84acc0c8a074738","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e106c96ee84acc0c8a074738","label":"unloadTimeout","locator":{"end_column":17,"end_line":13,"fragment":"","pointer":"/unloadTimeout","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/unloadTimeout","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:554f09a8bc55fc8859b6fadf","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:554f09a8bc55fc8859b6fadf","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":282,"fragment":"","pointer":"","start_column":3,"start_line":282},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-policy","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:282:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5:aoa:abyss-stack:anchor:6e13980403e8e44b49aa0304","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:6e13980403e8e44b49aa0304","label":"proof_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/proof_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/proof_refs","source_id":"aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5:aoa:abyss-stack:anchor:a5dbb29b9fcce642140b098c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a5dbb29b9fcce642140b098c","label":"artifact_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/artifact_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/artifact_refs","source_id":"aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8:aoa:abyss-stack:anchor:9e6d646a087225c21a0f0279","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9e6d646a087225c21a0f0279","label":"_payloads_from_result","locator":{"end_column":24,"end_line":213,"fragment":"","pointer":"","start_column":5,"start_line":206},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._payloads_from_result","target_ref":"python:_json_load"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._payloads_from_result","target_ref":"python:hasattr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._payloads_from_result","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._payloads_from_result","target_ref":"python:payloads.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._payloads_from_result","target_ref":"python:result.data"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._payloads_from_result","target_ref":"python:row.get"}],"parser_ref":"python-ast@1","qualified_name":"Neo4jProjectionStore._payloads_from_result","semantic_key":"python:method:Neo4jProjectionStore._payloads_from_result","source_id":"aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8","symbol_kind":"method"} @@ -50,10 +50,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e7e844145f679def5f0d0efb:aoa:abyss-stack:anchor:01b83af3af95de0b6a81026d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:01b83af3af95de0b6a81026d","label":"Current Bridges","locator":{"end_column":18,"end_line":19,"fragment":"current-bridges","pointer":"","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:current-bridges","source_id":"aoa:abyss-stack:artifact:e7e844145f679def5f0d0efb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52:aoa:abyss-stack:anchor:c8d721ed3391614fbacdff75","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c8d721ed3391614fbacdff75","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e9763ad9395185e2eff2d14d:aoa:abyss-stack:anchor:80b0255fc2beb04fd2794cbc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:80b0255fc2beb04fd2794cbc","label":"test_sync_parity_module_reports_deployed_drift","locator":{"end_column":74,"end_line":43,"fragment":"","pointer":"","start_column":1,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_sync_parity_module_reports_deployed_drift","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_sync_parity_module_reports_deployed_drift","target_ref":"python:sync_parity.validate_deployed_parity"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_sync_parity_module_reports_deployed_drift","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_sync_parity_module_reports_deployed_drift","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_sync_parity_module_reports_deployed_drift","semantic_key":"python:function:test_sync_parity_module_reports_deployed_drift","source_id":"aoa:abyss-stack:artifact:e9763ad9395185e2eff2d14d","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:77bb29e08b1f7d1f7c1c0e57","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:77bb29e08b1f7d1f7c1c0e57","label":"ABYSS-STACK-D-0036 Abyss Machine MCP Access Plane","locator":{"end_column":111,"end_line":82,"fragment":"","pointer":"","start_column":3,"start_line":82},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit","target_ref":"../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:82:3:0:../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:b65fd276eaa7ef6bb48f6505","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b65fd276eaa7ef6bb48f6505","label":"generated/tiny_consumer_bundle.min.json","locator":{"end_column":43,"end_line":18,"fragment":"","pointer":"/required_files/11","start_column":3,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/11","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:13b20f7f4d2b9eeb90b9d752","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:13b20f7f4d2b9eeb90b9d752","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":218,"fragment":"","pointer":"","start_column":3,"start_line":218},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:218:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:268c78fde31b1eaedb3e8cdc","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:268c78fde31b1eaedb3e8cdc","label":"ABYSS-STACK-D-0054 Branch Policy Validator Module","locator":{"end_column":111,"end_line":216,"fragment":"","pointer":"","start_column":3,"start_line":216},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../ABYSS-STACK-D-0054-branch-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:216:3:0:../ABYSS-STACK-D-0054-branch-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:99cf1c26bcdfa148eb2e6339","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:99cf1c26bcdfa148eb2e6339","label":"ABYSS-STACK-D-0062 Agent Skill Projection Validator Module","locator":{"end_column":129,"end_line":221,"fragment":"","pointer":"","start_column":3,"start_line":221},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:221:3:0:../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:5fae5607531f3005ba40f12c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5fae5607531f3005ba40f12c","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":218,"fragment":"","pointer":"","start_column":3,"start_line":218},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:operator-command","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:218:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:9bd64b40ac8640d85c644021","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9bd64b40ac8640d85c644021","label":"ABYSS-STACK-D-0038 Canonical Decision IDs And Indexes","locator":{"end_column":119,"end_line":128,"fragment":"","pointer":"","start_column":3,"start_line":128},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0038-canonical-decision-ids-and-indexes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:128:3:0:../ABYSS-STACK-D-0038-canonical-decision-ids-and-indexes.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52:aoa:abyss-stack:anchor:f700378870964bb6a9e8c23c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f700378870964bb6a9e8c23c","label":"neo4j_headers","locator":{"end_column":47,"end_line":75,"fragment":"","pointer":"","start_column":1,"start_line":65},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_headers","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_headers","target_ref":"python:auth.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_headers","target_ref":"python:base64.b64encode"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_headers","target_ref":"python:dotenv_values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_headers","target_ref":"python:env.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_headers","target_ref":"python:env.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_headers","target_ref":"python:env.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_headers","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_headers","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:neo4j_headers","target_ref":"python:os.environ.get"}],"parser_ref":"python-ast@1","qualified_name":"neo4j_headers","semantic_key":"python:function:neo4j_headers","source_id":"aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fb6a686182f16eb54af3c628:aoa:abyss-stack:anchor:8c96e789fd7d63d0484960ec","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:8c96e789fd7d63d0484960ec","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fb6a686182f16eb54af3c628","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/8f.jsonl b/kag/indexes/shards/anchor/8f.jsonl index 3edf43ca1..c10d81ecd 100644 --- a/kag/indexes/shards/anchor/8f.jsonl +++ b/kag/indexes/shards/anchor/8f.jsonl @@ -1,6 +1,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:bd152eedc23dfa329c316add","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bd152eedc23dfa329c316add","label":"ensure_w1_gate_passed","locator":{"end_column":19,"end_line":3351,"fragment":"","pointer":"","start_column":1,"start_line":3344},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w1_gate_passed","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w1_gate_passed","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w1_gate_passed","target_ref":"python:index_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w1_gate_passed","target_ref":"python:index_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w1_gate_passed","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w1_gate_passed","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w1_gate_passed","target_ref":"python:wave_index_name"}],"parser_ref":"python-ast@1","qualified_name":"ensure_w1_gate_passed","semantic_key":"python:function:ensure_w1_gate_passed","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:bd586a1f1d48b88a4dd5d4be","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bd586a1f1d48b88a4dd5d4be","label":"load_case_spec","locator":{"end_column":109,"end_line":2518,"fragment":"","pointer":"","start_column":1,"start_line":2517},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_case_spec","target_ref":"python:case_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_case_spec","target_ref":"python:json.loads"}],"parser_ref":"python-ast@1","qualified_name":"load_case_spec","semantic_key":"python:function:load_case_spec","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:94672d466b2bfb5409a58678","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:94672d466b2bfb5409a58678","label":"[0.2.2] - 2026-04-23","locator":{"end_column":23,"end_line":649,"fragment":"022-2026-04-23","pointer":"","start_column":1,"start_line":649},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:022-2026-04-23","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:94672d466b2bfb5409a58678","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:94672d466b2bfb5409a58678","label":"[0.2.2] - 2026-04-23","locator":{"end_column":23,"end_line":651,"fragment":"022-2026-04-23","pointer":"","start_column":1,"start_line":651},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:022-2026-04-23","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:08bc2c833d9db3229fd08c82:aoa:abyss-stack:anchor:e9739987af115d57be4c330d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e9739987af115d57be4c330d","label":"Decision","locator":{"end_column":11,"end_line":38,"fragment":"decision","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:08bc2c833d9db3229fd08c82","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e:aoa:abyss-stack:anchor:26ec636922475e9f4dc16361","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:26ec636922475e9f4dc16361","label":"healthcheck","locator":{"end_column":16,"end_line":41,"fragment":"","pointer":"/services/langchain-api/healthcheck","start_column":5,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api/healthcheck","source_id":"aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0e32fdadd2717574386a3732:aoa:abyss-stack:anchor:dc656e392bdb1a8cafe7ea65","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dc656e392bdb1a8cafe7ea65","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:0e32fdadd2717574386a3732","symbol_kind":""} @@ -47,6 +47,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a8b53ffd214e14165c65f9f4:aoa:abyss-stack:anchor:9adcfc1bcee1feec862d2d5b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9adcfc1bcee1feec862d2d5b","label":"config-sync-boundary","locator":{"end_column":57,"end_line":8,"fragment":"","pointer":"","start_column":3,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle-parts","target_ref":"config-sync-boundary/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:8:3:0:config-sync-boundary/README.md","source_id":"aoa:abyss-stack:artifact:a8b53ffd214e14165c65f9f4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aa8d0c7ec9156b9d8aae3422:aoa:abyss-stack:anchor:7ca5ee4fc7c8ac0ead607062","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7ca5ee4fc7c8ac0ead607062","label":"Script Topology","locator":{"end_column":17,"end_line":1,"fragment":"script-topology","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:script-topology","source_id":"aoa:abyss-stack:artifact:aa8d0c7ec9156b9d8aae3422","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:76b6f70bc495debfddea9a0b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:76b6f70bc495debfddea9a0b","label":"Decisions By Surface Class","locator":{"end_column":28,"end_line":1,"fragment":"decisions-by-surface-class","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decisions-by-surface-class","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:b2b92d2b13d802afdbcdc8b3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b2b92d2b13d802afdbcdc8b3","label":"ABYSS-STACK-D-0078 Federated Stats MCP Access Plane","locator":{"end_column":115,"end_line":310,"fragment":"","pointer":"","start_column":3,"start_line":310},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-local-stats-ports","target_ref":"../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:310:3:0:../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:d2c40f0a923aef412271d088","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d2c40f0a923aef412271d088","label":"ABYSS-STACK-D-0012 Quest And Compatibility Topology","locator":{"end_column":115,"end_line":142,"fragment":"","pointer":"","start_column":3,"start_line":142},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0012-quest-and-compatibility-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:142:3:0:../ABYSS-STACK-D-0012-quest-and-compatibility-topology.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aedad7639e85e4508c819730:aoa:abyss-stack:anchor:79820608f29b134cf6b0813c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:79820608f29b134cf6b0813c","label":"litellm_params","locator":{"end_column":19,"end_line":8,"fragment":"","pointer":"/model_list/1/litellm_params","start_column":5,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/model_list/1/litellm_params","source_id":"aoa:abyss-stack:artifact:aedad7639e85e4508c819730","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bcd42e881a2e9a22e6f22a07:aoa:abyss-stack:anchor:5065c0b1b701f89ee71dfc87","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:5065c0b1b701f89ee71dfc87","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:bcd42e881a2e9a22e6f22a07","symbol_kind":""} @@ -54,15 +55,16 @@ {"_key":"anchor:aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8:aoa:abyss-stack:anchor:38d3028129516c39a563ff13","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:38d3028129516c39a563ff13","label":"_bounded_depth","locator":{"end_column":43,"end_line":233,"fragment":"","pointer":"","start_column":5,"start_line":228},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._bounded_depth","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._bounded_depth","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._bounded_depth","target_ref":"python:min"}],"parser_ref":"python-ast@1","qualified_name":"Neo4jProjectionStore._bounded_depth","semantic_key":"python:method:Neo4jProjectionStore._bounded_depth","source_id":"aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:c8a39bfeaf4fc6d20ab1fbec:aoa:abyss-stack:anchor:1822d87067cf71b30b9fa887","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1822d87067cf71b30b9fa887","label":"request","locator":{"end_column":54,"end_line":441,"fragment":"","pointer":"","start_column":5,"start_line":348},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:AssertionError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:HttpJsonError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:collection.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:copy.deepcopy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:copy.deepcopy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:copy.deepcopy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:path.endswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:path.endswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:path.rsplit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:path.rsplit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:path.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:path.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:path.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:path.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:path.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:path.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:path.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:path.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:self.aliases.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:self.aliases.pop"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:self.collections.pop"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:self.points.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:self.queries.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:stored.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:FakeQdrant.request","target_ref":"python:sum"}],"parser_ref":"python-ast@1","qualified_name":"FakeQdrant.request","semantic_key":"python:method:FakeQdrant.request","source_id":"aoa:abyss-stack:artifact:c8a39bfeaf4fc6d20ab1fbec","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:da5676238577964452bfd03b:aoa:abyss-stack:anchor:ed6f283ff40e44536af337fc","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ed6f283ff40e44536af337fc","label":"mem_limit","locator":{"end_column":47,"end_line":8,"fragment":"","pointer":"/services/llama-cpp/mem_limit","start_column":5,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/mem_limit","source_id":"aoa:abyss-stack:artifact:da5676238577964452bfd03b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76:aoa:abyss-stack:anchor:35155484d271a74e1af62f03","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:35155484d271a74e1af62f03","label":"main","locator":{"end_column":13,"end_line":446,"fragment":"","pointer":"","start_column":1,"start_line":408},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_run_source_validators"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parse_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sync_parity.validate_deployed_parity"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sync_parity.validate_runtime_configs_mirror"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76:aoa:abyss-stack:anchor:35155484d271a74e1af62f03","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:35155484d271a74e1af62f03","label":"main","locator":{"end_column":13,"end_line":428,"fragment":"","pointer":"","start_column":1,"start_line":390},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_run_source_validators"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parse_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sync_parity.validate_deployed_parity"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sync_parity.validate_runtime_configs_mirror"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5:aoa:abyss-stack:anchor:0fc22eabe4be95b80bc54db7","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0fc22eabe4be95b80bc54db7","label":"activation","locator":{"end_column":11,"end_line":28,"fragment":"","pointer":"/activation","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/activation","source_id":"aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:df62d5179b5f655780276eaf:aoa:abyss-stack:anchor:796b349e5e56622d0a1d7006","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:796b349e5e56622d0a1d7006","label":"Rationale","locator":{"end_column":12,"end_line":55,"fragment":"rationale","pointer":"","start_column":1,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:df62d5179b5f655780276eaf","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:3ecd7fb8ea04f70f3f5c0261","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3ecd7fb8ea04f70f3f5c0261","label":"active_requests","locator":{"end_column":37,"end_line":261,"fragment":"","pointer":"","start_column":5,"start_line":260},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"LazyScorer.active_requests","semantic_key":"python:method:LazyScorer.active_requests","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:291d66447020d2e7fa1a9c20","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:291d66447020d2e7fa1a9c20","label":"path_policy","locator":{"end_column":39,"end_line":3,"fragment":"","pointer":"/path_policy","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/path_policy","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7:aoa:abyss-stack:anchor:512015f5a44eb86b5ddf064a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:512015f5a44eb86b5ddf064a","label":"legacy/INDEX.md","locator":{"end_column":39,"end_line":56,"fragment":"","pointer":"","start_column":5,"start_line":56},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:next-route","target_ref":"legacy/INDEX.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:56:5:0:legacy/INDEX.md","source_id":"aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:107079347ed06c0feba34468","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:107079347ed06c0feba34468","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":29,"fragment":"","pointer":"","start_column":3,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:diagnostic-spine","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:29:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:c68c3bbb80267279de6f6960","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c68c3bbb80267279de6f6960","label":"runtime-lifecycle","locator":{"end_column":20,"end_line":85,"fragment":"runtime-lifecycle","pointer":"","start_column":1,"start_line":85},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-lifecycle","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:47f2e1b24854a2458f346dd8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:47f2e1b24854a2458f346dd8","label":"docs and routes","locator":{"end_column":18,"end_line":119,"fragment":"docs-and-routes","pointer":"","start_column":1,"start_line":119},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:docs-and-routes","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:c68c3bbb80267279de6f6960","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c68c3bbb80267279de6f6960","label":"runtime-lifecycle","locator":{"end_column":20,"end_line":86,"fragment":"runtime-lifecycle","pointer":"","start_column":1,"start_line":86},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-lifecycle","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:47f2e1b24854a2458f346dd8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:47f2e1b24854a2458f346dd8","label":"docs and routes","locator":{"end_column":18,"end_line":120,"fragment":"docs-and-routes","pointer":"","start_column":1,"start_line":120},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:docs-and-routes","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c1616f303dbb3b2ba194a47a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c1616f303dbb3b2ba194a47a","label":"ABYSS-STACK-D-0026 Workflow Automation Optional Profile","locator":{"end_column":123,"end_line":113,"fragment":"","pointer":"","start_column":3,"start_line":113},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profiles-and-presets","target_ref":"../ABYSS-STACK-D-0026-workflow-automation-optional-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:113:3:0:../ABYSS-STACK-D-0026-workflow-automation-optional-profile.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:1c1f63bd194914ec5eaafc1b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1c1f63bd194914ec5eaafc1b","label":"philosophy_layers","locator":{"end_column":10,"end_line":507,"fragment":"","pointer":"","start_column":5,"start_line":499},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_layers","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_layers","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_layers","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_layers","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_layers","target_ref":"python:self.philosophy_projection"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.philosophy_layers","semantic_key":"python:method:ToSCorpusMCPState.philosophy_layers","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:fd231dd5c7bba06d02a54d86","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fd231dd5c7bba06d02a54d86","label":"test_runtime_config_bundle_validator_sanitizes_public_verify_sidecar","locator":{"end_column":130,"end_line":195,"fragment":"","pointer":"","start_column":1,"start_line":172},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_sanitizes_public_verify_sidecar","target_ref":"python:bundle_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_sanitizes_public_verify_sidecar","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_sanitizes_public_verify_sidecar","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_sanitizes_public_verify_sidecar","target_ref":"python:load_runtime_config_bundle_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_sanitizes_public_verify_sidecar","target_ref":"python:sidecar.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_sanitizes_public_verify_sidecar","target_ref":"python:sidecar.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_sanitizes_public_verify_sidecar","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_validator_sanitizes_public_verify_sidecar","target_ref":"python:validator._sanitize_public_verify_sidecar"}],"parser_ref":"python-ast@1","qualified_name":"test_runtime_config_bundle_validator_sanitizes_public_verify_sidecar","semantic_key":"python:function:test_runtime_config_bundle_validator_sanitizes_public_verify_sidecar","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:82e661768687e0a92bb33ea6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:82e661768687e0a92bb33ea6","label":"_owner_root","locator":{"end_column":41,"end_line":359,"fragment":"","pointer":"","start_column":5,"start_line":339},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_root","target_ref":"python:_child_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_root","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_root","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_root","target_ref":"python:route.partition"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_root","target_ref":"python:self.source_roots.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_root","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_root","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAStatsMCPState._owner_root","semantic_key":"python:method:AoAStatsMCPState._owner_root","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"method"} diff --git a/kag/indexes/shards/anchor/90.jsonl b/kag/indexes/shards/anchor/90.jsonl index 6b36738cc..4c6e980e1 100644 --- a/kag/indexes/shards/anchor/90.jsonl +++ b/kag/indexes/shards/anchor/90.jsonl @@ -32,10 +32,12 @@ {"_key":"anchor:aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac:aoa:abyss-stack:anchor:b19e608b1a13a0c28e5a2c49","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b19e608b1a13a0c28e5a2c49","label":"route_side_effect","locator":{"end_column":71,"end_line":421,"fragment":"","pointer":"","start_column":9,"start_line":387},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_explicit_memo_override_beats_playbook_default.route_side_effect","target_ref":"python:AssertionError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_explicit_memo_override_beats_playbook_default.route_side_effect","target_ref":"python:calls.append"}],"parser_ref":"python-ast@1","qualified_name":"LangchainFederatedRunTests.test_explicit_memo_override_beats_playbook_default.route_side_effect","semantic_key":"python:method:LangchainFederatedRunTests.test_explicit_memo_override_beats_playbook_default.route_side_effect","source_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8991b1f9e1d7922915a3a194:aoa:abyss-stack:anchor:69cd0b7b34bf1842cebea134","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:69cd0b7b34bf1842cebea134","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8991b1f9e1d7922915a3a194","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8a7b4e8b0cf39823b114c68a:aoa:abyss-stack:anchor:668852f74606a4a0e7c7ce73","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:668852f74606a4a0e7c7ce73","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8a7b4e8b0cf39823b114c68a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:1c26141d963d08312a866f1c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1c26141d963d08312a866f1c","label":"route docs","locator":{"end_column":13,"end_line":372,"fragment":"route-docs","pointer":"","start_column":1,"start_line":372},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-docs","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:1c26141d963d08312a866f1c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1c26141d963d08312a866f1c","label":"route docs","locator":{"end_column":13,"end_line":384,"fragment":"route-docs","pointer":"","start_column":1,"start_line":384},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-docs","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9138b3fa1e36a2ebf019949d:aoa:abyss-stack:anchor:56e4ad86498d4bcfa8779f61","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:56e4ad86498d4bcfa8779f61","label":"docs/README.md","locator":{"end_column":35,"end_line":30,"fragment":"","pointer":"","start_column":3,"start_line":30},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"docs/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:30:3:0:docs/README.md","source_id":"aoa:abyss-stack:artifact:9138b3fa1e36a2ebf019949d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:0a5520857f881616aaee3d6a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0a5520857f881616aaee3d6a","label":"services","locator":{"end_column":9,"end_line":4,"fragment":"","pointer":"/services","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:77e3813cb8fb107ee8872dbd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:77e3813cb8fb107ee8872dbd","label":"ABYSS-STACK-D-0044 Sync Parity Validator Module","locator":{"end_column":107,"end_line":327,"fragment":"","pointer":"","start_column":3,"start_line":327},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:release-parity","target_ref":"../ABYSS-STACK-D-0044-sync-parity-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:327:3:0:../ABYSS-STACK-D-0044-sync-parity-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ae10d9cb5a20aa7f60cb3439:aoa:abyss-stack:anchor:c8d5becdfcd291ddf86493f0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c8d5becdfcd291ddf86493f0","label":"main","locator":{"end_column":13,"end_line":65,"fragment":"","pointer":"","start_column":1,"start_line":43},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.parse_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:rendered_source"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:stale.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:target.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:target.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:target.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:target.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:target.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:target_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:target_paths"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:ae10d9cb5a20aa7f60cb3439","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:75a0866bc4b04276edbea7bf","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:75a0866bc4b04276edbea7bf","label":"agon-runtime","locator":{"end_column":51,"end_line":159,"fragment":"","pointer":"","start_column":3,"start_line":159},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/agon-runtime/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:159:3:0:mechanics/agon-runtime/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5:aoa:abyss-stack:anchor:392f33afa9b17337e17353f6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:392f33afa9b17337e17353f6","label":"copy_current_surface","locator":{"end_column":94,"end_line":17,"fragment":"","pointer":"","start_column":1,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:copy_current_surface","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"copy_current_surface","semantic_key":"python:function:copy_current_surface","source_id":"aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:53139c56dcc88c17d7ffbff2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:53139c56dcc88c17d7ffbff2","label":"alertmanager_data","locator":{"end_column":23,"end_line":128,"fragment":"","pointer":"/volumes/alertmanager_data","start_column":3,"start_line":128},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/volumes/alertmanager_data","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bf2d26c4331f9b61e93a3d29:aoa:abyss-stack:anchor:dbcb88e93c57ed9344bd19b6","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:dbcb88e93c57ed9344bd19b6","label":"live_protocol","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/live_protocol","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/live_protocol","source_id":"aoa:abyss-stack:artifact:bf2d26c4331f9b61e93a3d29","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/91.jsonl b/kag/indexes/shards/anchor/91.jsonl index d60d9397b..1dae19338 100644 --- a/kag/indexes/shards/anchor/91.jsonl +++ b/kag/indexes/shards/anchor/91.jsonl @@ -34,6 +34,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:4c3edbbddd6f020fa02ae250","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4c3edbbddd6f020fa02ae250","label":"require_eval_catalog_entry","locator":{"end_column":101,"end_line":1608,"fragment":"","pointer":"","start_column":1,"start_line":1604},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_eval_catalog_entry","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_eval_catalog_entry","target_ref":"python:evals_payload"}],"parser_ref":"python-ast@1","qualified_name":"require_eval_catalog_entry","semantic_key":"python:function:require_eval_catalog_entry","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8835a41340228ce9fcf964cb:aoa:abyss-stack:anchor:5567e64c97024c871f5d3063","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5567e64c97024c871f5d3063","label":"FakeRunner","locator":{"end_column":10,"end_line":37,"fragment":"","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"FakeRunner","semantic_key":"python:class:FakeRunner","source_id":"aoa:abyss-stack:artifact:8835a41340228ce9fcf964cb","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:1053ebf0bc6f1ada07aedd45","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1053ebf0bc6f1ada07aedd45","label":"ABYSS-STACK-D-0018 Entry Route Contract And Validation Placement","locator":{"end_column":137,"end_line":18,"fragment":"","pointer":"","start_column":3,"start_line":18},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-route","target_ref":"../ABYSS-STACK-D-0018-entry-route-contract-validation-placement.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:18:3:0:../ABYSS-STACK-D-0018-entry-route-contract-validation-placement.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:b496dd01f81e5f6092d1f006","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b496dd01f81e5f6092d1f006","label":"ABYSS-STACK-D-0078 Federated Stats MCP Access Plane","locator":{"end_column":115,"end_line":329,"fragment":"","pointer":"","start_column":3,"start_line":329},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:packet-semantic-parity","target_ref":"../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:329:3:0:../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b:aoa:abyss-stack:anchor:8d3629d626175914479efb31","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:8d3629d626175914479efb31","label":"suggested_next_checks","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/suggested_next_checks","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/suggested_next_checks","source_id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9022a190547043d202488b6f:aoa:abyss-stack:anchor:2adc3d3a9c90c89695c1035d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2adc3d3a9c90c89695c1035d","label":"aoa_evals_read_runtime_candidate_export","locator":{"end_column":115,"end_line":103,"fragment":"","pointer":"","start_column":5,"start_line":98},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_evals_read_runtime_candidate_export","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_evals_read_runtime_candidate_export","target_ref":"python:mcp.tool"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_evals_read_runtime_candidate_export","semantic_key":"python:method:build_server.aoa_evals_read_runtime_candidate_export","source_id":"aoa:abyss-stack:artifact:9022a190547043d202488b6f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:9474485b910fe51774c07f50:aoa:abyss-stack:anchor:cf10c3bb5e8b09b80d46b880","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cf10c3bb5e8b09b80d46b880","label":"tracked_files","locator":{"end_column":27,"end_line":39,"fragment":"","pointer":"","start_column":1,"start_line":17},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_files","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_files","target_ref":"python:result.stdout.splitlines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_files","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_files","target_ref":"python:status.stdout.splitlines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_files","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:tracked_files","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"tracked_files","semantic_key":"python:function:tracked_files","source_id":"aoa:abyss-stack:artifact:9474485b910fe51774c07f50","symbol_kind":"function"} @@ -43,6 +44,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a5ee0a6421758851103923ed:aoa:abyss-stack:anchor:73c0be340c431014c19da4f5","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:73c0be340c431014c19da4f5","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:a5ee0a6421758851103923ed","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:a43aadc8642edf2264ff2b5a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a43aadc8642edf2264ff2b5a","label":"ref","locator":{"end_column":35,"end_line":32,"fragment":"","pointer":"/anchor_ref/ref","start_column":3,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/anchor_ref/ref","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:29e9b3e59e520711fb388ed3","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:29e9b3e59e520711fb388ed3","label":"includeAliasesInList","locator":{"end_column":27,"end_line":11,"fragment":"","pointer":"/includeAliasesInList","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/includeAliasesInList","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:7b105c513e3b3c7647070610","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7b105c513e3b3c7647070610","label":"ABYSS-STACK-D-0057 Mechanics Topology Validator Module","locator":{"end_column":121,"end_line":302,"fragment":"","pointer":"","start_column":3,"start_line":302},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanic-topology","target_ref":"../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:302:3:0:../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:f6b6695603e31239fbf68e2c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f6b6695603e31239fbf68e2c","label":"ABYSS-STACK-D-0014 Residual Frontier Quest Alignment","locator":{"end_column":117,"end_line":132,"fragment":"","pointer":"","start_column":3,"start_line":132},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questlane","target_ref":"../ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:132:3:0:../ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:5b2870a978dc447ae9bfa171","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5b2870a978dc447ae9bfa171","label":"aoa.tuning.overlay","locator":{"end_column":43,"end_line":26,"fragment":"","pointer":"/services/docs-api/labels/aoa.tuning.overlay","start_column":7,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/docs-api/labels/aoa.tuning.overlay","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5:aoa:abyss-stack:anchor:ae397123f1e6368fbf0449e4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ae397123f1e6368fbf0449e4","label":"run_active_topology_validator","locator":{"end_column":18,"end_line":39,"fragment":"","pointer":"","start_column":1,"start_line":32},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_active_topology_validator","target_ref":"python:active_topology_language.validate_active_topology_language"}],"parser_ref":"python-ast@1","qualified_name":"run_active_topology_validator","semantic_key":"python:function:run_active_topology_validator","source_id":"aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5","symbol_kind":"function"} @@ -60,8 +62,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:4e7f58b1d5310c0856fc2ba1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4e7f58b1d5310c0856fc2ba1","label":"load","locator":{"end_column":52,"end_line":170,"fragment":"","pointer":"","start_column":5,"start_line":140},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.load","target_ref":"python:AutoTokenizer.from_pretrained"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.load","target_ref":"python:OVModelForCausalLM.from_pretrained"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.load","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.load","target_ref":"python:now_ms"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.load","target_ref":"python:now_ms"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.load","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.load","target_ref":"python:self.model.eval"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.load","target_ref":"python:self.tokenizer.convert_tokens_to_ids"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.load","target_ref":"python:self.tokenizer.convert_tokens_to_ids"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.load","target_ref":"python:self.tokenizer.encode"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.load","target_ref":"python:self.tokenizer.encode"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.load","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"Qwen3OpenVINOReranker.load","semantic_key":"python:method:Qwen3OpenVINOReranker.load","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128:aoa:abyss-stack:anchor:bc973e5d7dd20a6a35590dd4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:bc973e5d7dd20a6a35590dd4","label":"Role","locator":{"end_column":7,"end_line":13,"fragment":"role","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:role","source_id":"aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:a299ac4a3085298334d5b04e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a299ac4a3085298334d5b04e","label":"configs","locator":{"end_column":10,"end_line":21,"fragment":"","pointer":"/schema_config/configs","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/schema_config/configs","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:01cc2b7fbc09670ce66802de","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:01cc2b7fbc09670ce66802de","label":"ABYSS-STACK-D-0003 Mechanics Legacy Artifact Containment","locator":{"end_column":125,"end_line":100,"fragment":"","pointer":"","start_column":3,"start_line":100},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0003-mechanics-legacy-artifact-containment.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:100:3:0:../ABYSS-STACK-D-0003-mechanics-legacy-artifact-containment.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:c3f49dde62cf5f9541044bb6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c3f49dde62cf5f9541044bb6","label":"ABYSS-STACK-D-0030 RAG Orchestration Profile","locator":{"end_column":101,"end_line":38,"fragment":"","pointer":"","start_column":3,"start_line":38},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0030-rag-orchestration-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:38:3:0:../ABYSS-STACK-D-0030-rag-orchestration-profile.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef56699ffc0c3ce34db9a3af:aoa:abyss-stack:anchor:a1d4a028c4246f8b8631aa09","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:a1d4a028c4246f8b8631aa09","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ef56699ffc0c3ce34db9a3af","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f16638318899fbe79609401f:aoa:abyss-stack:anchor:f1b6255739d72432d52182ea","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f1b6255739d72432d52182ea","label":"Lifecycle hooks","locator":{"end_column":18,"end_line":17,"fragment":"lifecycle-hooks","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:lifecycle-hooks","source_id":"aoa:abyss-stack:artifact:f16638318899fbe79609401f","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:7198a3290e3c5ddf49ab765d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7198a3290e3c5ddf49ab765d","label":"ABYSS-STACK-D-0074 Telegram and Discord Connector MCP Access Planes","locator":{"end_column":143,"end_line":165,"fragment":"","pointer":"","start_column":3,"start_line":165},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:165:3:0:../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:ab5dd5020c1f931e63fcf9ec","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ab5dd5020c1f931e63fcf9ec","label":"ABYSS-STACK-D-0048 Federation Landing Validator Split","locator":{"end_column":119,"end_line":26,"fragment":"","pointer":"","start_column":3,"start_line":26},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mechanics","target_ref":"../ABYSS-STACK-D-0048-federation-landing-validator-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:26:3:0:../ABYSS-STACK-D-0048-federation-landing-validator-split.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/92.jsonl b/kag/indexes/shards/anchor/92.jsonl index 088a7b372..f6fed82db 100644 --- a/kag/indexes/shards/anchor/92.jsonl +++ b/kag/indexes/shards/anchor/92.jsonl @@ -21,7 +21,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:756c625efa7d8fba0872a745:aoa:abyss-stack:anchor:23fb08bae5829b972d225899","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:23fb08bae5829b972d225899","label":"container_state","locator":{"end_column":18,"end_line":151,"fragment":"","pointer":"","start_column":1,"start_line":139},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:container_state","target_ref":"python:inspect_result_is_missing"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:container_state","target_ref":"python:run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:container_state","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"container_state","semantic_key":"python:function:container_state","source_id":"aoa:abyss-stack:artifact:756c625efa7d8fba0872a745","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:7939fb423140de0a4b026e64:aoa:abyss-stack:anchor:49ee37f45d89c68d22198da5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:49ee37f45d89c68d22198da5","label":"-config","locator":{"end_column":15,"end_line":9,"fragment":"","pointer":"/services/llama-cpp/command/0","start_column":7,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/command/0","source_id":"aoa:abyss-stack:artifact:7939fb423140de0a4b026e64","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:82cc780ea9870d588067be05:aoa:abyss-stack:anchor:861d226ae700ecd20cb256d5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:861d226ae700ecd20cb256d5","label":"test_public_overlay_specs_drop_private_paths_and_normalize_repo_paths","locator":{"end_column":6,"end_line":85,"fragment":"","pointer":"","start_column":1,"start_line":58},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_public_overlay_specs_drop_private_paths_and_normalize_repo_paths","target_ref":"python:configs_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_public_overlay_specs_drop_private_paths_and_normalize_repo_paths","target_ref":"python:load_module"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_public_overlay_specs_drop_private_paths_and_normalize_repo_paths","target_ref":"python:module.public_safe_overlay_specs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_public_overlay_specs_drop_private_paths_and_normalize_repo_paths","target_ref":"python:source_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_public_overlay_specs_drop_private_paths_and_normalize_repo_paths","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_public_overlay_specs_drop_private_paths_and_normalize_repo_paths","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_public_overlay_specs_drop_private_paths_and_normalize_repo_paths","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"test_public_overlay_specs_drop_private_paths_and_normalize_repo_paths","semantic_key":"python:function:test_public_overlay_specs_drop_private_paths_and_normalize_repo_paths","source_id":"aoa:abyss-stack:artifact:82cc780ea9870d588067be05","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:a61642072ce0c822a2e4e178","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a61642072ce0c822a2e4e178","label":"source/deployed parity","locator":{"end_column":25,"end_line":448,"fragment":"sourcedeployed-parity","pointer":"","start_column":1,"start_line":448},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:sourcedeployed-parity","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:a61642072ce0c822a2e4e178","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a61642072ce0c822a2e4e178","label":"source/deployed parity","locator":{"end_column":25,"end_line":461,"fragment":"sourcedeployed-parity","pointer":"","start_column":1,"start_line":461},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:sourcedeployed-parity","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d:aoa:abyss-stack:anchor:1cd85319675b5abb30313977","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1cd85319675b5abb30313977","label":"summary","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/summary","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/summary","source_id":"aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58:aoa:abyss-stack:anchor:5e24ee39685740f6e1d39b4a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5e24ee39685740f6e1d39b4a","label":"container_name","locator":{"end_column":27,"end_line":3,"fragment":"","pointer":"/services/litellm/container_name","start_column":5,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/litellm/container_name","source_id":"aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:960f118fdfee8c85229fdef1:aoa:abyss-stack:anchor:8a3c2a37c9f2a83e7c693049","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:8a3c2a37c9f2a83e7c693049","label":"worker_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/worker_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/worker_id","source_id":"aoa:abyss-stack:artifact:960f118fdfee8c85229fdef1","symbol_kind":"json_key"} @@ -36,6 +36,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:aafc77e27f12f5cf4e36f54e:aoa:abyss-stack:anchor:df001e3ffc36a48cd0127903","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:df001e3ffc36a48cd0127903","label":"Source relationships","locator":{"end_column":23,"end_line":11,"fragment":"source-relationships","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-relationships","source_id":"aoa:abyss-stack:artifact:aafc77e27f12f5cf4e36f54e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:36404ad044adec1b2271551d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:36404ad044adec1b2271551d","label":"ABYSS-STACK-D-0026 Workflow Automation Optional Profile","locator":{"end_column":123,"end_line":43,"fragment":"","pointer":"","start_column":3,"start_line":43},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-profile","target_ref":"../ABYSS-STACK-D-0026-workflow-automation-optional-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:43:3:0:../ABYSS-STACK-D-0026-workflow-automation-optional-profile.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:6e2c5329ec046b566c79772d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6e2c5329ec046b566c79772d","label":"ABYSS-STACK-D-0069 ToS Corpus MCP Access Plane","locator":{"end_column":105,"end_line":98,"fragment":"","pointer":"","start_column":3,"start_line":98},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-access-plane","target_ref":"../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:98:3:0:../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:e9cdd3d14e31a51824917a93","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e9cdd3d14e31a51824917a93","label":"ABYSS-STACK-D-0066 AoA Decisions MCP Access Plane","locator":{"end_column":111,"end_line":234,"fragment":"","pointer":"","start_column":3,"start_line":234},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-graph","target_ref":"../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:234:3:0:../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ae7063f19e0593175aca75dd:aoa:abyss-stack:anchor:4fe401565f4be4a822d2f0e7","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:4fe401565f4be4a822d2f0e7","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:ae7063f19e0593175aca75dd","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:67dec8875f7529eee139464f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:67dec8875f7529eee139464f","label":"cpus","locator":{"end_column":37,"end_line":8,"fragment":"","pointer":"/services/qwen-tts/cpus","start_column":5,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/qwen-tts/cpus","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:78052a166a1db61db0d3cfe5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:78052a166a1db61db0d3cfe5","label":"\"run\"","locator":{"end_column":13,"end_line":86,"fragment":"","pointer":"/services/alloy/command/0","start_column":7,"start_line":86},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/alloy/command/0","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} @@ -47,7 +48,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ce0ee3d0c0c36f835904a885:aoa:abyss-stack:anchor:72dc8b2e309759c7f5a8e5e7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:72dc8b2e309759c7f5a8e5e7","label":"Agon Runtime Provenance","locator":{"end_column":25,"end_line":1,"fragment":"agon-runtime-provenance","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agon-runtime-provenance","source_id":"aoa:abyss-stack:artifact:ce0ee3d0c0c36f835904a885","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935:aoa:abyss-stack:anchor:f1020775717109aa7d33aa04","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:f1020775717109aa7d33aa04","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d1307f1ca8748e1b643867f3:aoa:abyss-stack:anchor:34db216280d89c5a14d90678","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:34db216280d89c5a14d90678","label":"kind","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/kind","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/kind","source_id":"aoa:abyss-stack:artifact:d1307f1ca8748e1b643867f3","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:34409514d891b8caac3731fa","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:34409514d891b8caac3731fa","label":"read_required_text","locator":{"end_column":18,"end_line":92,"fragment":"","pointer":"","start_column":1,"start_line":87},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_text","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_text","target_ref":"python:relative_path.as_posix"}],"parser_ref":"python-ast@1","qualified_name":"read_required_text","semantic_key":"python:function:read_required_text","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:34409514d891b8caac3731fa","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:34409514d891b8caac3731fa","label":"read_required_text","locator":{"end_column":18,"end_line":101,"fragment":"","pointer":"","start_column":1,"start_line":96},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_text","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_required_text","target_ref":"python:relative_path.as_posix"}],"parser_ref":"python-ast@1","qualified_name":"read_required_text","semantic_key":"python:function:read_required_text","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:d6ba6fad4c15e63e33728db0:aoa:abyss-stack:anchor:69b31b2e3b72e671529799d5","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:69b31b2e3b72e671529799d5","label":"probable_cause_hypotheses","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/probable_cause_hypotheses","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/probable_cause_hypotheses","source_id":"aoa:abyss-stack:artifact:d6ba6fad4c15e63e33728db0","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:d6ba6fad4c15e63e33728db0:aoa:abyss-stack:anchor:9ecac4f21dc1bf2928e1bb1b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:9ecac4f21dc1bf2928e1bb1b","label":"diagnosis_types","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/diagnosis_types","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/diagnosis_types","source_id":"aoa:abyss-stack:artifact:d6ba6fad4c15e63e33728db0","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:d9619f82fe08df1d56cabdda:aoa:abyss-stack:anchor:d22a066352905359996d3352","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:d22a066352905359996d3352","label":"requires-python","locator":{"end_column":26,"end_line":10,"fragment":"","pointer":"project.requires-python","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.requires-python","source_id":"aoa:abyss-stack:artifact:d9619f82fe08df1d56cabdda","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/93.jsonl b/kag/indexes/shards/anchor/93.jsonl index eab599245..e21689a9c 100644 --- a/kag/indexes/shards/anchor/93.jsonl +++ b/kag/indexes/shards/anchor/93.jsonl @@ -1,6 +1,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:02e6940a395ca8b888f25191:aoa:abyss-stack:anchor:419cdd59be3df6466b6db1d7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:419cdd59be3df6466b6db1d7","label":"ABYSS-STACK-D-0021 Source Component Pinning Posture","locator":{"end_column":149,"end_line":27,"fragment":"","pointer":"","start_column":37,"start_line":27},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decisions-by-number","target_ref":"../ABYSS-STACK-D-0021-source-component-pinning-posture.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:27:37:0:../ABYSS-STACK-D-0021-source-component-pinning-posture.md","source_id":"aoa:abyss-stack:artifact:02e6940a395ca8b888f25191","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:f19df6c2b94df1f4425c4cee","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f19df6c2b94df1f4425c4cee","label":"selection_case","locator":{"end_column":10,"end_line":2104,"fragment":"","pointer":"","start_column":5,"start_line":2079},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_catalog.selection_case","target_ref":"python:base_case"}],"parser_ref":"python-ast@1","qualified_name":"build_catalog.selection_case","semantic_key":"python:method:build_catalog.selection_case","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:17592e36f489fe7bda0e2e07","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:17592e36f489fe7bda0e2e07","label":"Changed","locator":{"end_column":11,"end_line":705,"fragment":"changed-3","pointer":"","start_column":1,"start_line":705},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:changed-3","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:17592e36f489fe7bda0e2e07","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:17592e36f489fe7bda0e2e07","label":"Changed","locator":{"end_column":11,"end_line":707,"fragment":"changed-3","pointer":"","start_column":1,"start_line":707},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:changed-3","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:07c7bd4f519bd40483056b30:aoa:abyss-stack:anchor:b0a7db9b560a781b29bda415","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b0a7db9b560a781b29bda415","label":"http_auth_kwargs","locator":{"end_column":6,"end_line":156,"fragment":"","pointer":"","start_column":1,"start_line":130},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_auth_kwargs","target_ref":"python:AuthSettings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_auth_kwargs","target_ref":"python:StaticBearerTokenVerifier"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_auth_kwargs","target_ref":"python:_bearer_token"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_auth_kwargs","target_ref":"python:_http_authority"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_auth_kwargs","target_ref":"python:_loopback_transport_security"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_auth_kwargs","target_ref":"python:transport_settings"}],"parser_ref":"python-ast@1","qualified_name":"http_auth_kwargs","semantic_key":"python:function:http_auth_kwargs","source_id":"aoa:abyss-stack:artifact:07c7bd4f519bd40483056b30","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:1dbb30958e1bf1da998293a0:aoa:abyss-stack:anchor:c016375e8c9cbb856050c03a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c016375e8c9cbb856050c03a","label":"packet","locator":{"end_column":10,"end_line":469,"fragment":"","pointer":"","start_column":5,"start_line":406},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:_path_matches"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:decision_id.upper"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:query.lower"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:related_edges.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:self._path_impact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:self.graph"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.packet","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoADecisionsMCPState.packet","semantic_key":"python:method:AoADecisionsMCPState.packet","source_id":"aoa:abyss-stack:artifact:1dbb30958e1bf1da998293a0","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:1e54603f6d20370021ac2f9c:aoa:abyss-stack:anchor:2547eba466ea0716a05460d1","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2547eba466ea0716a05460d1","label":"capture_mode","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/capture_mode","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/capture_mode","source_id":"aoa:abyss-stack:artifact:1e54603f6d20370021ac2f9c","symbol_kind":"json_key"} @@ -32,6 +32,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8a55b73a3e7d15426e4718e6:aoa:abyss-stack:anchor:37b5f4cefbaf16d1694f52a8","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:37b5f4cefbaf16d1694f52a8","label":"kernel_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/kernel_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/kernel_id","source_id":"aoa:abyss-stack:artifact:8a55b73a3e7d15426e4718e6","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8a55b73a3e7d15426e4718e6:aoa:abyss-stack:anchor:fa21beb2626d760c6cb8ff0b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:fa21beb2626d760c6cb8ff0b","label":"live_protocol","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/live_protocol","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/live_protocol","source_id":"aoa:abyss-stack:artifact:8a55b73a3e7d15426e4718e6","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d:aoa:abyss-stack:anchor:ee37801033df172b973f7ef1","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ee37801033df172b973f7ef1","label":"repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/repo","source_id":"aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:bd456fbf1aabb18573e3ec6b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bd456fbf1aabb18573e3ec6b","label":"ABYSS-STACK-D-0051 Runtime Hygiene Validator Module","locator":{"end_column":115,"end_line":398,"fragment":"","pointer":"","start_column":3,"start_line":398},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-boundary","target_ref":"../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:398:3:0:../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8dd05d1c07a5959179cb95d7:aoa:abyss-stack:anchor:79c55af13dde1f8e7d178d7a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:79c55af13dde1f8e7d178d7a","label":"test_dirty_repo_blocks_execution","locator":{"end_column":67,"end_line":82,"fragment":"","pointer":"","start_column":5,"start_line":67},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_dirty_repo_blocks_execution","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_dirty_repo_blocks_execution","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_dirty_repo_blocks_execution","target_ref":"python:self.gate_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_dirty_repo_blocks_execution","target_ref":"python:self.module.prepare_run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_dirty_repo_blocks_execution","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_dirty_repo_blocks_execution","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerLifecycleTests.test_dirty_repo_blocks_execution","semantic_key":"python:method:GovernedRunnerLifecycleTests.test_dirty_repo_blocks_execution","source_id":"aoa:abyss-stack:artifact:8dd05d1c07a5959179cb95d7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e:aoa:abyss-stack:anchor:f5c7d5120dce44b3c6d6d354","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f5c7d5120dce44b3c6d6d354","label":"green_render","locator":{"end_column":10,"end_line":128,"fragment":"","pointer":"","start_column":5,"start_line":119},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"AoADiagnoseTests.green_render","semantic_key":"python:method:AoADiagnoseTests.green_render","source_id":"aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9:aoa:abyss-stack:anchor:07009709256d129863d2b383","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:07009709256d129863d2b383","label":"readiness","locator":{"end_column":47,"end_line":120,"fragment":"","pointer":"","start_column":5,"start_line":119},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.readiness","target_ref":"python:_read_json"}],"parser_ref":"python-ast@1","qualified_name":"AoAKagMCPState.readiness","semantic_key":"python:method:AoAKagMCPState.readiness","source_id":"aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9","symbol_kind":"method"} @@ -64,4 +65,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:48f124f65a8a0ea732ca2fce","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:48f124f65a8a0ea732ca2fce","label":"unload_if_idle","locator":{"end_column":101,"end_line":324,"fragment":"","pointer":"","start_column":5,"start_line":301},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.unload_if_idle","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.unload_if_idle","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.unload_if_idle","target_ref":"python:self.unload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.unload_if_idle","target_ref":"python:time.monotonic"}],"parser_ref":"python-ast@1","qualified_name":"LazyScorer.unload_if_idle","semantic_key":"python:method:LazyScorer.unload_if_idle","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:3a09b3981a93e93d7242a874","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3a09b3981a93e93d7242a874","label":"kvstore","locator":{"end_column":12,"end_line":13,"fragment":"","pointer":"/common/ring/kvstore","start_column":5,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/common/ring/kvstore","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:ebb4095eb6bcb8169e56e054","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ebb4095eb6bcb8169e56e054","label":"allow_free_text_querying","locator":{"end_column":31,"end_line":4,"fragment":"","pointer":"/allow_free_text_querying","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/allow_free_text_querying","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:dda31685b5411d6320acb3fa","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:dda31685b5411d6320acb3fa","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":255,"fragment":"","pointer":"","start_column":3,"start_line":255},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:255:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6ed156e4bf5c79168066246:aoa:abyss-stack:anchor:1d10119bf7df742ff5c040c0","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:1d10119bf7df742ff5c040c0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f6ed156e4bf5c79168066246","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/94.jsonl b/kag/indexes/shards/anchor/94.jsonl index b372440ee..8b010cda5 100644 --- a/kag/indexes/shards/anchor/94.jsonl +++ b/kag/indexes/shards/anchor/94.jsonl @@ -31,7 +31,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:fca62224dc36012238f21961","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fca62224dc36012238f21961","label":"finalize_report","locator":{"end_column":10,"end_line":2765,"fragment":"","pointer":"","start_column":5,"start_line":2734},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:load_result_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:node_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:refresh_w5_outputs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.finalize_report","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.finalize_report","semantic_key":"python:method:build_graph.finalize_report","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:ce9b3580d9ceb986d04347d8","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ce9b3580d9ceb986d04347d8","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576:aoa:abyss-stack:anchor:b024f96a5fda4fa805245000","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b024f96a5fda4fa805245000","label":"`status`","locator":{"end_column":12,"end_line":138,"fragment":"status","pointer":"","start_column":1,"start_line":138},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:status","source_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:99a7a2e0364ade90ad72d012","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:99a7a2e0364ade90ad72d012","label":"loopback owner lifecycle","locator":{"end_column":27,"end_line":295,"fragment":"loopback-owner-lifecycle","pointer":"","start_column":1,"start_line":295},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:loopback-owner-lifecycle","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:99a7a2e0364ade90ad72d012","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:99a7a2e0364ade90ad72d012","label":"loopback owner lifecycle","locator":{"end_column":27,"end_line":296,"fragment":"loopback-owner-lifecycle","pointer":"","start_column":1,"start_line":296},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:loopback-owner-lifecycle","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:b6b60d5f89a10d49056d2000","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b6b60d5f89a10d49056d2000","label":"PLATFORM_ADAPTATION_POLICY","locator":{"end_column":432,"end_line":45,"fragment":"","pointer":"","start_column":319,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"mechanics/machine-fit/parts/platform-adaptations/docs/PLATFORM_ADAPTATION_POLICY.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:45:319:3:mechanics/machine-fit/parts/platform-adaptations/docs/PLATFORM_ADAPTATION_POLICY.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7f6eef76eb2c7785341e3d2:aoa:abyss-stack:anchor:e5e9ecd5092ac6bd79d0e176","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e5e9ecd5092ac6bd79d0e176","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b7f6eef76eb2c7785341e3d2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7f71220297520dde39a5a91:aoa:abyss-stack:anchor:2c9654483301c4831bb4339a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2c9654483301c4831bb4339a","label":"artifact_kind","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/artifact_kind","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/artifact_kind","source_id":"aoa:abyss-stack:artifact:b7f71220297520dde39a5a91","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/95.jsonl b/kag/indexes/shards/anchor/95.jsonl index 1341817b9..2a45fa759 100644 --- a/kag/indexes/shards/anchor/95.jsonl +++ b/kag/indexes/shards/anchor/95.jsonl @@ -4,8 +4,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:0a2356f8083b930f97017f10:aoa:abyss-stack:anchor:a037c92d6de23f87a8bbf73b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a037c92d6de23f87a8bbf73b","label":"Source surfaces","locator":{"end_column":18,"end_line":59,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:0a2356f8083b930f97017f10","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0c658da93184deede385ead1:aoa:abyss-stack:anchor:8a00f02bfb7c715a9b3ad924","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8a00f02bfb7c715a9b3ad924","label":"PARTS.md","locator":{"end_column":28,"end_line":10,"fragment":"","pointer":"","start_column":5,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection-docs","target_ref":"../PARTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:10:5:0:../PARTS.md","source_id":"aoa:abyss-stack:artifact:0c658da93184deede385ead1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e:aoa:abyss-stack:anchor:a08abc90c025b64a035babc2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a08abc90c025b64a035babc2","label":"AOA_LANGGRAPH_INVENTORY_OTLP_ENABLED","locator":{"end_column":91,"end_line":23,"fragment":"","pointer":"/services/langchain-api/environment/AOA_LANGGRAPH_INVENTORY_OTLP_ENABLED","start_column":7,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api/environment/AOA_LANGGRAPH_INVENTORY_OTLP_ENABLED","source_id":"aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:d18e6aaa447d28382adbda0d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d18e6aaa447d28382adbda0d","label":"test_current_repo_agent_skill_projection_module_passes","locator":{"end_column":59,"end_line":43,"fragment":"","pointer":"","start_column":1,"start_line":42},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_current_repo_agent_skill_projection_module_passes","target_ref":"python:run_skill_projection_validator"}],"parser_ref":"python-ast@1","qualified_name":"test_current_repo_agent_skill_projection_module_passes","semantic_key":"python:function:test_current_repo_agent_skill_projection_module_passes","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:8a3212e862dbd3a7504e80b0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8a3212e862dbd3a7504e80b0","label":"validate_surface","locator":{"end_column":22,"end_line":59,"fragment":"","pointer":"","start_column":5,"start_line":48},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.validate_surface","target_ref":"python:agent_skill_projection.validate_overlay_skill_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.validate_surface","target_ref":"python:diagnostic_spine.validate_diagnostic_spine_contracts"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineSurfaceValidatorTests.validate_surface","semantic_key":"python:method:DiagnosticSpineSurfaceValidatorTests.validate_surface","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:d18e6aaa447d28382adbda0d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d18e6aaa447d28382adbda0d","label":"test_current_repo_agent_skill_projection_module_passes","locator":{"end_column":59,"end_line":30,"fragment":"","pointer":"","start_column":1,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_current_repo_agent_skill_projection_module_passes","target_ref":"python:run_skill_projection_validator"}],"parser_ref":"python-ast@1","qualified_name":"test_current_repo_agent_skill_projection_module_passes","semantic_key":"python:function:test_current_repo_agent_skill_projection_module_passes","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:8a3212e862dbd3a7504e80b0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8a3212e862dbd3a7504e80b0","label":"validate_surface","locator":{"end_column":22,"end_line":60,"fragment":"","pointer":"","start_column":5,"start_line":54},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.validate_surface","target_ref":"python:diagnostic_spine.validate_diagnostic_spine_contracts"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineSurfaceValidatorTests.validate_surface","semantic_key":"python:method:DiagnosticSpineSurfaceValidatorTests.validate_surface","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:1928d2688efeb6720394c54d:aoa:abyss-stack:anchor:958f947be8e1e14d854df7b1","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:958f947be8e1e14d854df7b1","label":"requires","locator":{"end_column":29,"end_line":2,"fragment":"","pointer":"build-system.requires","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:build-system.requires","source_id":"aoa:abyss-stack:artifact:1928d2688efeb6720394c54d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:19e4148cb802b59e11e50d44:aoa:abyss-stack:anchor:a517c06209c63af4c28e4f39","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a517c06209c63af4c28e4f39","label":"--rest_port","locator":{"end_column":19,"end_line":8,"fragment":"","pointer":"/services/ovms-intel-text/command/4","start_column":7,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ovms-intel-text/command/4","source_id":"aoa:abyss-stack:artifact:19e4148cb802b59e11e50d44","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1dbb30958e1bf1da998293a0:aoa:abyss-stack:anchor:1d85fac52ca23b543d991c56","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1d85fac52ca23b543d991c56","label":"repo","locator":{"end_column":10,"end_line":346,"fragment":"","pointer":"","start_column":5,"start_line":316},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.repo","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.repo","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.repo","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.repo","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.repo","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.repo","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.repo","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.repo","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.repo","target_ref":"python:next"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.repo","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.repo","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.repo","target_ref":"python:posture.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.repo","target_ref":"python:self.graph"}],"parser_ref":"python-ast@1","qualified_name":"AoADecisionsMCPState.repo","semantic_key":"python:method:AoADecisionsMCPState.repo","source_id":"aoa:abyss-stack:artifact:1dbb30958e1bf1da998293a0","symbol_kind":"method"} @@ -43,12 +43,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:b952014bf4e13f7bf5aac0ba","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b952014bf4e13f7bf5aac0ba","label":"history_path","locator":{"end_column":68,"end_line":214,"fragment":"","pointer":"","start_column":1,"start_line":213},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:history_path","target_ref":"python:scenario_root"}],"parser_ref":"python-ast@1","qualified_name":"history_path","semantic_key":"python:function:history_path","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:c704fec7cae4e6899f019df7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c704fec7cae4e6899f019df7","label":"W5State","locator":{"end_column":33,"end_line":114,"fragment":"","pointer":"","start_column":1,"start_line":91},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"W5State","semantic_key":"python:class:W5State","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:c1da3dd6b312bf839f1f02b8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c1da3dd6b312bf839f1f02b8","label":"\"-c\"","locator":{"end_column":12,"end_line":39,"fragment":"","pointer":"/services/postgres/command/1","start_column":7,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/postgres/command/1","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:791110cd8f0a87fca341f622","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:791110cd8f0a87fca341f622","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":285,"fragment":"","pointer":"","start_column":3,"start_line":285},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:graph-store","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:285:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aedad7639e85e4508c819730:aoa:abyss-stack:anchor:b4f4a8ba6d2a94a22586e6fe","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b4f4a8ba6d2a94a22586e6fe","label":"litellm_settings","locator":{"end_column":17,"end_line":12,"fragment":"","pointer":"/litellm_settings","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/litellm_settings","source_id":"aoa:abyss-stack:artifact:aedad7639e85e4508c819730","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:4c27c80cf7248ed4fb597882","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4c27c80cf7248ed4fb597882","label":"machine-fit","locator":{"end_column":49,"end_line":152,"fragment":"","pointer":"","start_column":3,"start_line":152},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/machine-fit/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:152:3:0:mechanics/machine-fit/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:4f76d60daa6d3fae3bc968af","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4f76d60daa6d3fae3bc968af","label":"CHANGELOG","locator":{"end_column":59,"end_line":11,"fragment":"","pointer":"","start_column":34,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:abyss-stack","target_ref":"CHANGELOG.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:11:34:0:CHANGELOG.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:d2bba15ede814ec6d6bb90d2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d2bba15ede814ec6d6bb90d2","label":"Start Here","locator":{"end_column":13,"end_line":31,"fragment":"start-here","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:start-here","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:f10ee505eabe51c15368a698","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f10ee505eabe51c15368a698","label":"DESIGN.AGENTS","locator":{"end_column":96,"end_line":60,"fragment":"","pointer":"","start_column":63,"start_line":60},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"DESIGN.AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:60:63:0:DESIGN.AGENTS.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497:aoa:abyss-stack:anchor:5900b8809c24cc6186add357","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5900b8809c24cc6186add357","label":"Decision","locator":{"end_column":11,"end_line":14,"fragment":"decision","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:aa5c7e8ed81bded0ff1ff41b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:aa5c7e8ed81bded0ff1ff41b","label":"image","locator":{"end_column":111,"end_line":52,"fragment":"","pointer":"/services/loki/image","start_column":5,"start_line":52},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/loki/image","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c0009b60d613c0ed096b4892:aoa:abyss-stack:anchor:ec6d905399bd8b6d9a1ec6b8","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ec6d905399bd8b6d9a1ec6b8","label":"fallback_candidates","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/fallback_candidates","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/fallback_candidates","source_id":"aoa:abyss-stack:artifact:c0009b60d613c0ed096b4892","symbol_kind":"json_key"} @@ -60,3 +57,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:933bb1fc3b0ff949db6c300e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:933bb1fc3b0ff949db6c300e","label":"read_json","locator":{"end_column":96,"end_line":128,"fragment":"","pointer":"","start_column":1,"start_line":122},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_json","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_json","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_json","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_json","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"read_json","semantic_key":"python:function:read_json","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f56016eb77292c07b3c478f4:aoa:abyss-stack:anchor:76755a10bce8c93bd5fbc821","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:76755a10bce8c93bd5fbc821","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f56016eb77292c07b3c478f4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fd2da5d803446ec942b229d1:aoa:abyss-stack:anchor:6cf0b836247472eb9f10dbe9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6cf0b836247472eb9f10dbe9","label":"Consequences","locator":{"end_column":15,"end_line":61,"fragment":"consequences","pointer":"","start_column":1,"start_line":61},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:fd2da5d803446ec942b229d1","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:dadd7e069023c5819e21ca8d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:dadd7e069023c5819e21ca8d","label":"A stored packet may be sufficient but its freshness for the requested truth goal is not established.","locator":{"end_column":106,"end_line":18,"fragment":"","pointer":"/applicability/ambiguous_when/0","start_column":5,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/applicability/ambiguous_when/0","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:f570ee2276ff8ea75b5f5560","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f570ee2276ff8ea75b5f5560","label":"verification","locator":{"end_column":13,"end_line":69,"fragment":"","pointer":"/verification","start_column":1,"start_line":69},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/verification","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/96.jsonl b/kag/indexes/shards/anchor/96.jsonl index 9adfa2d1b..47492a316 100644 --- a/kag/indexes/shards/anchor/96.jsonl +++ b/kag/indexes/shards/anchor/96.jsonl @@ -1,6 +1,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:03e291f2f5c1aea2e3dcc699:aoa:abyss-stack:anchor:c462473b2bc7168b86a343f5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c462473b2bc7168b86a343f5","label":"test_runner_rejects_mixed_runtime_log_lineage","locator":{"end_column":89,"end_line":343,"fragment":"","pointer":"","start_column":5,"start_line":314},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MemoContradictionIntegrityRunnerTests.test_runner_rejects_mixed_runtime_log_lineage","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MemoContradictionIntegrityRunnerTests.test_runner_rejects_mixed_runtime_log_lineage","target_ref":"python:make_evals_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MemoContradictionIntegrityRunnerTests.test_runner_rejects_mixed_runtime_log_lineage","target_ref":"python:make_memo_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MemoContradictionIntegrityRunnerTests.test_runner_rejects_mixed_runtime_log_lineage","target_ref":"python:make_stack_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MemoContradictionIntegrityRunnerTests.test_runner_rejects_mixed_runtime_log_lineage","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MemoContradictionIntegrityRunnerTests.test_runner_rejects_mixed_runtime_log_lineage","target_ref":"python:self.assertNotEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MemoContradictionIntegrityRunnerTests.test_runner_rejects_mixed_runtime_log_lineage","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MemoContradictionIntegrityRunnerTests.test_runner_rejects_mixed_runtime_log_lineage","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MemoContradictionIntegrityRunnerTests.test_runner_rejects_mixed_runtime_log_lineage","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MemoContradictionIntegrityRunnerTests.test_runner_rejects_mixed_runtime_log_lineage","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MemoContradictionIntegrityRunnerTests.test_runner_rejects_mixed_runtime_log_lineage","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MemoContradictionIntegrityRunnerTests.test_runner_rejects_mixed_runtime_log_lineage","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:MemoContradictionIntegrityRunnerTests.test_runner_rejects_mixed_runtime_log_lineage","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"MemoContradictionIntegrityRunnerTests.test_runner_rejects_mixed_runtime_log_lineage","semantic_key":"python:method:MemoContradictionIntegrityRunnerTests.test_runner_rejects_mixed_runtime_log_lineage","source_id":"aoa:abyss-stack:artifact:03e291f2f5c1aea2e3dcc699","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:049aa91da24a30f6073508fb:aoa:abyss-stack:anchor:d3d4d9561668f5c9bffc9501","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d3d4d9561668f5c9bffc9501","label":"build","locator":{"end_column":76,"end_line":3,"fragment":"","pointer":"/services/rerank-api/build","start_column":5,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rerank-api/build","source_id":"aoa:abyss-stack:artifact:049aa91da24a30f6073508fb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:7c6351b9bef92f3fbea199b2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7c6351b9bef92f3fbea199b2","label":"Included in this release","locator":{"end_column":28,"end_line":587,"fragment":"included-in-this-release","pointer":"","start_column":1,"start_line":587},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:included-in-this-release","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:7c6351b9bef92f3fbea199b2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7c6351b9bef92f3fbea199b2","label":"Included in this release","locator":{"end_column":28,"end_line":589,"fragment":"included-in-this-release","pointer":"","start_column":1,"start_line":589},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:included-in-this-release","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:09768cdc5582265776b58235:aoa:abyss-stack:anchor:177d77113bb94bbaadce1336","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:177d77113bb94bbaadce1336","label":"${AOA_STACK_ROOT","locator":{"end_column":83,"end_line":6,"fragment":"","pointer":"/services/tos-graph/env_file/0/${AOA_STACK_ROOT","start_column":7,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tos-graph/env_file/0/${AOA_STACK_ROOT","source_id":"aoa:abyss-stack:artifact:09768cdc5582265776b58235","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:09768cdc5582265776b58235:aoa:abyss-stack:anchor:b7fab53e565c331bb4189f9a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b7fab53e565c331bb4189f9a","label":"restart","locator":{"end_column":27,"end_line":29,"fragment":"","pointer":"/services/tos-graph/restart","start_column":5,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tos-graph/restart","source_id":"aoa:abyss-stack:artifact:09768cdc5582265776b58235","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1b6b2e7b4ab8982178e1c39c:aoa:abyss-stack:anchor:b9878a07a9813ca7ce903da1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b9878a07a9813ca7ce903da1","label":"Rationale","locator":{"end_column":12,"end_line":49,"fragment":"rationale","pointer":"","start_column":1,"start_line":49},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:1b6b2e7b4ab8982178e1c39c","symbol_kind":""} @@ -24,6 +24,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:074d9cbd15308815c03d37ea","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:074d9cbd15308815c03d37ea","label":"ABYSS-STACK-D-0047 Federation Upstream Compatibility Language Split","locator":{"end_column":147,"end_line":86,"fragment":"","pointer":"","start_column":3,"start_line":86},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-06-03","target_ref":"../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:86:3:0:../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:7eda10867d57ccf7b3193d81","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7eda10867d57ccf7b3193d81","label":"cpus","locator":{"end_column":40,"end_line":8,"fragment":"","pointer":"/services/prometheus/cpus","start_column":5,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/prometheus/cpus","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:874770b82440579ca24bf934:aoa:abyss-stack:anchor:b26d097810449611181246a0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b26d097810449611181246a0","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:874770b82440579ca24bf934","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:daf4c12beec9344cb9f1be30","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:daf4c12beec9344cb9f1be30","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":456,"fragment":"","pointer":"","start_column":3,"start_line":456},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-structure","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:456:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9042a2a66456837eab6a31f9:aoa:abyss-stack:anchor:551ebd5d6edf9c882f8bcc8e","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:551ebd5d6edf9c882f8bcc8e","label":"receipt_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/receipt_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/receipt_id","source_id":"aoa:abyss-stack:artifact:9042a2a66456837eab6a31f9","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:93282b05d499b207d902297d:aoa:abyss-stack:anchor:076b823789d783aa2f8ead79","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:076b823789d783aa2f8ead79","label":"test_w4_repo_scope_uses_documented_sibling_root","locator":{"end_column":18,"end_line":226,"fragment":"","pointer":"","start_column":5,"start_line":212},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_w4_repo_scope_uses_documented_sibling_root","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_w4_repo_scope_uses_documented_sibling_root","target_ref":"python:load_module"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_w4_repo_scope_uses_documented_sibling_root","target_ref":"python:module.repo_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_w4_repo_scope_uses_documented_sibling_root","target_ref":"python:module.repo_root_for_w4_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_w4_repo_scope_uses_documented_sibling_root","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_w4_repo_scope_uses_documented_sibling_root","target_ref":"python:repo_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_w4_repo_scope_uses_documented_sibling_root","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_w4_repo_scope_uses_documented_sibling_root","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_w4_repo_scope_uses_documented_sibling_root","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_w4_repo_scope_uses_documented_sibling_root","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"AoALocalAiTrialsTests.test_w4_repo_scope_uses_documented_sibling_root","semantic_key":"python:method:AoALocalAiTrialsTests.test_w4_repo_scope_uses_documented_sibling_root","source_id":"aoa:abyss-stack:artifact:93282b05d499b207d902297d","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:97137214eb27b7b2f3b205a2:aoa:abyss-stack:anchor:cf1d30d468c9a870763104cb","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:cf1d30d468c9a870763104cb","label":"oneOf","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/oneOf","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/oneOf","source_id":"aoa:abyss-stack:artifact:97137214eb27b7b2f3b205a2","symbol_kind":"json_key"} @@ -41,7 +42,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d2019d4e9c35a30c70db235c:aoa:abyss-stack:anchor:a95467d8bb64fff354d19e3d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a95467d8bb64fff354d19e3d","label":"Validation","locator":{"end_column":14,"end_line":45,"fragment":"validation","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation","source_id":"aoa:abyss-stack:artifact:d2019d4e9c35a30c70db235c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d6ba6fad4c15e63e33728db0:aoa:abyss-stack:anchor:5717962db1a23620ee30b8dd","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:5717962db1a23620ee30b8dd","label":"repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/repo","source_id":"aoa:abyss-stack:artifact:d6ba6fad4c15e63e33728db0","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8:aoa:abyss-stack:anchor:c781094da29bd54b2e66a9c5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c781094da29bd54b2e66a9c5","label":"rag-api","locator":{"end_column":10,"end_line":2,"fragment":"","pointer":"/services/rag-api","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api","source_id":"aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7:aoa:abyss-stack:anchor:4e3d99239c4706464bb0ac4d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4e3d99239c4706464bb0ac4d","label":"test_readme_and_runbook_reference_diagnostic_spine_surfaces","locator":{"end_column":116,"end_line":112,"fragment":"","pointer":"","start_column":5,"start_line":50},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertNotIn"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","semantic_key":"python:method:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","source_id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7:aoa:abyss-stack:anchor:4e3d99239c4706464bb0ac4d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4e3d99239c4706464bb0ac4d","label":"test_readme_and_runbook_reference_diagnostic_spine_surfaces","locator":{"end_column":116,"end_line":114,"fragment":"","pointer":"","start_column":5,"start_line":50},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","target_ref":"python:self.assertNotIn"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","semantic_key":"python:method:DiagnosticSpineContractTests.test_readme_and_runbook_reference_diagnostic_spine_surfaces","source_id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e06b0f586c91275b34752336:aoa:abyss-stack:anchor:e8b98f38f1d4718394bb560f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e8b98f38f1d4718394bb560f","label":"Rationale","locator":{"end_column":12,"end_line":46,"fragment":"rationale","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:e06b0f586c91275b34752336","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:0dc2317a1a5310b0b8fceaea","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0dc2317a1a5310b0b8fceaea","label":"ring","locator":{"end_column":7,"end_line":12,"fragment":"","pointer":"/common/ring","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/common/ring","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7:aoa:abyss-stack:anchor:e00cd6507ed76522f45138da","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e00cd6507ed76522f45138da","label":"AGENTS.md","locator":{"end_column":43,"end_line":50,"fragment":"","pointer":"","start_column":21,"start_line":50},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:50:21:0:AGENTS.md","source_id":"aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7","symbol_kind":""} @@ -49,3 +50,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf:aoa:abyss-stack:anchor:0a6f8e25a8433b59055f46a0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0a6f8e25a8433b59055f46a0","label":"render_payload","locator":{"end_column":81,"end_line":145,"fragment":"","pointer":"","start_column":1,"start_line":144},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_payload","target_ref":"python:json.dumps"}],"parser_ref":"python-ast@1","qualified_name":"render_payload","semantic_key":"python:function:render_payload","source_id":"aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564:aoa:abyss-stack:anchor:0acf733931154f8e0b7701a8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0acf733931154f8e0b7701a8","label":"Follow-up route","locator":{"end_column":18,"end_line":57,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:280789818d9bf4d60fce2c48","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:280789818d9bf4d60fce2c48","label":"_catalog_surfaces","locator":{"end_column":69,"end_line":193,"fragment":"","pointer":"","start_column":5,"start_line":189},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._catalog_surfaces","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._catalog_surfaces","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._catalog_surfaces","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._catalog_surfaces","target_ref":"python:isinstance"}],"parser_ref":"python-ast@1","qualified_name":"AoAStatsMCPState._catalog_surfaces","semantic_key":"python:method:AoAStatsMCPState._catalog_surfaces","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:e8c697e9ee36e20faddb985f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e8c697e9ee36e20faddb985f","label":"effects","locator":{"end_column":24,"end_line":28,"fragment":"","pointer":"/operations/review/effects","start_column":5,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/operations/review/effects","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/97.jsonl b/kag/indexes/shards/anchor/97.jsonl index da8f87cff..066a9a1e0 100644 --- a/kag/indexes/shards/anchor/97.jsonl +++ b/kag/indexes/shards/anchor/97.jsonl @@ -28,14 +28,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3:aoa:abyss-stack:anchor:20b2a5ba0d2753fb5e35f9af","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:20b2a5ba0d2753fb5e35f9af","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:b207dc4c3883add6688da63e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b207dc4c3883add6688da63e","label":"mem_limit","locator":{"end_column":50,"end_line":9,"fragment":"","pointer":"/services/prometheus/mem_limit","start_column":5,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/prometheus/mem_limit","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:986c8bc12105d0e2e4812bf1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:986c8bc12105d0e2e4812bf1","label":"FederationKindRequest","locator":{"end_column":20,"end_line":1933,"fragment":"","pointer":"","start_column":1,"start_line":1932},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"FederationKindRequest","semantic_key":"python:class:FederationKindRequest","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"class"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:bd0e77920e03159156400db9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bd0e77920e03159156400db9","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":378,"fragment":"","pointer":"","start_column":3,"start_line":378},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-api-closure-status","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:378:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:f9d53b640ed9dab96fd57eee","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f9d53b640ed9dab96fd57eee","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":312,"fragment":"","pointer":"","start_column":3,"start_line":312},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-qualified-provenance","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:312:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d:aoa:abyss-stack:anchor:29f77c78e0c937ca97cd2416","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:29f77c78e0c937ca97cd2416","label":"source_input_ref","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/source_input_ref","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/source_input_ref","source_id":"aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725:aoa:abyss-stack:anchor:74a773a174d663c485ffe610","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:74a773a174d663c485ffe610","label":"daily_window","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/daily_window","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/daily_window","source_id":"aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b:aoa:abyss-stack:anchor:95bd5ad37aa88f20c96eb69d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:95bd5ad37aa88f20c96eb69d","label":"Active route","locator":{"end_column":15,"end_line":54,"fragment":"active-route","pointer":"","start_column":1,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:active-route","source_id":"aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:402d0deed134d901ac0c9ec9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:402d0deed134d901ac0c9ec9","label":"disabled","locator":{"end_column":16,"end_line":8,"fragment":"","pointer":"/performance/disabled","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/performance/disabled","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:837fcf5e820363c2cae65d6e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:837fcf5e820363c2cae65d6e","label":"source/derived boundary","locator":{"end_column":26,"end_line":386,"fragment":"sourcederived-boundary","pointer":"","start_column":1,"start_line":386},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:sourcederived-boundary","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:95152f083fb0e9cb221d380e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:95152f083fb0e9cb221d380e","label":"ABYSS-STACK-D-0005 Operator Wrappers With Part-Local Backends","locator":{"end_column":135,"end_line":83,"fragment":"","pointer":"","start_column":3,"start_line":83},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanic-part","target_ref":"../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:83:3:0:../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ad9131c859ebb9b117aa16bf:aoa:abyss-stack:anchor:86aa754e42a2a29dd156a04e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:86aa754e42a2a29dd156a04e","label":"Tiers","locator":{"end_column":8,"end_line":18,"fragment":"tiers","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:tiers","source_id":"aoa:abyss-stack:artifact:ad9131c859ebb9b117aa16bf","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:39a6ad62e3348f46906344f8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:39a6ad62e3348f46906344f8","label":"compose","locator":{"end_column":31,"end_line":169,"fragment":"","pointer":"","start_column":3,"start_line":169},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"compose/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:169:3:0:compose/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b58bee19d3b2ccee743ff5be:aoa:abyss-stack:anchor:1c69197fd9b0fbbb9cd5913e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1c69197fd9b0fbbb9cd5913e","label":"Authority Split","locator":{"end_column":18,"end_line":3,"fragment":"authority-split","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:authority-split","source_id":"aoa:abyss-stack:artifact:b58bee19d3b2ccee743ff5be","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bb31a9cfd2c9ba83b479da30:aoa:abyss-stack:anchor:7515a485ea2083a583fa8878","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7515a485ea2083a583fa8878","label":"LlamaSwapOwnerAdmissionTests","locator":{"end_column":10,"end_line":109,"fragment":"","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"LlamaSwapOwnerAdmissionTests","semantic_key":"python:class:LlamaSwapOwnerAdmissionTests","source_id":"aoa:abyss-stack:artifact:bb31a9cfd2c9ba83b479da30","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:bf05be4fb65d54d807c676d1:aoa:abyss-stack:anchor:e4c4ec07f0c15b7c8ccb3b11","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e4c4ec07f0c15b7c8ccb3b11","label":"Root Routes Validator Module","locator":{"end_column":30,"end_line":1,"fragment":"root-routes-validator-module","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:root-routes-validator-module","source_id":"aoa:abyss-stack:artifact:bf05be4fb65d54d807c676d1","symbol_kind":""} @@ -50,8 +50,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e1a773cab93116c4052a8c3a:aoa:abyss-stack:anchor:37c9a3007d9ef1928f868bf4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:37c9a3007d9ef1928f868bf4","label":"_print","locator":{"end_column":61,"end_line":11,"fragment":"","pointer":"","start_column":1,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_print","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_print","target_ref":"python:print"}],"parser_ref":"python-ast@1","qualified_name":"_print","semantic_key":"python:function:_print","source_id":"aoa:abyss-stack:artifact:e1a773cab93116c4052a8c3a","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e451219962cb0039818e7aeb:aoa:abyss-stack:anchor:bdced5ce30d8637964e3dfb3","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bdced5ce30d8637964e3dfb3","label":"required_files","locator":{"end_column":15,"end_line":5,"fragment":"","pointer":"/required_files","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files","source_id":"aoa:abyss-stack:artifact:e451219962cb0039818e7aeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:1b6a2471158b713b2ba3fa0a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1b6a2471158b713b2ba3fa0a","label":"aoa_memo_root","locator":{"end_column":48,"end_line":150,"fragment":"","pointer":"","start_column":5,"start_line":149},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState.aoa_memo_root","semantic_key":"python:method:AoAMemoMCPState.aoa_memo_root","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:d37d5e94b791f0f89b0bf927","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d37d5e94b791f0f89b0bf927","label":"ABYSS-STACK-D-0042 Source Structure Validator Module","locator":{"end_column":117,"end_line":109,"fragment":"","pointer":"","start_column":3,"start_line":109},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0042-source-structure-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:109:3:0:../ABYSS-STACK-D-0042-source-structure-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:896f8b39f4de55c2068d247c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:896f8b39f4de55c2068d247c","label":"docs/FEDERATION_KAG_READINESS.md","locator":{"end_column":36,"end_line":12,"fragment":"","pointer":"/required_files/5","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/5","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:c067727a8d9fb54745aeb6cf","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c067727a8d9fb54745aeb6cf","label":"agentic_graph","locator":{"end_column":124,"end_line":643,"fragment":"","pointer":"","start_column":1,"start_line":642},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:agentic_graph","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:agentic_graph","target_ref":"python:read_json"}],"parser_ref":"python-ast@1","qualified_name":"agentic_graph","semantic_key":"python:function:agentic_graph","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:18fc932d184679a4c108342f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:18fc932d184679a4c108342f","label":"ABYSS-STACK-D-0039 Validation Command Authority And Technical Topology","locator":{"end_column":153,"end_line":129,"fragment":"","pointer":"","start_column":3,"start_line":129},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:129:3:0:../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:b74f3454e7e7efa6317185c4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b74f3454e7e7efa6317185c4","label":"ABYSS-STACK-D-0054 Branch Policy Validator Module","locator":{"end_column":111,"end_line":130,"fragment":"","pointer":"","start_column":3,"start_line":130},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0054-branch-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:130:3:0:../ABYSS-STACK-D-0054-branch-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6:aoa:abyss-stack:anchor:e25be88cecf7ba07750e30d2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e25be88cecf7ba07750e30d2","label":"`41-agent-api.yml`","locator":{"end_column":21,"end_line":67,"fragment":"41-agent-apiyml","pointer":"","start_column":1,"start_line":67},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:41-agent-apiyml","source_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe:aoa:abyss-stack:anchor:524e646355f9234006221315","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:524e646355f9234006221315","label":"version","locator":{"end_column":17,"end_line":7,"fragment":"","pointer":"project.version","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.version","source_id":"aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:4c3285e9996604de95b7602d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4c3285e9996604de95b7602d","label":"owner_cli","locator":{"end_column":33,"end_line":64,"fragment":"","pointer":"/tool_requirements/owner_cli","start_column":3,"start_line":64},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/tool_requirements/owner_cli","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/98.jsonl b/kag/indexes/shards/anchor/98.jsonl index 1c5bdbcc2..9f8e16737 100644 --- a/kag/indexes/shards/anchor/98.jsonl +++ b/kag/indexes/shards/anchor/98.jsonl @@ -29,6 +29,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8619abead2b3f8d840d9d56a:aoa:abyss-stack:anchor:7f7a53e04031ed5916884d0c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7f7a53e04031ed5916884d0c","label":"Must not do","locator":{"end_column":14,"end_line":17,"fragment":"must-not-do","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:must-not-do","source_id":"aoa:abyss-stack:artifact:8619abead2b3f8d840d9d56a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:1a7a3871d13837c726595f0d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1a7a3871d13837c726595f0d","label":"memo_expand","locator":{"end_column":20,"end_line":2388,"fragment":"","pointer":"","start_column":1,"start_line":2375},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_expand","target_ref":"python:app.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_expand","target_ref":"python:memo_source_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_expand","target_ref":"python:require_memo_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_expand","target_ref":"python:require_memo_section"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_expand","target_ref":"python:require_store"}],"parser_ref":"python-ast@1","qualified_name":"memo_expand","semantic_key":"python:function:memo_expand","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:6a5404161322036477730ebb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6a5404161322036477730ebb","label":"load_kag_layer","locator":{"end_column":6,"end_line":550,"fragment":"","pointer":"","start_column":1,"start_line":519},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:LayerStore"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_kag_layer","target_ref":"python:validated_required_files"}],"parser_ref":"python-ast@1","qualified_name":"load_kag_layer","semantic_key":"python:function:load_kag_layer","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:331c566c899cbc5236b96091","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:331c566c899cbc5236b96091","label":"ABYSS-STACK-D-0057 Mechanics Topology Validator Module","locator":{"end_column":121,"end_line":382,"fragment":"","pointer":"","start_column":3,"start_line":382},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-card","target_ref":"../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:382:3:0:../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:9e54cd297f825e0ef41a280e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9e54cd297f825e0ef41a280e","label":"ABYSS-STACK-D-0017 Direction, History, And Decision Surface Roles","locator":{"end_column":137,"end_line":7,"fragment":"","pointer":"","start_column":3,"start_line":7},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-indexread-model","target_ref":"../ABYSS-STACK-D-0017-direction-history-decision-surface-roles.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:7:3:0:../ABYSS-STACK-D-0017-direction-history-decision-surface-roles.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9022a190547043d202488b6f:aoa:abyss-stack:anchor:4b0487ccc54e1ac187001f68","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4b0487ccc54e1ac187001f68","label":"aoa_evals_runtime_evidence_template","locator":{"end_column":63,"end_line":75,"fragment":"","pointer":"","start_column":5,"start_line":73},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_evals_runtime_evidence_template","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_evals_runtime_evidence_template","target_ref":"python:mcp.tool"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_evals_runtime_evidence_template","semantic_key":"python:method:build_server.aoa_evals_runtime_evidence_template","source_id":"aoa:abyss-stack:artifact:9022a190547043d202488b6f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:9c597b09e8d77c578f9ed0db:aoa:abyss-stack:anchor:89e3cf964269ebc253e23922","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:89e3cf964269ebc253e23922","label":"job_name","locator":{"end_column":21,"end_line":24,"fragment":"","pointer":"/scrape_configs/3/job_name","start_column":3,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/scrape_configs/3/job_name","source_id":"aoa:abyss-stack:artifact:9c597b09e8d77c578f9ed0db","symbol_kind":""} @@ -39,20 +40,18 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a47b88fc8d7687663218b6b7:aoa:abyss-stack:anchor:c718ba77ad013bbcd77e0918","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c718ba77ad013bbcd77e0918","label":"read_json","locator":{"end_column":56,"end_line":58,"fragment":"","pointer":"","start_column":1,"start_line":56},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_json","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_json","target_ref":"python:json.loads"}],"parser_ref":"python-ast@1","qualified_name":"read_json","semantic_key":"python:function:read_json","source_id":"aoa:abyss-stack:artifact:a47b88fc8d7687663218b6b7","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41:aoa:abyss-stack:anchor:a0abcd0f0c998be633fddafd","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:a0abcd0f0c998be633fddafd","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0:aoa:abyss-stack:anchor:a1bc22a9c8addcf1e9d7aeb2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a1bc22a9c8addcf1e9d7aeb2","label":"Operator surface","locator":{"end_column":19,"end_line":28,"fragment":"operator-surface","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:operator-surface","source_id":"aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:453dd83523bb16accd23fd9a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:453dd83523bb16accd23fd9a","label":"ABYSS-STACK-D-0047 Federation Upstream Compatibility Language Split","locator":{"end_column":147,"end_line":220,"fragment":"","pointer":"","start_column":3,"start_line":220},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:compatibility-bridge","target_ref":"../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:220:3:0:../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:cf40bda9ab5d19082f9c0270","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cf40bda9ab5d19082f9c0270","label":"validation topology","locator":{"end_column":22,"end_line":389,"fragment":"validation-topology","pointer":"","start_column":1,"start_line":389},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation-topology","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:5fa8e34345fdb3053f3006f8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5fa8e34345fdb3053f3006f8","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":331,"fragment":"","pointer":"","start_column":3,"start_line":331},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:root-orchestrator","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:331:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:cf40bda9ab5d19082f9c0270","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cf40bda9ab5d19082f9c0270","label":"validation topology","locator":{"end_column":22,"end_line":398,"fragment":"validation-topology","pointer":"","start_column":1,"start_line":398},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation-topology","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:af733ceef13848830e6ea691:aoa:abyss-stack:anchor:120b634f1c48b33550ab2015","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:120b634f1c48b33550ab2015","label":"local-trials","locator":{"end_column":41,"end_line":9,"fragment":"","pointer":"","start_column":3,"start_line":9},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots-parts","target_ref":"local-trials/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:9:3:0:local-trials/README.md","source_id":"aoa:abyss-stack:artifact:af733ceef13848830e6ea691","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:28b66845d8886bc4a27b0865","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:28b66845d8886bc4a27b0865","label":"Source And Runtime Boundary","locator":{"end_column":30,"end_line":70,"fragment":"source-and-runtime-boundary","pointer":"","start_column":1,"start_line":70},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-and-runtime-boundary","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:28b66845d8886bc4a27b0865","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:28b66845d8886bc4a27b0865","label":"Source And Runtime Boundary","locator":{"end_column":30,"end_line":71,"fragment":"source-and-runtime-boundary","pointer":"","start_column":1,"start_line":71},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-and-runtime-boundary","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b86e64ea3bba7cef64e8a1b9:aoa:abyss-stack:anchor:327e519ad29b87d33069ab75","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:327e519ad29b87d33069ab75","label":"Flow","locator":{"end_column":7,"end_line":23,"fragment":"flow","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:flow","source_id":"aoa:abyss-stack:artifact:b86e64ea3bba7cef64e8a1b9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:3bc7e3e4a24b28a809e6989d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3bc7e3e4a24b28a809e6989d","label":"_playbook_review_intake_projection","locator":{"end_column":6,"end_line":2786,"fragment":"","pointer":"","start_column":1,"start_line":2773},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_intake_projection","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_playbook_review_intake_projection","target_ref":"python:payload.get"}],"parser_ref":"python-ast@1","qualified_name":"_playbook_review_intake_projection","semantic_key":"python:function:_playbook_review_intake_projection","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:86f9eee0f7ac68acbce489d0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:86f9eee0f7ac68acbce489d0","label":"add_term","locator":{"end_column":42,"end_line":968,"fragment":"","pointer":"","start_column":5,"start_line":953},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:focus_terms_from_goal.add_term","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:focus_terms_from_goal.add_term","target_ref":"python:strong_terms.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:focus_terms_from_goal.add_term","target_ref":"python:token.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:focus_terms_from_goal.add_term","target_ref":"python:weak_terms.append"}],"parser_ref":"python-ast@1","qualified_name":"focus_terms_from_goal.add_term","semantic_key":"python:method:focus_terms_from_goal.add_term","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:cccf7b6225dd6f77121b2d1f:aoa:abyss-stack:anchor:f5c73bdd3c8b794e5dcef51d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f5c73bdd3c8b794e5dcef51d","label":"render_index","locator":{"end_column":100,"end_line":44,"fragment":"","pointer":"","start_column":1,"start_line":28},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_index","target_ref":"python:INDEX_TEMPLATE.replace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_index","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_index","target_ref":"python:settings.corpus_index_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_index","target_ref":"python:settings.philosophy_graph_projection_path.as_posix"}],"parser_ref":"python-ast@1","qualified_name":"render_index","semantic_key":"python:function:render_index","source_id":"aoa:abyss-stack:artifact:cccf7b6225dd6f77121b2d1f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:c605ef84fc359e542b241437","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c605ef84fc359e542b241437","label":"last_unload_reason","locator":{"end_column":40,"end_line":251,"fragment":"","pointer":"","start_column":5,"start_line":250},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"LazyScorer.last_unload_reason","semantic_key":"python:method:LazyScorer.last_unload_reason","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:3155e59b818d6bf6e651e9bb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3155e59b818d6bf6e651e9bb","label":"ABYSS-STACK-D-0015 Mechanics Package Card Completeness","locator":{"end_column":121,"end_line":105,"fragment":"","pointer":"","start_column":3,"start_line":105},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0015-mechanics-package-card-completeness.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:105:3:0:../ABYSS-STACK-D-0015-mechanics-package-card-completeness.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:2b2aa60a4fe64d7f15cf1df3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2b2aa60a4fe64d7f15cf1df3","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":94,"fragment":"","pointer":"","start_column":3,"start_line":94},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:94:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:b82d049fea4e4aa0ae9b9702","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b82d049fea4e4aa0ae9b9702","label":"ABYSS-STACK-D-0025 Composition-First Presets","locator":{"end_column":101,"end_line":14,"fragment":"","pointer":"","start_column":3,"start_line":14},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection","target_ref":"../ABYSS-STACK-D-0025-composition-first-presets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:14:3:0:../ABYSS-STACK-D-0025-composition-first-presets.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:7130eeaf43589217c41566b4","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7130eeaf43589217c41566b4","label":"schemas/tos-retrieval-axis-pack.schema.json","locator":{"end_column":47,"end_line":33,"fragment":"","pointer":"/required_files/26","start_column":3,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/26","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:a279f341e2ec8bf8220cb38b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a279f341e2ec8bf8220cb38b","label":"ABYSS-STACK-D-0079 KAG Query Application Port","locator":{"end_column":103,"end_line":232,"fragment":"","pointer":"","start_column":3,"start_line":232},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-knowledge","target_ref":"../ABYSS-STACK-D-0079-kag-query-application-port.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:232:3:0:../ABYSS-STACK-D-0079-kag-query-application-port.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:b1bd11f55ad566c9f2dca688","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b1bd11f55ad566c9f2dca688","label":"ABYSS-STACK-D-0029 BabelVox TTS Experimental Lane","locator":{"end_column":111,"end_line":102,"fragment":"","pointer":"","start_column":3,"start_line":102},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection","target_ref":"../ABYSS-STACK-D-0029-babelvox-tts-experimental-lane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:102:3:0:../ABYSS-STACK-D-0029-babelvox-tts-experimental-lane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52:aoa:abyss-stack:anchor:c9e878881f9fe9bcfce48205","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c9e878881f9fe9bcfce48205","label":"filter_search","locator":{"end_column":6,"end_line":151,"fragment":"","pointer":"","start_column":1,"start_line":139},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:filter_search","target_ref":"python:exact.search_filter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:filter_search","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:filter_search","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:filter_search","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:filter_search","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"filter_search","semantic_key":"python:function:filter_search","source_id":"aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fc3b963078f7b2d44b3bb401:aoa:abyss-stack:anchor:3e966ccd0fef6238860344cb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3e966ccd0fef6238860344cb","label":"Closeout","locator":{"end_column":11,"end_line":51,"fragment":"closeout","pointer":"","start_column":1,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:closeout","source_id":"aoa:abyss-stack:artifact:fc3b963078f7b2d44b3bb401","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ffd307fd6ae349f74b4a94c8:aoa:abyss-stack:anchor:02c97662120b72166bade81c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:02c97662120b72166bade81c","label":"aoa-telegram-connector-mcp","locator":{"end_column":28,"end_line":1,"fragment":"aoa-telegram-connector-mcp","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:aoa-telegram-connector-mcp","source_id":"aoa:abyss-stack:artifact:ffd307fd6ae349f74b4a94c8","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/99.jsonl b/kag/indexes/shards/anchor/99.jsonl index 17ea8848c..7bd781f6c 100644 --- a/kag/indexes/shards/anchor/99.jsonl +++ b/kag/indexes/shards/anchor/99.jsonl @@ -12,7 +12,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:24b14059c0643ecd06b4d007:aoa:abyss-stack:anchor:0c0334f99e9bd7a702c88c01","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0c0334f99e9bd7a702c88c01","label":"main","locator":{"end_column":13,"end_line":274,"fragment":"","pointer":"","start_column":1,"start_line":197},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:JsonHttpClient"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:JsonHttpClient"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:JsonHttpClient"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:RetrievalBundle.open"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_client_headers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_client_headers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_neo4j_headers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_receipt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_targets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_write_receipt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:args.sqlite_path.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:args.stack_root.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:args.stack_root.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:build_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:bundle.verify"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:exact.check"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:exact.materialize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph.Neo4jProjection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph.check"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:graph.materialize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:time.monotonic"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:time.monotonic"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:vector.check"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:vector.materialize"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:24b14059c0643ecd06b4d007","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:279b4185c647548c889f0f54:aoa:abyss-stack:anchor:c09ebfc24a928703145e7646","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c09ebfc24a928703145e7646","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:279b4185c647548c889f0f54","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:2c3328783260acd2e9108d2a:aoa:abyss-stack:anchor:b22e648901423a963b0aed6d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b22e648901423a963b0aed6d","label":"CommandOutput","locator":{"end_column":74,"end_line":57,"fragment":"","pointer":"","start_column":1,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CommandOutput","target_ref":"python:dataclass"}],"parser_ref":"python-ast@1","qualified_name":"CommandOutput","semantic_key":"python:class:CommandOutput","source_id":"aoa:abyss-stack:artifact:2c3328783260acd2e9108d2a","symbol_kind":"class"} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:fb54f988244f384d336405f7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fb54f988244f384d336405f7","label":"test_operator_backend_accepts_git_index_executable_mode","locator":{"end_column":58,"end_line":434,"fragment":"","pointer":"","start_column":5,"start_line":411},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode","target_ref":"python:self.validate_operator_backend_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode","target_ref":"python:self.write_operator_backend_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:fb54f988244f384d336405f7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fb54f988244f384d336405f7","label":"test_operator_backend_accepts_git_index_executable_mode","locator":{"end_column":58,"end_line":418,"fragment":"","pointer":"","start_column":5,"start_line":395},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode","target_ref":"python:self.validate_operator_backend_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode","target_ref":"python:self.write_operator_backend_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_operator_backend_accepts_git_index_executable_mode","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:318f5e6fe8ea87f823157c51:aoa:abyss-stack:anchor:51eedf651ed6d95ddc96f82a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:51eedf651ed6d95ddc96f82a","label":"restart","locator":{"end_column":27,"end_line":22,"fragment":"","pointer":"/services/aoa-browser/restart","start_column":5,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/aoa-browser/restart","source_id":"aoa:abyss-stack:artifact:318f5e6fe8ea87f823157c51","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:2ac4422baf4f40dc225e583a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2ac4422baf4f40dc225e583a","label":"__call__","locator":{"end_column":51,"end_line":6965,"fragment":"","pointer":"","start_column":9,"start_line":6873},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","target_ref":"python:CommandOutput"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","target_ref":"python:CommandOutput"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","target_ref":"python:range"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","target_ref":"python:range"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","target_ref":"python:range"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","target_ref":"python:range"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","target_ref":"python:range"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","target_ref":"python:range"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","target_ref":"python:self.calls.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","target_ref":"python:self.timeouts.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","target_ref":"python:super"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","target_ref":"python:tuple"}],"parser_ref":"python-ast@1","qualified_name":"test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","semantic_key":"python:method:test_graph_packets_are_compact_by_default_without_losing_refs.HeavyGraphRunner.__call__","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:afd98d314fab375b4808b6b6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:afd98d314fab375b4808b6b6","label":"LiveDeferredProviderRunner","locator":{"end_column":68,"end_line":1862,"fragment":"","pointer":"","start_column":1,"start_line":1812},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"LiveDeferredProviderRunner","semantic_key":"python:class:LiveDeferredProviderRunner","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"class"} @@ -21,7 +21,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:51098e4329e3b994a745372d:aoa:abyss-stack:anchor:0cf1f93f5051cd61d1f3e91d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:0cf1f93f5051cd61d1f3e91d","label":"inventory_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/inventory_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/inventory_id","source_id":"aoa:abyss-stack:artifact:51098e4329e3b994a745372d","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:571203ea694d05a8b9b99797:aoa:abyss-stack:anchor:9311ff06d4c235dbfea70390","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:9311ff06d4c235dbfea70390","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:571203ea694d05a8b9b99797","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2:aoa:abyss-stack:anchor:ce962ff39587b52d3ccda784","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ce962ff39587b52d3ccda784","label":"allow_profile_escalation","locator":{"end_column":34,"end_line":56,"fragment":"","pointer":"/profile_class_rules/1/allow_profile_escalation","start_column":5,"start_line":56},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/profile_class_rules/1/allow_profile_escalation","source_id":"aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:bbc440703ef39c955a63ad26","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bbc440703ef39c955a63ad26","label":"validate_overlay_skill_surface","locator":{"end_column":87,"end_line":66,"fragment":"","pointer":"","start_column":1,"start_line":57},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_overlay_skill_surface","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_overlay_skill_surface","target_ref":"python:skill_path.as_posix"}],"parser_ref":"python-ast@1","qualified_name":"validate_overlay_skill_surface","semantic_key":"python:function:validate_overlay_skill_surface","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:73352c3554c542868fcc2a30:aoa:abyss-stack:anchor:832f0c6cae48ddcf786619e9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:832f0c6cae48ddcf786619e9","label":"on_event","locator":{"end_column":29,"end_line":56,"fragment":"","pointer":"","start_column":9,"start_line":52},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"load_module.FastAPI.on_event","semantic_key":"python:method:load_module.FastAPI.on_event","source_id":"aoa:abyss-stack:artifact:73352c3554c542868fcc2a30","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:1dcb32d5f9a8f0b5cc991697","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1dcb32d5f9a8f0b5cc991697","label":"ABYSS-STACK-D-0062 Agent Skill Projection Validator Module","locator":{"end_column":129,"end_line":104,"fragment":"","pointer":"","start_column":3,"start_line":104},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-06-04","target_ref":"../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:104:3:0:../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:863559bac2507d05daa623cc:aoa:abyss-stack:anchor:d395f382defc584d01ff53b9","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:d395f382defc584d01ff53b9","label":"boundary","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/boundary","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/boundary","source_id":"aoa:abyss-stack:artifact:863559bac2507d05daa623cc","symbol_kind":"json_key"} @@ -37,7 +36,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:91f5cda8cdec74de25b127a7","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:91f5cda8cdec74de25b127a7","label":"opened_at","locator":{"end_column":23,"end_line":41,"fragment":"","pointer":"/opened_at","start_column":1,"start_line":41},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/opened_at","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:86a629e3d098213f879dca09","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:86a629e3d098213f879dca09","label":"ABYSS-STACK-D-0039 Validation Command Authority And Technical Topology","locator":{"end_column":153,"end_line":28,"fragment":"","pointer":"","start_column":3,"start_line":28},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-route","target_ref":"../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:28:3:0:../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:adc1d5b771d14688767c7ced:aoa:abyss-stack:anchor:908648dde24bd08fae10e073","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:908648dde24bd08fae10e073","label":"`UPSTREAM_COMPATIBILITY.md`","locator":{"end_column":57,"end_line":4,"fragment":"","pointer":"","start_column":1,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:upstream-compatibility-detail","target_ref":"UPSTREAM_COMPATIBILITY.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:4:1:0:UPSTREAM_COMPATIBILITY.md","source_id":"aoa:abyss-stack:artifact:adc1d5b771d14688767c7ced","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:4276c56ba3a06aa401d65496","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4276c56ba3a06aa401d65496","label":"mechanics/README","locator":{"end_column":108,"end_line":63,"fragment":"","pointer":"","start_column":69,"start_line":63},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"mechanics/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:63:69:0:mechanics/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:5c71e7a68ad02be8f4e053a0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5c71e7a68ad02be8f4e053a0","label":"writeback_evidence_check","locator":{"end_column":10,"end_line":786,"fragment":"","pointer":"","start_column":5,"start_line":781},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.writeback_evidence_check","target_ref":"python:mcp.prompt"}],"parser_ref":"python-ast@1","qualified_name":"build_server.writeback_evidence_check","semantic_key":"python:method:build_server.writeback_evidence_check","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:e097e2a5c073f83ca99812f4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e097e2a5c073f83ca99812f4","label":"RENDER_TRUTH","locator":{"end_column":89,"end_line":259,"fragment":"","pointer":"","start_column":3,"start_line":259},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:if-something-feels-wrong","target_ref":"../../mechanics/config-projection/parts/rendering/docs/RENDER_TRUTH.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:259:3:0:../../mechanics/config-projection/parts/rendering/docs/RENDER_TRUTH.md","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:cd743b89337ab9b341df32bc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cd743b89337ab9b341df32bc","label":"review_packet_audit_artifact","locator":{"end_column":62,"end_line":2203,"fragment":"","pointer":"","start_column":1,"start_line":2202},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"review_packet_audit_artifact","semantic_key":"python:function:review_packet_audit_artifact","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} @@ -50,13 +48,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:da5676238577964452bfd03b:aoa:abyss-stack:anchor:5e65a195b7e02d07c5dfd3d5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5e65a195b7e02d07c5dfd3d5","label":"cpus","locator":{"end_column":37,"end_line":7,"fragment":"","pointer":"/services/llama-cpp/cpus","start_column":5,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/cpus","source_id":"aoa:abyss-stack:artifact:da5676238577964452bfd03b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:79eef89d1b71dbcb3507080d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:79eef89d1b71dbcb3507080d","label":"_central_contracts","locator":{"end_column":10,"end_line":1159,"fragment":"","pointer":"","start_column":5,"start_line":1151},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._central_contracts","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._central_contracts","semantic_key":"python:method:AoAMemoMCPState._central_contracts","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4feca3e0d433f528270edf3:aoa:abyss-stack:anchor:b520917f918c06a4ec8a1064","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:b520917f918c06a4ec8a1064","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:e4feca3e0d433f528270edf3","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:063c29e07e537cee5b3e4048","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:063c29e07e537cee5b3e4048","label":"ABYSS-STACK-D-0069 ToS Corpus MCP Access Plane","locator":{"end_column":105,"end_line":50,"fragment":"","pointer":"","start_column":3,"start_line":50},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:50:3:0:../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:3f2a8e0739e938315b2874c4","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3f2a8e0739e938315b2874c4","label":"volumes","locator":{"end_column":12,"end_line":8,"fragment":"","pointer":"/services/route-api/volumes","start_column":5,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/volumes","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:7db4c52c8380a9c54787ea03","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7db4c52c8380a9c54787ea03","label":"restart","locator":{"end_column":27,"end_line":20,"fragment":"","pointer":"/services/route-api/restart","start_column":5,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/restart","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:c942daf58652f4428cada414","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c942daf58652f4428cada414","label":"upsert_points","locator":{"end_column":100,"end_line":533,"fragment":"","pointer":"","start_column":1,"start_line":530},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:upsert_points","target_ref":"python:http_json"}],"parser_ref":"python-ast@1","qualified_name":"upsert_points","semantic_key":"python:function:upsert_points","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:9900ebae93cabe8c211368be","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9900ebae93cabe8c211368be","label":"ABYSS-STACK-D-0055 Root Routes Validator Module","locator":{"end_column":107,"end_line":177,"fragment":"","pointer":"","start_column":3,"start_line":177},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-lane","target_ref":"../ABYSS-STACK-D-0055-root-routes-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:177:3:0:../ABYSS-STACK-D-0055-root-routes-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:a6681775449ec066e282c65b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a6681775449ec066e282c65b","label":"observability","locator":{"end_column":16,"end_line":205,"fragment":"observability","pointer":"","start_column":1,"start_line":205},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:observability","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:a6681775449ec066e282c65b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a6681775449ec066e282c65b","label":"observability","locator":{"end_column":16,"end_line":211,"fragment":"observability","pointer":"","start_column":1,"start_line":211},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:observability","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f5e42ab47749ca3fffa5b850:aoa:abyss-stack:anchor:dd9fb384e6f29d798eebde65","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:dd9fb384e6f29d798eebde65","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f5e42ab47749ca3fffa5b850","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f9ea39491eaf7aa91d1abe19:aoa:abyss-stack:anchor:38a3f71a4f4fb206b3fc0337","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:38a3f71a4f4fb206b3fc0337","label":"$id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$id","source_id":"aoa:abyss-stack:artifact:f9ea39491eaf7aa91d1abe19","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fc14d26fe85cf981f312d308:aoa:abyss-stack:anchor:675b2897269ec214041a7048","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:675b2897269ec214041a7048","label":"kind","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/kind","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/kind","source_id":"aoa:abyss-stack:artifact:fc14d26fe85cf981f312d308","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:a4e29369f152233fce66be6b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a4e29369f152233fce66be6b","label":"owner","locator":{"end_column":20,"end_line":4,"fragment":"","pointer":"/identity/owner","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/identity/owner","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:37a30203979a57aac4607e8c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:37a30203979a57aac4607e8c","label":"default_repo_root","locator":{"end_column":54,"end_line":133,"fragment":"","pointer":"/default_repo_root","start_column":7,"start_line":133},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/default_repo_root#occurrence-2","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:f810702ea571655406abf1f0","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f810702ea571655406abf1f0","label":"trust_state","locator":{"end_column":41,"end_line":58,"fragment":"","pointer":"/trust_state","start_column":11,"start_line":58},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/trust_state","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/9a.jsonl b/kag/indexes/shards/anchor/9a.jsonl index f992a1137..eb527043b 100644 --- a/kag/indexes/shards/anchor/9a.jsonl +++ b/kag/indexes/shards/anchor/9a.jsonl @@ -28,13 +28,15 @@ {"_key":"anchor:aoa:abyss-stack:artifact:83c0c19ffd26782848fe9760:aoa:abyss-stack:anchor:0ec4124cd53d22b71e43b58d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0ec4124cd53d22b71e43b58d","label":"Applies to","locator":{"end_column":13,"end_line":3,"fragment":"applies-to","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:applies-to","source_id":"aoa:abyss-stack:artifact:83c0c19ffd26782848fe9760","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:4cae30329cd1e787716bbdd1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4cae30329cd1e787716bbdd1","label":"resolve_writeback_map","locator":{"end_column":126,"end_line":1601,"fragment":"","pointer":"","start_column":1,"start_line":1583},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_writeback_map","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_writeback_map","target_ref":"python:mapping.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_writeback_map","target_ref":"python:memo_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_writeback_map","target_ref":"python:memo_payload"}],"parser_ref":"python-ast@1","qualified_name":"resolve_writeback_map","semantic_key":"python:function:resolve_writeback_map","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:f87a0ef8a1ae0693be5e2c48","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f87a0ef8a1ae0693be5e2c48","label":"memo_capsule","locator":{"end_column":6,"end_line":2371,"fragment":"","pointer":"","start_column":1,"start_line":2362},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_capsule","target_ref":"python:app.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_capsule","target_ref":"python:memo_source_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_capsule","target_ref":"python:require_memo_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_capsule","target_ref":"python:require_store"}],"parser_ref":"python-ast@1","qualified_name":"memo_capsule","semantic_key":"python:function:memo_capsule","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:57f2ad87969bd5af9be3b9ab","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:57f2ad87969bd5af9be3b9ab","label":"mechanics topology","locator":{"end_column":21,"end_line":294,"fragment":"mechanics-topology","pointer":"","start_column":1,"start_line":294},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mechanics-topology","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:57f2ad87969bd5af9be3b9ab","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:57f2ad87969bd5af9be3b9ab","label":"mechanics topology","locator":{"end_column":21,"end_line":298,"fragment":"mechanics-topology","pointer":"","start_column":1,"start_line":298},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mechanics-topology","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:7aef34fed8f94c22a01ab1a6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7aef34fed8f94c22a01ab1a6","label":"ABYSS-STACK-D-0019 GitHub Homepage README Selection","locator":{"end_column":115,"end_line":19,"fragment":"","pointer":"","start_column":3,"start_line":19},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-route","target_ref":"../ABYSS-STACK-D-0019-github-homepage-readme-selection.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:19:3:0:../ABYSS-STACK-D-0019-github-homepage-readme-selection.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:956423bb60317eefe1f352dc","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:956423bb60317eefe1f352dc","label":"status readout","locator":{"end_column":17,"end_line":456,"fragment":"status-readout","pointer":"","start_column":1,"start_line":456},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:status-readout","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:956423bb60317eefe1f352dc","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:956423bb60317eefe1f352dc","label":"status readout","locator":{"end_column":17,"end_line":469,"fragment":"status-readout","pointer":"","start_column":1,"start_line":469},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:status-readout","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:9f118dcd3cd223bf7c839a64","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9f118dcd3cd223bf7c839a64","label":"ABYSS-STACK-D-0045 Questbook Surface Validator Module","locator":{"end_column":119,"end_line":272,"fragment":"","pointer":"","start_column":3,"start_line":272},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generated-read-model","target_ref":"../ABYSS-STACK-D-0045-questbook-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:272:3:0:../ABYSS-STACK-D-0045-questbook-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:99bdfcb52aaff770f846a262:aoa:abyss-stack:anchor:1c81e8083882a6cdaf79d4e6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1c81e8083882a6cdaf79d4e6","label":"Validated Lanes","locator":{"end_column":18,"end_line":27,"fragment":"validated-lanes","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validated-lanes","source_id":"aoa:abyss-stack:artifact:99bdfcb52aaff770f846a262","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e:aoa:abyss-stack:anchor:558301c4bf81d474964123d5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:558301c4bf81d474964123d5","label":"LLAMA_ARG_OP_OFFLOAD","locator":{"end_column":31,"end_line":56,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_OP_OFFLOAD","start_column":7,"start_line":56},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_OP_OFFLOAD","source_id":"aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41:aoa:abyss-stack:anchor:d3d101e59719a0db56d6c761","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d3d101e59719a0db56d6c761","label":"LANGGRAPH_PILOT","locator":{"end_column":69,"end_line":155,"fragment":"","pointer":"","start_column":5,"start_line":155},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:langgraph-sidecar-origin-and-promoted-role","target_ref":"../../langgraph-pilot/docs/LANGGRAPH_PILOT.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:155:5:0:../../langgraph-pilot/docs/LANGGRAPH_PILOT.md","source_id":"aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:cf32b57c198d9be29f92d24a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cf32b57c198d9be29f92d24a","label":"runtime lifecycle","locator":{"end_column":20,"end_line":348,"fragment":"runtime-lifecycle","pointer":"","start_column":1,"start_line":348},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-lifecycle","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:cf32b57c198d9be29f92d24a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cf32b57c198d9be29f92d24a","label":"runtime lifecycle","locator":{"end_column":20,"end_line":353,"fragment":"runtime-lifecycle","pointer":"","start_column":1,"start_line":353},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-lifecycle","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:c0e2c7d261e309db5bfcff34","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c0e2c7d261e309db5bfcff34","label":"DESIGN","locator":{"end_column":70,"end_line":97,"fragment":"","pointer":"","start_column":51,"start_line":97},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:claim-check","target_ref":"DESIGN.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:97:51:0:DESIGN.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7a803cf2072eed6a6825168:aoa:abyss-stack:anchor:54e92c515dd44054ceb3ad4d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:54e92c515dd44054ceb3ad4d","label":"Recommended introspection flow","locator":{"end_column":33,"end_line":99,"fragment":"recommended-introspection-flow","pointer":"","start_column":1,"start_line":99},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:recommended-introspection-flow","source_id":"aoa:abyss-stack:artifact:b7a803cf2072eed6a6825168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7a803cf2072eed6a6825168:aoa:abyss-stack:anchor:fc2673264e0693c75b5aa2b6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fc2673264e0693c75b5aa2b6","label":"Use the opt-in advisory federation seam","locator":{"end_column":43,"end_line":62,"fragment":"use-the-opt-in-advisory-federation-seam","pointer":"","start_column":1,"start_line":62},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:use-the-opt-in-advisory-federation-seam","source_id":"aoa:abyss-stack:artifact:b7a803cf2072eed6a6825168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:5d542b5b607f15a5d25c2b81","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5d542b5b607f15a5d25c2b81","label":"run_federated_prompt","locator":{"end_column":95,"end_line":1552,"fragment":"","pointer":"","start_column":1,"start_line":1539},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_federated_prompt","target_ref":"python:http_post_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_federated_prompt","target_ref":"python:request.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_federated_prompt","target_ref":"python:request.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_federated_prompt","target_ref":"python:request.get"}],"parser_ref":"python-ast@1","qualified_name":"run_federated_prompt","semantic_key":"python:function:run_federated_prompt","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/9b.jsonl b/kag/indexes/shards/anchor/9b.jsonl index 3e8d924d9..2d99c3867 100644 --- a/kag/indexes/shards/anchor/9b.jsonl +++ b/kag/indexes/shards/anchor/9b.jsonl @@ -38,14 +38,13 @@ {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:c5cd89294b467db7e5aa1063","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c5cd89294b467db7e5aa1063","label":"--web.listen-address=0.0.0.0","locator":{"end_column":43,"end_line":18,"fragment":"","pointer":"/services/prometheus/command/6/--web.listen-address=0.0.0.0","start_column":7,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/prometheus/command/6/--web.listen-address=0.0.0.0","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:3e4268ea8563d78b9ee18778","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3e4268ea8563d78b9ee18778","label":"ReturnRequest","locator":{"end_column":20,"end_line":1948,"fragment":"","pointer":"","start_column":1,"start_line":1936},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"ReturnRequest","semantic_key":"python:class:ReturnRequest","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:4600e1155b65d11af5ff24eb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4600e1155b65d11af5ff24eb","label":"repair_handoff_for","locator":{"end_column":19,"end_line":1516,"fragment":"","pointer":"","start_column":1,"start_line":1375},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:bundle.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:bundle.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:command_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:refs.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:refs.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:refs.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:refs.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:refs.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:relative_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:relative_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:resolve_selector_context"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:self_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:self_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:repair_handoff_for","target_ref":"python:top_trigger_drifts"}],"parser_ref":"python-ast@1","qualified_name":"repair_handoff_for","semantic_key":"python:function:repair_handoff_for","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:58ba34fd02c778eeb78e24f8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:58ba34fd02c778eeb78e24f8","label":"render truth","locator":{"end_column":15,"end_line":356,"fragment":"render-truth","pointer":"","start_column":1,"start_line":356},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:render-truth","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:58ba34fd02c778eeb78e24f8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:58ba34fd02c778eeb78e24f8","label":"render truth","locator":{"end_column":15,"end_line":368,"fragment":"render-truth","pointer":"","start_column":1,"start_line":368},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:render-truth","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:8d0cb137b14283eef0c949a6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8d0cb137b14283eef0c949a6","label":"ABYSS-STACK-D-0035 AoA Evals MCP Access Plane","locator":{"end_column":103,"end_line":80,"fragment":"","pointer":"","start_column":3,"start_line":80},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-port-confinement","target_ref":"../ABYSS-STACK-D-0035-aoa-evals-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:80:3:0:../ABYSS-STACK-D-0035-aoa-evals-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03:aoa:abyss-stack:anchor:acc1a865ab5f06587f1b1f60","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:acc1a865ab5f06587f1b1f60","label":"_external_row","locator":{"end_column":6,"end_line":130,"fragment":"","pointer":"","start_column":1,"start_line":121},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_external_row","target_ref":"python:canonical_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_external_row","target_ref":"python:hashlib.sha256"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_external_row","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_external_row","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_external_row","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_external_row","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_external_row","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_external_row","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_external_row","semantic_key":"python:function:_external_row","source_id":"aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:60e353d87543ba061029b3a1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:60e353d87543ba061029b3a1","label":"is_source_checkout","locator":{"end_column":6,"end_line":135,"fragment":"","pointer":"","start_column":1,"start_line":130},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"is_source_checkout","semantic_key":"python:function:is_source_checkout","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:c99b24bdd14338deabe08795","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c99b24bdd14338deabe08795","label":"questbook","locator":{"end_column":13,"end_line":44,"fragment":"","pointer":"/tags/0","start_column":3,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/tags/0","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:8a45afeba05cd8a60d6d8b3b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8a45afeba05cd8a60d6d8b3b","label":"draft_plan","locator":{"end_column":10,"end_line":2180,"fragment":"","pointer":"","start_column":5,"start_line":2166},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:build_scenario_plan"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:node_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:plan_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:plan_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.draft_plan","semantic_key":"python:method:build_graph.draft_plan","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:aa35ef4872d840064fc5da65:aoa:abyss-stack:anchor:9a93901bff24e7eb95af9e35","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9a93901bff24e7eb95af9e35","label":"Governed Execution Parts","locator":{"end_column":26,"end_line":1,"fragment":"governed-execution-parts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governed-execution-parts","source_id":"aoa:abyss-stack:artifact:aa35ef4872d840064fc5da65","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:2cf5a1fa67083cb18a5e7e15","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2cf5a1fa67083cb18a5e7e15","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":392,"fragment":"","pointer":"","start_column":3,"start_line":392},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-topology","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:392:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ba4fe7cad5b14a2d50f1a3b0:aoa:abyss-stack:anchor:89cbcadd34255c4834181d94","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:89cbcadd34255c4834181d94","label":"style","locator":{"end_column":15,"end_line":10,"fragment":"","pointer":"/voices/narrator/style","start_column":5,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/voices/narrator/style","source_id":"aoa:abyss-stack:artifact:ba4fe7cad5b14a2d50f1a3b0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc:aoa:abyss-stack:anchor:2f37a8f26e397846100b97d0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2f37a8f26e397846100b97d0","label":"config-projection","locator":{"end_column":51,"end_line":71,"fragment":"","pointer":"","start_column":3,"start_line":71},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:compass","target_ref":"config-projection/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:71:3:0:config-projection/README.md","source_id":"aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c0e76a4b7b5e54b59bbf5a9c:aoa:abyss-stack:anchor:b6ba4e9764834e66cbf24fb3","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:b6ba4e9764834e66cbf24fb3","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:c0e76a4b7b5e54b59bbf5a9c","symbol_kind":"json_key"} @@ -64,7 +63,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:5916b739c33e08db355175db","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5916b739c33e08db355175db","label":"Qwen3OpenVINOReranker","locator":{"end_column":10,"end_line":213,"fragment":"","pointer":"","start_column":1,"start_line":131},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"Qwen3OpenVINOReranker","semantic_key":"python:class:Qwen3OpenVINOReranker","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:e7e0d4431f9c3afdd48b08dd:aoa:abyss-stack:anchor:02bf55c0bcf39d6df1f86c5e","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:02bf55c0bcf39d6df1f86c5e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e7e0d4431f9c3afdd48b08dd","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:7d235443ad91c98bb7248053","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:7d235443ad91c98bb7248053","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:15c1ac3c1fe9101dfe603678","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:15c1ac3c1fe9101dfe603678","label":"ABYSS-STACK-D-0057 Mechanics Topology Validator Module","locator":{"end_column":121,"end_line":113,"fragment":"","pointer":"","start_column":3,"start_line":113},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:113:3:0:../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:0f25bbb5e757b2e207ea2555","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0f25bbb5e757b2e207ea2555","label":"ABYSS-STACK-D-0025 Composition-First Presets","locator":{"end_column":101,"end_line":111,"fragment":"","pointer":"","start_column":3,"start_line":111},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profiles-and-presets","target_ref":"../ABYSS-STACK-D-0025-composition-first-presets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:111:3:0:../ABYSS-STACK-D-0025-composition-first-presets.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:0d2d88a7a727504e3869a307","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0d2d88a7a727504e3869a307","label":"ABYSS-STACK-D-0061 Active Topology Language Validator Module","locator":{"end_column":133,"end_line":226,"fragment":"","pointer":"","start_column":3,"start_line":226},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../ABYSS-STACK-D-0061-active-topology-language-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:226:3:0:../ABYSS-STACK-D-0061-active-topology-language-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:34164a7a09b21e99a141bb93","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:34164a7a09b21e99a141bb93","label":"relation_pack","locator":{"end_column":10,"end_line":267,"fragment":"","pointer":"","start_column":5,"start_line":249},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.relation_pack","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.relation_pack","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.relation_pack","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.relation_pack","target_ref":"python:pack.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.relation_pack","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.relation_pack","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.relation_pack","target_ref":"python:self.index"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.relation_pack","semantic_key":"python:method:ToSCorpusMCPState.relation_pack","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:cdaf3ed98da9d861112c5fbe","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cdaf3ed98da9d861112c5fbe","label":"_owner_materialization","locator":{"end_column":19,"end_line":389,"fragment":"","pointer":"","start_column":5,"start_line":370},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_materialization","target_ref":"python:_child_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_materialization","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_materialization","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_materialization","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_materialization","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_materialization","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_materialization","target_ref":"python:port_path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_materialization","target_ref":"python:root.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_materialization","target_ref":"python:self._owner_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_materialization","target_ref":"python:self._port_relative"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._owner_materialization","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAStatsMCPState._owner_materialization","semantic_key":"python:method:AoAStatsMCPState._owner_materialization","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:73a30e35500532d7379363be","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:73a30e35500532d7379363be","label":"observation_source","locator":{"end_column":26,"end_line":52,"fragment":"","pointer":"/abi/outputs/required/3","start_column":7,"start_line":52},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs/required/3","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/9c.jsonl b/kag/indexes/shards/anchor/9c.jsonl index 26b05c419..e6bae7e27 100644 --- a/kag/indexes/shards/anchor/9c.jsonl +++ b/kag/indexes/shards/anchor/9c.jsonl @@ -27,9 +27,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:715756e41b133398a9d43463:aoa:abyss-stack:anchor:18a9a7276e72f20f49c69328","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:18a9a7276e72f20f49c69328","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:715756e41b133398a9d43463","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:74f1e3fcfdf8c4302c5daad0:aoa:abyss-stack:anchor:9ba5cf41d8d7c9f41a043f26","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9ba5cf41d8d7c9f41a043f26","label":"Modules","locator":{"end_column":10,"end_line":7,"fragment":"modules","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:modules","source_id":"aoa:abyss-stack:artifact:74f1e3fcfdf8c4302c5daad0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:77aab00d568ac7f227c57539:aoa:abyss-stack:anchor:e1515177d6d97d61780bb26a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e1515177d6d97d61780bb26a","label":"render_resource","locator":{"end_column":97,"end_line":412,"fragment":"","pointer":"","start_column":5,"start_line":411},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoA4PDAConnectorMCPState.render_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoA4PDAConnectorMCPState.render_resource","target_ref":"python:self.read_resource"}],"parser_ref":"python-ast@1","qualified_name":"AoA4PDAConnectorMCPState.render_resource","semantic_key":"python:method:AoA4PDAConnectorMCPState.render_resource","source_id":"aoa:abyss-stack:artifact:77aab00d568ac7f227c57539","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:19bfffc7616444001f049c4c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:19bfffc7616444001f049c4c","label":"host evidence posture","locator":{"end_column":24,"end_line":274,"fragment":"host-evidence-posture","pointer":"","start_column":1,"start_line":274},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:host-evidence-posture","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:19bfffc7616444001f049c4c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:19bfffc7616444001f049c4c","label":"host evidence posture","locator":{"end_column":24,"end_line":278,"fragment":"host-evidence-posture","pointer":"","start_column":1,"start_line":278},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:host-evidence-posture","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:295d0ce87076ed1f1de0865b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:295d0ce87076ed1f1de0865b","label":"ABYSS-STACK-D-0020 Docs District Topology","locator":{"end_column":95,"end_line":20,"fragment":"","pointer":"","start_column":3,"start_line":20},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-route","target_ref":"../ABYSS-STACK-D-0020-docs-district-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:20:3:0:../ABYSS-STACK-D-0020-docs-district-topology.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:e9ca4a16c52b45eecf850012","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e9ca4a16c52b45eecf850012","label":"ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle","locator":{"end_column":107,"end_line":450,"fragment":"","pointer":"","start_column":3,"start_line":450},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourcedeployed-parity","target_ref":"../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:450:3:0:../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:b5ca880bf501b517337b1e66","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b5ca880bf501b517337b1e66","label":"configure_program_runtime","locator":{"end_column":77,"end_line":187,"fragment":"","pointer":"","start_column":1,"start_line":181},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:configure_program_runtime","target_ref":"python:TRIALS.configure_program_runtime"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:configure_program_runtime","target_ref":"python:default_log_root_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:configure_program_runtime","target_ref":"python:default_mirror_root_for"}],"parser_ref":"python-ast@1","qualified_name":"configure_program_runtime","semantic_key":"python:function:configure_program_runtime","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725:aoa:abyss-stack:anchor:54f331c8c99f1df42ee1eacb","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:54f331c8c99f1df42ee1eacb","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a56b27fb28bf632e26dc3614:aoa:abyss-stack:anchor:d9d09379b9055e0de7a2cb57","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d9d09379b9055e0de7a2cb57","label":"Format","locator":{"end_column":9,"end_line":14,"fragment":"format","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:format","source_id":"aoa:abyss-stack:artifact:a56b27fb28bf632e26dc3614","symbol_kind":""} @@ -37,7 +36,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b:aoa:abyss-stack:anchor:8610adf293d6782e3e33a3c1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8610adf293d6782e3e33a3c1","label":"runtime-lifecycle","locator":{"end_column":56,"end_line":51,"fragment":"","pointer":"","start_column":5,"start_line":51},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:next-route","target_ref":"../runtime-lifecycle/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:51:5:0:../runtime-lifecycle/README.md","source_id":"aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:d4035775463348cbd2d9aedc","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d4035775463348cbd2d9aedc","label":"performance","locator":{"end_column":12,"end_line":7,"fragment":"","pointer":"/performance","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/performance","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075:aoa:abyss-stack:anchor:8d901126751b92597f38ebe9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8d901126751b92597f38ebe9","label":"Inputs","locator":{"end_column":9,"end_line":29,"fragment":"inputs","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:inputs","source_id":"aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:401f68406c929c7ffae75be6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:401f68406c929c7ffae75be6","label":"runtime-lifecycle","locator":{"end_column":61,"end_line":150,"fragment":"","pointer":"","start_column":3,"start_line":150},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/runtime-lifecycle/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:150:3:0:mechanics/runtime-lifecycle/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:8b24860d92396c3887605668","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8b24860d92396c3887605668","label":"What This Repository Does","locator":{"end_column":28,"end_line":13,"fragment":"what-this-repository-does","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:what-this-repository-does","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7f71220297520dde39a5a91:aoa:abyss-stack:anchor:356df2a150d7e808eb0c9ab2","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:356df2a150d7e808eb0c9ab2","label":"record_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/record_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/record_id","source_id":"aoa:abyss-stack:artifact:b7f71220297520dde39a5a91","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:badb22ef28dd9a469047cf4f:aoa:abyss-stack:anchor:e1b53f112db28f9e02223311","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e1b53f112db28f9e02223311","label":"Consequences","locator":{"end_column":15,"end_line":55,"fragment":"consequences","pointer":"","start_column":1,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:badb22ef28dd9a469047cf4f","symbol_kind":""} @@ -54,4 +52,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644:aoa:abyss-stack:anchor:40bba2f593b4dd9c3097fc4f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:40bba2f593b4dd9c3097fc4f","label":"run_export","locator":{"end_column":41,"end_line":37,"fragment":"","pointer":"","start_column":5,"start_line":26},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.run_export","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.run_export","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.run_export","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.run_export","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.run_export","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.run_export","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"RuntimeEvalEvidenceExportTests.run_export","semantic_key":"python:method:RuntimeEvalEvidenceExportTests.run_export","source_id":"aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7:aoa:abyss-stack:anchor:0f16d84d77dab76f19d0ce0b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0f16d84d77dab76f19d0ce0b","label":"Trigger","locator":{"end_column":11,"end_line":9,"fragment":"trigger","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:trigger","source_id":"aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345:aoa:abyss-stack:anchor:07b597545233aac99de0776c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:07b597545233aac99de0776c","label":"consumer_route","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/consumer_route","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/consumer_route","source_id":"aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:82573668d22fd5b83bf2a794","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:82573668d22fd5b83bf2a794","label":"ABYSS-STACK-D-0042 Source Structure Validator Module","locator":{"end_column":117,"end_line":110,"fragment":"","pointer":"","start_column":3,"start_line":110},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0042-source-structure-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:110:3:0:../ABYSS-STACK-D-0042-source-structure-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:bdabbe68e551c2b4d19bdf73","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bdabbe68e551c2b4d19bdf73","label":"ABYSS-STACK-D-0017 Direction, History, And Decision Surface Roles","locator":{"end_column":137,"end_line":179,"fragment":"","pointer":"","start_column":3,"start_line":179},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-lane","target_ref":"../ABYSS-STACK-D-0017-direction-history-decision-surface-roles.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:179:3:0:../ABYSS-STACK-D-0017-direction-history-decision-surface-roles.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d:aoa:abyss-stack:anchor:048197207fc62b3dd8fe4677","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:048197207fc62b3dd8fe4677","label":"llama-cpp","locator":{"end_column":12,"end_line":4,"fragment":"","pointer":"/services/llama-cpp","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp","source_id":"aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/9d.jsonl b/kag/indexes/shards/anchor/9d.jsonl index 8c3dd7cad..b7743e6c3 100644 --- a/kag/indexes/shards/anchor/9d.jsonl +++ b/kag/indexes/shards/anchor/9d.jsonl @@ -21,7 +21,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:47ab505ff9bff2446ee8e3ec","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:47ab505ff9bff2446ee8e3ec","label":"script_contains","locator":{"end_column":56,"end_line":285,"fragment":"","pointer":"","start_column":1,"start_line":281},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:script_contains","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:script_contains","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:script_contains","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"script_contains","semantic_key":"python:function:script_contains","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:50ebcf33ee72b1990f85f850:aoa:abyss-stack:anchor:79f0f1632d198edf611ceb44","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:79f0f1632d198edf611ceb44","label":"log_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/log_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/log_id","source_id":"aoa:abyss-stack:artifact:50ebcf33ee72b1990f85f850","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2:aoa:abyss-stack:anchor:7896c7478d77a84b6f84d3c9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7896c7478d77a84b6f84d3c9","label":"logging","locator":{"end_column":8,"end_line":73,"fragment":"","pointer":"/logging","start_column":1,"start_line":73},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/logging","source_id":"aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a:aoa:abyss-stack:anchor:591c963c6e661eb425256f76","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:591c963c6e661eb425256f76","label":"validate","locator":{"end_column":60,"end_line":477,"fragment":"","pointer":"","start_column":1,"start_line":424},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:REQUIRED_AGENTS_DOCS.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:ValidationResult"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_has_agents_heading"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_has_agents_heading"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_normalize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_normalize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:dir_path.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:discover_nested_agents"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:rel_dir.rstrip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:repo_root.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:root_agents.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:root_agents.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:tuple"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:tuple"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:warnings.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:warnings.append"}],"parser_ref":"python-ast@1","qualified_name":"validate","semantic_key":"python:function:validate","source_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a:aoa:abyss-stack:anchor:591c963c6e661eb425256f76","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:591c963c6e661eb425256f76","label":"validate","locator":{"end_column":60,"end_line":487,"fragment":"","pointer":"","start_column":1,"start_line":434},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:REQUIRED_AGENTS_DOCS.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:ValidationResult"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_has_agents_heading"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_has_agents_heading"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_normalize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:_normalize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:dir_path.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:discover_nested_agents"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:issues.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:rel_dir.rstrip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:repo_root.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:root_agents.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:root_agents.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:tuple"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:tuple"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:warnings.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate","target_ref":"python:warnings.append"}],"parser_ref":"python-ast@1","qualified_name":"validate","semantic_key":"python:function:validate","source_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f:aoa:abyss-stack:anchor:dc9782a538775a82eae09634","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dc9782a538775a82eae09634","label":"Trigger","locator":{"end_column":11,"end_line":8,"fragment":"trigger","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:trigger","source_id":"aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239:aoa:abyss-stack:anchor:3696d1f52f05507c9c79b1ef","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3696d1f52f05507c9c79b1ef","label":"_strategy_available","locator":{"end_column":20,"end_line":583,"fragment":"","pointer":"","start_column":5,"start_line":566},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"KagApplication._strategy_available","semantic_key":"python:method:KagApplication._strategy_available","source_id":"aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:651002a35103ac479323b09e:aoa:abyss-stack:anchor:78c51b28536b967024e1ff95","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:78c51b28536b967024e1ff95","label":"machine-fit Quest Lane","locator":{"end_column":24,"end_line":1,"fragment":"machine-fit-quest-lane","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:machine-fit-quest-lane","source_id":"aoa:abyss-stack:artifact:651002a35103ac479323b09e","symbol_kind":""} @@ -34,7 +34,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:417245bd304b9a59009fd341","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:417245bd304b9a59009fd341","label":"command","locator":{"end_column":48,"end_line":27,"fragment":"","pointer":"/services/qdrant/command","start_column":5,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/qdrant/command","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:5a109805076dc0479f234859","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5a109805076dc0479f234859","label":"labels","locator":{"end_column":11,"end_line":6,"fragment":"","pointer":"/services/neo4j/labels","start_column":5,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/neo4j/labels","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:463c51eec7586bad6aca7947","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:463c51eec7586bad6aca7947","label":"ABYSS-STACK-D-0015 Mechanics Package Card Completeness","locator":{"end_column":121,"end_line":22,"fragment":"","pointer":"","start_column":3,"start_line":22},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-route","target_ref":"../ABYSS-STACK-D-0015-mechanics-package-card-completeness.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:22:3:0:../ABYSS-STACK-D-0015-mechanics-package-card-completeness.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:a1eeafe7f2b2fd971b799bf6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a1eeafe7f2b2fd971b799bf6","label":"public mirror hygiene","locator":{"end_column":24,"end_line":312,"fragment":"public-mirror-hygiene","pointer":"","start_column":1,"start_line":312},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:public-mirror-hygiene","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:a1eeafe7f2b2fd971b799bf6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a1eeafe7f2b2fd971b799bf6","label":"public mirror hygiene","locator":{"end_column":24,"end_line":317,"fragment":"public-mirror-hygiene","pointer":"","start_column":1,"start_line":317},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:public-mirror-hygiene","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b166d89766b855ada4f4d5df:aoa:abyss-stack:anchor:2a03340b1273783b2d1c98de","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2a03340b1273783b2d1c98de","label":"test_agent_full_preset_is_composition_first","locator":{"end_column":55,"end_line":42,"fragment":"","pointer":"","start_column":5,"start_line":27},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_agent_full_preset_is_composition_first","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_agent_full_preset_is_composition_first","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_agent_full_preset_is_composition_first","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_agent_full_preset_is_composition_first","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_agent_full_preset_is_composition_first","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_agent_full_preset_is_composition_first","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_agent_full_preset_is_composition_first","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_agent_full_preset_is_composition_first","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_agent_full_preset_is_composition_first","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_agent_full_preset_is_composition_first","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_agent_full_preset_is_composition_first","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_agent_full_preset_is_composition_first","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_agent_full_preset_is_composition_first","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ProfileCompositionTests.test_agent_full_preset_is_composition_first","target_ref":"python:self.run_profile_modules"}],"parser_ref":"python-ast@1","qualified_name":"ProfileCompositionTests.test_agent_full_preset_is_composition_first","semantic_key":"python:method:ProfileCompositionTests.test_agent_full_preset_is_composition_first","source_id":"aoa:abyss-stack:artifact:b166d89766b855ada4f4d5df","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:9b48cd6992aa23f8ad296d7a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9b48cd6992aa23f8ad296d7a","label":"aoa_session_projection_status","locator":{"end_column":90,"end_line":576,"fragment":"","pointer":"","start_column":5,"start_line":574},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_projection_status","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_projection_status","semantic_key":"python:method:build_server.aoa_session_projection_status","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b96f6d6dd54a2bf9b3edaa7a:aoa:abyss-stack:anchor:06afa61d4be48cbe7d52c481","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:06afa61d4be48cbe7d52c481","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:b96f6d6dd54a2bf9b3edaa7a","symbol_kind":"json_key"} @@ -52,6 +52,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e2855b8c2b526183e85f837a:aoa:abyss-stack:anchor:d4d3c7244fc86933a0487994","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d4d3c7244fc86933a0487994","label":"generated/eval_sections.full.json","locator":{"end_column":37,"end_line":15,"fragment":"","pointer":"/required_files/8","start_column":3,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/8","source_id":"aoa:abyss-stack:artifact:e2855b8c2b526183e85f837a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:954a9f439e0b3f3bdf7ec89e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:954a9f439e0b3f3bdf7ec89e","label":"working_directory","locator":{"end_column":36,"end_line":36,"fragment":"","pointer":"/compactor/working_directory","start_column":3,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/compactor/working_directory","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7:aoa:abyss-stack:anchor:93f24aef718ac83cf2d983fa","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:93f24aef718ac83cf2d983fa","label":"Validation","locator":{"end_column":14,"end_line":48,"fragment":"validation","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation","source_id":"aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:0ec8ac174419e4ba3ec5abff","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0ec8ac174419e4ba3ec5abff","label":"systemd units","locator":{"end_column":16,"end_line":115,"fragment":"systemd-units","pointer":"","start_column":1,"start_line":115},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:systemd-units","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:0ec8ac174419e4ba3ec5abff","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0ec8ac174419e4ba3ec5abff","label":"systemd units","locator":{"end_column":16,"end_line":116,"fragment":"systemd-units","pointer":"","start_column":1,"start_line":116},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:systemd-units","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:fca3b115db552665bb5652cb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fca3b115db552665bb5652cb","label":"test_script_surface_module_is_inventory_owned","locator":{"end_column":57,"end_line":235,"fragment":"","pointer":"","start_column":1,"start_line":225},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_script_surface_module_is_inventory_owned","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_script_surface_module_is_inventory_owned","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","qualified_name":"test_script_surface_module_is_inventory_owned","semantic_key":"python:function:test_script_surface_module_is_inventory_owned","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ffd307fd6ae349f74b4a94c8:aoa:abyss-stack:anchor:9a0b69c99482116cf73d3c37","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9a0b69c99482116cf73d3c37","label":"Tools","locator":{"end_column":8,"end_line":20,"fragment":"tools","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:tools","source_id":"aoa:abyss-stack:artifact:ffd307fd6ae349f74b4a94c8","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/9e.jsonl b/kag/indexes/shards/anchor/9e.jsonl index b4581c22c..7c0dde3e6 100644 --- a/kag/indexes/shards/anchor/9e.jsonl +++ b/kag/indexes/shards/anchor/9e.jsonl @@ -11,13 +11,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:5040d0ff4b16ac2d30bf9d4f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5040d0ff4b16ac2d30bf9d4f","label":"run_w1_preflight","locator":{"end_column":95,"end_line":2976,"fragment":"","pointer":"","start_column":1,"start_line":2949},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:health_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:health_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:langchain_endpoint"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:setup_root.mkdir"}],"parser_ref":"python-ast@1","qualified_name":"run_w1_preflight","semantic_key":"python:function:run_w1_preflight","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:2801318ed008128b8996f7df:aoa:abyss-stack:anchor:8f5243a4146de7ee040ad2f7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8f5243a4146de7ee040ad2f7","label":"philosophy_audit_resource","locator":{"end_column":73,"end_line":260,"fragment":"","pointer":"","start_column":5,"start_line":259},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.philosophy_audit_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.philosophy_audit_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.philosophy_audit_resource","semantic_key":"python:method:build_server.philosophy_audit_resource","source_id":"aoa:abyss-stack:artifact:2801318ed008128b8996f7df","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:2c8fbecae573a5f8ee88b290:aoa:abyss-stack:anchor:83641d2deac79514b3d03ce0","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:83641d2deac79514b3d03ce0","label":"validator","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/validator","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/validator","source_id":"aoa:abyss-stack:artifact:2c8fbecae573a5f8ee88b290","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:ba11e92174df34e8f6c9e32a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ba11e92174df34e8f6c9e32a","label":"test_stale_active_sibling_root_fails_outside_legacy","locator":{"end_column":10,"end_line":335,"fragment":"","pointer":"","start_column":5,"start_line":310},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:active_doc.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:active_doc.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:legacy_doc.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:legacy_doc.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:self.iter_text_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:source_hygiene.validate_no_stale_active_sibling_roots"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:ba11e92174df34e8f6c9e32a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ba11e92174df34e8f6c9e32a","label":"test_stale_active_sibling_root_fails_outside_legacy","locator":{"end_column":10,"end_line":325,"fragment":"","pointer":"","start_column":5,"start_line":300},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:active_doc.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:active_doc.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:legacy_doc.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:legacy_doc.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:self.iter_text_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:source_hygiene.validate_no_stale_active_sibling_roots"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_stale_active_sibling_root_fails_outside_legacy","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:32c7103c02560e669e4595fb:aoa:abyss-stack:anchor:c450b3bb07528dd30c549dca","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c450b3bb07528dd30c549dca","label":"title","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/title","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/title","source_id":"aoa:abyss-stack:artifact:32c7103c02560e669e4595fb","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:33ef6d485e80a2357e461ee0:aoa:abyss-stack:anchor:43d14184f5af4cc254b82216","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:43d14184f5af4cc254b82216","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:33ef6d485e80a2357e461ee0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:366ca06defbaa89d97d3d923:aoa:abyss-stack:anchor:07ad0040c09a59ecbbaeb725","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:07ad0040c09a59ecbbaeb725","label":"Bridge command surface","locator":{"end_column":25,"end_line":48,"fragment":"bridge-command-surface","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:bridge-command-surface","source_id":"aoa:abyss-stack:artifact:366ca06defbaa89d97d3d923","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:598818e04bd4accd96631b2d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:598818e04bd4accd96631b2d","label":"test_cli_transport_preflight_reports_schema","locator":{"end_column":36,"end_line":69,"fragment":"","pointer":"","start_column":1,"start_line":51},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_cli_transport_preflight_reports_schema","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_cli_transport_preflight_reports_schema","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_cli_transport_preflight_reports_schema","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"test_cli_transport_preflight_reports_schema","semantic_key":"python:function:test_cli_transport_preflight_reports_schema","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:390630c03798b24e2d99ac78:aoa:abyss-stack:anchor:f35a33fb6148f4e6e71f3c14","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f35a33fb6148f4e6e71f3c14","label":"Federation Landing Validator Split","locator":{"end_column":36,"end_line":1,"fragment":"federation-landing-validator-split","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation-landing-validator-split","source_id":"aoa:abyss-stack:artifact:390630c03798b24e2d99ac78","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:462958ef9e102f886d3d64f4:aoa:abyss-stack:anchor:f1e20b3f0c2fe7af811ced8c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:f1e20b3f0c2fe7af811ced8c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:462958ef9e102f886d3d64f4","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e:aoa:abyss-stack:anchor:53f5712718148b8148384fc6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:53f5712718148b8148384fc6","label":"Applies to","locator":{"end_column":13,"end_line":3,"fragment":"applies-to","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:applies-to","source_id":"aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:52591f88a27381e1682cd390:aoa:abyss-stack:anchor:4c75810d9088403799daa3ad","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:4c75810d9088403799daa3ad","label":"export_ref","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/export_ref","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/export_ref","source_id":"aoa:abyss-stack:artifact:52591f88a27381e1682cd390","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:53f81c4cfab0796a20c722e7:aoa:abyss-stack:anchor:2a21d42934a21d911d7b0256","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2a21d42934a21d911d7b0256","label":"LLAMA_ARG_MLOCK","locator":{"end_column":26,"end_line":23,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_MLOCK","start_column":7,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_MLOCK","source_id":"aoa:abyss-stack:artifact:53f81c4cfab0796a20c722e7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5a1bbcf29ad3ebd1ce25d7e6:aoa:abyss-stack:anchor:292cc57c46260c455fa12707","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:292cc57c46260c455fa12707","label":"repo_path","locator":{"end_column":36,"end_line":150,"fragment":"","pointer":"","start_column":5,"start_line":149},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecord.repo_path","target_ref":"python:self.path.as_posix"}],"parser_ref":"python-ast@1","qualified_name":"DecisionRecord.repo_path","semantic_key":"python:method:DecisionRecord.repo_path","source_id":"aoa:abyss-stack:artifact:5a1bbcf29ad3ebd1ce25d7e6","symbol_kind":"method"} @@ -53,6 +54,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f:aoa:abyss-stack:anchor:fd091ea78cbc70a7b577a18e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:fd091ea78cbc70a7b577a18e","label":"trigger_count","locator":{"end_column":18,"end_line":47,"fragment":"","pointer":"/harvest/trigger_count","start_column":3,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/harvest/trigger_count","source_id":"aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e1dc02e131153f718ad656b5:aoa:abyss-stack:anchor:6185a7e86288bfeaa85d4bd0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6185a7e86288bfeaa85d4bd0","label":"read_meminfo","locator":{"end_column":33,"end_line":99,"fragment":"","pointer":"","start_column":1,"start_line":82},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_meminfo","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_meminfo","target_ref":"python:int_or_none"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_meminfo","target_ref":"python:int_or_none"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_meminfo","target_ref":"python:line.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_meminfo","target_ref":"python:line.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_meminfo","target_ref":"python:line.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_meminfo","target_ref":"python:line.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_meminfo","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_meminfo","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"read_meminfo","semantic_key":"python:function:read_meminfo","source_id":"aoa:abyss-stack:artifact:e1dc02e131153f718ad656b5","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:356b8caa7e75091a187e5587","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:356b8caa7e75091a187e5587","label":"build_port_index","locator":{"end_column":22,"end_line":474,"fragment":"","pointer":"","start_column":5,"start_line":442},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_port_index","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_port_index","target_ref":"python:_render_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_port_index","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_port_index","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_port_index","target_ref":"python:index_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_port_index","target_ref":"python:index_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_port_index","target_ref":"python:index_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_port_index","target_ref":"python:markdown_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_port_index","target_ref":"python:markdown_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_port_index","target_ref":"python:markdown_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_port_index","target_ref":"python:self._build_port_index_for_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_port_index","target_ref":"python:self._render_port_index_markdown"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_port_index","target_ref":"python:self.repo_route"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_port_index","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.build_port_index","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState.build_port_index","semantic_key":"python:method:AoAMemoMCPState.build_port_index","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:0d3cf420ac853bbcab6d00f0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0d3cf420ac853bbcab6d00f0","label":"ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle","locator":{"end_column":107,"end_line":85,"fragment":"","pointer":"","start_column":3,"start_line":85},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:85:3:0:../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52:aoa:abyss-stack:anchor:15f24f7f05fc4ad12876cfa9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:15f24f7f05fc4ad12876cfa9","label":"evaluate","locator":{"end_column":6,"end_line":477,"fragment":"","pointer":"","start_column":1,"start_line":219},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:THRESHOLD_MAXIMUMS.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:THRESHOLD_MINIMUMS.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:canonical_quality"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:case_score"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:case_score"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:case_score"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:case_score"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:case_score"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:case_score"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:case_score"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:case_score"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:case_score"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:case_score"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:chain_completeness.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:defaultdict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:exact_search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:exact_targets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:filter_search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:graph_search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:graph_targets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:graph_text_baseline.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:lexical_search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:lexical_search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:lexical_search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:lexical_targets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:min"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:qdrant_collection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:reciprocal_rank_fusion"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:reciprocal_rank_fusion"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:reciprocal_rank_fusion"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:routes.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:semantic_targets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:statistics.fmean"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:summaries.values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:summarize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:threshold_results.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:threshold_results.values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:vector_search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:vector_search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evaluate","target_ref":"python:vector_search"}],"parser_ref":"python-ast@1","qualified_name":"evaluate","semantic_key":"python:function:evaluate","source_id":"aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f5c4d7daaa88dbf63e34f088:aoa:abyss-stack:anchor:62cc643a333ffcdb220b167a","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:62cc643a333ffcdb220b167a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f5c4d7daaa88dbf63e34f088","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:bebe9139df4e224c7690bdad","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bebe9139df4e224c7690bdad","label":"test_branch_policy_module_is_inventory_owned","locator":{"end_column":57,"end_line":469,"fragment":"","pointer":"","start_column":1,"start_line":459},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_branch_policy_module_is_inventory_owned","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_branch_policy_module_is_inventory_owned","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","qualified_name":"test_branch_policy_module_is_inventory_owned","semantic_key":"python:function:test_branch_policy_module_is_inventory_owned","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/9f.jsonl b/kag/indexes/shards/anchor/9f.jsonl index ccca20695..82c3798a8 100644 --- a/kag/indexes/shards/anchor/9f.jsonl +++ b/kag/indexes/shards/anchor/9f.jsonl @@ -28,8 +28,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:03d281e5f6579ca3d80be852","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:03d281e5f6579ca3d80be852","label":"ABYSS-STACK-D-0046 Federation Surface Validator Module","locator":{"end_column":121,"end_line":66,"fragment":"","pointer":"","start_column":3,"start_line":66},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0046-federation-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:66:3:0:../ABYSS-STACK-D-0046-federation-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:ccacc185b690564566cdc5c7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ccacc185b690564566cdc5c7","label":"ABYSS-STACK-D-0029 BabelVox TTS Experimental Lane","locator":{"end_column":111,"end_line":45,"fragment":"","pointer":"","start_column":3,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-profile","target_ref":"../ABYSS-STACK-D-0029-babelvox-tts-experimental-lane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:45:3:0:../ABYSS-STACK-D-0029-babelvox-tts-experimental-lane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075:aoa:abyss-stack:anchor:dfeb747d3ef98fb43443b6dd","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:dfeb747d3ef98fb43443b6dd","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:279ecd0e93adaf3e02a6310d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:279ecd0e93adaf3e02a6310d","label":"env","locator":{"end_column":23,"end_line":172,"fragment":"","pointer":"","start_column":3,"start_line":172},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"env/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:172:3:0:env/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:74be812384140a35d529824e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:74be812384140a35d529824e","label":"mechanics/runtime-lifecycle","locator":{"end_column":306,"end_line":40,"fragment":"","pointer":"","start_column":238,"start_line":40},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"mechanics/runtime-lifecycle/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:40:238:4:mechanics/runtime-lifecycle/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:7b31d7b2a150354ab28e54b6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7b31d7b2a150354ab28e54b6","label":"Route Modes","locator":{"end_column":14,"end_line":51,"fragment":"route-modes","pointer":"","start_column":1,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-modes","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:7b31d7b2a150354ab28e54b6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7b31d7b2a150354ab28e54b6","label":"Route Modes","locator":{"end_column":14,"end_line":52,"fragment":"route-modes","pointer":"","start_column":1,"start_line":52},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-modes","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e:aoa:abyss-stack:anchor:d34acc2a43178d3cde250273","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d34acc2a43178d3cde250273","label":"Variant Cards","locator":{"end_column":16,"end_line":64,"fragment":"variant-cards","pointer":"","start_column":1,"start_line":64},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:variant-cards","source_id":"aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:badb22ef28dd9a469047cf4f:aoa:abyss-stack:anchor:7d2961b6aede6ac3864058ab","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:7d2961b6aede6ac3864058ab","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:badb22ef28dd9a469047cf4f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:a72a157f5477335ece758a8b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a72a157f5477335ece758a8b","label":"command","locator":{"end_column":12,"end_line":53,"fragment":"","pointer":"/services/loki/command","start_column":5,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/loki/command","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} @@ -52,4 +53,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6:aoa:abyss-stack:anchor:df6673d820eec62ab91353ea","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:df6673d820eec62ab91353ea","label":"`10-storage.yml`","locator":{"end_column":19,"end_line":34,"fragment":"10-storageyml","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:10-storageyml","source_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fa4032b7abc661fddd41ef14:aoa:abyss-stack:anchor:eff61e6ae5f658b7eac50541","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:eff61e6ae5f658b7eac50541","label":"Consequences","locator":{"end_column":15,"end_line":59,"fragment":"consequences","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:fa4032b7abc661fddd41ef14","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fea9e25ef68e6fc7c3d78ca6:aoa:abyss-stack:anchor:3c9bf88a9d88f6e19307fbda","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:3c9bf88a9d88f6e19307fbda","label":"kind","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/kind","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/kind","source_id":"aoa:abyss-stack:artifact:fea9e25ef68e6fc7c3d78ca6","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:4ab93a2a540a8ce2544074c0","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4ab93a2a540a8ce2544074c0","label":"source_authority","locator":{"end_column":24,"end_line":87,"fragment":"","pointer":"/trust/source_authority","start_column":3,"start_line":87},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/trust/source_authority","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:a79944183d1502a7d995f9f2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a79944183d1502a7d995f9f2","label":"purpose","locator":{"end_column":102,"end_line":9,"fragment":"","pointer":"/purpose","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/purpose","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:64114d1a8c759b4b16481c88","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:64114d1a8c759b4b16481c88","label":"maximum_scope_violations","locator":{"end_column":38,"end_line":25,"fragment":"","pointer":"/maximum_scope_violations","start_column":9,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/maximum_scope_violations","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/a0.jsonl b/kag/indexes/shards/anchor/a0.jsonl index 1f66cf704..dd0c886e3 100644 --- a/kag/indexes/shards/anchor/a0.jsonl +++ b/kag/indexes/shards/anchor/a0.jsonl @@ -1,7 +1,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:002dd1b5b9fd652d7856b76b:aoa:abyss-stack:anchor:0a8ea73105131fc9e95c0e34","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0a8ea73105131fc9e95c0e34","label":"run_all_machine_fit_validators","locator":{"end_column":18,"end_line":61,"fragment":"","pointer":"","start_column":1,"start_line":55},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_all_machine_fit_validators","target_ref":"python:machine_fit.validate_machine_bridge"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_all_machine_fit_validators","target_ref":"python:machine_fit.validate_machine_integration_freshness_gates"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_all_machine_fit_validators","target_ref":"python:machine_fit.validate_platform_adaptations"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_all_machine_fit_validators","target_ref":"python:machine_fit.validate_reference_platform"}],"parser_ref":"python-ast@1","qualified_name":"run_all_machine_fit_validators","semantic_key":"python:function:run_all_machine_fit_validators","source_id":"aoa:abyss-stack:artifact:002dd1b5b9fd652d7856b76b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:5fa8b3910149c2e2276f136f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5fa8b3910149c2e2276f136f","label":"write_wave_surfaces","locator":{"end_column":6,"end_line":1357,"fragment":"","pointer":"","start_column":1,"start_line":1141},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:AOA_SDK_ROOT.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:build_report.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:build_report.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:coerce_subprocess_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:coerce_subprocess_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:enqueue_report.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:enqueue_report.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:index_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:publish_runtime_trial_closeout_receipt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:publish_runtime_trial_closeout_receipt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:publish_runtime_trial_closeout_receipt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:publish_runtime_trial_closeout_receipt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:publish_runtime_trial_closeout_receipt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:publish_runtime_trial_closeout_receipt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:publish_runtime_trial_closeout_receipt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:render_wave_index_md"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:shutil.which"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:submit_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:submit_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:submit_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:wave_closeout_base_name"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:wave_closeout_id"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:wave_closeout_id"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:wave_closeout_session_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:wave_closeout_session_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:wave_index_name"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_wave_surfaces","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_wave_surfaces","semantic_key":"python:function:write_wave_surfaces","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:064505ff57f8ab300d932d4b:aoa:abyss-stack:anchor:d77e2370f715e78aa43796c1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d77e2370f715e78aa43796c1","label":"test_validate_build_router_noop_spec_rejects_explanatory_comments","locator":{"end_column":14,"end_line":592,"fragment":"","pointer":"","start_column":5,"start_line":573},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_validate_build_router_noop_spec_rejects_explanatory_comments","target_ref":"python:self.assertRaisesRegex"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_validate_build_router_noop_spec_rejects_explanatory_comments","target_ref":"python:self.module.validate_build_router_noop_spec"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerEditSpecTests.test_validate_build_router_noop_spec_rejects_explanatory_comments","semantic_key":"python:method:GovernedRunnerEditSpecTests.test_validate_build_router_noop_spec_rejects_explanatory_comments","source_id":"aoa:abyss-stack:artifact:064505ff57f8ab300d932d4b","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:8d38cfda39229c73c40fca56","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8d38cfda39229c73c40fca56","label":"Added","locator":{"end_column":9,"end_line":781,"fragment":"added-5","pointer":"","start_column":1,"start_line":781},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:added-5","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:8d38cfda39229c73c40fca56","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8d38cfda39229c73c40fca56","label":"Added","locator":{"end_column":9,"end_line":783,"fragment":"added-5","pointer":"","start_column":1,"start_line":783},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:added-5","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:16f69bcd84ec7a895c63a279:aoa:abyss-stack:anchor:0fed52bb60a6cd24c6b9a3d1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0fed52bb60a6cd24c6b9a3d1","label":"By validation or guard family","locator":{"end_column":47,"end_line":15,"fragment":"","pointer":"","start_column":3,"start_line":15},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:indexes","target_ref":"by-guard.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:15:3:0:by-guard.md","source_id":"aoa:abyss-stack:artifact:16f69bcd84ec7a895c63a279","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:196f239da31fffb5a8c25a86:aoa:abyss-stack:anchor:9d736489506408b2fbf87a0d","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:9d736489506408b2fbf87a0d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:196f239da31fffb5a8c25a86","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1ae30243fb8a5694af2725d7:aoa:abyss-stack:anchor:fc0abf0551fa82b9562825f8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:fc0abf0551fa82b9562825f8","label":"endpoint","locator":{"end_column":32,"end_line":11,"fragment":"","pointer":"/distributor/receivers/otlp/protocols/http/endpoint","start_column":11,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/distributor/receivers/otlp/protocols/http/endpoint","source_id":"aoa:abyss-stack:artifact:1ae30243fb8a5694af2725d7","symbol_kind":""} @@ -15,7 +15,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:420d41a8fd68fee974d472e0:aoa:abyss-stack:anchor:20f7889ce49372038bc2df7b","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:20f7889ce49372038bc2df7b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:420d41a8fd68fee974d472e0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:4b24ec1c66bcb8c21f2293e7:aoa:abyss-stack:anchor:1ed1107fbc734601b19a6d92","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1ed1107fbc734601b19a6d92","label":"local_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/local_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/local_id","source_id":"aoa:abyss-stack:artifact:4b24ec1c66bcb8c21f2293e7","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0:aoa:abyss-stack:anchor:927b675194fb0400719434b9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:927b675194fb0400719434b9","label":"read_text","locator":{"end_column":67,"end_line":11,"fragment":"","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"read_text","semantic_key":"python:function:read_text","source_id":"aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a:aoa:abyss-stack:anchor:e5e164634d12d6086728be85","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e5e164634d12d6086728be85","label":"_is_ignored","locator":{"end_column":55,"end_line":410,"fragment":"","pointer":"","start_column":1,"start_line":405},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_is_ignored","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_is_ignored","target_ref":"python:path.relative_to"}],"parser_ref":"python-ast@1","qualified_name":"_is_ignored","semantic_key":"python:function:_is_ignored","source_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a:aoa:abyss-stack:anchor:e5e164634d12d6086728be85","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e5e164634d12d6086728be85","label":"_is_ignored","locator":{"end_column":55,"end_line":420,"fragment":"","pointer":"","start_column":1,"start_line":415},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_is_ignored","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_is_ignored","target_ref":"python:path.relative_to"}],"parser_ref":"python-ast@1","qualified_name":"_is_ignored","semantic_key":"python:function:_is_ignored","source_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:6093232ce594782ba5eba1e9:aoa:abyss-stack:anchor:15d122ceb5c19f4b8b95225e","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:15d122ceb5c19f4b8b95225e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:6093232ce594782ba5eba1e9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239:aoa:abyss-stack:anchor:7d2c80e39930201f8009dded","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7d2c80e39930201f8009dded","label":"search_owner","locator":{"end_column":35,"end_line":90,"fragment":"","pointer":"","start_column":5,"start_line":77},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"CanonicalKag.search_owner","semantic_key":"python:method:CanonicalKag.search_owner","source_id":"aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239:aoa:abyss-stack:anchor:caa92c5d18a083d4d5378f25","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:caa92c5d18a083d4d5378f25","label":"_hybrid","locator":{"end_column":10,"end_line":911,"fragment":"","pointer":"","start_column":5,"start_line":881},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._hybrid","target_ref":"python:defaultdict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._hybrid","target_ref":"python:defaultdict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._hybrid","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._hybrid","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._hybrid","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._hybrid","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._hybrid","target_ref":"python:seen.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._hybrid","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._hybrid","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._hybrid","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._hybrid","target_ref":"python:values.setdefault"}],"parser_ref":"python-ast@1","qualified_name":"KagApplication._hybrid","semantic_key":"python:method:KagApplication._hybrid","source_id":"aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239","symbol_kind":"method"} @@ -36,7 +36,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:aa50269d09d67d3ecd52ce23:aoa:abyss-stack:anchor:b1cc7edb8a2bccf79caa3452","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b1cc7edb8a2bccf79caa3452","label":"../runtime-repair/README.md","locator":{"end_column":61,"end_line":30,"fragment":"","pointer":"","start_column":3,"start_line":30},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"../runtime-repair/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:30:3:0:../runtime-repair/README.md","source_id":"aoa:abyss-stack:artifact:aa50269d09d67d3ecd52ce23","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b:aoa:abyss-stack:anchor:0de07f57ce57954430510a7d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0de07f57ce57954430510a7d","label":"Stronger owner split","locator":{"end_column":24,"end_line":22,"fragment":"stronger-owner-split","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:stronger-owner-split","source_id":"aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:c0ce0fc74b489cb433305a8d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c0ce0fc74b489cb433305a8d","label":"ABYSS-STACK-D-0071 AoA Evals Local Port Write-Side MCP","locator":{"end_column":121,"end_line":113,"fragment":"","pointer":"","start_column":3,"start_line":113},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federationread-model","target_ref":"../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:113:3:0:../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:f6a82ad9627aff3cabda19c6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f6a82ad9627aff3cabda19c6","label":"ABYSS-STACK-D-0068 Decision Graph Contract And Impact Packets","locator":{"end_column":135,"end_line":371,"fragment":"","pointer":"","start_column":3,"start_line":371},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:schemacontract","target_ref":"../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:371:3:0:../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7f6eef76eb2c7785341e3d2:aoa:abyss-stack:anchor:85a8aeaf8190352059826bd2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:85a8aeaf8190352059826bd2","label":"Scope","locator":{"end_column":8,"end_line":6,"fragment":"scope","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:scope","source_id":"aoa:abyss-stack:artifact:b7f6eef76eb2c7785341e3d2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:2641d3d48481b7ee9f68f6e0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2641d3d48481b7ee9f68f6e0","label":"Intel-aware runtime","locator":{"end_column":23,"end_line":162,"fragment":"intel-aware-runtime","pointer":"","start_column":1,"start_line":162},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:intel-aware-runtime","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bcd42e881a2e9a22e6f22a07:aoa:abyss-stack:anchor:f441201e8cd78f543e673f08","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f441201e8cd78f543e673f08","label":"Consequences","locator":{"end_column":15,"end_line":73,"fragment":"consequences","pointer":"","start_column":1,"start_line":73},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:bcd42e881a2e9a22e6f22a07","symbol_kind":""} @@ -48,7 +47,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:dd0eaa09a176e72ed1d87c5a:aoa:abyss-stack:anchor:ac950f3433a3d7c5fae03fc1","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ac950f3433a3d7c5fae03fc1","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:dd0eaa09a176e72ed1d87c5a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e241341659b909f7887c4003:aoa:abyss-stack:anchor:26dbb1bb1165de6936e5e82c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:26dbb1bb1165de6936e5e82c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e241341659b909f7887c4003","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:5f2f2116f9c7dd0dcd0dbf1d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5f2f2116f9c7dd0dcd0dbf1d","label":"DocumentEnvelope","locator":{"end_column":35,"end_line":115,"fragment":"","pointer":"","start_column":1,"start_line":112},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DocumentEnvelope","target_ref":"python:dataclass"}],"parser_ref":"python-ast@1","qualified_name":"DocumentEnvelope","semantic_key":"python:class:DocumentEnvelope","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"class"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:63f6a6e02feb0eb56c58904e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:63f6a6e02feb0eb56c58904e","label":"ABYSS-STACK-D-0012 Quest And Compatibility Topology","locator":{"end_column":115,"end_line":102,"fragment":"","pointer":"","start_column":3,"start_line":102},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0012-quest-and-compatibility-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:102:3:0:../ABYSS-STACK-D-0012-quest-and-compatibility-topology.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:ce22d2117392e7d6f9a13500","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ce22d2117392e7d6f9a13500","label":"ABYSS-STACK-D-0016 Live Runtime Cutover And Machine Parity","locator":{"end_column":117,"end_line":76,"fragment":"","pointer":"","start_column":3,"start_line":76},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection","target_ref":"../ABYSS-STACK-D-0016-live-runtime-cutover-parity.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:76:3:0:../ABYSS-STACK-D-0016-live-runtime-cutover-parity.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52:aoa:abyss-stack:anchor:be77836332740b6fbb5ce6fb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:be77836332740b6fbb5ce6fb","label":"now","locator":{"end_column":41,"end_line":45,"fragment":"","pointer":"","start_column":1,"start_line":44},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:now","target_ref":"python:datetime.now"}],"parser_ref":"python-ast@1","qualified_name":"now","semantic_key":"python:function:now","source_id":"aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fe2d5ed24bb40d51d6b19195:aoa:abyss-stack:anchor:0c3bfe9249cfbfd4022374c6","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0c3bfe9249cfbfd4022374c6","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fe2d5ed24bb40d51d6b19195","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:496c733711dfa34a0be8a046","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:496c733711dfa34a0be8a046","label":"Compare actual filesystem effects with the selected operation; observe and review must make no writes.","locator":{"end_column":106,"end_line":73,"fragment":"","pointer":"/verification/3","start_column":3,"start_line":73},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/verification/3","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:80a1ca45cef8d2d7317a7c7a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:80a1ca45cef8d2d7317a7c7a","label":"use_when","locator":{"end_column":11,"end_line":11,"fragment":"","pointer":"/applicability/use_when","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/applicability/use_when","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:082c23d5bc5348d81ee655b4","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:082c23d5bc5348d81ee655b4","label":"repo_scope","locator":{"end_column":38,"end_line":165,"fragment":"","pointer":"/repo_scope","start_column":11,"start_line":165},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/repo_scope#occurrence-8","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/a1.jsonl b/kag/indexes/shards/anchor/a1.jsonl index 2f354a391..b3ac78eb8 100644 --- a/kag/indexes/shards/anchor/a1.jsonl +++ b/kag/indexes/shards/anchor/a1.jsonl @@ -3,7 +3,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:049aa91da24a30f6073508fb:aoa:abyss-stack:anchor:49f8cc4820bb17e3f5bdab3f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:49f8cc4820bb17e3f5bdab3f","label":"devices","locator":{"end_column":12,"end_line":28,"fragment":"","pointer":"/services/rerank-api/devices","start_column":5,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rerank-api/devices","source_id":"aoa:abyss-stack:artifact:049aa91da24a30f6073508fb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:049aa91da24a30f6073508fb:aoa:abyss-stack:anchor:4c2fe22aa2f2c265005ca099","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4c2fe22aa2f2c265005ca099","label":"${AOA_QWEN3_RERANKER_HF_CACHE_HOST_PATH","locator":{"end_column":103,"end_line":27,"fragment":"","pointer":"/services/rerank-api/volumes/2/${AOA_QWEN3_RERANKER_HF_CACHE_HOST_PATH","start_column":7,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rerank-api/volumes/2/${AOA_QWEN3_RERANKER_HF_CACHE_HOST_PATH","source_id":"aoa:abyss-stack:artifact:049aa91da24a30f6073508fb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345:aoa:abyss-stack:anchor:d9c50ec74d3cffd083f49e0e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d9c50ec74d3cffd083f49e0e","label":"profiles","locator":{"end_column":33,"end_line":19,"fragment":"","pointer":"","start_column":3,"start_line":19},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:districts","target_ref":"profiles/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:19:3:0:profiles/README.md","source_id":"aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:27180917f09f8babfa7d27eb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:27180917f09f8babfa7d27eb","label":"test_skill_projection_symlink_target_must_use_abyssos_workspace","locator":{"end_column":6,"end_line":66,"fragment":"","pointer":"","start_column":1,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_projection_symlink_target_must_use_abyssos_workspace","target_ref":"python:run_skill_projection_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_projection_symlink_target_must_use_abyssos_workspace","target_ref":"python:write_minimal_skill_projection"}],"parser_ref":"python-ast@1","qualified_name":"test_skill_projection_symlink_target_must_use_abyssos_workspace","semantic_key":"python:function:test_skill_projection_symlink_target_must_use_abyssos_workspace","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:27180917f09f8babfa7d27eb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:27180917f09f8babfa7d27eb","label":"test_skill_projection_symlink_target_must_use_abyssos_workspace","locator":{"end_column":6,"end_line":53,"fragment":"","pointer":"","start_column":1,"start_line":39},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_projection_symlink_target_must_use_abyssos_workspace","target_ref":"python:run_skill_projection_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_projection_symlink_target_must_use_abyssos_workspace","target_ref":"python:write_minimal_skill_projection"}],"parser_ref":"python-ast@1","qualified_name":"test_skill_projection_symlink_target_must_use_abyssos_workspace","semantic_key":"python:function:test_skill_projection_symlink_target_must_use_abyssos_workspace","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:171cf0d8889d50dc0467b770:aoa:abyss-stack:anchor:1d83acfe8e2a2a22deef7330","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1d83acfe8e2a2a22deef7330","label":"state_machine","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/state_machine","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/state_machine","source_id":"aoa:abyss-stack:artifact:171cf0d8889d50dc0467b770","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:1b725866a36558392423819e:aoa:abyss-stack:anchor:cd83b3bf2ac6cac224bfb251","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cd83b3bf2ac6cac224bfb251","label":"Contract Rule","locator":{"end_column":16,"end_line":11,"fragment":"contract-rule","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:contract-rule","source_id":"aoa:abyss-stack:artifact:1b725866a36558392423819e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1da8dd9dad4ebad2e8d037f6:aoa:abyss-stack:anchor:df64acdee717ac11f42dc6f9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:df64acdee717ac11f42dc6f9","label":"LLAMA_ARG_ENDPOINT_SLOTS","locator":{"end_column":35,"end_line":17,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_ENDPOINT_SLOTS","start_column":7,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_ENDPOINT_SLOTS","source_id":"aoa:abyss-stack:artifact:1da8dd9dad4ebad2e8d037f6","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/a3.jsonl b/kag/indexes/shards/anchor/a3.jsonl index 9b4ca09fd..94383a163 100644 --- a/kag/indexes/shards/anchor/a3.jsonl +++ b/kag/indexes/shards/anchor/a3.jsonl @@ -25,7 +25,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:740b3474a20b8339beddcbfb:aoa:abyss-stack:anchor:3fef7da6e5df29a251644307","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:3fef7da6e5df29a251644307","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:740b3474a20b8339beddcbfb","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced:aoa:abyss-stack:anchor:ad62f6e3a0da6de737a1c41f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ad62f6e3a0da6de737a1c41f","label":"theme_ref","locator":{"end_column":13,"end_line":8,"fragment":"","pointer":"/theme_ref","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/theme_ref","source_id":"aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:dbaeef0c01a647f088fb5e4d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:dbaeef0c01a647f088fb5e4d","label":"ABYSS-STACK-D-0050 Diagnostic Spine Validator Module","locator":{"end_column":117,"end_line":89,"fragment":"","pointer":"","start_column":3,"start_line":89},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-06-03","target_ref":"../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:89:3:0:../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:7debe035c0aa7ee864a4db00","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7debe035c0aa7ee864a4db00","label":"route-api compatibility bridge","locator":{"end_column":33,"end_line":380,"fragment":"route-api-compatibility-bridge","pointer":"","start_column":1,"start_line":380},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-api-compatibility-bridge","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:7debe035c0aa7ee864a4db00","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7debe035c0aa7ee864a4db00","label":"route-api compatibility bridge","locator":{"end_column":33,"end_line":392,"fragment":"route-api-compatibility-bridge","pointer":"","start_column":1,"start_line":392},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-api-compatibility-bridge","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03:aoa:abyss-stack:anchor:7fc29a57a64b9786aec37004","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7fc29a57a64b9786aec37004","label":"_load_projection","locator":{"end_column":14,"end_line":251,"fragment":"","pointer":"","start_column":1,"start_line":162},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:_batches"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:_batches"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:_batches"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:_batches"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:_external_row"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:_node_row"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:_owner_row"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:_relation_row"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:bundle.records"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:bundle.records"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:bundle.records"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:bundle.records"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:graph.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:graph.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:graph.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:graph.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:progress"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:progress"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:progress"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_load_projection","target_ref":"python:progress"}],"parser_ref":"python-ast@1","qualified_name":"_load_projection","semantic_key":"python:function:_load_projection","source_id":"aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd:aoa:abyss-stack:anchor:2f7b255017bb6c9fbc872146","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2f7b255017bb6c9fbc872146","label":"receipt_kind","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/receipt_kind","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/receipt_kind","source_id":"aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f:aoa:abyss-stack:anchor:f5d4fe0fc7dec0629121bc80","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f5d4fe0fc7dec0629121bc80","label":"`core`","locator":{"end_column":10,"end_line":75,"fragment":"core","pointer":"","start_column":1,"start_line":75},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:core","source_id":"aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","symbol_kind":""} @@ -33,6 +33,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9a2daa8b86644f570884688d:aoa:abyss-stack:anchor:77f631fcec67def0c0815a4e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:77f631fcec67def0c0815a4e","label":"string_paths","locator":{"end_column":17,"end_line":202,"fragment":"","pointer":"","start_column":1,"start_line":192},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:string_paths","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:string_paths","target_ref":"python:found.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:string_paths","target_ref":"python:found.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:string_paths","target_ref":"python:found.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:string_paths","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:string_paths","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:string_paths","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:string_paths","target_ref":"python:string_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:string_paths","target_ref":"python:string_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:string_paths","target_ref":"python:value.items"}],"parser_ref":"python-ast@1","qualified_name":"string_paths","semantic_key":"python:function:string_paths","source_id":"aoa:abyss-stack:artifact:9a2daa8b86644f570884688d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73:aoa:abyss-stack:anchor:a817a69c18ba5606944f770f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a817a69c18ba5606944f770f","label":"state_with_fake","locator":{"end_column":6,"end_line":512,"fragment":"","pointer":"","start_column":1,"start_line":506},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:state_with_fake","target_ref":"python:AbyssMachineMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:state_with_fake","target_ref":"python:FakeRunner"}],"parser_ref":"python-ast@1","qualified_name":"state_with_fake","semantic_key":"python:function:state_with_fake","source_id":"aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a47b88fc8d7687663218b6b7:aoa:abyss-stack:anchor:082cdbb77ea81b0869f4753c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:082cdbb77ea81b0869f4753c","label":"validate_platform_adaptations","locator":{"end_column":118,"end_line":218,"fragment":"","pointer":"","start_column":1,"start_line":185},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_platform_adaptations","target_ref":"python:schema.get"}],"parser_ref":"python-ast@1","qualified_name":"validate_platform_adaptations","semantic_key":"python:function:validate_platform_adaptations","source_id":"aoa:abyss-stack:artifact:a47b88fc8d7687663218b6b7","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:45f92d81f779e560f1b4748b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:45f92d81f779e560f1b4748b","label":"skills route card","locator":{"end_column":70,"end_line":50,"fragment":"","pointer":"","start_column":33,"start_line":50},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"skills/AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:50:33:0:skills/AGENTS.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:e266b9ef7cef8085a5d08abb","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e266b9ef7cef8085a5d08abb","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:badb22ef28dd9a469047cf4f:aoa:abyss-stack:anchor:14d326f693d4e30ec5507836","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:14d326f693d4e30ec5507836","label":"Follow-up route","locator":{"end_column":18,"end_line":72,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":72},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:badb22ef28dd9a469047cf4f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:d4614041f86f9d6a97539f34","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d4614041f86f9d6a97539f34","label":"/sys","locator":{"end_column":22,"end_line":30,"fragment":"","pointer":"/services/cadvisor/volumes/1/~1sys","start_column":7,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/cadvisor/volumes/1/~1sys","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} @@ -50,6 +51,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:4fc68cd7b0d55fc513f2b117","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4fc68cd7b0d55fc513f2b117","label":"Host-facing endpoints","locator":{"end_column":25,"end_line":378,"fragment":"host-facing-endpoints-9","pointer":"","start_column":1,"start_line":378},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:host-facing-endpoints-9","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:6339824fe4d7bc49f0fe0d61","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6339824fe4d7bc49f0fe0d61","label":"Posture","locator":{"end_column":11,"end_line":23,"fragment":"","pointer":"/required_metadata/5","start_column":3,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_metadata/5","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:71ee73e7b76bbe774b659e85","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:71ee73e7b76bbe774b659e85","label":"source checkout","locator":{"end_column":18,"end_line":38,"fragment":"source-checkout","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-checkout","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:8b06dc976f67a466bec8a4a9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8b06dc976f67a466bec8a4a9","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":105,"fragment":"","pointer":"","start_column":3,"start_line":105},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:service-selection","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:105:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f5a4496a4a5114a973456ccd:aoa:abyss-stack:anchor:75d74508244a5e08d2f12beb","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:75d74508244a5e08d2f12beb","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:f5a4496a4a5114a973456ccd","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8:aoa:abyss-stack:anchor:ad735226840b2583082402d8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ad735226840b2583082402d8","label":"_frontmatter_values","locator":{"end_column":29,"end_line":66,"fragment":"","pointer":"","start_column":1,"start_line":38},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_frontmatter_values","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_frontmatter_values","target_ref":"python:line.lstrip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_frontmatter_values","target_ref":"python:line.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_frontmatter_values","target_ref":"python:line.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_frontmatter_values","target_ref":"python:line.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_frontmatter_values","target_ref":"python:next"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_frontmatter_values","target_ref":"python:skill_md.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_frontmatter_values","target_ref":"python:value.strip"}],"parser_ref":"python-ast@1","qualified_name":"_frontmatter_values","semantic_key":"python:function:_frontmatter_values","source_id":"aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:b2aab0736536c34844a801b7","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b2aab0736536c34844a801b7","label":"maximum_rollback_failures","locator":{"end_column":39,"end_line":26,"fragment":"","pointer":"/maximum_rollback_failures","start_column":9,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/maximum_rollback_failures","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/a4.jsonl b/kag/indexes/shards/anchor/a4.jsonl index ce26429f5..d5952e703 100644 --- a/kag/indexes/shards/anchor/a4.jsonl +++ b/kag/indexes/shards/anchor/a4.jsonl @@ -30,6 +30,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:e5d498741a47beb86c1de5a5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e5d498741a47beb86c1de5a5","label":"band","locator":{"end_column":14,"end_line":12,"fragment":"","pointer":"/band","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/band","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9042a2a66456837eab6a31f9:aoa:abyss-stack:anchor:7565bd161f4999cc408c885b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:7565bd161f4999cc408c885b","label":"timestamp_utc","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/timestamp_utc","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/timestamp_utc","source_id":"aoa:abyss-stack:artifact:9042a2a66456837eab6a31f9","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82:aoa:abyss-stack:anchor:0b42d57a88880ce772400b60","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0b42d57a88880ce772400b60","label":"Required interpretation","locator":{"end_column":26,"end_line":27,"fragment":"required-interpretation","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:required-interpretation","source_id":"aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:241163ceffb8bc42b2c5c8b4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:241163ceffb8bc42b2c5c8b4","label":"ABYSS-STACK-D-0074 Telegram and Discord Connector MCP Access Planes","locator":{"end_column":143,"end_line":230,"fragment":"","pointer":"","start_column":3,"start_line":230},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:connector-federation","target_ref":"../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:230:3:0:../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:6f68055f5eec1182adf5c7ba","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6f68055f5eec1182adf5c7ba","label":"ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle","locator":{"end_column":107,"end_line":188,"fragment":"","pointer":"","start_column":3,"start_line":188},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:configs-projection","target_ref":"../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:188:3:0:../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ad9131c859ebb9b117aa16bf:aoa:abyss-stack:anchor:0a22ee882502c0d1855347b2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0a22ee882502c0d1855347b2","label":"SERVICE SELECTION","locator":{"end_column":19,"end_line":1,"fragment":"service-selection","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:service-selection","source_id":"aoa:abyss-stack:artifact:ad9131c859ebb9b117aa16bf","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7f6eef76eb2c7785341e3d2:aoa:abyss-stack:anchor:e964bc2ea3f5c004351bdde9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e964bc2ea3f5c004351bdde9","label":"Verify","locator":{"end_column":9,"end_line":37,"fragment":"verify","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:verify","source_id":"aoa:abyss-stack:artifact:b7f6eef76eb2c7785341e3d2","symbol_kind":""} @@ -46,8 +47,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:dae7ce2a3fdb8f917149161a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:dae7ce2a3fdb8f917149161a","label":"session_goal_lifecycles","locator":{"end_column":23,"end_line":4715,"fragment":"","pointer":"","start_column":5,"start_line":4659},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:_coerce_limit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:_compact_goal_lifecycle"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:_compact_provider_status_for_mcp"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:_safe_selector"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:_safe_selector"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:_safe_selector"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:_safe_selector"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:_safe_selector"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:_safe_selector"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:args.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:args.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:args.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:args.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:args.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:payload.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:self._archive_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_goal_lifecycles","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState.session_goal_lifecycles","semantic_key":"python:method:AoASessionMemoryMCPState.session_goal_lifecycles","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:b17f4d19e8f7c6ce200dc6ab","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b17f4d19e8f7c6ce200dc6ab","label":"_reviewed_memory_for_repo","locator":{"end_column":20,"end_line":1620,"fragment":"","pointer":"","start_column":5,"start_line":1596},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:catalog.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:hits.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:part.lower"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:re.findall"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._reviewed_memory_for_repo","target_ref":"python:repo.lower"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._reviewed_memory_for_repo","semantic_key":"python:method:AoAMemoMCPState._reviewed_memory_for_repo","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:7384e7c65e3f39eaf403da60","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7384e7c65e3f39eaf403da60","label":"score","locator":{"end_column":10,"end_line":213,"fragment":"","pointer":"","start_column":5,"start_line":185},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:format_pair"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:now_ms"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:now_ms"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:now_ms"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:now_ms"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:range"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:raw_scores.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:scores.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:self._process"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:self.model"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:self.torch.nn.functional.log_softmax"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:self.torch.no_grad"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.score","target_ref":"python:self.torch.stack"}],"parser_ref":"python-ast@1","qualified_name":"Qwen3OpenVINOReranker.score","semantic_key":"python:method:Qwen3OpenVINOReranker.score","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:ed284ce451544a1d2f399cc2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ed284ce451544a1d2f399cc2","label":"ABYSS-STACK-D-0005 Operator Wrappers With Part-Local Backends","locator":{"end_column":135,"end_line":101,"fragment":"","pointer":"","start_column":3,"start_line":101},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:101:3:0:../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f08d6728765221ab9844939e:aoa:abyss-stack:anchor:56a7e25be5acc87da5b6f98e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:56a7e25be5acc87da5b6f98e","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:f08d6728765221ab9844939e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:060aa910370336d477919b24","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:060aa910370336d477919b24","label":"ABYSS-STACK-D-0035 AoA Evals MCP Access Plane","locator":{"end_column":103,"end_line":161,"fragment":"","pointer":"","start_column":3,"start_line":161},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0035-aoa-evals-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:161:3:0:../ABYSS-STACK-D-0035-aoa-evals-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f56016eb77292c07b3c478f4:aoa:abyss-stack:anchor:8385fae15c369fe5cf14f3da","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:8385fae15c369fe5cf14f3da","label":"current_runtime_shape","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/current_runtime_shape","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/current_runtime_shape","source_id":"aoa:abyss-stack:artifact:f56016eb77292c07b3c478f4","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:0d57a647fb7c3f74b9205368","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0d57a647fb7c3f74b9205368","label":"enabled","locator":{"end_column":27,"end_line":118,"fragment":"","pointer":"/enabled","start_column":11,"start_line":118},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/enabled#occurrence-5","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/a5.jsonl b/kag/indexes/shards/anchor/a5.jsonl index 140d9e9d7..72c0908b0 100644 --- a/kag/indexes/shards/anchor/a5.jsonl +++ b/kag/indexes/shards/anchor/a5.jsonl @@ -62,6 +62,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6559058d59fa5041a93ea06:aoa:abyss-stack:anchor:3959e253d9cc2383260dc855","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3959e253d9cc2383260dc855","label":"Root Entry Points","locator":{"end_column":20,"end_line":63,"fragment":"root-entry-points","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:root-entry-points","source_id":"aoa:abyss-stack:artifact:e6559058d59fa5041a93ea06","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:1fa0dc9e4dedc411b528a45c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1fa0dc9e4dedc411b528a45c","label":"cache_location","locator":{"end_column":37,"end_line":33,"fragment":"","pointer":"/storage_config/tsdb_shipper/cache_location","start_column":5,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/storage_config/tsdb_shipper/cache_location","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eba358107a3211fd09d3172c:aoa:abyss-stack:anchor:6f9f41e20f6685617a0ec9cb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6f9f41e20f6685617a0ec9cb","label":"Directory Contract","locator":{"end_column":21,"end_line":23,"fragment":"directory-contract","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:directory-contract","source_id":"aoa:abyss-stack:artifact:eba358107a3211fd09d3172c","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:0aaccd502c3922d8db7ede6a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0aaccd502c3922d8db7ede6a","label":"ABYSS-STACK-D-0005 Operator Wrappers With Part-Local Backends","locator":{"end_column":135,"end_line":102,"fragment":"","pointer":"","start_column":3,"start_line":102},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:102:3:0:../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:3e68c4cbc1d0ae4db2d0788d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3e68c4cbc1d0ae4db2d0788d","label":"chunk_text","locator":{"end_column":18,"end_line":495,"fragment":"","pointer":"","start_column":1,"start_line":476},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:chunk_text","target_ref":"python:block.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:chunk_text","target_ref":"python:block.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:chunk_text","target_ref":"python:chunks.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:chunk_text","target_ref":"python:chunks.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:chunk_text","target_ref":"python:chunks.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:chunk_text","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:chunk_text","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:chunk_text","target_ref":"python:normalized.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:chunk_text","target_ref":"python:text.replace"}],"parser_ref":"python-ast@1","qualified_name":"chunk_text","semantic_key":"python:function:chunk_text","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:48361fab1008c9aaadf02954","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:48361fab1008c9aaadf02954","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":237,"fragment":"","pointer":"","start_column":3,"start_line":237},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-knowledge","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:237:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80:aoa:abyss-stack:anchor:1e96780d786f12faf23804be","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1e96780d786f12faf23804be","label":"Runtime Invariants","locator":{"end_column":21,"end_line":57,"fragment":"runtime-invariants","pointer":"","start_column":1,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-invariants","source_id":"aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80:aoa:abyss-stack:anchor:c86e8a03dd6c92c666821c73","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c86e8a03dd6c92c666821c73","label":"This surface does not own","locator":{"end_column":28,"end_line":22,"fragment":"this-surface-does-not-own","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:this-surface-does-not-own","source_id":"aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:0394204058fedb90fcd5501e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0394204058fedb90fcd5501e","label":"hands-off-to","locator":{"end_column":92,"end_line":84,"fragment":"","pointer":"/relations/hands-off-to","start_column":3,"start_line":84},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/relations/hands-off-to","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/a6.jsonl b/kag/indexes/shards/anchor/a6.jsonl index 944851690..ab218eafc 100644 --- a/kag/indexes/shards/anchor/a6.jsonl +++ b/kag/indexes/shards/anchor/a6.jsonl @@ -39,7 +39,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a32fa5977f31c0c97d4e6355:aoa:abyss-stack:anchor:cb53f93cb147e892984687ae","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:cb53f93cb147e892984687ae","label":"type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/type","source_id":"aoa:abyss-stack:artifact:a32fa5977f31c0c97d4e6355","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a5ee0a6421758851103923ed:aoa:abyss-stack:anchor:0b66208896342dc96cb1655d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:0b66208896342dc96cb1655d","label":"notes","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/notes","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/notes","source_id":"aoa:abyss-stack:artifact:a5ee0a6421758851103923ed","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:af42fca0f1b13d3e0bc51972","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:af42fca0f1b13d3e0bc51972","label":"interpret_approval_status","locator":{"end_column":21,"end_line":665,"fragment":"","pointer":"","start_column":1,"start_line":655},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"interpret_approval_status","semantic_key":"python:function:interpret_approval_status","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:9c0d9c091d8b53f5dc81c72d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9c0d9c091d8b53f5dc81c72d","label":"compose topology","locator":{"end_column":19,"end_line":223,"fragment":"compose-topology","pointer":"","start_column":1,"start_line":223},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:compose-topology","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:9c0d9c091d8b53f5dc81c72d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9c0d9c091d8b53f5dc81c72d","label":"compose topology","locator":{"end_column":19,"end_line":224,"fragment":"compose-topology","pointer":"","start_column":1,"start_line":224},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:compose-topology","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ae7063f19e0593175aca75dd:aoa:abyss-stack:anchor:305fd036aa9af25cc0a9c70a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:305fd036aa9af25cc0a9c70a","label":"type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/type","source_id":"aoa:abyss-stack:artifact:ae7063f19e0593175aca75dd","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:522df96e989c2f0d8e11d5f7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:522df96e989c2f0d8e11d5f7","label":"_portable_provider","locator":{"end_column":20,"end_line":156,"fragment":"","pointer":"","start_column":1,"start_line":152},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_portable_provider","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_portable_provider","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_portable_provider","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_portable_provider","target_ref":"python:provider.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_portable_provider","target_ref":"python:provider.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_portable_provider","target_ref":"python:providers.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_portable_provider","target_ref":"python:providers.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_portable_provider","target_ref":"python:status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_portable_provider","target_ref":"python:status.get"}],"parser_ref":"python-ast@1","qualified_name":"_portable_provider","semantic_key":"python:function:_portable_provider","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b254911fa834d0448374ad5c:aoa:abyss-stack:anchor:8467efa8e212d6ee119ab7b5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8467efa8e212d6ee119ab7b5","label":"Stop lines","locator":{"end_column":13,"end_line":30,"fragment":"stop-lines","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:stop-lines","source_id":"aoa:abyss-stack:artifact:b254911fa834d0448374ad5c","symbol_kind":""} @@ -53,6 +53,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:c8482b009f156070189f7ec1:aoa:abyss-stack:anchor:11c8efefc434ac4c701855e0","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:11c8efefc434ac4c701855e0","label":"aoa-4pda-connector-mcp","locator":{"end_column":58,"end_line":16,"fragment":"","pointer":"project.scripts.aoa-4pda-connector-mcp","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.scripts.aoa-4pda-connector-mcp","source_id":"aoa:abyss-stack:artifact:c8482b009f156070189f7ec1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c8482b009f156070189f7ec1:aoa:abyss-stack:anchor:415cba1a2b01c595ce582c37","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:415cba1a2b01c595ce582c37","label":"aoa-4pda-connector-mcp-server","locator":{"end_column":68,"end_line":17,"fragment":"","pointer":"project.scripts.aoa-4pda-connector-mcp-server","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.scripts.aoa-4pda-connector-mcp-server","source_id":"aoa:abyss-stack:artifact:c8482b009f156070189f7ec1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25:aoa:abyss-stack:anchor:08ee27f8aa630c4d7169c077","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:08ee27f8aa630c4d7169c077","label":"AGENTS Rules for coding agents and maintainers working in `scripts/`.","locator":{"end_column":71,"end_line":1,"fragment":"agents-rules-for-coding-agents-and-maintainers-working-in-scripts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agents-rules-for-coding-agents-and-maintainers-working-in-scripts","source_id":"aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:abbff0141422daa025002fb9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:abbff0141422daa025002fb9","label":"validate_diagnostic_owner_skill","locator":{"end_column":10,"end_line":340,"fragment":"","pointer":"","start_column":1,"start_line":230},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:DIAGNOSTIC_OWNER_SKILL_CONTRACT_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:DIAGNOSTIC_OWNER_SKILL_INTERFACE_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:DIAGNOSTIC_OWNER_SKILL_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:DIAGNOSTIC_OWNER_SKILL_PROCEDURE_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:exposure.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:exposure.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:exposure.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:read_required_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:read_required_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:read_required_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:read_required_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:read_required_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:require_snippets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:require_snippets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:require_snippets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_diagnostic_owner_skill","target_ref":"python:require_snippets"}],"parser_ref":"python-ast@1","qualified_name":"validate_diagnostic_owner_skill","semantic_key":"python:function:validate_diagnostic_owner_skill","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:d9f44be0e6ee57f0638eb6cc:aoa:abyss-stack:anchor:aff22c25015cd917f87164f3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:aff22c25015cd917f87164f3","label":"main","locator":{"end_column":13,"end_line":46,"fragment":"","pointer":"","start_column":1,"start_line":34},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:DIAGNOSTIC_SURFACE_CATALOG_PATH.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:DIAGNOSTIC_SURFACE_CATALOG_PATH.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:DIAGNOSTIC_SURFACE_CATALOG_PATH.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:build_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parse_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:render_payload"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:d9f44be0e6ee57f0638eb6cc","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:dbe70b832b28d2b6c42a43ec:aoa:abyss-stack:anchor:7bddeb57b139a118bc2078eb","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:7bddeb57b139a118bc2078eb","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:dbe70b832b28d2b6c42a43ec","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:de94a5cfe1e39f78a24d2a87:aoa:abyss-stack:anchor:01e5d7e3f5ccab51b4ae1f7f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:01e5d7e3f5ccab51b4ae1f7f","label":"PARTS.md","locator":{"end_column":28,"end_line":14,"fragment":"","pointer":"","start_column":5,"start_line":14},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:diagnostic-spine-docs","target_ref":"../PARTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:14:5:0:../PARTS.md","source_id":"aoa:abyss-stack:artifact:de94a5cfe1e39f78a24d2a87","symbol_kind":""} @@ -60,4 +61,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:1da4b66fc255ae5d6108fe41","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1da4b66fc255ae5d6108fe41","label":"_compact_usage_action_counts","locator":{"end_column":60,"end_line":1513,"fragment":"","pointer":"","start_column":1,"start_line":1491},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_action_counts","target_ref":"python:_bounded_string"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_action_counts","target_ref":"python:_usage_action_semantic_sort_key"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_action_counts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_action_counts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_action_counts","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_action_counts","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_action_counts","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_action_counts","target_ref":"python:seen_actions.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_action_counts","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_action_counts","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_action_counts","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_action_counts","target_ref":"python:unique_items.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_action_counts","target_ref":"python:valid_items.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_action_counts","target_ref":"python:value.items"}],"parser_ref":"python-ast@1","qualified_name":"_compact_usage_action_counts","semantic_key":"python:function:_compact_usage_action_counts","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:fe7a76ddf3cab6c1df33eba7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fe7a76ddf3cab6c1df33eba7","label":"_compact_hit","locator":{"end_column":6,"end_line":812,"fragment":"","pointer":"","start_column":1,"start_line":789},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_hit","target_ref":"python:hit.get"}],"parser_ref":"python-ast@1","qualified_name":"_compact_hit","semantic_key":"python:function:_compact_hit","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:776956cb5545f38a3ddfad3e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:776956cb5545f38a3ddfad3e","label":"127.0.0.1","locator":{"end_column":29,"end_line":13,"fragment":"","pointer":"/services/route-api/ports/0/127.0.0.1","start_column":7,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/ports/0/127.0.0.1","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:557a2401fdcc9fde38ea8473","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:557a2401fdcc9fde38ea8473","label":"ABYSS-STACK-D-0079 KAG Query Application Port","locator":{"end_column":103,"end_line":238,"fragment":"","pointer":"","start_column":3,"start_line":238},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-knowledge","target_ref":"../ABYSS-STACK-D-0079-kag-query-application-port.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:238:3:0:../ABYSS-STACK-D-0079-kag-query-application-port.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:5edcc774613550f750f6d275","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5edcc774613550f750f6d275","label":"runtime root","locator":{"end_column":15,"end_line":5,"fragment":"runtime-root","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-root","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:01e58b7488e3ba771ea22868","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:01e58b7488e3ba771ea22868","label":"exact_destination_or_promotion","locator":{"end_column":40,"end_line":43,"fragment":"","pointer":"/abi/inputs/conditional/capture/2","start_column":9,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/inputs/conditional/capture/2","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/a7.jsonl b/kag/indexes/shards/anchor/a7.jsonl index bcdafd854..e7611e68e 100644 --- a/kag/indexes/shards/anchor/a7.jsonl +++ b/kag/indexes/shards/anchor/a7.jsonl @@ -16,7 +16,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:35150f3c9f8103a509c6299b:aoa:abyss-stack:anchor:8a5af4e935783dd01f36f3d7","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:8a5af4e935783dd01f36f3d7","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:35150f3c9f8103a509c6299b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:35369a2e483d3b87d8ce5331:aoa:abyss-stack:anchor:7d44218afb0d6c85f8c6404e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7d44218afb0d6c85f8c6404e","label":"__init__","locator":{"end_column":34,"end_line":36,"fragment":"","pointer":"","start_column":5,"start_line":33},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaticBearerTokenVerifier.__init__","target_ref":"python:token.encode"}],"parser_ref":"python-ast@1","qualified_name":"StaticBearerTokenVerifier.__init__","semantic_key":"python:method:StaticBearerTokenVerifier.__init__","source_id":"aoa:abyss-stack:artifact:35369a2e483d3b87d8ce5331","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:35369a2e483d3b87d8ce5331:aoa:abyss-stack:anchor:df5db83de9e81b1d078e3c36","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:df5db83de9e81b1d078e3c36","label":"_loopback_transport_security","locator":{"end_column":6,"end_line":127,"fragment":"","pointer":"","start_column":1,"start_line":113},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_loopback_transport_security","target_ref":"python:TransportSecuritySettings"}],"parser_ref":"python-ast@1","qualified_name":"_loopback_transport_security","semantic_key":"python:function:_loopback_transport_security","source_id":"aoa:abyss-stack:artifact:35369a2e483d3b87d8ce5331","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97:aoa:abyss-stack:anchor:496a3752d08d0d3df5db9226","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:496a3752d08d0d3df5db9226","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97:aoa:abyss-stack:anchor:496a3752d08d0d3df5db9226","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:496a3752d08d0d3df5db9226","label":"Context","locator":{"end_column":10,"end_line":18,"fragment":"context","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:05843577748b35187fd8c5ee","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:05843577748b35187fd8c5ee","label":"test_status_distinguishes_sqlite_graph_store_from_missing_sidecar","locator":{"end_column":133,"end_line":2224,"fragment":"","pointer":"","start_column":1,"start_line":2162},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_status_distinguishes_sqlite_graph_store_from_missing_sidecar","target_ref":"python:AoASessionMemoryMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_status_distinguishes_sqlite_graph_store_from_missing_sidecar","target_ref":"python:FakeRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_status_distinguishes_sqlite_graph_store_from_missing_sidecar","target_ref":"python:seed_archive"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_status_distinguishes_sqlite_graph_store_from_missing_sidecar","target_ref":"python:sqlite_path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_status_distinguishes_sqlite_graph_store_from_missing_sidecar","target_ref":"python:sqlite_path.write_bytes"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_status_distinguishes_sqlite_graph_store_from_missing_sidecar","target_ref":"python:state.maintenance_plan"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_status_distinguishes_sqlite_graph_store_from_missing_sidecar","target_ref":"python:state.read_resource"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_status_distinguishes_sqlite_graph_store_from_missing_sidecar","target_ref":"python:state.session_memory_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_status_distinguishes_sqlite_graph_store_from_missing_sidecar","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"test_status_distinguishes_sqlite_graph_store_from_missing_sidecar","semantic_key":"python:function:test_status_distinguishes_sqlite_graph_store_from_missing_sidecar","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:3f977f3da0d5e06eb4ec9e7b:aoa:abyss-stack:anchor:9ac7dcd5fb06a31cc4c59ce8","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:9ac7dcd5fb06a31cc4c59ce8","label":"authority_ref","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/authority_ref","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/authority_ref","source_id":"aoa:abyss-stack:artifact:3f977f3da0d5e06eb4ec9e7b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:a639391e2595888c91e57461","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a639391e2595888c91e57461","label":"approval_path","locator":{"end_column":83,"end_line":229,"fragment":"","pointer":"","start_column":1,"start_line":228},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:approval_path","target_ref":"python:scenario_root"}],"parser_ref":"python-ast@1","qualified_name":"approval_path","semantic_key":"python:function:approval_path","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} @@ -62,6 +62,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:96f63eac1a0124e58481c95f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:96f63eac1a0124e58481c95f","label":"create_candidate","locator":{"end_column":22,"end_line":349,"fragment":"","pointer":"","start_column":5,"start_line":287},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.create_candidate","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.create_candidate","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.create_candidate","target_ref":"python:_id_slug"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.create_candidate","target_ref":"python:_id_slug"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.create_candidate","target_ref":"python:_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.create_candidate","target_ref":"python:_utc_stamp"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.create_candidate","target_ref":"python:candidates_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.create_candidate","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.create_candidate","target_ref":"python:path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.create_candidate","target_ref":"python:self._local_packet_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.create_candidate","target_ref":"python:self._require_known_memo_port_route"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.create_candidate","target_ref":"python:self._validate_candidate_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.create_candidate","target_ref":"python:self.repo_route"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.create_candidate","target_ref":"python:self.validate_candidate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.create_candidate","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.create_candidate","target_ref":"python:uuid4"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState.create_candidate","semantic_key":"python:method:AoAMemoMCPState.create_candidate","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e7ba94b5d0c3b11353c9428a:aoa:abyss-stack:anchor:ab1f0fa3c5af04493a36f20a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ab1f0fa3c5af04493a36f20a","label":"status","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/status","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/status","source_id":"aoa:abyss-stack:artifact:e7ba94b5d0c3b11353c9428a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:e95724f73feaaa929bd833de:aoa:abyss-stack:anchor:f21a66d2ace93b84ce36cba3","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:f21a66d2ace93b84ce36cba3","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e95724f73feaaa929bd833de","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:e7da8e51d5223be3e842d721","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e7da8e51d5223be3e842d721","label":"ABYSS-STACK-D-0039 Validation Command Authority And Technical Topology","locator":{"end_column":153,"end_line":107,"fragment":"","pointer":"","start_column":3,"start_line":107},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:107:3:0:../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4:aoa:abyss-stack:anchor:c4e65b51c09ae333a666eb83","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c4e65b51c09ae333a666eb83","label":"volumes","locator":{"end_column":12,"end_line":9,"fragment":"","pointer":"/services/ollama/volumes","start_column":5,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ollama/volumes","source_id":"aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef56699ffc0c3ce34db9a3af:aoa:abyss-stack:anchor:392bb38428b72f347ee57ef7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:392bb38428b72f347ee57ef7","label":"current_state","locator":{"end_column":10,"end_line":59,"fragment":"","pointer":"","start_column":5,"start_line":54},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.current_state","target_ref":"python:AoAStatsMCPState.discover"}],"parser_ref":"python-ast@1","qualified_name":"build_server.current_state","semantic_key":"python:method:build_server.current_state","source_id":"aoa:abyss-stack:artifact:ef56699ffc0c3ce34db9a3af","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:033524021baded0e69c1ad07","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:033524021baded0e69c1ad07","label":"ABYSS-STACK-D-0040 Script Surface Validator Module","locator":{"end_column":113,"end_line":46,"fragment":"","pointer":"","start_column":3,"start_line":46},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0040-script-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:46:3:0:../ABYSS-STACK-D-0040-script-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/a8.jsonl b/kag/indexes/shards/anchor/a8.jsonl index 538f7893b..7aea74787 100644 --- a/kag/indexes/shards/anchor/a8.jsonl +++ b/kag/indexes/shards/anchor/a8.jsonl @@ -12,7 +12,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:33f121b2a407a6b4715027ff:aoa:abyss-stack:anchor:01ebb19e8053b48fb8ceca59","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:01ebb19e8053b48fb8ceca59","label":"sync_philosophy","locator":{"end_column":22,"end_line":75,"fragment":"","pointer":"","start_column":5,"start_line":67},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:PhilosophyProjector.sync_philosophy","target_ref":"python:self._preview_sync"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:PhilosophyProjector.sync_philosophy","target_ref":"python:self.neo4j_store.sync_philosophy_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:PhilosophyProjector.sync_philosophy","target_ref":"python:self.reader.load_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:PhilosophyProjector.sync_philosophy","target_ref":"python:self.reader.scale_export_bundle"}],"parser_ref":"python-ast@1","qualified_name":"PhilosophyProjector.sync_philosophy","semantic_key":"python:method:PhilosophyProjector.sync_philosophy","source_id":"aoa:abyss-stack:artifact:33f121b2a407a6b4715027ff","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:cd46f82cc6277961ac3991d9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cd46f82cc6277961ac3991d9","label":"write_text_exact","locator":{"end_column":40,"end_line":263,"fragment":"","pointer":"","start_column":1,"start_line":262},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text_exact","target_ref":"python:TRIALS.write_text_exact"}],"parser_ref":"python-ast@1","qualified_name":"write_text_exact","semantic_key":"python:function:write_text_exact","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:46a6d11b0ad55e5f68248cea:aoa:abyss-stack:anchor:1e77a9b3950ead7cc1f2021f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1e77a9b3950ead7cc1f2021f","label":"test_active_local_trials_bridge_must_not_reown_wave_metadata","locator":{"end_column":16,"end_line":84,"fragment":"","pointer":"","start_column":1,"start_line":74},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_active_local_trials_bridge_must_not_reown_wave_metadata","target_ref":"python:bridge_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_active_local_trials_bridge_must_not_reown_wave_metadata","target_ref":"python:run_inference_pilot_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_active_local_trials_bridge_must_not_reown_wave_metadata","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_active_local_trials_bridge_must_not_reown_wave_metadata","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_active_local_trials_bridge_must_not_reown_wave_metadata","semantic_key":"python:function:test_active_local_trials_bridge_must_not_reown_wave_metadata","source_id":"aoa:abyss-stack:artifact:46a6d11b0ad55e5f68248cea","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:256b06531eb1e6bdd8f1fd21","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:256b06531eb1e6bdd8f1fd21","label":"write_json","locator":{"end_column":42,"end_line":23,"fragment":"","pointer":"","start_column":1,"start_line":22},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_json","semantic_key":"python:function:write_json","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:256b06531eb1e6bdd8f1fd21","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:256b06531eb1e6bdd8f1fd21","label":"write_json","locator":{"end_column":42,"end_line":22,"fragment":"","pointer":"","start_column":1,"start_line":21},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_json","semantic_key":"python:function:write_json","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:673e100db9b9a27bfec37159:aoa:abyss-stack:anchor:70cea4c720ae96545594c310","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:70cea4c720ae96545594c310","label":"volumes","locator":{"end_column":12,"end_line":13,"fragment":"","pointer":"/services/n8n/volumes","start_column":5,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/n8n/volumes","source_id":"aoa:abyss-stack:artifact:673e100db9b9a27bfec37159","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6a741b246e0ec3f6b7a2b705:aoa:abyss-stack:anchor:d36f2ee418385b71987fcfe1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d36f2ee418385b71987fcfe1","label":"Consequences","locator":{"end_column":15,"end_line":68,"fragment":"consequences","pointer":"","start_column":1,"start_line":68},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:6a741b246e0ec3f6b7a2b705","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6bac6d2ff5dc7734bc000fb5:aoa:abyss-stack:anchor:4545a83498046cf06ca83155","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4545a83498046cf06ca83155","label":"Evidence posture","locator":{"end_column":19,"end_line":24,"fragment":"evidence-posture","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:evidence-posture","source_id":"aoa:abyss-stack:artifact:6bac6d2ff5dc7734bc000fb5","symbol_kind":""} @@ -35,12 +35,12 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a64882e851006f33f172bdd0:aoa:abyss-stack:anchor:20f77d6b2dc66f569347a554","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:20f77d6b2dc66f569347a554","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:a64882e851006f33f172bdd0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:5703241d2f07615390d58b20","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5703241d2f07615390d58b20","label":"write_interrupt","locator":{"end_column":59,"end_line":685,"fragment":"","pointer":"","start_column":1,"start_line":668},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_interrupt","target_ref":"python:interrupt_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_interrupt","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_interrupt","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"write_interrupt","semantic_key":"python:function:write_interrupt","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:a6ad6d15251469f1a816f188","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a6ad6d15251469f1a816f188","label":"find_case","locator":{"end_column":72,"end_line":428,"fragment":"","pointer":"","start_column":1,"start_line":424},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_case","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_case","target_ref":"python:copy.deepcopy"}],"parser_ref":"python-ast@1","qualified_name":"find_case","semantic_key":"python:function:find_case","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:27315de574acaf8d4305f630","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:27315de574acaf8d4305f630","label":"mechanic topology","locator":{"end_column":20,"end_line":299,"fragment":"mechanic-topology","pointer":"","start_column":1,"start_line":299},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mechanic-topology","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:4b1e6ede0dfba13f2bb4a4c4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4b1e6ede0dfba13f2bb4a4c4","label":"generated read-model","locator":{"end_column":23,"end_line":260,"fragment":"generated-read-model","pointer":"","start_column":1,"start_line":260},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:generated-read-model","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:27315de574acaf8d4305f630","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:27315de574acaf8d4305f630","label":"mechanic topology","locator":{"end_column":20,"end_line":300,"fragment":"mechanic-topology","pointer":"","start_column":1,"start_line":300},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mechanic-topology","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:4b1e6ede0dfba13f2bb4a4c4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4b1e6ede0dfba13f2bb4a4c4","label":"generated read-model","locator":{"end_column":23,"end_line":261,"fragment":"generated-read-model","pointer":"","start_column":1,"start_line":261},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:generated-read-model","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b035ee8c834460c2468f7ce8:aoa:abyss-stack:anchor:ef2b9b612ae770d52009e075","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ef2b9b612ae770d52009e075","label":"owner_repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/owner_repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/owner_repo","source_id":"aoa:abyss-stack:artifact:b035ee8c834460c2468f7ce8","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:3b4ca791617b8e0e328f09cd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3b4ca791617b8e0e328f09cd","label":"_is_codex_process_cmdline","locator":{"end_column":79,"end_line":304,"fragment":"","pointer":"","start_column":1,"start_line":303},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_is_codex_process_cmdline","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_is_codex_process_cmdline","target_ref":"python:any"}],"parser_ref":"python-ast@1","qualified_name":"_is_codex_process_cmdline","semantic_key":"python:function:_is_codex_process_cmdline","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:d59ac0c6fe0aa35144f8ffbe","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d59ac0c6fe0aa35144f8ffbe","label":"Rationale","locator":{"end_column":12,"end_line":45,"fragment":"rationale","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:26e54f6b793f293645932007","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:26e54f6b793f293645932007","label":"tests/README","locator":{"end_column":82,"end_line":191,"fragment":"","pointer":"","start_column":51,"start_line":191},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validate","target_ref":"tests/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:191:51:1:tests/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:d59ac0c6fe0aa35144f8ffbe","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d59ac0c6fe0aa35144f8ffbe","label":"Rationale","locator":{"end_column":12,"end_line":52,"fragment":"rationale","pointer":"","start_column":1,"start_line":52},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:98b5bde03bd7764e2cb1dfae","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:98b5bde03bd7764e2cb1dfae","label":".agents","locator":{"end_column":31,"end_line":181,"fragment":"","pointer":"","start_column":3,"start_line":181},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":".agents/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:181:3:0:.agents/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d:aoa:abyss-stack:anchor:1310bfc2e45c6796025ad728","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1310bfc2e45c6796025ad728","label":"High-risk surfaces","locator":{"end_column":21,"end_line":57,"fragment":"high-risk-surfaces","pointer":"","start_column":1,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:high-risk-surfaces","source_id":"aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c0009b60d613c0ed096b4892:aoa:abyss-stack:anchor:4b52783218d534b421d7e59b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:4b52783218d534b421d7e59b","label":"truth_goal","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/truth_goal","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/truth_goal","source_id":"aoa:abyss-stack:artifact:c0009b60d613c0ed096b4892","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8:aoa:abyss-stack:anchor:7ff353037f918d250977e031","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7ff353037f918d250977e031","label":"_bounded_limit","locator":{"end_column":43,"end_line":241,"fragment":"","pointer":"","start_column":5,"start_line":236},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._bounded_limit","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._bounded_limit","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._bounded_limit","target_ref":"python:min"}],"parser_ref":"python-ast@1","qualified_name":"Neo4jProjectionStore._bounded_limit","semantic_key":"python:method:Neo4jProjectionStore._bounded_limit","source_id":"aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8","symbol_kind":"method"} @@ -65,3 +65,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:f5451784a7b3275b5912b2aa:aoa:abyss-stack:anchor:1c97c42feff4863f426836bb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1c97c42feff4863f426836bb","label":"Agents-of-Abyss","locator":{"end_column":151,"end_line":11,"fragment":"","pointer":"","start_column":36,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:authority-source","target_ref":"https://github.com/8Dionysus/Agents-of-Abyss/blob/main/docs/EXPERIENCE_WAVE5_SOVEREIGN_OFFICE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:11:36:0:https://github.com/8Dionysus/Agents-of-Abyss/blob/main/docs/EXPERIENCE_WAVE5_SOVEREIGN_OFFICE.md","source_id":"aoa:abyss-stack:artifact:f5451784a7b3275b5912b2aa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fa56341ee11dd504ea394482:aoa:abyss-stack:anchor:215e892f6842549d0f21a7ca","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:215e892f6842549d0f21a7ca","label":"_parse_bool","locator":{"end_column":61,"end_line":14,"fragment":"","pointer":"","start_column":1,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_parse_bool","target_ref":"python:raw.strip"}],"parser_ref":"python-ast@1","qualified_name":"_parse_bool","semantic_key":"python:function:_parse_bool","source_id":"aoa:abyss-stack:artifact:fa56341ee11dd504ea394482","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d:aoa:abyss-stack:anchor:b8fa50daa0d7386251dbcb0a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b8fa50daa0d7386251dbcb0a","label":"LLAMA_ARG_THREADS","locator":{"end_column":29,"end_line":14,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_THREADS","start_column":7,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_THREADS","source_id":"aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:abc5340a499b64b143241e54","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:abc5340a499b64b143241e54","label":"conflicts-with","locator":{"end_column":102,"end_line":85,"fragment":"","pointer":"/relations/conflicts-with","start_column":3,"start_line":85},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/relations/conflicts-with","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/a9.jsonl b/kag/indexes/shards/anchor/a9.jsonl index 9a63c7f85..551800407 100644 --- a/kag/indexes/shards/anchor/a9.jsonl +++ b/kag/indexes/shards/anchor/a9.jsonl @@ -6,7 +6,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e:aoa:abyss-stack:anchor:b9408984fcf1ca25339e3c66","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b9408984fcf1ca25339e3c66","label":"OLLAMA_EMBEDDINGS_URL","locator":{"end_column":58,"end_line":29,"fragment":"","pointer":"/services/langchain-api/environment/OLLAMA_EMBEDDINGS_URL","start_column":7,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api/environment/OLLAMA_EMBEDDINGS_URL","source_id":"aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:111bd4e63cdf94b444c9cee6:aoa:abyss-stack:anchor:d00025c4f94c8a179dced808","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d00025c4f94c8a179dced808","label":"test_generate_check_flags_unmodeled_decision_lane_surface","locator":{"end_column":10,"end_line":230,"fragment":"","pointer":"","start_column":5,"start_line":214},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_generate_check_flags_unmodeled_decision_lane_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_generate_check_flags_unmodeled_decision_lane_surface","target_ref":"python:decision_indexes.validate_decision_index_surfaces"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_generate_check_flags_unmodeled_decision_lane_surface","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_generate_check_flags_unmodeled_decision_lane_surface","target_ref":"python:shutil.copytree"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_generate_check_flags_unmodeled_decision_lane_surface","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_generate_check_flags_unmodeled_decision_lane_surface","target_ref":"python:unknown.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DecisionRecordTests.test_generate_check_flags_unmodeled_decision_lane_surface","target_ref":"python:unknown.write_text"}],"parser_ref":"python-ast@1","qualified_name":"DecisionRecordTests.test_generate_check_flags_unmodeled_decision_lane_surface","semantic_key":"python:method:DecisionRecordTests.test_generate_check_flags_unmodeled_decision_lane_surface","source_id":"aoa:abyss-stack:artifact:111bd4e63cdf94b444c9cee6","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:15abaec7a5c5b523e5d4da18:aoa:abyss-stack:anchor:8d97f39ac44c7afd38f91bfa","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8d97f39ac44c7afd38f91bfa","label":"What it currently probes","locator":{"end_column":27,"end_line":7,"fragment":"what-it-currently-probes","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:what-it-currently-probes","source_id":"aoa:abyss-stack:artifact:15abaec7a5c5b523e5d4da18","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:309f8e93965ebbf49a3b6581","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:309f8e93965ebbf49a3b6581","label":"test_missing_skill_projection_root_fails","locator":{"end_column":94,"end_line":49,"fragment":"","pointer":"","start_column":1,"start_line":46},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_missing_skill_projection_root_fails","target_ref":"python:run_skill_projection_validator"}],"parser_ref":"python-ast@1","qualified_name":"test_missing_skill_projection_root_fails","semantic_key":"python:function:test_missing_skill_projection_root_fails","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:309f8e93965ebbf49a3b6581","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:309f8e93965ebbf49a3b6581","label":"test_missing_skill_projection_root_fails","locator":{"end_column":94,"end_line":36,"fragment":"","pointer":"","start_column":1,"start_line":33},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_missing_skill_projection_root_fails","target_ref":"python:run_skill_projection_validator"}],"parser_ref":"python-ast@1","qualified_name":"test_missing_skill_projection_root_fails","semantic_key":"python:function:test_missing_skill_projection_root_fails","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:1e54603f6d20370021ac2f9c:aoa:abyss-stack:anchor:354761815c46d6be14f416dc","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:354761815c46d6be14f416dc","label":"request_family","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/request_family","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/request_family","source_id":"aoa:abyss-stack:artifact:1e54603f6d20370021ac2f9c","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:20453143f58f11868bffb84e:aoa:abyss-stack:anchor:e08d2a16abcdb82bbf79c0ed","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e08d2a16abcdb82bbf79c0ed","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:20453143f58f11868bffb84e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:6fe73926067ef55d89aa54ba","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6fe73926067ef55d89aa54ba","label":"runtime_trial_closeout_run_ref","locator":{"end_column":82,"end_line":1056,"fragment":"","pointer":"","start_column":1,"start_line":1055},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"runtime_trial_closeout_run_ref","semantic_key":"python:function:runtime_trial_closeout_run_ref","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} @@ -55,7 +55,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:bdd2a7e3bb59644d900190d1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bdd2a7e3bb59644d900190d1","label":"LazyScorer","locator":{"end_column":69,"end_line":345,"fragment":"","pointer":"","start_column":1,"start_line":216},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"LazyScorer","semantic_key":"python:class:LazyScorer","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:e6f9285e8b72289dd81628d0:aoa:abyss-stack:anchor:97d5407cfd0e2c967d8a7dea","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:97d5407cfd0e2c967d8a7dea","label":"fake_runner","locator":{"end_column":79,"end_line":57,"fragment":"","pointer":"","start_column":1,"start_line":21},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:fake_runner","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:fake_runner","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:fake_runner","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:fake_runner","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:fake_runner","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:fake_runner","target_ref":"python:subprocess.CompletedProcess"}],"parser_ref":"python-ast@1","qualified_name":"fake_runner","semantic_key":"python:function:fake_runner","source_id":"aoa:abyss-stack:artifact:e6f9285e8b72289dd81628d0","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4:aoa:abyss-stack:anchor:991e0a33e4f5357b4bda94a7","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:991e0a33e4f5357b4bda94a7","label":"environment","locator":{"end_column":16,"end_line":6,"fragment":"","pointer":"/services/ollama/environment","start_column":5,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ollama/environment","source_id":"aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:28de1a176c8be4670f4eecfc","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:28de1a176c8be4670f4eecfc","label":"ABYSS-STACK-D-0068 Decision Graph Contract And Impact Packets","locator":{"end_column":135,"end_line":149,"fragment":"","pointer":"","start_column":3,"start_line":149},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:149:3:0:../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f323b2bec780ad026a892be1:aoa:abyss-stack:anchor:94673b0df25d44603e9c8c0f","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:94673b0df25d44603e9c8c0f","label":"operation_mode","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/operation_mode","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/operation_mode","source_id":"aoa:abyss-stack:artifact:f323b2bec780ad026a892be1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f38ea2a1dad60007c239c6ec:aoa:abyss-stack:anchor:1df34630eaa9c89aacb7df3d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1df34630eaa9c89aacb7df3d","label":"$id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$id","source_id":"aoa:abyss-stack:artifact:f38ea2a1dad60007c239c6ec","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f80d68b85bc445f7b8bc4a73:aoa:abyss-stack:anchor:2186e82b14729fed43ec524e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2186e82b14729fed43ec524e","label":"Role","locator":{"end_column":7,"end_line":8,"fragment":"role","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:role","source_id":"aoa:abyss-stack:artifact:f80d68b85bc445f7b8bc4a73","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/aa.jsonl b/kag/indexes/shards/anchor/aa.jsonl index eef8f03fe..f54cfbe81 100644 --- a/kag/indexes/shards/anchor/aa.jsonl +++ b/kag/indexes/shards/anchor/aa.jsonl @@ -31,16 +31,15 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:77fa76ee8370f4e579d78d3a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:77fa76ee8370f4e579d78d3a","label":"runtime_evidence_template_source_refs","locator":{"end_column":16,"end_line":121,"fragment":"","pointer":"","start_column":1,"start_line":117},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_evidence_template_source_refs","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_evidence_template_source_refs","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_evidence_template_source_refs","target_ref":"python:require_string"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_evidence_template_source_refs","target_ref":"python:runtime_evidence_template_bridge"}],"parser_ref":"python-ast@1","qualified_name":"runtime_evidence_template_source_refs","semantic_key":"python:function:runtime_evidence_template_source_refs","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:96b88e932d9708c24afd354a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:96b88e932d9708c24afd354a","label":"surface_status","locator":{"end_column":6,"end_line":2171,"fragment":"","pointer":"","start_column":1,"start_line":2137},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:surface_status","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:surface_status","target_ref":"python:closure_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:surface_status","target_ref":"python:layer_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:surface_status","target_ref":"python:layer_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:surface_status","target_ref":"python:layer_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:surface_status","target_ref":"python:layer_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:surface_status","target_ref":"python:layer_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:surface_status","target_ref":"python:layer_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:surface_status","target_ref":"python:layer_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:surface_status","target_ref":"python:require_store"}],"parser_ref":"python-ast@1","qualified_name":"surface_status","semantic_key":"python:function:surface_status","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:daeebbc326d05e22a69b9e88","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:daeebbc326d05e22a69b9e88","label":"require_binding","locator":{"end_column":117,"end_line":940,"fragment":"","pointer":"","start_column":1,"start_line":923},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_binding","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_binding","target_ref":"python:bindings"}],"parser_ref":"python-ast@1","qualified_name":"require_binding","semantic_key":"python:function:require_binding","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:0172a7526dc5957fd03c2b58","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0172a7526dc5957fd03c2b58","label":"ABYSS-STACK-D-0062 Agent Skill Projection Validator Module","locator":{"end_column":129,"end_line":415,"fragment":"","pointer":"","start_column":3,"start_line":415},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sibling-canon-target","target_ref":"../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:415:3:0:../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:533b2ef2e999a4c91ecf0a1b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:533b2ef2e999a4c91ecf0a1b","label":"ABYSS-STACK-D-0079 KAG Query Application Port","locator":{"end_column":103,"end_line":288,"fragment":"","pointer":"","start_column":3,"start_line":288},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:loopback-transport-security","target_ref":"../ABYSS-STACK-D-0079-kag-query-application-port.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:288:3:0:../ABYSS-STACK-D-0079-kag-query-application-port.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:a666d197945a70e5258db7b7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a666d197945a70e5258db7b7","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":441,"fragment":"","pointer":"","start_column":3,"start_line":441},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-structure","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:441:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:ac5883b7bce8b72fe4ae6dad","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ac5883b7bce8b72fe4ae6dad","label":"ABYSS-STACK-D-0048 Federation Landing Validator Split","locator":{"end_column":119,"end_line":374,"fragment":"","pointer":"","start_column":3,"start_line":374},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-docs","target_ref":"../ABYSS-STACK-D-0048-federation-landing-validator-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:374:3:0:../ABYSS-STACK-D-0048-federation-landing-validator-split.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:7ca961b3d504af61d71292a8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7ca961b3d504af61d71292a8","label":"read-only diagnosis","locator":{"end_column":22,"end_line":360,"fragment":"read-only-diagnosis","pointer":"","start_column":1,"start_line":360},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:read-only-diagnosis","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:cbf5586b808bc5ea940a0861","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:cbf5586b808bc5ea940a0861","label":"ABYSS-STACK-D-0072 AoA 4PDA Connector MCP Access Plane","locator":{"end_column":121,"end_line":457,"fragment":"","pointer":"","start_column":3,"start_line":457},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-structure","target_ref":"../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:457:3:0:../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:992cbba9cf1cf93a870c6466:aoa:abyss-stack:anchor:f19c556f97ac328b3ebedd22","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f19c556f97ac328b3ebedd22","label":"Rationale","locator":{"end_column":12,"end_line":42,"fragment":"rationale","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:992cbba9cf1cf93a870c6466","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:99e9ca037460978019b90981:aoa:abyss-stack:anchor:fcb9aa31c1c46ea3fc2331ed","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:fcb9aa31c1c46ea3fc2331ed","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:99e9ca037460978019b90981","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9e62d0a4f3ce8ca76ec23a5f:aoa:abyss-stack:anchor:9963fdd01530045cf8d30262","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9963fdd01530045cf8d30262","label":"2026-05-07 - Initial package landing","locator":{"end_column":39,"end_line":3,"fragment":"2026-05-07-initial-package-landing","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2026-05-07-initial-package-landing","source_id":"aoa:abyss-stack:artifact:9e62d0a4f3ce8ca76ec23a5f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73:aoa:abyss-stack:anchor:dfa1d26d7ec717be3a24d71e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:dfa1d26d7ec717be3a24d71e","label":"__call__","locator":{"end_column":47,"end_line":476,"fragment":"","pointer":"","start_column":5,"start_line":460},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ArtifactValidateFailureRunner.__call__","target_ref":"python:CommandOutput"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ArtifactValidateFailureRunner.__call__","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ArtifactValidateFailureRunner.__call__","target_ref":"python:self.calls.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ArtifactValidateFailureRunner.__call__","target_ref":"python:self.timeouts.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ArtifactValidateFailureRunner.__call__","target_ref":"python:super"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ArtifactValidateFailureRunner.__call__","target_ref":"python:tuple"}],"parser_ref":"python-ast@1","qualified_name":"ArtifactValidateFailureRunner.__call__","semantic_key":"python:method:ArtifactValidateFailureRunner.__call__","source_id":"aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8:aoa:abyss-stack:anchor:c32e342a8ea8f3677dfa3f8d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c32e342a8ea8f3677dfa3f8d","label":"When changing modules","locator":{"end_column":24,"end_line":40,"fragment":"when-changing-modules","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:when-changing-modules","source_id":"aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:e5bc5f0a24f2baa2c70449da","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e5bc5f0a24f2baa2c70449da","label":"ABYSS-STACK-D-0073 ToS Philosophy Graph Access Plane","locator":{"end_column":117,"end_line":346,"fragment":"","pointer":"","start_column":3,"start_line":346},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-graph-projection","target_ref":"../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:346:3:0:../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:1a8c968252bbaf4515748c2c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1a8c968252bbaf4515748c2c","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":371,"fragment":"","pointer":"","start_column":3,"start_line":371},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtimetopology","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:371:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:639cd4e10ef538a4cf97cc24","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:639cd4e10ef538a4cf97cc24","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":270,"fragment":"","pointer":"","start_column":3,"start_line":270},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedread-model","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:270:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c0359e681f0424b38b3b07da:aoa:abyss-stack:anchor:f4b5b63d03c1067e2b82e621","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f4b5b63d03c1067e2b82e621","label":"Forum and field evidence","locator":{"end_column":28,"end_line":109,"fragment":"forum-and-field-evidence","pointer":"","start_column":1,"start_line":109},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:forum-and-field-evidence","source_id":"aoa:abyss-stack:artifact:c0359e681f0424b38b3b07da","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c0e76a4b7b5e54b59bbf5a9c:aoa:abyss-stack:anchor:519499b36e46aa2e5a1edfd3","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:519499b36e46aa2e5a1edfd3","label":"owner_repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/owner_repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/owner_repo","source_id":"aoa:abyss-stack:artifact:c0e76a4b7b5e54b59bbf5a9c","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:c114886c48e53e98b501d49b:aoa:abyss-stack:anchor:108e43ff7d28fd34f3b9b909","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:108e43ff7d28fd34f3b9b909","label":"Source-managed transport paths","locator":{"end_column":33,"end_line":15,"fragment":"source-managed-transport-paths","pointer":"","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-managed-transport-paths","source_id":"aoa:abyss-stack:artifact:c114886c48e53e98b501d49b","symbol_kind":""} @@ -63,6 +62,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:1e2ef9d1e9dd6ef46f0cdb8d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1e2ef9d1e9dd6ef46f0cdb8d","label":"ROUTE_API_CONFIG_DIR","locator":{"end_column":39,"end_line":6,"fragment":"","pointer":"/services/route-api/environment/ROUTE_API_CONFIG_DIR","start_column":7,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/environment/ROUTE_API_CONFIG_DIR","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:026d74797a4bb601e2d548aa","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:026d74797a4bb601e2d548aa","label":"schemas/counterpart-consumer-contract.schema.json","locator":{"end_column":53,"end_line":38,"fragment":"","pointer":"/required_files/31","start_column":3,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/31","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:effc44426896b5dff1b195e5:aoa:abyss-stack:anchor:9a0554a03d93f776fa357170","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:9a0554a03d93f776fa357170","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:effc44426896b5dff1b195e5","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:ddf5f18d793a8f87f3f8db52","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ddf5f18d793a8f87f3f8db52","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":207,"fragment":"","pointer":"","start_column":3,"start_line":207},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:observability","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:207:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fe87c9255d91862e65b80185:aoa:abyss-stack:anchor:357d5b29e986a907a0ba4f30","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:357d5b29e986a907a0ba4f30","label":"Options considered","locator":{"end_column":21,"end_line":29,"fragment":"options-considered","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:fe87c9255d91862e65b80185","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:efa91b5d36beed1e0eb7fb7a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:efa91b5d36beed1e0eb7fb7a","label":"minimum_task_classes","locator":{"end_column":34,"end_line":32,"fragment":"","pointer":"/minimum_task_classes","start_column":9,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/minimum_task_classes#occurrence-2","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/ab.jsonl b/kag/indexes/shards/anchor/ab.jsonl index 5121533c0..b22f6ef1c 100644 --- a/kag/indexes/shards/anchor/ab.jsonl +++ b/kag/indexes/shards/anchor/ab.jsonl @@ -1,9 +1,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb:aoa:abyss-stack:anchor:f0f65470dbeec889cc6fc568","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f0f65470dbeec889cc6fc568","label":"name","locator":{"end_column":22,"end_line":13,"fragment":"","pointer":"/jobs/release_audit/steps/0/name","start_column":7,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/jobs/release_audit/steps/0/name","source_id":"aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0743905f57097dd04327214e:aoa:abyss-stack:anchor:140d6e6cf6d263c42bc87683","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:140d6e6cf6d263c42bc87683","label":"read_relation","locator":{"end_column":60,"end_line":792,"fragment":"","pointer":"","start_column":1,"start_line":767},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_relation","target_ref":"python:_table_exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_relation","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_relation","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_relation","target_ref":"python:dict.fromkeys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_relation","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_relation","target_ref":"python:tuple"}],"parser_ref":"python-ast@1","qualified_name":"read_relation","semantic_key":"python:function:read_relation","source_id":"aoa:abyss-stack:artifact:0743905f57097dd04327214e","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:a4951558c3a69b2d37fe128b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a4951558c3a69b2d37fe128b","label":"test_local_overlay_requires_codex_skill_metadata","locator":{"end_column":6,"end_line":111,"fragment":"","pointer":"","start_column":1,"start_line":92},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_overlay_requires_codex_skill_metadata","target_ref":"python:run_skill_projection_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_overlay_requires_codex_skill_metadata","target_ref":"python:write_minimal_skill_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_overlay_requires_codex_skill_metadata","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_local_overlay_requires_codex_skill_metadata","semantic_key":"python:function:test_local_overlay_requires_codex_skill_metadata","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:19ced965964d47b64339270f:aoa:abyss-stack:anchor:3b83f85f7b52763f46907921","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3b83f85f7b52763f46907921","label":"Options considered","locator":{"end_column":21,"end_line":28,"fragment":"options-considered","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:19ced965964d47b64339270f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:023be8e12858effded4e60bf","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:023be8e12858effded4e60bf","label":"build_w3_candidate_values","locator":{"end_column":18,"end_line":4874,"fragment":"","pointer":"","start_column":1,"start_line":4843},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w3_candidate_values","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w3_candidate_values","target_ref":"python:collect_json_field_values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w3_candidate_values","target_ref":"python:infer_w3_selection_kind"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w3_candidate_values","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w3_candidate_values","target_ref":"python:re.findall"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w3_candidate_values","target_ref":"python:seen.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w3_candidate_values","target_ref":"python:seen.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w3_candidate_values","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w3_candidate_values","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w3_candidate_values","target_ref":"python:target_fields_map.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w3_candidate_values","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_w3_candidate_values","target_ref":"python:values.append"}],"parser_ref":"python-ast@1","qualified_name":"build_w3_candidate_values","semantic_key":"python:function:build_w3_candidate_values","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:54d4802ed6ebe6a55b0b6367","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:54d4802ed6ebe6a55b0b6367","label":"test_operator_backend_nonexecutable_index_mode_fails","locator":{"end_column":10,"end_line":456,"fragment":"","pointer":"","start_column":5,"start_line":436},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_nonexecutable_index_mode_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_nonexecutable_index_mode_fails","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_nonexecutable_index_mode_fails","target_ref":"python:self.validate_operator_backend_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_nonexecutable_index_mode_fails","target_ref":"python:self.write_operator_backend_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_nonexecutable_index_mode_fails","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_operator_backend_nonexecutable_index_mode_fails","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_operator_backend_nonexecutable_index_mode_fails","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:54d4802ed6ebe6a55b0b6367","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:54d4802ed6ebe6a55b0b6367","label":"test_operator_backend_nonexecutable_index_mode_fails","locator":{"end_column":10,"end_line":440,"fragment":"","pointer":"","start_column":5,"start_line":420},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_nonexecutable_index_mode_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_nonexecutable_index_mode_fails","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_nonexecutable_index_mode_fails","target_ref":"python:self.validate_operator_backend_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_nonexecutable_index_mode_fails","target_ref":"python:self.write_operator_backend_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_backend_nonexecutable_index_mode_fails","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_operator_backend_nonexecutable_index_mode_fails","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_operator_backend_nonexecutable_index_mode_fails","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:45e9a36bb68690da74806416:aoa:abyss-stack:anchor:7ac8edb6407b62e3a006f281","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7ac8edb6407b62e3a006f281","label":"BOUNDARIES","locator":{"end_column":12,"end_line":1,"fragment":"boundaries","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundaries","source_id":"aoa:abyss-stack:artifact:45e9a36bb68690da74806416","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:4fc71a8c3e899815f3ebd69b:aoa:abyss-stack:anchor:8121efd86e44a17110be9562","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:8121efd86e44a17110be9562","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:4fc71a8c3e899815f3ebd69b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:55a7d68de81e3666e0cf0385:aoa:abyss-stack:anchor:c8f3fd61656242cf06274634","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c8f3fd61656242cf06274634","label":"lockfileVersion","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/lockfileVersion","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/lockfileVersion","source_id":"aoa:abyss-stack:artifact:55a7d68de81e3666e0cf0385","symbol_kind":"json_key"} @@ -17,6 +16,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:328db7037d3a4ef272de54cd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:328db7037d3a4ef272de54cd","label":"ABYSS-STACK-D-0037 AoA Session Memory MCP Access Plane","locator":{"end_column":121,"end_line":73,"fragment":"","pointer":"","start_column":3,"start_line":73},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-05-26","target_ref":"../ABYSS-STACK-D-0037-aoa-session-memory-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:73:3:0:../ABYSS-STACK-D-0037-aoa-session-memory-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:86989a0da65b88bf279f3ace","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:86989a0da65b88bf279f3ace","label":"ABYSS-STACK-D-0033 AoA Memo MCP Port Confinement","locator":{"end_column":109,"end_line":60,"fragment":"","pointer":"","start_column":3,"start_line":60},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-05-21","target_ref":"../ABYSS-STACK-D-0033-aoa-memo-mcp-port-confinement.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:60:3:0:../ABYSS-STACK-D-0033-aoa-memo-mcp-port-confinement.md","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:77e08a8d5a74410074925b26","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:77e08a8d5a74410074925b26","label":"is_source_checkout","locator":{"end_column":6,"end_line":155,"fragment":"","pointer":"","start_column":1,"start_line":150},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"is_source_checkout","semantic_key":"python:function:is_source_checkout","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:9fc66ee347c0aac9e38003a9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9fc66ee347c0aac9e38003a9","label":"ABYSS-STACK-D-0073 ToS Philosophy Graph Access Plane","locator":{"end_column":117,"end_line":458,"fragment":"","pointer":"","start_column":3,"start_line":458},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-structure","target_ref":"../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:458:3:0:../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ea760f8380874c68b9ac11d:aoa:abyss-stack:anchor:dbc830dc36d13e1ecee4711e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dbc830dc36d13e1ecee4711e","label":"Route Modes","locator":{"end_column":14,"end_line":47,"fragment":"route-modes","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-modes","source_id":"aoa:abyss-stack:artifact:8ea760f8380874c68b9ac11d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:c94d9e38746b1f1c44e431eb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c94d9e38746b1f1c44e431eb","label":"mirror_readme","locator":{"end_column":6,"end_line":251,"fragment":"","pointer":"","start_column":1,"start_line":246},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"mirror_readme","semantic_key":"python:function:mirror_readme","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:659b28e856d16fced116fd56","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:659b28e856d16fced116fd56","label":"harvest","locator":{"end_column":8,"end_line":42,"fragment":"","pointer":"/harvest","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/harvest","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} @@ -28,9 +28,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a64882e851006f33f172bdd0:aoa:abyss-stack:anchor:6c6c3cb9650fbcb57c6d75e5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6c6c3cb9650fbcb57c6d75e5","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:a64882e851006f33f172bdd0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ab01b66b058f3e9424e51bec:aoa:abyss-stack:anchor:c81cc8ab019b542043e7f514","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c81cc8ab019b542043e7f514","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:ab01b66b058f3e9424e51bec","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b:aoa:abyss-stack:anchor:29b796a5e6905388b8b7e3a6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:29b796a5e6905388b8b7e3a6","label":"federation-seams","locator":{"end_column":54,"end_line":52,"fragment":"","pointer":"","start_column":5,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:next-route","target_ref":"../federation-seams/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:52:5:0:../federation-seams/README.md","source_id":"aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:3c3a00a76fcf282126011983","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3c3a00a76fcf282126011983","label":"ABYSS-STACK-D-0062 Agent Skill Projection Validator Module","locator":{"end_column":129,"end_line":293,"fragment":"","pointer":"","start_column":3,"start_line":293},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:local-overlay","target_ref":"../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:293:3:0:../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:7de51e3a18fb37ff6ca20a3f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7de51e3a18fb37ff6ca20a3f","label":"ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle","locator":{"end_column":107,"end_line":204,"fragment":"","pointer":"","start_column":3,"start_line":204},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-transport","target_ref":"../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:204:3:0:../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:edcd21fac2377a5eb549600e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:edcd21fac2377a5eb549600e","label":"governed policy","locator":{"end_column":18,"end_line":279,"fragment":"governed-policy","pointer":"","start_column":1,"start_line":279},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governed-policy","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:edcd21fac2377a5eb549600e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:edcd21fac2377a5eb549600e","label":"governed policy","locator":{"end_column":18,"end_line":280,"fragment":"governed-policy","pointer":"","start_column":1,"start_line":280},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governed-policy","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ad9131c859ebb9b117aa16bf:aoa:abyss-stack:anchor:4042b72a07522b54bfc6fa50","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4042b72a07522b54bfc6fa50","label":"Inspection Route","locator":{"end_column":19,"end_line":193,"fragment":"inspection-route","pointer":"","start_column":1,"start_line":193},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:inspection-route","source_id":"aoa:abyss-stack:artifact:ad9131c859ebb9b117aa16bf","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:af1b0f6b4885a4dd17ae8c82:aoa:abyss-stack:anchor:6a5973097190feb0a2557682","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6a5973097190feb0a2557682","label":"Shape","locator":{"end_column":8,"end_line":13,"fragment":"shape","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:shape","source_id":"aoa:abyss-stack:artifact:af1b0f6b4885a4dd17ae8c82","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:2d0e2cec9c5f37244c7a738a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2d0e2cec9c5f37244c7a738a","label":"aoa_session_route_rollup_query","locator":{"end_column":10,"end_line":546,"fragment":"","pointer":"","start_column":5,"start_line":530},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_route_rollup_query","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_route_rollup_query","semantic_key":"python:method:build_server.aoa_session_route_rollup_query","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} @@ -44,5 +43,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e8d427bd7ba287fee3b3afab:aoa:abyss-stack:anchor:ae47daa2c4781e4a67b7fb96","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ae47daa2c4781e4a67b7fb96","label":"Config Sync Boundary","locator":{"end_column":22,"end_line":1,"fragment":"config-sync-boundary","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:config-sync-boundary","source_id":"aoa:abyss-stack:artifact:e8d427bd7ba287fee3b3afab","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8:aoa:abyss-stack:anchor:e4eb1dbae504f6377831ecb3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e4eb1dbae504f6377831ecb3","label":"Recommended Next Move","locator":{"end_column":24,"end_line":268,"fragment":"recommended-next-move","pointer":"","start_column":1,"start_line":268},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:recommended-next-move","source_id":"aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f1610e72d2936efb427656ee:aoa:abyss-stack:anchor:cf06be54e59939ab572397fa","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cf06be54e59939ab572397fa","label":"AGENTS.md","locator":{"end_column":11,"end_line":1,"fragment":"agentsmd","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agentsmd","source_id":"aoa:abyss-stack:artifact:f1610e72d2936efb427656ee","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:3c1bd4f4c6947bceb5e543bd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3c1bd4f4c6947bceb5e543bd","label":"ABYSS-STACK-D-0069 ToS Corpus MCP Access Plane","locator":{"end_column":105,"end_line":151,"fragment":"","pointer":"","start_column":3,"start_line":151},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:151:3:0:../ABYSS-STACK-D-0069-tos-corpus-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:addab76cc499cb246b128b99","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:addab76cc499cb246b128b99","label":"ABYSS-STACK-D-0027 Managed Systemd Unit Sources","locator":{"end_column":107,"end_line":118,"fragment":"","pointer":"","start_column":3,"start_line":118},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:systemd-units","target_ref":"../ABYSS-STACK-D-0027-managed-systemd-unit-sources.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:118:3:0:../ABYSS-STACK-D-0027-managed-systemd-unit-sources.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:e0b4c7ddd2b4c8e96305a0c4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e0b4c7ddd2b4c8e96305a0c4","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":208,"fragment":"","pointer":"","start_column":3,"start_line":208},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seam","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:208:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52:aoa:abyss-stack:anchor:fbb5861d707665326f153497","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fbb5861d707665326f153497","label":"dotenv_values","locator":{"end_column":18,"end_line":62,"fragment":"","pointer":"","start_column":1,"start_line":49},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:dotenv_values","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:dotenv_values","target_ref":"python:line.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:dotenv_values","target_ref":"python:line.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:dotenv_values","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:dotenv_values","target_ref":"python:path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:dotenv_values","target_ref":"python:raw.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:dotenv_values","target_ref":"python:value.strip"}],"parser_ref":"python-ast@1","qualified_name":"dotenv_values","semantic_key":"python:function:dotenv_values","source_id":"aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:901c15bd06da9b7110b3f8a5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:901c15bd06da9b7110b3f8a5","label":"break_glass_allowed","locator":{"end_column":39,"end_line":170,"fragment":"","pointer":"/break_glass_allowed","start_column":11,"start_line":170},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/break_glass_allowed#occurrence-6","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/ac.jsonl b/kag/indexes/shards/anchor/ac.jsonl index c295a8092..f681f236e 100644 --- a/kag/indexes/shards/anchor/ac.jsonl +++ b/kag/indexes/shards/anchor/ac.jsonl @@ -43,7 +43,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5:aoa:abyss-stack:anchor:62b11387f1b6f04e71041f82","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:62b11387f1b6f04e71041f82","label":"opened_at","locator":{"end_column":23,"end_line":42,"fragment":"","pointer":"/opened_at","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/opened_at","source_id":"aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:a7b461bbe23c39220d34c4b0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a7b461bbe23c39220d34c4b0","label":"_compact_goal_event","locator":{"end_column":19,"end_line":1118,"fragment":"","pointer":"","start_column":1,"start_line":1086},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_event","target_ref":"python:_bounded_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_event","target_ref":"python:_compact_episode_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_event","target_ref":"python:_compact_episode_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_event","target_ref":"python:compact.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_event","target_ref":"python:event.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_event","target_ref":"python:event.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_event","target_ref":"python:event.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_goal_event","target_ref":"python:isinstance"}],"parser_ref":"python-ast@1","qualified_name":"_compact_goal_event","semantic_key":"python:function:_compact_goal_event","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e7953abdf09604c8b2a9582f:aoa:abyss-stack:anchor:35ffdd5698d793e9bd144585","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:35ffdd5698d793e9bd144585","label":"aoa-kag-mcp","locator":{"end_column":13,"end_line":1,"fragment":"aoa-kag-mcp","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:aoa-kag-mcp","source_id":"aoa:abyss-stack:artifact:e7953abdf09604c8b2a9582f","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:9715def1abbdb6d7837cdea1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9715def1abbdb6d7837cdea1","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":72,"fragment":"","pointer":"","start_column":3,"start_line":72},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:72:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:08d5e55271497acd7dcf81e6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:08d5e55271497acd7dcf81e6","label":"ABYSS-STACK-D-0024 Fallback Gateway Profile","locator":{"end_column":99,"end_line":111,"fragment":"","pointer":"","start_column":3,"start_line":111},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profiles-and-presets","target_ref":"../ABYSS-STACK-D-0024-fallback-gateway-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:111:3:0:../ABYSS-STACK-D-0024-fallback-gateway-profile.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:a3cb06a3e1a9cdc7aec2d424","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a3cb06a3e1a9cdc7aec2d424","label":"ABYSS-STACK-D-0034 AoA Memo MCP Landing Plan Boundary","locator":{"end_column":119,"end_line":170,"fragment":"","pointer":"","start_column":3,"start_line":170},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution","target_ref":"../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:170:3:0:../ABYSS-STACK-D-0034-aoa-memo-mcp-landing-plan-boundary.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:ff63b4c03c212dd7a11e7dce","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ff63b4c03c212dd7a11e7dce","label":"node","locator":{"end_column":10,"end_line":247,"fragment":"","pointer":"","start_column":5,"start_line":229},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.node","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.node","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.node","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.node","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.node","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.node","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.node","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.node","target_ref":"python:self.index"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.node","semantic_key":"python:method:ToSCorpusMCPState.node","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f94c00e397193440ec61cc10:aoa:abyss-stack:anchor:1180f103789a13251979b6be","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1180f103789a13251979b6be","label":"Start Here","locator":{"end_column":13,"end_line":35,"fragment":"start-here","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:start-here","source_id":"aoa:abyss-stack:artifact:f94c00e397193440ec61cc10","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fc44f9098e73ccc61e94d4ee:aoa:abyss-stack:anchor:56cdbb110126f7c5dd101639","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:56cdbb110126f7c5dd101639","label":"Runtime Lifecycle Docs","locator":{"end_column":24,"end_line":1,"fragment":"runtime-lifecycle-docs","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-lifecycle-docs","source_id":"aoa:abyss-stack:artifact:fc44f9098e73ccc61e94d4ee","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/ad.jsonl b/kag/indexes/shards/anchor/ad.jsonl index 186d59999..618376ceb 100644 --- a/kag/indexes/shards/anchor/ad.jsonl +++ b/kag/indexes/shards/anchor/ad.jsonl @@ -3,7 +3,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:03b4da2390e51922a0a84c6b:aoa:abyss-stack:anchor:935dd4253db63ee750d30e2f","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:935dd4253db63ee750d30e2f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:03b4da2390e51922a0a84c6b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:10a4866d62b94f2931a788b3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:10a4866d62b94f2931a788b3","label":"pre_mutation_intent_text","locator":{"end_column":6,"end_line":7493,"fragment":"","pointer":"","start_column":1,"start_line":7481},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:pre_mutation_intent_text","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:pre_mutation_intent_text","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:pre_mutation_intent_text","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:pre_mutation_intent_text","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:pre_mutation_intent_text","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:pre_mutation_intent_text","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:pre_mutation_intent_text","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:pre_mutation_intent_text","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:pre_mutation_intent_text","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"pre_mutation_intent_text","semantic_key":"python:function:pre_mutation_intent_text","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:03da311a8d0a9cacb0d14c33:aoa:abyss-stack:anchor:46bfe906317f0292475a8415","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:46bfe906317f0292475a8415","label":"_assert_manifest_trust_contract","locator":{"end_column":80,"end_line":283,"fragment":"","pointer":"","start_column":1,"start_line":257},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:_load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_manifest_trust_contract","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_assert_manifest_trust_contract","semantic_key":"python:function:_assert_manifest_trust_contract","source_id":"aoa:abyss-stack:artifact:03da311a8d0a9cacb0d14c33","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:3c461db61d67b2ba06cbefab","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3c461db61d67b2ba06cbefab","label":"Notes","locator":{"end_column":9,"end_line":644,"fragment":"notes","pointer":"","start_column":1,"start_line":644},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:notes","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:3c461db61d67b2ba06cbefab","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3c461db61d67b2ba06cbefab","label":"Notes","locator":{"end_column":9,"end_line":646,"fragment":"notes","pointer":"","start_column":1,"start_line":646},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:notes","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0743905f57097dd04327214e:aoa:abyss-stack:anchor:1dfd411cfbf540e24bf08daa","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1dfd411cfbf540e24bf08daa","label":"search_records_exact","locator":{"end_column":6,"end_line":913,"fragment":"","pointer":"","start_column":1,"start_line":851},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:_exact_union_rows"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:_table_exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:clauses.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:dict.fromkeys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:path_prefix.replace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:record_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:time.perf_counter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:time.perf_counter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:time.perf_counter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:tuple"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:values.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_records_exact","target_ref":"python:values.append"}],"parser_ref":"python-ast@1","qualified_name":"search_records_exact","semantic_key":"python:function:search_records_exact","source_id":"aoa:abyss-stack:artifact:0743905f57097dd04327214e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:0d26fd688fae95342c35ef27:aoa:abyss-stack:anchor:a97dc3a13fa02dec0b33861d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a97dc3a13fa02dec0b33861d","label":"Options considered","locator":{"end_column":21,"end_line":28,"fragment":"options-considered","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:0d26fd688fae95342c35ef27","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0f7ef6838dd256cfc5faad4b:aoa:abyss-stack:anchor:94bc8a9fdd2247a3a90f9104","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:94bc8a9fdd2247a3a90f9104","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:0f7ef6838dd256cfc5faad4b","symbol_kind":""} @@ -53,7 +53,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:aa35ef4872d840064fc5da65:aoa:abyss-stack:anchor:ba73825ea38ab36bf2aa3f20","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ba73825ea38ab36bf2aa3f20","label":"governed-runner","locator":{"end_column":47,"end_line":6,"fragment":"","pointer":"","start_column":3,"start_line":6},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution-parts","target_ref":"governed-runner/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:6:3:0:governed-runner/README.md","source_id":"aoa:abyss-stack:artifact:aa35ef4872d840064fc5da65","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ab01b66b058f3e9424e51bec:aoa:abyss-stack:anchor:a63c6dcfe1b70e78d6437994","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:a63c6dcfe1b70e78d6437994","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ab01b66b058f3e9424e51bec","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:5adcbc4381c1af2505df8a9e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5adcbc4381c1af2505df8a9e","label":"ABYSS-STACK-D-0022 Machine Evidence Freshness Gates","locator":{"end_column":115,"end_line":124,"fragment":"","pointer":"","start_column":3,"start_line":124},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-evidence","target_ref":"../ABYSS-STACK-D-0022-machine-evidence-freshness-gates.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:124:3:0:../ABYSS-STACK-D-0022-machine-evidence-freshness-gates.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:695cfeedaa6466e15df4d4ff","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:695cfeedaa6466e15df4d4ff","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":367,"fragment":"","pointer":"","start_column":3,"start_line":367},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtimetopology","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:367:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:7010c6be06eefbaa6d6eefb4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7010c6be06eefbaa6d6eefb4","label":"ABYSS-STACK-D-0020 Docs District Topology","locator":{"end_column":95,"end_line":10,"fragment":"","pointer":"","start_column":3,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:roottopology","target_ref":"../ABYSS-STACK-D-0020-docs-district-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:10:3:0:../ABYSS-STACK-D-0020-docs-district-topology.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:b4fa489fd013390a3fbf422e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b4fa489fd013390a3fbf422e","label":"ABYSS-STACK-D-0046 Federation Surface Validator Module","locator":{"end_column":121,"end_line":160,"fragment":"","pointer":"","start_column":3,"start_line":160},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0046-federation-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:160:3:0:../ABYSS-STACK-D-0046-federation-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:af1b0f6b4885a4dd17ae8c82:aoa:abyss-stack:anchor:a901fcccca73ac3e6bf830c5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a901fcccca73ac3e6bf830c5","label":"Tree-of-Sophia","locator":{"end_column":312,"end_line":11,"fragment":"","pointer":"","start_column":209,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:authority-source","target_ref":"https://github.com/8Dionysus/Tree-of-Sophia/blob/main/docs/NO_RUNTIME_OFFICE_WRITE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:11:209:1:https://github.com/8Dionysus/Tree-of-Sophia/blob/main/docs/NO_RUNTIME_OFFICE_WRITE.md","source_id":"aoa:abyss-stack:artifact:af1b0f6b4885a4dd17ae8c82","symbol_kind":""} @@ -77,4 +76,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:f5451784a7b3275b5912b2aa:aoa:abyss-stack:anchor:ab19e069401c0a9450483d65","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ab19e069401c0a9450483d65","label":"Tree-of-Sophia","locator":{"end_column":312,"end_line":11,"fragment":"","pointer":"","start_column":209,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:authority-source","target_ref":"https://github.com/8Dionysus/Tree-of-Sophia/blob/main/docs/NO_RUNTIME_OFFICE_WRITE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:11:209:1:https://github.com/8Dionysus/Tree-of-Sophia/blob/main/docs/NO_RUNTIME_OFFICE_WRITE.md","source_id":"aoa:abyss-stack:artifact:f5451784a7b3275b5912b2aa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d:aoa:abyss-stack:anchor:2012a1d62f3fe54504bcd39d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2012a1d62f3fe54504bcd39d","label":"LLAMA_ARG_MLOCK","locator":{"end_column":26,"end_line":22,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_MLOCK","start_column":7,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_MLOCK","source_id":"aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fc3b963078f7b2d44b3bb401:aoa:abyss-stack:anchor:722ed359cd33461469b4a323","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:722ed359cd33461469b4a323","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fc3b963078f7b2d44b3bb401","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:fa660645b7a1ab6442c94a1a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:fa660645b7a1ab6442c94a1a","label":"invokes","locator":{"end_column":36,"end_line":81,"fragment":"","pointer":"/relations/invokes","start_column":3,"start_line":81},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/relations/invokes","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:e4171d56e05ac448b2d078e3","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e4171d56e05ac448b2d078e3","label":"AOA-P-0018","locator":{"end_column":23,"end_line":162,"fragment":"","pointer":"/AOA-P-0018","start_column":9,"start_line":162},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/AOA-P-0018#occurrence-2","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/ae.jsonl b/kag/indexes/shards/anchor/ae.jsonl index 581a1af92..340ca329c 100644 --- a/kag/indexes/shards/anchor/ae.jsonl +++ b/kag/indexes/shards/anchor/ae.jsonl @@ -42,7 +42,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:2656df42fbec8fe03f153120","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2656df42fbec8fe03f153120","label":"neo4j","locator":{"end_column":8,"end_line":5,"fragment":"","pointer":"/services/neo4j","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/neo4j","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a384cff6da2bbdfb60be1f3f:aoa:abyss-stack:anchor:6996574bf7fa85d5bd96d9e5","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:6996574bf7fa85d5bd96d9e5","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:a384cff6da2bbdfb60be1f3f","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a686d58d792fb14b0a45e25b:aoa:abyss-stack:anchor:1845bae7c992356785502ccd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1845bae7c992356785502ccd","label":"test_classify_guard_distinguishes_staged_from_applied","locator":{"end_column":10,"end_line":87,"fragment":"","pointer":"","start_column":5,"start_line":60},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ResourceGuardStatusTests.test_classify_guard_distinguishes_staged_from_applied","target_ref":"python:resource_guard_status.classify_guard"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ResourceGuardStatusTests.test_classify_guard_distinguishes_staged_from_applied","target_ref":"python:resource_guard_status.classify_guard"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ResourceGuardStatusTests.test_classify_guard_distinguishes_staged_from_applied","target_ref":"python:resource_guard_status.classify_guard"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ResourceGuardStatusTests.test_classify_guard_distinguishes_staged_from_applied","target_ref":"python:resource_guard_status.classify_guard"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ResourceGuardStatusTests.test_classify_guard_distinguishes_staged_from_applied","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ResourceGuardStatusTests.test_classify_guard_distinguishes_staged_from_applied","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ResourceGuardStatusTests.test_classify_guard_distinguishes_staged_from_applied","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ResourceGuardStatusTests.test_classify_guard_distinguishes_staged_from_applied","target_ref":"python:self.assertEqual"}],"parser_ref":"python-ast@1","qualified_name":"ResourceGuardStatusTests.test_classify_guard_distinguishes_staged_from_applied","semantic_key":"python:method:ResourceGuardStatusTests.test_classify_guard_distinguishes_staged_from_applied","source_id":"aoa:abyss-stack:artifact:a686d58d792fb14b0a45e25b","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:a52ab6add48e5c3a7e448130","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a52ab6add48e5c3a7e448130","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":400,"fragment":"","pointer":"","start_column":3,"start_line":400},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-topology","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:400:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:ac7a000c0d66beadc0415a6e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ac7a000c0d66beadc0415a6e","label":"CHARTER","locator":{"end_column":69,"end_line":37,"fragment":"","pointer":"","start_column":48,"start_line":37},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"CHARTER.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:37:48:0:CHARTER.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:cfa49cd3a63709c32cc6b60c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:cfa49cd3a63709c32cc6b60c","label":"docs/decisions","locator":{"end_column":117,"end_line":69,"fragment":"","pointer":"","start_column":75,"start_line":69},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"docs/decisions/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:69:75:0:docs/decisions/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5:aoa:abyss-stack:anchor:6b6b266e3602db4d5fec6aff","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6b6b266e3602db4d5fec6aff","label":"test_route_api_must_expose_clean_active_playbook_plan_bridge","locator":{"end_column":6,"end_line":131,"fragment":"","pointer":"","start_column":1,"start_line":115},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_route_api_must_expose_clean_active_playbook_plan_bridge","target_ref":"python:route_api_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_route_api_must_expose_clean_active_playbook_plan_bridge","target_ref":"python:run_active_topology_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_route_api_must_expose_clean_active_playbook_plan_bridge","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_route_api_must_expose_clean_active_playbook_plan_bridge","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_route_api_must_expose_clean_active_playbook_plan_bridge","semantic_key":"python:function:test_route_api_must_expose_clean_active_playbook_plan_bridge","source_id":"aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:3ea5be4744035a40a33d3a07","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3ea5be4744035a40a33d3a07","label":"aoa_session_trace","locator":{"end_column":10,"end_line":247,"fragment":"","pointer":"","start_column":5,"start_line":231},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_trace","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_trace","semantic_key":"python:method:build_server.aoa_session_trace","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:665e21f3a3714f185f13689e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:665e21f3a3714f185f13689e","label":"promotion_candidate_review","locator":{"end_column":10,"end_line":802,"fragment":"","pointer":"","start_column":5,"start_line":797},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.promotion_candidate_review","target_ref":"python:mcp.prompt"}],"parser_ref":"python-ast@1","qualified_name":"build_server.promotion_candidate_review","semantic_key":"python:method:build_server.promotion_candidate_review","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} @@ -62,7 +64,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:e331032cd570d23807698af0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e331032cd570d23807698af0","label":"Host-facing endpoints","locator":{"end_column":25,"end_line":348,"fragment":"host-facing-endpoints-8","pointer":"","start_column":1,"start_line":348},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:host-facing-endpoints-8","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267:aoa:abyss-stack:anchor:d42d2640fc73bc6263c6e63c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d42d2640fc73bc6263c6e63c","label":"test_fail_closed_gate_mapping","locator":{"end_column":69,"end_line":59,"fragment":"","pointer":"","start_column":5,"start_line":49},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_fail_closed_gate_mapping","target_ref":"python:self.assertFalse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_fail_closed_gate_mapping","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_fail_closed_gate_mapping","target_ref":"python:self.gate_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_fail_closed_gate_mapping","target_ref":"python:self.module.evaluate_autonomy_gate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_fail_closed_gate_mapping","target_ref":"python:self.module.load_policy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_fail_closed_gate_mapping","target_ref":"python:self.module.resolve_playbook_policy"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerPolicyScopeTests.test_fail_closed_gate_mapping","semantic_key":"python:method:GovernedRunnerPolicyScopeTests.test_fail_closed_gate_mapping","source_id":"aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:a421f7503f476847c7f622a6","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a421f7503f476847c7f622a6","label":"chunks_directory","locator":{"end_column":36,"end_line":17,"fragment":"","pointer":"/common/storage/filesystem/chunks_directory","start_column":7,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/common/storage/filesystem/chunks_directory","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:336b183b070dce7a197f67d7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:336b183b070dce7a197f67d7","label":"ABYSS-STACK-D-0047 Federation Upstream Compatibility Language Split","locator":{"end_column":147,"end_line":42,"fragment":"","pointer":"","start_column":3,"start_line":42},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:42:3:0:../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:1ddd31971d2f3ff139e9286d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1ddd31971d2f3ff139e9286d","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":203,"fragment":"","pointer":"","start_column":3,"start_line":203},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-surface","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:203:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:84fce091ee921e0fdfd77b38","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:84fce091ee921e0fdfd77b38","label":"discover","locator":{"end_column":10,"end_line":138,"fragment":"","pointer":"","start_column":5,"start_line":102},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.discover","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.discover","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.discover","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.discover","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.discover","target_ref":"python:_parse_source_roots"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.discover","target_ref":"python:cls"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.discover","target_ref":"python:stats_root.is_absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.discover","target_ref":"python:stats_root.resolve"}],"parser_ref":"python-ast@1","qualified_name":"AoAStatsMCPState.discover","semantic_key":"python:method:AoAStatsMCPState.discover","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f9ea39491eaf7aa91d1abe19:aoa:abyss-stack:anchor:0beba19e9c8243de932b6bb4","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:0beba19e9c8243de932b6bb4","label":"type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/type","source_id":"aoa:abyss-stack:artifact:f9ea39491eaf7aa91d1abe19","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:5f82cf019ba8dfc11d954db3","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5f82cf019ba8dfc11d954db3","label":"maximum_post_change_validation_failures","locator":{"end_column":50,"end_line":45,"fragment":"","pointer":"/maximum_post_change_validation_failures","start_column":7,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/maximum_post_change_validation_failures#occurrence-3","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/af.jsonl b/kag/indexes/shards/anchor/af.jsonl index e3a0b2cd8..309db676e 100644 --- a/kag/indexes/shards/anchor/af.jsonl +++ b/kag/indexes/shards/anchor/af.jsonl @@ -1,6 +1,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:f6339089bb1403383c1a069f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f6339089bb1403383c1a069f","label":"push","locator":{"end_column":35,"end_line":4822,"fragment":"","pointer":"","start_column":5,"start_line":4819},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_json_field_values.push","target_ref":"python:collected.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_json_field_values.push","target_ref":"python:seen.add"}],"parser_ref":"python-ast@1","qualified_name":"collect_json_field_values.push","semantic_key":"python:method:collect_json_field_values.push","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:62981eba7784a7eaf0913418","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:62981eba7784a7eaf0913418","label":"Summary","locator":{"end_column":11,"end_line":722,"fragment":"summary-3","pointer":"","start_column":1,"start_line":722},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:summary-3","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9:aoa:abyss-stack:anchor:36b6dc96f9a0b0e79c80a3f2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:36b6dc96f9a0b0e79c80a3f2","label":"Minimal landing recommendation","locator":{"end_column":33,"end_line":285,"fragment":"minimal-landing-recommendation","pointer":"","start_column":1,"start_line":285},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:minimal-landing-recommendation","source_id":"aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:62981eba7784a7eaf0913418","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:62981eba7784a7eaf0913418","label":"Summary","locator":{"end_column":11,"end_line":724,"fragment":"summary-3","pointer":"","start_column":1,"start_line":724},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:summary-3","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9:aoa:abyss-stack:anchor:36b6dc96f9a0b0e79c80a3f2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:36b6dc96f9a0b0e79c80a3f2","label":"Minimal landing recommendation","locator":{"end_column":33,"end_line":284,"fragment":"minimal-landing-recommendation","pointer":"","start_column":1,"start_line":284},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:minimal-landing-recommendation","source_id":"aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0d48f3e8472c37d7cc80fa4d:aoa:abyss-stack:anchor:79272f8608c7e6eab01ccc12","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:79272f8608c7e6eab01ccc12","label":"test_runtime_registry_validates","locator":{"end_column":49,"end_line":34,"fragment":"","pointer":"","start_column":1,"start_line":27},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_registry_validates","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_registry_validates","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_registry_validates","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"test_runtime_registry_validates","semantic_key":"python:function:test_runtime_registry_validates","source_id":"aoa:abyss-stack:artifact:0d48f3e8472c37d7cc80fa4d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:1ae30243fb8a5694af2725d7:aoa:abyss-stack:anchor:ce3da73f3b5e6a510cf8d940","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ce3da73f3b5e6a510cf8d940","label":"grpc","locator":{"end_column":13,"end_line":8,"fragment":"","pointer":"/distributor/receivers/otlp/protocols/grpc","start_column":9,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/distributor/receivers/otlp/protocols/grpc","source_id":"aoa:abyss-stack:artifact:1ae30243fb8a5694af2725d7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1b79512c20522b5e88e4ab55:aoa:abyss-stack:anchor:5640451be0573368a15e7313","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5640451be0573368a15e7313","label":"_validate_questbook_docs","locator":{"end_column":26,"end_line":381,"fragment":"","pointer":"","start_column":1,"start_line":281},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_questbook_docs","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_questbook_docs","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_questbook_docs","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_questbook_docs","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_questbook_docs","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_questbook_docs","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_questbook_docs","target_ref":"python:path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_questbook_docs","target_ref":"python:questbook_integration_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_questbook_docs","target_ref":"python:questbook_integration_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_validate_questbook_docs","target_ref":"python:rpg_runtime_frontend_posture_path.as_posix"}],"parser_ref":"python-ast@1","qualified_name":"_validate_questbook_docs","semantic_key":"python:function:_validate_questbook_docs","source_id":"aoa:abyss-stack:artifact:1b79512c20522b5e88e4ab55","symbol_kind":"function"} @@ -40,9 +40,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32:aoa:abyss-stack:anchor:3ba69bdb2e92cedc675fef50","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3ba69bdb2e92cedc675fef50","label":"PhilosophyAuditResponse","locator":{"end_column":24,"end_line":155,"fragment":"","pointer":"","start_column":1,"start_line":150},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"PhilosophyAuditResponse","semantic_key":"python:class:PhilosophyAuditResponse","source_id":"aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:aa50269d09d67d3ecd52ce23:aoa:abyss-stack:anchor:e25e5e5a3b703683ebd13b3d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e25e5e5a3b703683ebd13b3d","label":"parts/doctor-readiness/docs/DOCTOR.md","locator":{"end_column":81,"end_line":28,"fragment":"","pointer":"","start_column":3,"start_line":28},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"parts/doctor-readiness/docs/DOCTOR.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:28:3:0:parts/doctor-readiness/docs/DOCTOR.md","source_id":"aoa:abyss-stack:artifact:aa50269d09d67d3ecd52ce23","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aafc77e27f12f5cf4e36f54e:aoa:abyss-stack:anchor:863eb7fb38d58c25b12c7705","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:863eb7fb38d58c25b12c7705","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:aafc77e27f12f5cf4e36f54e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:020050e05149396ebd6f7c4c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:020050e05149396ebd6f7c4c","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":362,"fragment":"","pointer":"","start_column":3,"start_line":362},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-routes","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:362:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:ab9bcf8ac9c0cd56851aacbf","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ab9bcf8ac9c0cd56851aacbf","label":"ABYSS-STACK-D-0052 Machine Fit Validator Module","locator":{"end_column":107,"end_line":166,"fragment":"","pointer":"","start_column":3,"start_line":166},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0052-machine-fit-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:166:3:0:../ABYSS-STACK-D-0052-machine-fit-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:e68ef35ec602593df65c27ba","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e68ef35ec602593df65c27ba","label":"ABYSS-STACK-D-0046 Federation Surface Validator Module","locator":{"end_column":121,"end_line":255,"fragment":"","pointer":"","start_column":3,"start_line":255},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seam","target_ref":"../ABYSS-STACK-D-0046-federation-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:255:3:0:../ABYSS-STACK-D-0046-federation-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aedad7639e85e4508c819730:aoa:abyss-stack:anchor:73fa64592c6e2cac7b9ff845","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:73fa64592c6e2cac7b9ff845","label":"model_name","locator":{"end_column":34,"end_line":7,"fragment":"","pointer":"/model_list/1/model_name","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/model_list/1/model_name","source_id":"aoa:abyss-stack:artifact:aedad7639e85e4508c819730","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e:aoa:abyss-stack:anchor:f9c6b9336d1225b5fb5ce853","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:f9c6b9336d1225b5fb5ce853","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7212a47afbad332ca394d0b:aoa:abyss-stack:anchor:e618dbd7fdc2f071e2e5cd1a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e618dbd7fdc2f071e2e5cd1a","label":"test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","locator":{"end_column":14,"end_line":108,"fragment":"","pointer":"","start_column":5,"start_line":75},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:reviewed_closeout_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:self.assertFalse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:self.assertFalse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:self.run_adapter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","semantic_key":"python:method:A2AReturnCloseoutDryRunTests.test_adapter_outputs_dry_run_receipt_candidate_without_writing_by_default","source_id":"aoa:abyss-stack:artifact:b7212a47afbad332ca394d0b","symbol_kind":"method"} @@ -61,3 +59,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:f3de65b2b62e198d8d6c371b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f3de65b2b62e198d8d6c371b","label":"graph_cooccurrence","locator":{"end_column":70,"end_line":8416,"fragment":"","pointer":"","start_column":5,"start_line":8309},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:_coerce_limit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:_coerce_trace_kind"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:_compact_graph_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:_compact_graph_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:_compact_graph_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:_compact_graph_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:_compact_graph_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:_ensure_short_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:direct.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:direct.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:direct.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:direct.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:direct.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:direct.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:graph.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:min"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:payload.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:payload.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:self._archive_command_line"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:self._deferred_graph_route_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:self._deferred_graph_route_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:self._graph_neighborhood_read_error_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:self._graph_neighborhood_sqlite_fast_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:self._graph_sqlite_event_routes"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:self._resource_admitted_archive_route"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.graph_cooccurrence","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState.graph_cooccurrence","semantic_key":"python:method:AoASessionMemoryMCPState.graph_cooccurrence","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:673993b60b72f5447f4daec7","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:673993b60b72f5447f4daec7","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:d0524984bc0c5bf0c51352c7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d0524984bc0c5bf0c51352c7","label":"_local_port_hierarchy_note","locator":{"end_column":82,"end_line":1666,"fragment":"","pointer":"","start_column":5,"start_line":1659},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._local_port_hierarchy_note","target_ref":"python:port.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._local_port_hierarchy_note","target_ref":"python:port.get"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._local_port_hierarchy_note","semantic_key":"python:method:AoAMemoMCPState._local_port_hierarchy_note","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:1c7a8778cfd17019e8cfa9ca","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1c7a8778cfd17019e8cfa9ca","label":"tool_requirements","locator":{"end_column":18,"end_line":63,"fragment":"","pointer":"/tool_requirements","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/tool_requirements","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:5945e3da6ccdd6262f99d832","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5945e3da6ccdd6262f99d832","label":"public_safe_default","locator":{"end_column":27,"end_line":90,"fragment":"","pointer":"/trust/public_safe_default","start_column":3,"start_line":90},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/trust/public_safe_default","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/b0.jsonl b/kag/indexes/shards/anchor/b0.jsonl index 16f076f80..4ea4c10a4 100644 --- a/kag/indexes/shards/anchor/b0.jsonl +++ b/kag/indexes/shards/anchor/b0.jsonl @@ -2,19 +2,20 @@ {"_key":"anchor:aoa:abyss-stack:artifact:01b7c344cb4d5aaa9f568497:aoa:abyss-stack:anchor:a3ad2c00e0eccc305b97bc14","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a3ad2c00e0eccc305b97bc14","label":"validate_root_design_surfaces","locator":{"end_column":71,"end_line":104,"fragment":"","pointer":"","start_column":1,"start_line":46},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:read_required"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:read_required"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:read_required"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:read_required"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:read_required"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_design_surfaces","target_ref":"python:read_required"}],"parser_ref":"python-ast@1","qualified_name":"validate_root_design_surfaces","semantic_key":"python:function:validate_root_design_surfaces","source_id":"aoa:abyss-stack:artifact:01b7c344cb4d5aaa9f568497","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:2578727c83c151e1205226c9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2578727c83c151e1205226c9","label":"parse_approval_status","locator":{"end_column":19,"end_line":7335,"fragment":"","pointer":"","start_column":1,"start_line":7328},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_approval_status","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_approval_status","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_approval_status","target_ref":"python:approval_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_approval_status","target_ref":"python:load_json_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_approval_status","target_ref":"python:payload.get"}],"parser_ref":"python-ast@1","qualified_name":"parse_approval_status","semantic_key":"python:function:parse_approval_status","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:064505ff57f8ab300d932d4b:aoa:abyss-stack:anchor:08bec37ef77958d53a691509","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:08bec37ef77958d53a691509","label":"test_build_edit_spec_prompt_includes_helper_excerpt_for_build_run_record_goal","locator":{"end_column":73,"end_line":216,"fragment":"","pointer":"","start_column":5,"start_line":190},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_includes_helper_excerpt_for_build_run_record_goal","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_includes_helper_excerpt_for_build_run_record_goal","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_includes_helper_excerpt_for_build_run_record_goal","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_includes_helper_excerpt_for_build_run_record_goal","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_includes_helper_excerpt_for_build_run_record_goal","target_ref":"python:self.module.build_edit_spec_prompt"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_includes_helper_excerpt_for_build_run_record_goal","semantic_key":"python:method:GovernedRunnerEditSpecTests.test_build_edit_spec_prompt_includes_helper_excerpt_for_build_run_record_goal","source_id":"aoa:abyss-stack:artifact:064505ff57f8ab300d932d4b","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:355381375aee335297440bd3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:355381375aee335297440bd3","label":"Summary","locator":{"end_column":11,"end_line":651,"fragment":"summary-1","pointer":"","start_column":1,"start_line":651},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:summary-1","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:355381375aee335297440bd3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:355381375aee335297440bd3","label":"Summary","locator":{"end_column":11,"end_line":653,"fragment":"summary-1","pointer":"","start_column":1,"start_line":653},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:summary-1","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0f2e680584c74140fcb78bc1:aoa:abyss-stack:anchor:af86d7c5455d5634f769a1d6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:af86d7c5455d5634f769a1d6","label":"initialize_tracked_git_repo","locator":{"end_column":91,"end_line":36,"fragment":"","pointer":"","start_column":1,"start_line":28},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:initialize_tracked_git_repo","target_ref":"python:git"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:initialize_tracked_git_repo","target_ref":"python:git"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:initialize_tracked_git_repo","target_ref":"python:git"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:initialize_tracked_git_repo","target_ref":"python:git"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:initialize_tracked_git_repo","target_ref":"python:git"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:initialize_tracked_git_repo","target_ref":"python:git"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:initialize_tracked_git_repo","target_ref":"python:git"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:initialize_tracked_git_repo","target_ref":"python:git"}],"parser_ref":"python-ast@1","qualified_name":"initialize_tracked_git_repo","semantic_key":"python:function:initialize_tracked_git_repo","source_id":"aoa:abyss-stack:artifact:0f2e680584c74140fcb78bc1","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:12c12b786796106bb4c3dd05:aoa:abyss-stack:anchor:74b3f456a79422457d15673c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:74b3f456a79422457d15673c","label":"aoa_4pda_connector_query_hybrid","locator":{"end_column":79,"end_line":78,"fragment":"","pointer":"","start_column":5,"start_line":76},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_4pda_connector_query_hybrid","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_4pda_connector_query_hybrid","target_ref":"python:mcp.tool"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_4pda_connector_query_hybrid","semantic_key":"python:method:build_server.aoa_4pda_connector_query_hybrid","source_id":"aoa:abyss-stack:artifact:12c12b786796106bb4c3dd05","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:15abaec7a5c5b523e5d4da18:aoa:abyss-stack:anchor:3c6ceab4be4f228a37d04147","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3c6ceab4be4f228a37d04147","label":"INTERNAL PROBES","locator":{"end_column":17,"end_line":1,"fragment":"internal-probes","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:internal-probes","source_id":"aoa:abyss-stack:artifact:15abaec7a5c5b523e5d4da18","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:25b31a93f67dbde6e8e4c3da","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:25b31a93f67dbde6e8e4c3da","label":"run_w3_preflight","locator":{"end_column":51,"end_line":4047,"fragment":"","pointer":"","start_column":1,"start_line":4046},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w3_preflight","target_ref":"python:run_supervised_route_preflight"}],"parser_ref":"python-ast@1","qualified_name":"run_w3_preflight","semantic_key":"python:function:run_w3_preflight","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:28cd80c0430f5aaf0b1993ab:aoa:abyss-stack:anchor:31b89e40347e083a47048ff2","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:31b89e40347e083a47048ff2","label":"created_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/created_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/created_at","source_id":"aoa:abyss-stack:artifact:28cd80c0430f5aaf0b1993ab","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:b25cbeb6eeeb13dd2497b8bc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b25cbeb6eeeb13dd2497b8bc","label":"test_operator_wrapper_must_point_to_backend","locator":{"end_column":10,"end_line":523,"fragment":"","pointer":"","start_column":5,"start_line":503},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_wrapper_must_point_to_backend","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_wrapper_must_point_to_backend","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_wrapper_must_point_to_backend","target_ref":"python:self.validate_operator_backend_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_wrapper_must_point_to_backend","target_ref":"python:self.write_operator_backend_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_wrapper_must_point_to_backend","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_operator_wrapper_must_point_to_backend","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_operator_wrapper_must_point_to_backend","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:b25cbeb6eeeb13dd2497b8bc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b25cbeb6eeeb13dd2497b8bc","label":"test_operator_wrapper_must_point_to_backend","locator":{"end_column":10,"end_line":507,"fragment":"","pointer":"","start_column":5,"start_line":487},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_wrapper_must_point_to_backend","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_wrapper_must_point_to_backend","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_wrapper_must_point_to_backend","target_ref":"python:self.validate_operator_backend_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_wrapper_must_point_to_backend","target_ref":"python:self.write_operator_backend_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_operator_wrapper_must_point_to_backend","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_operator_wrapper_must_point_to_backend","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_operator_wrapper_must_point_to_backend","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:38c98727c64e92de3a457d58:aoa:abyss-stack:anchor:680f2f4d94b0de003115890b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:680f2f4d94b0de003115890b","label":"lane","locator":{"end_column":17,"end_line":6,"fragment":"","pointer":"/lane","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/lane","source_id":"aoa:abyss-stack:artifact:38c98727c64e92de3a457d58","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3e46c9b0577a553473d6613b:aoa:abyss-stack:anchor:c32e66c1029d24ad33f4edb8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c32e66c1029d24ad33f4edb8","label":"Machine Evidence Freshness Gates","locator":{"end_column":34,"end_line":1,"fragment":"machine-evidence-freshness-gates","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:machine-evidence-freshness-gates","source_id":"aoa:abyss-stack:artifact:3e46c9b0577a553473d6613b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:dc4a93db73681d727b1fed5a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:dc4a93db73681d727b1fed5a","label":"build_impl_exact_prompt","locator":{"end_column":22,"end_line":1371,"fragment":"","pointer":"","start_column":1,"start_line":1340},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_impl_exact_prompt","target_ref":"python:agents_guidance.rstrip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_impl_exact_prompt","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_impl_exact_prompt","target_ref":"python:textwrap.dedent"}],"parser_ref":"python-ast@1","qualified_name":"build_impl_exact_prompt","semantic_key":"python:function:build_impl_exact_prompt","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:41880163345233e7ac4fa00e:aoa:abyss-stack:anchor:468787cbc52a3765e509748e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:468787cbc52a3765e509748e","label":"Inputs","locator":{"end_column":10,"end_line":29,"fragment":"inputs","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:inputs","source_id":"aoa:abyss-stack:artifact:41880163345233e7ac4fa00e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:4217770f4130ffb4a4b08d2e:aoa:abyss-stack:anchor:91cb7c6d8c31e222274f48fc","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:91cb7c6d8c31e222274f48fc","label":"Recommended use order","locator":{"end_column":24,"end_line":71,"fragment":"recommended-use-order","pointer":"","start_column":1,"start_line":71},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:recommended-use-order","source_id":"aoa:abyss-stack:artifact:4217770f4130ffb4a4b08d2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2:aoa:abyss-stack:anchor:dd8df632f2405557f64da9e6","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:dd8df632f2405557f64da9e6","label":"previous_phase","locator":{"end_column":20,"end_line":36,"fragment":"","pointer":"/reentry/allowed_modes/0","start_column":5,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/reentry/allowed_modes/0","source_id":"aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b:aoa:abyss-stack:anchor:f8518059e97f572f265d7bad","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f8518059e97f572f265d7bad","label":"Source surfaces","locator":{"end_column":18,"end_line":97,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":97},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6da22a26e38ccaa11132fc55:aoa:abyss-stack:anchor:091e6954eb9f9749044954df","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:091e6954eb9f9749044954df","label":"Follow-up route","locator":{"end_column":18,"end_line":88,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":88},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:6da22a26e38ccaa11132fc55","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3:aoa:abyss-stack:anchor:62a6a7cc6bb6796c31e2a3e9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:62a6a7cc6bb6796c31e2a3e9","label":"fake_git_commit","locator":{"end_column":71,"end_line":1153,"fragment":"","pointer":"","start_column":5,"start_line":1152},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_status_flags_stale_mirror_when_source_is_selected.fake_git_commit","target_ref":"python:root.resolve"}],"parser_ref":"python-ast@1","qualified_name":"test_runtime_status_flags_stale_mirror_when_source_is_selected.fake_git_commit","semantic_key":"python:method:test_runtime_status_flags_stale_mirror_when_source_is_selected.fake_git_commit#occurrence-2","source_id":"aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:7fa95990ae828ff563befc45:aoa:abyss-stack:anchor:4724b86d6b6a8386a55d9429","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4724b86d6b6a8386a55d9429","label":"test_invalid_vocabulary_does_not_write_candidate","locator":{"end_column":45,"end_line":563,"fragment":"","pointer":"","start_column":1,"start_line":550},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_invalid_vocabulary_does_not_write_candidate","target_ref":"python:AoAMemoMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_invalid_vocabulary_does_not_write_candidate","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_invalid_vocabulary_does_not_write_candidate","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_invalid_vocabulary_does_not_write_candidate","target_ref":"python:seed_workspace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_invalid_vocabulary_does_not_write_candidate","target_ref":"python:state.create_candidate"}],"parser_ref":"python-ast@1","qualified_name":"test_invalid_vocabulary_does_not_write_candidate","semantic_key":"python:function:test_invalid_vocabulary_does_not_write_candidate","source_id":"aoa:abyss-stack:artifact:7fa95990ae828ff563befc45","symbol_kind":"function"} @@ -27,12 +28,12 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:a5462cda1ec941f4215ed9df","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a5462cda1ec941f4215ed9df","label":"resolve_source_checkout_root","locator":{"end_column":50,"end_line":159,"fragment":"","pointer":"","start_column":1,"start_line":138},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:HOME_SOURCE_ROOT.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:candidate.expanduser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:is_source_checkout"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:is_source_checkout"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:seen.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_source_checkout_root","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"resolve_source_checkout_root","semantic_key":"python:function:resolve_source_checkout_root","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a120db8f77d13164b6d8b82c:aoa:abyss-stack:anchor:7a9b981515954126e365d585","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7a9b981515954126e365d585","label":"install","locator":{"end_column":9,"end_line":1,"fragment":"install","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:install","source_id":"aoa:abyss-stack:artifact:a120db8f77d13164b6d8b82c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:7dafbb04e687784baea5edc5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7dafbb04e687784baea5edc5","label":"public_safe","locator":{"end_column":17,"end_line":49,"fragment":"","pointer":"/public_safe","start_column":1,"start_line":49},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/public_safe","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:651e0015796c8b776667a893","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:651e0015796c8b776667a893","label":"root orchestrator","locator":{"end_column":20,"end_line":324,"fragment":"root-orchestrator","pointer":"","start_column":1,"start_line":324},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:root-orchestrator","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:cb7f7e64a93bbb1df7e823e1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:cb7f7e64a93bbb1df7e823e1","label":"ABYSS-STACK-D-0048 Federation Landing Validator Split","locator":{"end_column":119,"end_line":257,"fragment":"","pointer":"","start_column":3,"start_line":257},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seam","target_ref":"../ABYSS-STACK-D-0048-federation-landing-validator-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:257:3:0:../ABYSS-STACK-D-0048-federation-landing-validator-split.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:651e0015796c8b776667a893","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:651e0015796c8b776667a893","label":"root orchestrator","locator":{"end_column":20,"end_line":329,"fragment":"root-orchestrator","pointer":"","start_column":1,"start_line":329},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:root-orchestrator","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5:aoa:abyss-stack:anchor:92d9ffe9a99cb1bb7d01e765","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:92d9ffe9a99cb1bb7d01e765","label":"owner_repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/owner_repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/owner_repo","source_id":"aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:af733ceef13848830e6ea691:aoa:abyss-stack:anchor:b7bc0d7f55135d62047ac6e3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b7bc0d7f55135d62047ac6e3","label":"quiet-bridge-commands","locator":{"end_column":59,"end_line":11,"fragment":"","pointer":"","start_column":3,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots-parts","target_ref":"quiet-bridge-commands/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:11:3:0:quiet-bridge-commands/README.md","source_id":"aoa:abyss-stack:artifact:af733ceef13848830e6ea691","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:a80f58ac6eecc5cee3f89a76","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a80f58ac6eecc5cee3f89a76","label":"labels","locator":{"end_column":11,"end_line":17,"fragment":"","pointer":"/services/tts-router/labels","start_column":5,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tts-router/labels","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b0d24b474c514d6b28be41a7:aoa:abyss-stack:anchor:e551b0da92efda351ace0419","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e551b0da92efda351ace0419","label":"diagnose-wrapper","locator":{"end_column":49,"end_line":7,"fragment":"","pointer":"","start_column":3,"start_line":7},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:diagnostic-spine-parts","target_ref":"diagnose-wrapper/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:7:3:0:diagnose-wrapper/README.md","source_id":"aoa:abyss-stack:artifact:b0d24b474c514d6b28be41a7","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:cded684708ed24d3c3e80270","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:cded684708ed24d3c3e80270","label":"ROADMAP","locator":{"end_column":106,"end_line":67,"fragment":"","pointer":"","start_column":85,"start_line":67},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"ROADMAP.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:67:85:0:ROADMAP.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8efdbcda2c5c07a201e758f:aoa:abyss-stack:anchor:2d52098af4130ee2febc4004","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2d52098af4130ee2febc4004","label":"Local Checks","locator":{"end_column":15,"end_line":48,"fragment":"local-checks","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:local-checks","source_id":"aoa:abyss-stack:artifact:b8efdbcda2c5c07a201e758f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:2e88fa1fa053b3fe8cc02b15","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2e88fa1fa053b3fe8cc02b15","label":"loki","locator":{"end_column":12,"end_line":105,"fragment":"","pointer":"/services/alloy/depends_on/0","start_column":7,"start_line":105},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/alloy/depends_on/0","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bf2d26c4331f9b61e93a3d29:aoa:abyss-stack:anchor:dccb2b0594e6f8f45d2b9bd6","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:dccb2b0594e6f8f45d2b9bd6","label":"kernel_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/kernel_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/kernel_id","source_id":"aoa:abyss-stack:artifact:bf2d26c4331f9b61e93a3d29","symbol_kind":"json_key"} @@ -42,7 +43,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:c53c687bec1458e16fb43d45:aoa:abyss-stack:anchor:745ecb3d16a2535b966ac022","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:745ecb3d16a2535b966ac022","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:c53c687bec1458e16fb43d45","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:cb496c3de199c9d8e3f893c2:aoa:abyss-stack:anchor:421dd3a7815b685bcc6e80b6","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:421dd3a7815b685bcc6e80b6","label":"name","locator":{"end_column":19,"end_line":1,"fragment":"","pointer":"/name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/name","source_id":"aoa:abyss-stack:artifact:cb496c3de199c9d8e3f893c2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cc61f1a4b22237ea9a637f0c:aoa:abyss-stack:anchor:b76c550c889f471f459f6ac4","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:b76c550c889f471f459f6ac4","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:cc61f1a4b22237ea9a637f0c","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:72f66709cf700507ce8107bd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:72f66709cf700507ce8107bd","label":"require_snippets","locator":{"end_column":68,"end_line":124,"fragment":"","pointer":"","start_column":1,"start_line":115},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_snippets","target_ref":"python:errors.append"}],"parser_ref":"python-ast@1","qualified_name":"require_snippets","semantic_key":"python:function:require_snippets","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b:aoa:abyss-stack:anchor:72f66709cf700507ce8107bd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:72f66709cf700507ce8107bd","label":"require_snippets","locator":{"end_column":68,"end_line":133,"fragment":"","pointer":"","start_column":1,"start_line":124},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_snippets","target_ref":"python:errors.append"}],"parser_ref":"python-ast@1","qualified_name":"require_snippets","semantic_key":"python:function:require_snippets","source_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:d29ad807dabc7c951e11e7c6:aoa:abyss-stack:anchor:b330e4b37f036154a00bd48e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b330e4b37f036154a00bd48e","label":"short_description","locator":{"end_column":69,"end_line":3,"fragment":"","pointer":"/interface/short_description","start_column":3,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/interface/short_description","source_id":"aoa:abyss-stack:artifact:d29ad807dabc7c951e11e7c6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d7b73dfc1a6e74f24673d71b:aoa:abyss-stack:anchor:58f9b8127c76338c450c5790","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:58f9b8127c76338c450c5790","label":"environment","locator":{"end_column":16,"end_line":3,"fragment":"","pointer":"/services/langchain-api/environment","start_column":5,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api/environment","source_id":"aoa:abyss-stack:artifact:d7b73dfc1a6e74f24673d71b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:dcf9df3fe3a158c41aa6af66:aoa:abyss-stack:anchor:21ed3756e2958801600c711a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:21ed3756e2958801600c711a","label":"schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema","source_id":"aoa:abyss-stack:artifact:dcf9df3fe3a158c41aa6af66","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:e27318c3b234726b9ae4bd2e:aoa:abyss-stack:anchor:a06167501a671e1af6dece1a","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:a06167501a671e1af6dece1a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e27318c3b234726b9ae4bd2e","symbol_kind":""} @@ -54,5 +56,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e9763ad9395185e2eff2d14d:aoa:abyss-stack:anchor:d1c0268cd640538745e2a007","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d1c0268cd640538745e2a007","label":"test_sync_managed_file_iterator_ignores_cache_parts_and_suffixes","locator":{"end_column":68,"end_line":26,"fragment":"","pointer":"","start_column":1,"start_line":13},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_sync_managed_file_iterator_ignores_cache_parts_and_suffixes","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_sync_managed_file_iterator_ignores_cache_parts_and_suffixes","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_sync_managed_file_iterator_ignores_cache_parts_and_suffixes","target_ref":"python:sync_parity.iter_sync_managed_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_sync_managed_file_iterator_ignores_cache_parts_and_suffixes","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_sync_managed_file_iterator_ignores_cache_parts_and_suffixes","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_sync_managed_file_iterator_ignores_cache_parts_and_suffixes","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_sync_managed_file_iterator_ignores_cache_parts_and_suffixes","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_sync_managed_file_iterator_ignores_cache_parts_and_suffixes","semantic_key":"python:function:test_sync_managed_file_iterator_ignores_cache_parts_and_suffixes","source_id":"aoa:abyss-stack:artifact:e9763ad9395185e2eff2d14d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ed0b82ede2f0b706cdea886f:aoa:abyss-stack:anchor:c66105a3c5e64dda7376e408","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c66105a3c5e64dda7376e408","label":"Minimal flow","locator":{"end_column":15,"end_line":19,"fragment":"minimal-flow","pointer":"","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:minimal-flow","source_id":"aoa:abyss-stack:artifact:ed0b82ede2f0b706cdea886f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef819ea912b1550023dc4204:aoa:abyss-stack:anchor:335fe29cae97180ec94140aa","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:335fe29cae97180ec94140aa","label":"runtime_environment","locator":{"end_column":18,"end_line":92,"fragment":"","pointer":"","start_column":1,"start_line":83},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_environment","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_environment","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_environment","target_ref":"python:merged.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_environment","target_ref":"python:merged.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_environment","target_ref":"python:merged.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_environment","target_ref":"python:merged.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_environment","target_ref":"python:os.environ.copy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_environment","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_environment","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_environment","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_environment","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_environment","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_environment","target_ref":"python:unit_env.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:runtime_environment","target_ref":"python:unit_state.get"}],"parser_ref":"python-ast@1","qualified_name":"runtime_environment","semantic_key":"python:function:runtime_environment","source_id":"aoa:abyss-stack:artifact:ef819ea912b1550023dc4204","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:5f57d386036a014db32199bb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5f57d386036a014db32199bb","label":"ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle","locator":{"end_column":107,"end_line":79,"fragment":"","pointer":"","start_column":3,"start_line":79},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection","target_ref":"../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:79:3:0:../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f323b2bec780ad026a892be1:aoa:abyss-stack:anchor:203a35c19445fc535fa64b3a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:203a35c19445fc535fa64b3a","label":"family","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/family","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/family","source_id":"aoa:abyss-stack:artifact:f323b2bec780ad026a892be1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:24a4c64a8c826af2ced72ebb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:24a4c64a8c826af2ced72ebb","label":"test_machine_fit_module_is_inventory_owned","locator":{"end_column":57,"end_line":443,"fragment":"","pointer":"","start_column":1,"start_line":433},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_machine_fit_module_is_inventory_owned","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_machine_fit_module_is_inventory_owned","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","qualified_name":"test_machine_fit_module_is_inventory_owned","semantic_key":"python:function:test_machine_fit_module_is_inventory_owned","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:4105c7a9512f14e8bf422497","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4105c7a9512f14e8bf422497","label":"owner_cli_available","locator":{"end_column":29,"end_line":39,"fragment":"","pointer":"/abi/inputs/conditional/observe/0","start_column":9,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/inputs/conditional/observe/0","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/b1.jsonl b/kag/indexes/shards/anchor/b1.jsonl index 14870a345..6e31ecf37 100644 --- a/kag/indexes/shards/anchor/b1.jsonl +++ b/kag/indexes/shards/anchor/b1.jsonl @@ -19,6 +19,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:4110e0674862caea0a4f8558:aoa:abyss-stack:anchor:af2872b2d3b3fb30e5546daa","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:af2872b2d3b3fb30e5546daa","label":"node_type_counts","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/node_type_counts","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/node_type_counts","source_id":"aoa:abyss-stack:artifact:4110e0674862caea0a4f8558","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:45c2d329b288bb4ca78c95e4:aoa:abyss-stack:anchor:a16b05c41ad7f41a113d8b77","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a16b05c41ad7f41a113d8b77","label":"created_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/created_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/created_at","source_id":"aoa:abyss-stack:artifact:45c2d329b288bb4ca78c95e4","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:46253e994851cf9ea81f6cae:aoa:abyss-stack:anchor:b94114e04d2d44283d37cbd5","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:b94114e04d2d44283d37cbd5","label":"runtime_effect","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/runtime_effect","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/runtime_effect","source_id":"aoa:abyss-stack:artifact:46253e994851cf9ea81f6cae","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e:aoa:abyss-stack:anchor:45da11094f373d6fed1701e3","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:45da11094f373d6fed1701e3","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3:aoa:abyss-stack:anchor:90631327d5cdae7de5806de8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:90631327d5cdae7de5806de8","label":"Logging and inspection","locator":{"end_column":25,"end_line":193,"fragment":"logging-and-inspection","pointer":"","start_column":1,"start_line":193},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:logging-and-inspection","source_id":"aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:53f81c4cfab0796a20c722e7:aoa:abyss-stack:anchor:ff4ecefc070d0b959d892774","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ff4ecefc070d0b959d892774","label":"llama-cpp","locator":{"end_column":12,"end_line":5,"fragment":"","pointer":"/services/llama-cpp","start_column":3,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp","source_id":"aoa:abyss-stack:artifact:53f81c4cfab0796a20c722e7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:54e72cb4935e00b5cff2d280:aoa:abyss-stack:anchor:a55f4c61f64ddb2e380d3e82","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a55f4c61f64ddb2e380d3e82","label":"Governance Storage Plan","locator":{"end_column":25,"end_line":1,"fragment":"governance-storage-plan","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governance-storage-plan","source_id":"aoa:abyss-stack:artifact:54e72cb4935e00b5cff2d280","symbol_kind":""} @@ -39,6 +40,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3:aoa:abyss-stack:anchor:c58fa8a7a59b3ecd96c9fad4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c58fa8a7a59b3ecd96c9fad4","label":"test_server_builds","locator":{"end_column":61,"end_line":2004,"fragment":"","pointer":"","start_column":1,"start_line":2002},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_builds","target_ref":"python:build_server"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_builds","target_ref":"python:seed_evals"}],"parser_ref":"python-ast@1","qualified_name":"test_server_builds","semantic_key":"python:function:test_server_builds","source_id":"aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:4871249324861f7bf62c2b7c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4871249324861f7bf62c2b7c","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":107,"fragment":"","pointer":"","start_column":3,"start_line":107},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-06-04","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:107:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:03c52e2d1ab701511df49d73","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:03c52e2d1ab701511df49d73","label":"ABYSS-STACK-D-0012 Quest And Compatibility Topology","locator":{"end_column":115,"end_line":139,"fragment":"","pointer":"","start_column":3,"start_line":139},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0012-quest-and-compatibility-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:139:3:0:../ABYSS-STACK-D-0012-quest-and-compatibility-topology.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:04b609800e3b7d7ffff8a1d4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:04b609800e3b7d7ffff8a1d4","label":"ABYSS-STACK-D-0080 Diagnostic Skill Owner Home","locator":{"end_column":105,"end_line":316,"fragment":"","pointer":"","start_column":3,"start_line":316},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-source-return","target_ref":"../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:316:3:0:../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a03500d3d527c864996efece:aoa:abyss-stack:anchor:386e1dace489426f795f0ad3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:386e1dace489426f795f0ad3","label":"fake_runner","locator":{"end_column":6,"end_line":64,"fragment":"","pointer":"","start_column":1,"start_line":20},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:fake_runner","target_ref":"python:CommandOutput"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:fake_runner","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:fake_runner","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:fake_runner","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"fake_runner","semantic_key":"python:function:fake_runner","source_id":"aoa:abyss-stack:artifact:a03500d3d527c864996efece","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0:aoa:abyss-stack:anchor:cc68a41d5e096334490776e6","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:cc68a41d5e096334490776e6","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:bab1da76caba26e805dc89d8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bab1da76caba26e805dc89d8","label":"ABYSS-STACK-D-0039 Validation Command Authority And Technical Topology","locator":{"end_column":153,"end_line":137,"fragment":"","pointer":"","start_column":3,"start_line":137},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generatedreadout","target_ref":"../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:137:3:0:../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} @@ -55,5 +57,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:c655a20c958bb70eeb027253","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c655a20c958bb70eeb027253","label":"_graph_neighborhood_node_candidates","locator":{"end_column":47,"end_line":7451,"fragment":"","pointer":"","start_column":5,"start_line":7432},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_node_candidates","target_ref":"python:_explicit_route_signal_parts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_node_candidates","target_ref":"python:_route_key"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_node_candidates","target_ref":"python:_route_key"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_node_candidates","target_ref":"python:anchor.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_node_candidates","target_ref":"python:anchor.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_node_candidates","target_ref":"python:anchor.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_node_candidates","target_ref":"python:anchor.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_node_candidates","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_node_candidates","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_node_candidates","target_ref":"python:dict.fromkeys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_node_candidates","target_ref":"python:dict.fromkeys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_node_candidates","target_ref":"python:kinds.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_node_candidates","target_ref":"python:kinds.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_node_candidates","target_ref":"python:list"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._graph_neighborhood_node_candidates","semantic_key":"python:method:AoASessionMemoryMCPState._graph_neighborhood_node_candidates","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:223194c245d64f761b1285de","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:223194c245d64f761b1285de","label":"__init__","locator":{"end_column":34,"end_line":225,"fragment":"","pointer":"","start_column":5,"start_line":217},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.__init__","target_ref":"python:threading.Lock"}],"parser_ref":"python-ast@1","qualified_name":"LazyScorer.__init__","semantic_key":"python:method:LazyScorer.__init__","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d:aoa:abyss-stack:anchor:73685fb466eb44029fb414fc","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:73685fb466eb44029fb414fc","label":"When adding or changing templates","locator":{"end_column":36,"end_line":38,"fragment":"when-adding-or-changing-templates","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:when-adding-or-changing-templates","source_id":"aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:783141e7bcf971eaf2a567db","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:783141e7bcf971eaf2a567db","label":"ABYSS-STACK-D-0071 AoA Evals Local Port Write-Side MCP","locator":{"end_column":121,"end_line":151,"fragment":"","pointer":"","start_column":3,"start_line":151},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:151:3:0:../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fea9e25ef68e6fc7c3d78ca6:aoa:abyss-stack:anchor:c7a43b6c5c9008e721a0d432","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c7a43b6c5c9008e721a0d432","label":"owner_repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/owner_repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/owner_repo","source_id":"aoa:abyss-stack:artifact:fea9e25ef68e6fc7c3d78ca6","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/b2.jsonl b/kag/indexes/shards/anchor/b2.jsonl index 9479262a1..3958afaac 100644 --- a/kag/indexes/shards/anchor/b2.jsonl +++ b/kag/indexes/shards/anchor/b2.jsonl @@ -30,8 +30,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:a60a289e7382643e133c6479","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a60a289e7382643e133c6479","label":"playbooks_automation_seeds_compatibility","locator":{"end_column":19,"end_line":2533,"fragment":"","pointer":"","start_column":1,"start_line":2530},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbooks_automation_seeds_compatibility","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:playbooks_automation_seeds_compatibility","target_ref":"python:playbooks_automation_plans"}],"parser_ref":"python-ast@1","qualified_name":"playbooks_automation_seeds_compatibility","semantic_key":"python:function:playbooks_automation_seeds_compatibility","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:d777dd5a0ad001b0dc95c74b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d777dd5a0ad001b0dc95c74b","label":"selector_cli_args","locator":{"end_column":17,"end_line":207,"fragment":"","pointer":"","start_column":1,"start_line":199},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:selector_cli_args","target_ref":"python:parts.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:selector_cli_args","target_ref":"python:parts.extend"}],"parser_ref":"python-ast@1","qualified_name":"selector_cli_args","semantic_key":"python:function:selector_cli_args","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8a43d2a3f1bb00e78677bb47:aoa:abyss-stack:anchor:fb2e59992afa9ca9f02d51c2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fb2e59992afa9ca9f02d51c2","label":"First Release Lifecycle Job","locator":{"end_column":29,"end_line":1,"fragment":"first-release-lifecycle-job","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:first-release-lifecycle-job","source_id":"aoa:abyss-stack:artifact:8a43d2a3f1bb00e78677bb47","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:2b03ff3e4425838ef7f9a655","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2b03ff3e4425838ef7f9a655","label":"source topology","locator":{"end_column":18,"end_line":429,"fragment":"source-topology","pointer":"","start_column":1,"start_line":429},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-topology","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:e1d01d72b5165189d56ce57b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e1d01d72b5165189d56ce57b","label":"sync parity","locator":{"end_column":14,"end_line":460,"fragment":"sync-parity","pointer":"","start_column":1,"start_line":460},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:sync-parity","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:2b03ff3e4425838ef7f9a655","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2b03ff3e4425838ef7f9a655","label":"source topology","locator":{"end_column":18,"end_line":442,"fragment":"source-topology","pointer":"","start_column":1,"start_line":442},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-topology","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:e1d01d72b5165189d56ce57b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e1d01d72b5165189d56ce57b","label":"sync parity","locator":{"end_column":14,"end_line":473,"fragment":"sync-parity","pointer":"","start_column":1,"start_line":473},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:sync-parity","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8d3b3cb7c34e252a36c1e8f6:aoa:abyss-stack:anchor:f34cde70886dd3ab1025fa75","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:f34cde70886dd3ab1025fa75","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8d3b3cb7c34e252a36c1e8f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9022a190547043d202488b6f:aoa:abyss-stack:anchor:37fa8688c9a6ac78f3da8bed","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:37fa8688c9a6ac78f3da8bed","label":"bundle_sections_resource","locator":{"end_column":93,"end_line":202,"fragment":"","pointer":"","start_column":5,"start_line":201},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.bundle_sections_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.bundle_sections_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.bundle_sections_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.bundle_sections_resource","semantic_key":"python:method:build_server.bundle_sections_resource","source_id":"aoa:abyss-stack:artifact:9022a190547043d202488b6f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9:aoa:abyss-stack:anchor:53a449259ae28e0725130b7d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:53a449259ae28e0725130b7d","label":"canonical_family_path","locator":{"end_column":28,"end_line":215,"fragment":"","pointer":"","start_column":5,"start_line":193},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.canonical_family_path","target_ref":"python:_provider_child_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.canonical_family_path","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.canonical_family_path","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.canonical_family_path","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.canonical_family_path","target_ref":"python:packet.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.canonical_family_path","target_ref":"python:packet.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.canonical_family_path","target_ref":"python:portable_family.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.canonical_family_path","target_ref":"python:self.provider_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.canonical_family_path","target_ref":"python:self.repo_local_index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.canonical_family_path","target_ref":"python:self.source_index_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.canonical_family_path","target_ref":"python:source_index.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.canonical_family_path","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAKagMCPState.canonical_family_path","semantic_key":"python:method:AoAKagMCPState.canonical_family_path","source_id":"aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9","symbol_kind":"method"} @@ -59,6 +59,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267:aoa:abyss-stack:anchor:83a8fb74740705a372f95bc6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:83a8fb74740705a372f95bc6","label":"generated_surface_provider","locator":{"end_column":14,"end_line":275,"fragment":"","pointer":"","start_column":9,"start_line":237},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable.generated_surface_provider","target_ref":"python:json.dumps"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable.generated_surface_provider","semantic_key":"python:method:GovernedRunnerPolicyScopeTests.test_external_generated_surface_run_keeps_semantically_unchanged_outputs_git_stable.generated_surface_provider","source_id":"aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ef819ea912b1550023dc4204:aoa:abyss-stack:anchor:98a3c7ea500cb2f629bb53d7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:98a3c7ea500cb2f629bb53d7","label":"split_csv","locator":{"end_column":71,"end_line":96,"fragment":"","pointer":"","start_column":1,"start_line":95},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:split_csv","target_ref":"python:part.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:split_csv","target_ref":"python:part.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:split_csv","target_ref":"python:value.split"}],"parser_ref":"python-ast@1","qualified_name":"split_csv","semantic_key":"python:function:split_csv","source_id":"aoa:abyss-stack:artifact:ef819ea912b1550023dc4204","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f1f79bfb26e812b26795c0c6:aoa:abyss-stack:anchor:25da5047a0a68fd12695378c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:25da5047a0a68fd12695378c","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:f1f79bfb26e812b26795c0c6","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:9009baf39388a8bd47cdb147","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9009baf39388a8bd47cdb147","label":"ABYSS-STACK-D-0056 Decision Surface Validator Module","locator":{"end_column":117,"end_line":178,"fragment":"","pointer":"","start_column":3,"start_line":178},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-lane","target_ref":"../ABYSS-STACK-D-0056-decision-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:178:3:0:../ABYSS-STACK-D-0056-decision-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f5451784a7b3275b5912b2aa:aoa:abyss-stack:anchor:804d67a0488bec86965d544f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:804d67a0488bec86965d544f","label":"Handoff Graph Worker","locator":{"end_column":22,"end_line":1,"fragment":"handoff-graph-worker","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:handoff-graph-worker","source_id":"aoa:abyss-stack:artifact:f5451784a7b3275b5912b2aa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:123f7840b896b163e04d6310","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:123f7840b896b163e04d6310","label":"repair_allowed","locator":{"end_column":33,"end_line":171,"fragment":"","pointer":"/repair_allowed","start_column":11,"start_line":171},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/repair_allowed#occurrence-6","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/b3.jsonl b/kag/indexes/shards/anchor/b3.jsonl index af3d1ad4a..2e4dc4870 100644 --- a/kag/indexes/shards/anchor/b3.jsonl +++ b/kag/indexes/shards/anchor/b3.jsonl @@ -33,11 +33,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9:aoa:abyss-stack:anchor:fc0e99466c2a5370777e6a2b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fc0e99466c2a5370777e6a2b","label":"_objects","locator":{"end_column":62,"end_line":26,"fragment":"","pointer":"","start_column":1,"start_line":23},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_objects","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_objects","target_ref":"python:isinstance"}],"parser_ref":"python-ast@1","qualified_name":"_objects","semantic_key":"python:function:_objects","source_id":"aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:960f118fdfee8c85229fdef1:aoa:abyss-stack:anchor:5d676a5f14ddfa307bbbb022","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:5d676a5f14ddfa307bbbb022","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:960f118fdfee8c85229fdef1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a8b53ffd214e14165c65f9f4:aoa:abyss-stack:anchor:b5840e3b02e42595ee292462","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b5840e3b02e42595ee292462","label":"logs-status","locator":{"end_column":39,"end_line":11,"fragment":"","pointer":"","start_column":3,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle-parts","target_ref":"logs-status/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:11:3:0:logs-status/README.md","source_id":"aoa:abyss-stack:artifact:a8b53ffd214e14165c65f9f4","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:16398a383721d01400cf6217","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:16398a383721d01400cf6217","label":"ABYSS-STACK-D-0068 Decision Graph Contract And Impact Packets","locator":{"end_column":135,"end_line":235,"fragment":"","pointer":"","start_column":3,"start_line":235},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-graph","target_ref":"../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:235:3:0:../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:873fba313e0e3634ae28c5eb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:873fba313e0e3634ae28c5eb","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":366,"fragment":"","pointer":"","start_column":3,"start_line":366},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtimetopology","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:366:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:e2a5b5720fb765b2a0b72953","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e2a5b5720fb765b2a0b72953","label":"_proc_cwd","locator":{"end_column":18,"end_line":264,"fragment":"","pointer":"","start_column":1,"start_line":260},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_proc_cwd","target_ref":"python:Path"}],"parser_ref":"python-ast@1","qualified_name":"_proc_cwd","semantic_key":"python:function:_proc_cwd","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:be994f9c272fa05e3c74ef7a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:be994f9c272fa05e3c74ef7a","label":"Technical Districts","locator":{"end_column":22,"end_line":161,"fragment":"technical-districts","pointer":"","start_column":1,"start_line":161},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:technical-districts","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:f6aef7558ff3a3a29bb8235f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f6aef7558ff3a3a29bb8235f","label":"governed-execution","locator":{"end_column":63,"end_line":155,"fragment":"","pointer":"","start_column":3,"start_line":155},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/governed-execution/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:155:3:0:mechanics/governed-execution/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:be994f9c272fa05e3c74ef7a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:be994f9c272fa05e3c74ef7a","label":"Technical Districts","locator":{"end_column":22,"end_line":162,"fragment":"technical-districts","pointer":"","start_column":1,"start_line":162},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:technical-districts","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:7fb5d1f22014c3db1137f845","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7fb5d1f22014c3db1137f845","label":"aoa_session_answer_neighborhood","locator":{"end_column":10,"end_line":228,"fragment":"","pointer":"","start_column":5,"start_line":208},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_answer_neighborhood","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_answer_neighborhood","semantic_key":"python:method:build_server.aoa_session_answer_neighborhood","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b96f6d6dd54a2bf9b3edaa7a:aoa:abyss-stack:anchor:798f36b3e267a0ba8f24258e","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:798f36b3e267a0ba8f24258e","label":"captured_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/captured_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/captured_at","source_id":"aoa:abyss-stack:artifact:b96f6d6dd54a2bf9b3edaa7a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced:aoa:abyss-stack:anchor:6064e4418489f6ab9647e9fb","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:6064e4418489f6ab9647e9fb","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","symbol_kind":""} @@ -50,7 +47,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:542f9044e1ed3c2481af0563","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:542f9044e1ed3c2481af0563","label":"AoAMemoMCPState","locator":{"end_column":26,"end_line":1776,"fragment":"","pointer":"","start_column":1,"start_line":136},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState","target_ref":"python:dataclass"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState","semantic_key":"python:class:AoAMemoMCPState","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98:aoa:abyss-stack:anchor:75e788ae696bb74b641fdbd9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:75e788ae696bb74b641fdbd9","label":"By number","locator":{"end_column":36,"end_line":33,"fragment":"","pointer":"","start_column":3,"start_line":33},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-surfaces","target_ref":"indexes/by-number.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:33:3:0:indexes/by-number.md","source_id":"aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:2b7babae9f7bc589cc3f2f09","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2b7babae9f7bc589cc3f2f09","label":"storage","locator":{"end_column":10,"end_line":15,"fragment":"","pointer":"/common/storage","start_column":3,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/common/storage","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:f4dc42aba866aab6c947526a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f4dc42aba866aab6c947526a","label":"ABYSS-STACK-D-0078 Federated Stats MCP Access Plane","locator":{"end_column":115,"end_line":156,"fragment":"","pointer":"","start_column":3,"start_line":156},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:156:3:0:../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:f7a9e25fabe65b4899a83cc8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f7a9e25fabe65b4899a83cc8","label":"ABYSS-STACK-D-0054 Branch Policy Validator Module","locator":{"end_column":111,"end_line":129,"fragment":"","pointer":"","start_column":3,"start_line":129},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0054-branch-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:129:3:0:../ABYSS-STACK-D-0054-branch-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6:aoa:abyss-stack:anchor:d74c859f3c739580f9e17e62","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d74c859f3c739580f9e17e62","label":"`43-federation-router.yml`","locator":{"end_column":29,"end_line":103,"fragment":"43-federation-routeryml","pointer":"","start_column":1,"start_line":103},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:43-federation-routeryml","source_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:78acc5c47f04d5b07733048c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:78acc5c47f04d5b07733048c","label":"maximum_break_glass_runs","locator":{"end_column":38,"end_line":35,"fragment":"","pointer":"/maximum_break_glass_runs","start_column":9,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/maximum_break_glass_runs#occurrence-2","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/b4.jsonl b/kag/indexes/shards/anchor/b4.jsonl index 2cc89cfb3..66247b14d 100644 --- a/kag/indexes/shards/anchor/b4.jsonl +++ b/kag/indexes/shards/anchor/b4.jsonl @@ -35,7 +35,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7f6b1d493f705158dcf56fa7:aoa:abyss-stack:anchor:d8a2aca964543e183f249908","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:d8a2aca964543e183f249908","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:7f6b1d493f705158dcf56fa7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:419a17643b9245047c2ff1bc","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:419a17643b9245047c2ff1bc","label":"ABYSS-STACK-D-0016 Live Runtime Cutover And Machine Parity","locator":{"end_column":117,"end_line":28,"fragment":"","pointer":"","start_column":3,"start_line":28},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:2026-05-13","target_ref":"../ABYSS-STACK-D-0016-live-runtime-cutover-parity.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:28:3:0:../ABYSS-STACK-D-0016-live-runtime-cutover-parity.md","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac:aoa:abyss-stack:anchor:fe601bda45e234ab0fcdcdbb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fe601bda45e234ab0fcdcdbb","label":"route_side_effect","locator":{"end_column":71,"end_line":345,"fragment":"","pointer":"","start_column":9,"start_line":315},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_playbook_surface_can_seed_working_memo_contract_without_override.route_side_effect","target_ref":"python:AssertionError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_playbook_surface_can_seed_working_memo_contract_without_override.route_side_effect","target_ref":"python:calls.append"}],"parser_ref":"python-ast@1","qualified_name":"LangchainFederatedRunTests.test_playbook_surface_can_seed_working_memo_contract_without_override.route_side_effect","semantic_key":"python:method:LangchainFederatedRunTests.test_playbook_surface_can_seed_working_memo_contract_without_override.route_side_effect","source_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:74a6aed2aed6167ed71aa9ed","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:74a6aed2aed6167ed71aa9ed","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":284,"fragment":"","pointer":"","start_column":3,"start_line":284},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacy-metadata-containment","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:284:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d:aoa:abyss-stack:anchor:0b782f417e5a2dc172bbaa36","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:0b782f417e5a2dc172bbaa36","label":"contract_type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/contract_type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/contract_type","source_id":"aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9474485b910fe51774c07f50:aoa:abyss-stack:anchor:b81328d40cf76d52884e4769","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b81328d40cf76d52884e4769","label":"test_test_inventory_entries_have_required_fields_and_existing_paths","locator":{"end_column":61,"end_line":62,"fragment":"","pointer":"","start_column":1,"start_line":54},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_test_inventory_entries_have_required_fields_and_existing_paths","target_ref":"python:load_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_test_inventory_entries_have_required_fields_and_existing_paths","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_test_inventory_entries_have_required_fields_and_existing_paths","target_ref":"python:set"}],"parser_ref":"python-ast@1","qualified_name":"test_test_inventory_entries_have_required_fields_and_existing_paths","semantic_key":"python:function:test_test_inventory_entries_have_required_fields_and_existing_paths","source_id":"aoa:abyss-stack:artifact:9474485b910fe51774c07f50","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:99830f7811fc3c7c2222673c:aoa:abyss-stack:anchor:115a7638cd940b02625476de","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:115a7638cd940b02625476de","label":"_bearer_token","locator":{"end_column":17,"end_line":105,"fragment":"","pointer":"","start_column":1,"start_line":90},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:_TOKEN_PATTERN.fullmatch"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:_credential_token"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:credential_token.encode"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:env_token.encode"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:hmac.compare_digest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:os.environ.get"}],"parser_ref":"python-ast@1","qualified_name":"_bearer_token","semantic_key":"python:function:_bearer_token","source_id":"aoa:abyss-stack:artifact:99830f7811fc3c7c2222673c","symbol_kind":"function"} @@ -63,8 +62,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:3c5aab9e28a7b108db7a0120","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3c5aab9e28a7b108db7a0120","label":"_local_intake_summary","locator":{"end_column":10,"end_line":1594,"fragment":"","pointer":"","start_column":5,"start_line":1584},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._local_intake_summary","target_ref":"python:port_status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._local_intake_summary","target_ref":"python:self.list_pending_exports"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._local_intake_summary","semantic_key":"python:method:AoAMemoMCPState._local_intake_summary","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:5390e19fd3b6e2a4aa725303","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5390e19fd3b6e2a4aa725303","label":"`curation`","locator":{"end_column":13,"end_line":294,"fragment":"curation","pointer":"","start_column":1,"start_line":294},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:curation","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:a0c2331fa2ce753cac86100c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a0c2331fa2ce753cac86100c","label":"Mechanic parents","locator":{"end_column":20,"end_line":21,"fragment":"","pointer":"/required_metadata/3","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_metadata/3","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:1126457b86f518977c98880c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1126457b86f518977c98880c","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":90,"fragment":"","pointer":"","start_column":3,"start_line":90},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:90:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8:aoa:abyss-stack:anchor:eac71f85c82fa3596bfaa40f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:eac71f85c82fa3596bfaa40f","label":"Status","locator":{"end_column":9,"end_line":3,"fragment":"status","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:status","source_id":"aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:97f67594aec8f6fdb2959a57","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:97f67594aec8f6fdb2959a57","label":"ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle","locator":{"end_column":107,"end_line":84,"fragment":"","pointer":"","start_column":3,"start_line":84},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:84:3:0:../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:a9bc2fc2f6f627589918cc42","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a9bc2fc2f6f627589918cc42","label":"release/tooling","locator":{"end_column":18,"end_line":214,"fragment":"releasetooling","pointer":"","start_column":1,"start_line":214},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:releasetooling","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:a9bc2fc2f6f627589918cc42","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a9bc2fc2f6f627589918cc42","label":"release/tooling","locator":{"end_column":18,"end_line":220,"fragment":"releasetooling","pointer":"","start_column":1,"start_line":220},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:releasetooling","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:d772aff5cad1ce08f8aafa8f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d772aff5cad1ce08f8aafa8f","label":"ABYSS-STACK-D-0050 Diagnostic Spine Validator Module","locator":{"end_column":117,"end_line":56,"fragment":"","pointer":"","start_column":3,"start_line":56},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:56:3:0:../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:f4b0627bb81d77d88c7f12de","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f4b0627bb81d77d88c7f12de","label":"ABYSS-STACK-D-0068 Decision Graph Contract And Impact Packets","locator":{"end_column":135,"end_line":186,"fragment":"","pointer":"","start_column":3,"start_line":186},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-lane","target_ref":"../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:186:3:0:../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:bc26b2678b4c465321e0f0ca","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bc26b2678b4c465321e0f0ca","label":"relations","locator":{"end_column":10,"end_line":79,"fragment":"","pointer":"/relations","start_column":1,"start_line":79},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/relations","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:c5f0aa6300f3146d97a2f8b8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c5f0aa6300f3146d97a2f8b8","label":"provenance","locator":{"end_column":11,"end_line":91,"fragment":"","pointer":"/provenance","start_column":1,"start_line":91},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/provenance","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/b5.jsonl b/kag/indexes/shards/anchor/b5.jsonl index f989b5e22..9913e75c6 100644 --- a/kag/indexes/shards/anchor/b5.jsonl +++ b/kag/indexes/shards/anchor/b5.jsonl @@ -9,7 +9,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:6f2520844679fa4432563d32","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6f2520844679fa4432563d32","label":"parse_w2_judge","locator":{"end_column":18,"end_line":3910,"fragment":"","pointer":"","start_column":1,"start_line":3891},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:extract_json_block"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:extract_string_list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:parsed.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:parsed.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:required.difference"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:required.difference"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_w2_judge","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"parse_w2_judge","semantic_key":"python:function:parse_w2_judge","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:27cd13321da3f618a7c8f04f:aoa:abyss-stack:anchor:0990f7791db32b2231f97e71","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0990f7791db32b2231f97e71","label":"2026-05-14 UTC / 2026-05-13 Local Verdict","locator":{"end_column":44,"end_line":44,"fragment":"2026-05-14-utc-2026-05-13-local-verdict","pointer":"","start_column":1,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2026-05-14-utc-2026-05-13-local-verdict","source_id":"aoa:abyss-stack:artifact:27cd13321da3f618a7c8f04f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:2b7b1e1787642ea85faf3f9e:aoa:abyss-stack:anchor:027b66392f20543dc31762e9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:027b66392f20543dc31762e9","label":"Boundaries","locator":{"end_column":13,"end_line":20,"fragment":"boundaries","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundaries","source_id":"aoa:abyss-stack:artifact:2b7b1e1787642ea85faf3f9e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:be8f7087f7815940018d2fce","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:be8f7087f7815940018d2fce","label":"write_operator_backend_fixture","locator":{"end_column":36,"end_line":53,"fragment":"","pointer":"","start_column":5,"start_line":32},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.write_operator_backend_fixture","target_ref":"python:backend.chmod"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.write_operator_backend_fixture","target_ref":"python:backend.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.write_operator_backend_fixture","target_ref":"python:backend.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.write_operator_backend_fixture","target_ref":"python:scripts_dir.mkdir"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.write_operator_backend_fixture","semantic_key":"python:method:SourceTopologyValidatorModulesTests.write_operator_backend_fixture","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:be8f7087f7815940018d2fce","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:be8f7087f7815940018d2fce","label":"write_operator_backend_fixture","locator":{"end_column":36,"end_line":43,"fragment":"","pointer":"","start_column":5,"start_line":22},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.write_operator_backend_fixture","target_ref":"python:backend.chmod"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.write_operator_backend_fixture","target_ref":"python:backend.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.write_operator_backend_fixture","target_ref":"python:backend.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.write_operator_backend_fixture","target_ref":"python:scripts_dir.mkdir"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.write_operator_backend_fixture","semantic_key":"python:method:SourceTopologyValidatorModulesTests.write_operator_backend_fixture","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:3ed64f7c0e6a443f164a15f0:aoa:abyss-stack:anchor:651d5061dc72ed127c15e9af","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:651d5061dc72ed127c15e9af","label":"Must not do","locator":{"end_column":14,"end_line":17,"fragment":"must-not-do","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:must-not-do","source_id":"aoa:abyss-stack:artifact:3ed64f7c0e6a443f164a15f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:40f4e639431b201712f3b34a:aoa:abyss-stack:anchor:82713d496662793b32ff83e6","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:82713d496662793b32ff83e6","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:40f4e639431b201712f3b34a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:41880163345233e7ac4fa00e:aoa:abyss-stack:anchor:63caf9e7aa5a92e16b6f8009","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:63caf9e7aa5a92e16b6f8009","label":"runtime-repair","locator":{"end_column":50,"end_line":52,"fragment":"","pointer":"","start_column":5,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:next-route","target_ref":"../runtime-repair/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:52:5:0:../runtime-repair/README.md","source_id":"aoa:abyss-stack:artifact:41880163345233e7ac4fa00e","symbol_kind":""} @@ -26,7 +26,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb:aoa:abyss-stack:anchor:629c5865574ac08f74363088","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:629c5865574ac08f74363088","label":"`short`","locator":{"end_column":11,"end_line":34,"fragment":"short","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:short","source_id":"aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:89e6acc6ce97ed00882e132b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:89e6acc6ce97ed00882e132b","label":"KagRegroundingRequest","locator":{"end_column":17,"end_line":2062,"fragment":"","pointer":"","start_column":1,"start_line":2061},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"KagRegroundingRequest","semantic_key":"python:class:KagRegroundingRequest","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:679d8306eabba9428114be9e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:679d8306eabba9428114be9e","label":"find_repo_root","locator":{"end_column":71,"end_line":29,"fragment":"","pointer":"","start_column":1,"start_line":21},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_repo_root","target_ref":"python:RuntimeError"}],"parser_ref":"python-ast@1","qualified_name":"find_repo_root","semantic_key":"python:function:find_repo_root","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:e5a8cdea7e9351c08f2cb391","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e5a8cdea7e9351c08f2cb391","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":406,"fragment":"","pointer":"","start_column":3,"start_line":406},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:script-topology","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:406:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:ecafde6c3343c9ba3514ebad","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ecafde6c3343c9ba3514ebad","label":"ABYSS-STACK-D-0045 Questbook Surface Validator Module","locator":{"end_column":119,"end_line":155,"fragment":"","pointer":"","start_column":3,"start_line":155},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0045-questbook-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:155:3:0:../ABYSS-STACK-D-0045-questbook-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9:aoa:abyss-stack:anchor:59ec63b1d2680d69dd695a5c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:59ec63b1d2680d69dd695a5c","label":"Core rule","locator":{"end_column":12,"end_line":9,"fragment":"core-rule","pointer":"","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:core-rule","source_id":"aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8d31c27d03cd4e44e55ad838:aoa:abyss-stack:anchor:4141ffe3e45d30c028ebc0b2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4141ffe3e45d30c028ebc0b2","label":"AGENTS","locator":{"end_column":67,"end_line":47,"fragment":"","pointer":"","start_column":33,"start_line":47},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:managed-live-user-units","target_ref":"AGENTS.md#install-routes"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:47:33:0:AGENTS.md#install-routes","source_id":"aoa:abyss-stack:artifact:8d31c27d03cd4e44e55ad838","symbol_kind":""} @@ -34,7 +33,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:da8f5f0a44b13481c8f4565e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:da8f5f0a44b13481c8f4565e","label":"theme_ref","locator":{"end_column":13,"end_line":8,"fragment":"","pointer":"/theme_ref","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/theme_ref","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:0d8d100b966423a738988ef6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0d8d100b966423a738988ef6","label":"milestone_gate","locator":{"end_column":10,"end_line":2306,"fragment":"","pointer":"","start_column":5,"start_line":2182},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:approval_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:finalize_rejected_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:forced_pause_seen.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:interpret_approval_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:w5_report_artifact_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:write_approval_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:write_approval_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:write_interrupt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.milestone_gate","target_ref":"python:write_interrupt"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.milestone_gate","semantic_key":"python:method:build_graph.milestone_gate","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:dc5b273b3fd309df172b3e70","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:dc5b273b3fd309df172b3e70","label":"apiKeys","locator":{"end_column":11,"end_line":17,"fragment":"","pointer":"/apiKeys","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/apiKeys","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:d5c8cb2e5446b1a4e84672d8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d5c8cb2e5446b1a4e84672d8","label":"connector federation","locator":{"end_column":23,"end_line":227,"fragment":"connector-federation","pointer":"","start_column":1,"start_line":227},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:connector-federation","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:0861964e71a45c2137808383","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0861964e71a45c2137808383","label":"ABYSS-STACK-D-0047 Federation Upstream Compatibility Language Split","locator":{"end_column":147,"end_line":221,"fragment":"","pointer":"","start_column":3,"start_line":221},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:compatibility-bridge","target_ref":"../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:221:3:0:../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:d5c8cb2e5446b1a4e84672d8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d5c8cb2e5446b1a4e84672d8","label":"connector federation","locator":{"end_column":23,"end_line":228,"fragment":"connector-federation","pointer":"","start_column":1,"start_line":228},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:connector-federation","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b58955bc0369b1f39e6b3fad:aoa:abyss-stack:anchor:b0838b7bc827e0e485c53c4c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b0838b7bc827e0e485c53c4c","label":"Wait And Smoke","locator":{"end_column":16,"end_line":1,"fragment":"wait-and-smoke","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:wait-and-smoke","source_id":"aoa:abyss-stack:artifact:b58955bc0369b1f39e6b3fad","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bcd843a962d8c4629ca8a72c:aoa:abyss-stack:anchor:1e90d71529688df952f97bd1","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:1e90d71529688df952f97bd1","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:bcd843a962d8c4629ca8a72c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:3987802610345faacdde6fa0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3987802610345faacdde6fa0","label":"report_artifact","locator":{"end_column":33,"end_line":2183,"fragment":"","pointer":"","start_column":1,"start_line":2182},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"report_artifact","semantic_key":"python:function:report_artifact","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/b6.jsonl b/kag/indexes/shards/anchor/b6.jsonl index 5468911a7..06aa13433 100644 --- a/kag/indexes/shards/anchor/b6.jsonl +++ b/kag/indexes/shards/anchor/b6.jsonl @@ -9,7 +9,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:180106bbd11d22fd0b7228f4:aoa:abyss-stack:anchor:a71808fa11674ee46f7a1062","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a71808fa11674ee46f7a1062","label":"title","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/title","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/title","source_id":"aoa:abyss-stack:artifact:180106bbd11d22fd0b7228f4","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:25b96aa16f8b9f68c692d0db:aoa:abyss-stack:anchor:dfa74fb4bcd730ce0d793c32","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dfa74fb4bcd730ce0d793c32","label":"Contract","locator":{"end_column":11,"end_line":30,"fragment":"contract","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:contract","source_id":"aoa:abyss-stack:artifact:25b96aa16f8b9f68c692d0db","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:2bf4254526874ad45658aab8:aoa:abyss-stack:anchor:620006d607ce2c1adc9b8561","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:620006d607ce2c1adc9b8561","label":"main","locator":{"end_column":46,"end_line":71,"fragment":"","pointer":"","start_column":1,"start_line":15},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:AoA4PDAConnectorMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:answer.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:answer.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:answer.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_subparsers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.parse_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:query_graph.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:query_graph.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:query_graph.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:query_hybrid.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:query_hybrid.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:query_hybrid.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:resource.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.answer"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.query_graph"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.query_hybrid"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.read_resource"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.source_route"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:status.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:2bf4254526874ad45658aab8","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:5e9a10115fa8098aa09e25d5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5e9a10115fa8098aa09e25d5","label":"test_missing_operator_backend_fails","locator":{"end_column":10,"end_line":409,"fragment":"","pointer":"","start_column":5,"start_line":388},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","target_ref":"python:pilot.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","target_ref":"python:scripts_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","target_ref":"python:self.validate_operator_backend_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","target_ref":"python:wrapper.write_text"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:5e9a10115fa8098aa09e25d5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5e9a10115fa8098aa09e25d5","label":"test_missing_operator_backend_fails","locator":{"end_column":10,"end_line":393,"fragment":"","pointer":"","start_column":5,"start_line":372},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","target_ref":"python:pilot.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","target_ref":"python:scripts_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","target_ref":"python:self.validate_operator_backend_fixture"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","target_ref":"python:wrapper.write_text"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_missing_operator_backend_fails","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:329ef0d4394b4fafeb28fa40:aoa:abyss-stack:anchor:2df797d18f3c9d09f31f6027","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2df797d18f3c9d09f31f6027","label":"version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/version","source_id":"aoa:abyss-stack:artifact:329ef0d4394b4fafeb28fa40","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:3481f57a9e708fb46842655a:aoa:abyss-stack:anchor:a991f4358031b52844e4d6e5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a991f4358031b52844e4d6e5","label":"spark","locator":{"end_column":27,"end_line":10,"fragment":"","pointer":"","start_column":3,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-routes","target_ref":"spark/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:10:3:0:spark/README.md","source_id":"aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:36001b0dc63c1f1ddf4f661a:aoa:abyss-stack:anchor:b74823d98620af843b8b915e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b74823d98620af843b8b915e","label":"slugify","locator":{"end_column":34,"end_line":19,"fragment":"","pointer":"","start_column":1,"start_line":15},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:slugify","target_ref":"python:lowered.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:slugify","target_ref":"python:re.sub"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:slugify","target_ref":"python:text.strip"}],"parser_ref":"python-ast@1","qualified_name":"slugify","semantic_key":"python:function:slugify","source_id":"aoa:abyss-stack:artifact:36001b0dc63c1f1ddf4f661a","symbol_kind":"function"} @@ -36,8 +36,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:909da5084533a70b9409f845:aoa:abyss-stack:anchor:6f7f22a44088e6153da8bc84","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6f7f22a44088e6153da8bc84","label":"Tree-of-Sophia","locator":{"end_column":312,"end_line":11,"fragment":"","pointer":"","start_column":209,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:authority-source","target_ref":"https://github.com/8Dionysus/Tree-of-Sophia/blob/main/docs/NO_RUNTIME_OFFICE_WRITE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:11:209:1:https://github.com/8Dionysus/Tree-of-Sophia/blob/main/docs/NO_RUNTIME_OFFICE_WRITE.md","source_id":"aoa:abyss-stack:artifact:909da5084533a70b9409f845","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:90b9b300ce815b7ad24fbc67:aoa:abyss-stack:anchor:7d11b067cd61dfee23223a75","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:7d11b067cd61dfee23223a75","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:90b9b300ce815b7ad24fbc67","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a4fe577d98aba3921f97916d:aoa:abyss-stack:anchor:5df9ee244031832c57aa8ad7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5df9ee244031832c57aa8ad7","label":"SWARM.md","locator":{"end_column":23,"end_line":10,"fragment":"","pointer":"","start_column":3,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-surfaces","target_ref":"SWARM.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:10:3:0:SWARM.md","source_id":"aoa:abyss-stack:artifact:a4fe577d98aba3921f97916d","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:17b32df90f7df05b48a62005","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:17b32df90f7df05b48a62005","label":"ABYSS-STACK-D-0061 Active Topology Language Validator Module","locator":{"end_column":133,"end_line":330,"fragment":"","pointer":"","start_column":3,"start_line":330},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-api-bridge","target_ref":"../ABYSS-STACK-D-0061-active-topology-language-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:330:3:0:../ABYSS-STACK-D-0061-active-topology-language-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ae58486ad754f1afaed0f778:aoa:abyss-stack:anchor:7c7a0fa16bca2966222cb892","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7c7a0fa16bca2966222cb892","label":"validate_branch_policy","locator":{"end_column":87,"end_line":30,"fragment":"","pointer":"","start_column":1,"start_line":22},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_branch_policy","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_branch_policy","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_branch_policy","target_ref":"python:read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_branch_policy","target_ref":"python:read_text"}],"parser_ref":"python-ast@1","qualified_name":"validate_branch_policy","semantic_key":"python:function:validate_branch_policy","source_id":"aoa:abyss-stack:artifact:ae58486ad754f1afaed0f778","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:907dabeb6b94fea07eeefe10","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:907dabeb6b94fea07eeefe10","label":"machine-fit","locator":{"end_column":49,"end_line":153,"fragment":"","pointer":"","start_column":3,"start_line":153},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/machine-fit/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:153:3:0:mechanics/machine-fit/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bc86056d58ef061b091ed246:aoa:abyss-stack:anchor:d0ef953d99753198c8c08f9b","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:d0ef953d99753198c8c08f9b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:bc86056d58ef061b091ed246","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:6a9296ec190f00bcc3a475fb","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6a9296ec190f00bcc3a475fb","label":"prometheus_data","locator":{"end_column":21,"end_line":127,"fragment":"","pointer":"/volumes/prometheus_data","start_column":3,"start_line":127},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/volumes/prometheus_data","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:b95e3e4abab791f710213efd","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b95e3e4abab791f710213efd","label":"command","locator":{"end_column":12,"end_line":70,"fragment":"","pointer":"/services/tempo/command","start_column":5,"start_line":70},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tempo/command","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} @@ -52,6 +52,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:8768157c242788529dde8d3a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8768157c242788529dde8d3a","label":"_compact_usage_event","locator":{"end_column":93,"end_line":2155,"fragment":"","pointer":"","start_column":1,"start_line":2078},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:_compact_document_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:_compact_raw_preview"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:_compact_usage_freshness"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:_compact_usage_list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:_compact_usage_mapping"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:_compact_usage_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:_compact_usage_scalar"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:_without_omitted_field_counts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:compact.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:event.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:event.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:event.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:event.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:event.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:event.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_usage_event","target_ref":"python:max"}],"parser_ref":"python-ast@1","qualified_name":"_compact_usage_event","semantic_key":"python:function:_compact_usage_event","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e8aabe9915182759330d0c1e:aoa:abyss-stack:anchor:dfbc239749d222a6f242753f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:dfbc239749d222a6f242753f","label":"validate_log","locator":{"end_column":16,"end_line":71,"fragment":"","pointer":"","start_column":1,"start_line":36},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:clone.pop"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:data.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:data.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:digest_obj"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:ev.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:ev.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:ev.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:ev.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:ev.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:last.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:last.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:seen.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:seen.index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_log","target_ref":"python:seen.index"}],"parser_ref":"python-ast@1","qualified_name":"validate_log","semantic_key":"python:function:validate_log","source_id":"aoa:abyss-stack:artifact:e8aabe9915182759330d0c1e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4:aoa:abyss-stack:anchor:b25251e0d72331ed1fa330d4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b25251e0d72331ed1fa330d4","label":"_credential_token","locator":{"end_column":34,"end_line":87,"fragment":"","pointer":"","start_column":1,"start_line":74},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.is_symlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.is_symlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:raw.removesuffix"}],"parser_ref":"python-ast@1","qualified_name":"_credential_token","semantic_key":"python:function:_credential_token","source_id":"aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:0be03e1136bbc4bb6ed292ba","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0be03e1136bbc4bb6ed292ba","label":"ABYSS-STACK-D-0004 Machine Bridge Under Machine Fit","locator":{"end_column":115,"end_line":89,"fragment":"","pointer":"","start_column":3,"start_line":89},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit","target_ref":"../ABYSS-STACK-D-0004-machine-bridge-under-machine-fit.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:89:3:0:../ABYSS-STACK-D-0004-machine-bridge-under-machine-fit.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:47bb3ec5679cdce5f68ff479","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:47bb3ec5679cdce5f68ff479","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":213,"fragment":"","pointer":"","start_column":3,"start_line":213},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:observability","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:213:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf:aoa:abyss-stack:anchor:b64a80146efb3b06fdadf32a","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:b64a80146efb3b06fdadf32a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:086238ba73542bb40ff05f89","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:086238ba73542bb40ff05f89","label":"philosophy_contracts","locator":{"end_column":10,"end_line":456,"fragment":"","pointer":"","start_column":5,"start_line":413},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:_unique_values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:_unique_values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:_unique_values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:_unique_values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:self._philosophy_clusters_for_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:self._philosophy_view_contract"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:self.philosophy_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:source_refs.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_contracts","target_ref":"python:view.get"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.philosophy_contracts","semantic_key":"python:method:ToSCorpusMCPState.philosophy_contracts","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564:aoa:abyss-stack:anchor:5f50dae8b7bbe511902ea27e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5f50dae8b7bbe511902ea27e","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/b7.jsonl b/kag/indexes/shards/anchor/b7.jsonl index b44ffd0ea..3c884c66a 100644 --- a/kag/indexes/shards/anchor/b7.jsonl +++ b/kag/indexes/shards/anchor/b7.jsonl @@ -1,6 +1,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:4eca31e203aeb448fcabfb63","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4eca31e203aeb448fcabfb63","label":"run_w2_preflight","locator":{"end_column":51,"end_line":4044,"fragment":"","pointer":"","start_column":1,"start_line":4043},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w2_preflight","target_ref":"python:run_supervised_route_preflight"}],"parser_ref":"python-ast@1","qualified_name":"run_w2_preflight","semantic_key":"python:function:run_w2_preflight","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:9a87cc30bb75c57935125e4e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9a87cc30bb75c57935125e4e","label":"build_text_excerpt","locator":{"end_column":6,"end_line":2575,"fragment":"","pointer":"","start_column":1,"start_line":2556},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_text_excerpt","target_ref":"python:excerpt.rsplit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_text_excerpt","target_ref":"python:full_text.splitlines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_text_excerpt","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_text_excerpt","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_text_excerpt","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_text_excerpt","target_ref":"python:len"}],"parser_ref":"python-ast@1","qualified_name":"build_text_excerpt","semantic_key":"python:function:build_text_excerpt","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:dfc10e7ff6bf280253faff41","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dfc10e7ff6bf280253faff41","label":"Changed","locator":{"end_column":11,"end_line":50,"fragment":"changed","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:changed","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:dfc10e7ff6bf280253faff41","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dfc10e7ff6bf280253faff41","label":"Changed","locator":{"end_column":11,"end_line":53,"fragment":"changed","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:changed","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0f2e680584c74140fcb78bc1:aoa:abyss-stack:anchor:a2c4de61f3021dadbd864ee7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a2c4de61f3021dadbd864ee7","label":"test_workspace_decision_graph_keeps_surface_only_repos_visible","locator":{"end_column":73,"end_line":373,"fragment":"","pointer":"","start_column":1,"start_line":356},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_workspace_decision_graph_keeps_surface_only_repos_visible","target_ref":"python:decisions.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_workspace_decision_graph_keeps_surface_only_repos_visible","target_ref":"python:workspace_graph.build_workspace_graph"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_workspace_decision_graph_keeps_surface_only_repos_visible","target_ref":"python:workspace_graph.collect_workspace_decision_inputs"}],"parser_ref":"python-ast@1","qualified_name":"test_workspace_decision_graph_keeps_surface_only_repos_visible","semantic_key":"python:function:test_workspace_decision_graph_keeps_surface_only_repos_visible","source_id":"aoa:abyss-stack:artifact:0f2e680584c74140fcb78bc1","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:1cf5b9683c1f8b7f8fa122d8:aoa:abyss-stack:anchor:5c28523d85603ab4d0f7899d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:5c28523d85603ab4d0f7899d","label":"service","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/service","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/service","source_id":"aoa:abyss-stack:artifact:1cf5b9683c1f8b7f8fa122d8","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:20f5a2a640213444a5b3c488:aoa:abyss-stack:anchor:b61f33a436188d7756e3568a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b61f33a436188d7756e3568a","label":"../federation-seams/README.md","locator":{"end_column":65,"end_line":32,"fragment":"","pointer":"","start_column":3,"start_line":32},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"../federation-seams/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:32:3:0:../federation-seams/README.md","source_id":"aoa:abyss-stack:artifact:20f5a2a640213444a5b3c488","symbol_kind":""} @@ -10,7 +10,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:339cb840b0ef8c85a3a10a63","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:339cb840b0ef8c85a3a10a63","label":"finalize_case_with_summary","locator":{"end_column":6,"end_line":925,"fragment":"","pointer":"","start_column":1,"start_line":877},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_case_with_summary","target_ref":"python:TRIALS.build_result_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_case_with_summary","target_ref":"python:TRIALS.finalize_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_case_with_summary","target_ref":"python:case_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_case_with_summary","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"finalize_case_with_summary","semantic_key":"python:function:finalize_case_with_summary","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:418e0c21b774af22d0d9a496:aoa:abyss-stack:anchor:3ad39c4d85cb3582e48b3aac","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3ad39c4d85cb3582e48b3aac","label":"write_generated","locator":{"end_column":69,"end_line":277,"fragment":"","pointer":"","start_column":1,"start_line":274},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_generated","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"write_generated","semantic_key":"python:function:write_generated","source_id":"aoa:abyss-stack:artifact:418e0c21b774af22d0d9a496","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:46f04a61482945b038b4af6d:aoa:abyss-stack:anchor:dc143a7e70bf74d395facd1d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:dc143a7e70bf74d395facd1d","label":"main","locator":{"end_column":6,"end_line":79,"fragment":"","pointer":"","start_column":1,"start_line":18},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:AoADecisionsMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:build_server"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.ensure_fresh"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.issues"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.repo_symmetry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:status.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sum"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:46f04a61482945b038b4af6d","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a:aoa:abyss-stack:anchor:2e038f9286d0bb8ff1ac1c3a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2e038f9286d0bb8ff1ac1c3a","label":"main","locator":{"end_column":13,"end_line":503,"fragment":"","pointer":"","start_column":1,"start_line":480},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.parse_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:validate"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a:aoa:abyss-stack:anchor:2e038f9286d0bb8ff1ac1c3a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2e038f9286d0bb8ff1ac1c3a","label":"main","locator":{"end_column":13,"end_line":513,"fragment":"","pointer":"","start_column":1,"start_line":490},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.parse_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:validate"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:60b3a32a682a42cd8653c0cc:aoa:abyss-stack:anchor:5315758e1fb9e7f31a88746f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5315758e1fb9e7f31a88746f","label":"Diagnose Wrapper","locator":{"end_column":18,"end_line":1,"fragment":"diagnose-wrapper","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:diagnose-wrapper","source_id":"aoa:abyss-stack:artifact:60b3a32a682a42cd8653c0cc","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:635296c34b56b53915a261c9:aoa:abyss-stack:anchor:8d44c29c2771edea296e19ff","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8d44c29c2771edea296e19ff","label":"Next route","locator":{"end_column":14,"end_line":50,"fragment":"next-route","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:next-route","source_id":"aoa:abyss-stack:artifact:635296c34b56b53915a261c9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:675e400e8c1c9a70ec0db8eb:aoa:abyss-stack:anchor:7586102bae3dadf5a6fbc202","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:7586102bae3dadf5a6fbc202","label":"package","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/package","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/package","source_id":"aoa:abyss-stack:artifact:675e400e8c1c9a70ec0db8eb","symbol_kind":"json_key"} @@ -29,8 +29,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:f72a48390129fd51afb6ad9f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f72a48390129fd51afb6ad9f","label":"bindings","locator":{"end_column":57,"end_line":902,"fragment":"","pointer":"","start_column":1,"start_line":901},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"bindings","semantic_key":"python:function:bindings","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac:aoa:abyss-stack:anchor:84fa821e4ca1462c337bced3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:84fa821e4ca1462c337bced3","label":"test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","locator":{"end_column":63,"end_line":107,"fragment":"","pointer":"","start_column":5,"start_line":76},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:response.json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.client.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.client.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.client.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.client.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.client.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.client.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","target_ref":"python:self.module.LANGGRAPH_INVENTORY_ROOT.rglob"}],"parser_ref":"python-ast@1","qualified_name":"LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","semantic_key":"python:method:LangchainFederatedRunTests.test_langgraph_smoke_creates_thread_checkpoint_and_trace_inventory","source_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac:aoa:abyss-stack:anchor:a323d489d79eee9590a6ca75","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a323d489d79eee9590a6ca75","label":"setUp","locator":{"end_column":61,"end_line":46,"fragment":"","pointer":"","start_column":5,"start_line":41},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.setUp","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.setUp","target_ref":"python:TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.setUp","target_ref":"python:self.addCleanup"}],"parser_ref":"python-ast@1","qualified_name":"LangchainFederatedRunTests.setUp","semantic_key":"python:method:LangchainFederatedRunTests.setUp","source_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:15e1e13903cfff146982d28f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:15e1e13903cfff146982d28f","label":"ABYSS-STACK-D-0062 Agent Skill Projection Validator Module","locator":{"end_column":129,"end_line":427,"fragment":"","pointer":"","start_column":3,"start_line":427},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sibling-canon-target","target_ref":"../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:427:3:0:../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:becff8f0b538414a3b5ab1de","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:becff8f0b538414a3b5ab1de","label":"ABYSS-STACK-D-0029 BabelVox TTS Experimental Lane","locator":{"end_column":111,"end_line":65,"fragment":"","pointer":"","start_column":3,"start_line":65},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profile-composition","target_ref":"../ABYSS-STACK-D-0029-babelvox-tts-experimental-lane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:65:3:0:../ABYSS-STACK-D-0029-babelvox-tts-experimental-lane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:d33240303acf5dfe96f9685e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d33240303acf5dfe96f9685e","label":"test topology","locator":{"end_column":16,"end_line":464,"fragment":"test-topology","pointer":"","start_column":1,"start_line":464},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:test-topology","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:d33240303acf5dfe96f9685e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d33240303acf5dfe96f9685e","label":"test topology","locator":{"end_column":16,"end_line":477,"fragment":"test-topology","pointer":"","start_column":1,"start_line":477},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:test-topology","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:5ed0a8cedaf0ffb40e41eeec","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5ed0a8cedaf0ffb40e41eeec","label":"ensure_llamacpp_promotion_pass","locator":{"end_column":21,"end_line":874,"fragment":"","pointer":"","start_column":1,"start_line":862},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:latest.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:latest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:promotion.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:verdict.get"}],"parser_ref":"python-ast@1","qualified_name":"ensure_llamacpp_promotion_pass","semantic_key":"python:function:ensure_llamacpp_promotion_pass","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9ba642ddad09f472d517db78:aoa:abyss-stack:anchor:07a093e745e559bc483f5cac","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:07a093e745e559bc483f5cac","label":"Stop Lines","locator":{"end_column":13,"end_line":33,"fragment":"stop-lines","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:stop-lines","source_id":"aoa:abyss-stack:artifact:9ba642ddad09f472d517db78","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e:aoa:abyss-stack:anchor:0741acd26944875c5cb395a3","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0741acd26944875c5cb395a3","label":"LLAMA_ARG_THREADS","locator":{"end_column":28,"end_line":31,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_THREADS","start_column":7,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_THREADS","source_id":"aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e","symbol_kind":""} @@ -38,7 +39,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9e2e7088546da822b0544de2:aoa:abyss-stack:anchor:bb7bdd58fde7d40a5db83829","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:bb7bdd58fde7d40a5db83829","label":"Non-goals","locator":{"end_column":12,"end_line":64,"fragment":"non-goals","pointer":"","start_column":1,"start_line":64},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:non-goals","source_id":"aoa:abyss-stack:artifact:9e2e7088546da822b0544de2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73:aoa:abyss-stack:anchor:0a5b3284256798082f1644f5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0a5b3284256798082f1644f5","label":"FakeRunner","locator":{"end_column":109,"end_line":397,"fragment":"","pointer":"","start_column":1,"start_line":385},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"FakeRunner","semantic_key":"python:class:FakeRunner","source_id":"aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:75aeac0619623f3a32f0eb5b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:75aeac0619623f3a32f0eb5b","label":"active topology language","locator":{"end_column":27,"end_line":206,"fragment":"active-topology-language","pointer":"","start_column":1,"start_line":206},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:active-topology-language","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:7263782f74362f3c483bcc3b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7263782f74362f3c483bcc3b","label":"DESIGN","locator":{"end_column":70,"end_line":96,"fragment":"","pointer":"","start_column":51,"start_line":96},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:claim-check","target_ref":"DESIGN.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:96:51:0:DESIGN.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:ef7b5594b91bb712f086c49d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ef7b5594b91bb712f086c49d","label":"docs/decisions","locator":{"end_column":92,"end_line":25,"fragment":"","pointer":"","start_column":50,"start_line":25},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:what-this-repository-does","target_ref":"docs/decisions/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:25:50:0:docs/decisions/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e:aoa:abyss-stack:anchor:01284515c97259d5a1ea3f09","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:01284515c97259d5a1ea3f09","label":"Contract Notes","locator":{"end_column":17,"end_line":43,"fragment":"contract-notes","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:contract-notes","source_id":"aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ba80668245a3dabdecf9aae5:aoa:abyss-stack:anchor:cd25d3eac323bb7dab391bf0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cd25d3eac323bb7dab391bf0","label":"Federation Surface Validator Module","locator":{"end_column":37,"end_line":1,"fragment":"federation-surface-validator-module","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation-surface-validator-module","source_id":"aoa:abyss-stack:artifact:ba80668245a3dabdecf9aae5","symbol_kind":""} @@ -61,8 +61,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:4fd86f7444a5db37ca72aaeb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4fd86f7444a5db37ca72aaeb","label":"validate_documents","locator":{"end_column":20,"end_line":108,"fragment":"","pointer":"","start_column":5,"start_line":105},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RerankRequest.validate_documents","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RerankRequest.validate_documents","target_ref":"python:model_validator"}],"parser_ref":"python-ast@1","qualified_name":"RerankRequest.validate_documents","semantic_key":"python:method:RerankRequest.validate_documents","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:40e17bd0cb048aad18a34317","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:40e17bd0cb048aad18a34317","label":"${AOA_STACK_ROOT","locator":{"end_column":89,"end_line":10,"fragment":"","pointer":"/services/route-api/volumes/1/${AOA_STACK_ROOT","start_column":7,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/volumes/1/${AOA_STACK_ROOT","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8:aoa:abyss-stack:anchor:cf00aacb2a28e3ab1332a8e1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cf00aacb2a28e3ab1332a8e1","label":"Experiment Ladder","locator":{"end_column":20,"end_line":137,"fragment":"experiment-ladder","pointer":"","start_column":1,"start_line":137},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:experiment-ladder","source_id":"aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:11f85f83607b99a4fc9c74e5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:11f85f83607b99a4fc9c74e5","label":"ABYSS-STACK-D-0031 AoA Memo MCP Under Stack MCP","locator":{"end_column":107,"end_line":141,"fragment":"","pointer":"","start_column":3,"start_line":141},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0031-aoa-memo-mcp-under-stack-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:141:3:0:../ABYSS-STACK-D-0031-aoa-memo-mcp-under-stack-mcp.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:9137fcfc17935e932ba2ad0e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9137fcfc17935e932ba2ad0e","label":"ABYSS-STACK-D-0073 ToS Philosophy Graph Access Plane","locator":{"end_column":117,"end_line":195,"fragment":"","pointer":"","start_column":3,"start_line":195},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:tree-of-sophia-access","target_ref":"../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:195:3:0:../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4afb79f5156758000028500:aoa:abyss-stack:anchor:aef88e4a161e18a3e768c026","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:aef88e4a161e18a3e768c026","label":"Decision","locator":{"end_column":11,"end_line":40,"fragment":"decision","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:f4afb79f5156758000028500","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:4fc2c6b9cc30d8e587b24e0b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4fc2c6b9cc30d8e587b24e0b","label":"philosophy_projection_exists","locator":{"end_column":63,"end_line":125,"fragment":"","pointer":"","start_column":5,"start_line":124},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_projection_exists","target_ref":"python:self.philosophy_graph_projection_path.is_file"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.philosophy_projection_exists","semantic_key":"python:method:ToSCorpusMCPState.philosophy_projection_exists","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f5e42ab47749ca3fffa5b850:aoa:abyss-stack:anchor:36d19d9f330ab2467672ed89","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:36d19d9f330ab2467672ed89","label":"mem_limit","locator":{"end_column":49,"end_line":9,"fragment":"","pointer":"/services/route-api/mem_limit","start_column":5,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/mem_limit","source_id":"aoa:abyss-stack:artifact:f5e42ab47749ca3fffa5b850","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:b9fb2414370535e2b7a5bc77","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b9fb2414370535e2b7a5bc77","label":"trust","locator":{"end_column":6,"end_line":86,"fragment":"","pointer":"/trust","start_column":1,"start_line":86},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/trust","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:e7bf683807cafdd7c2a97c28","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e7bf683807cafdd7c2a97c28","label":"handoff","locator":{"end_column":15,"end_line":61,"fragment":"","pointer":"/abi/outputs/required/12","start_column":7,"start_line":61},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs/required/12","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:b3aac3764f62136665861b32","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b3aac3764f62136665861b32","label":"break_glass_allowed","locator":{"end_column":39,"end_line":74,"fragment":"","pointer":"/break_glass_allowed","start_column":11,"start_line":74},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/break_glass_allowed","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/b8.jsonl b/kag/indexes/shards/anchor/b8.jsonl index f4e42ab2a..b63453683 100644 --- a/kag/indexes/shards/anchor/b8.jsonl +++ b/kag/indexes/shards/anchor/b8.jsonl @@ -31,7 +31,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb:aoa:abyss-stack:anchor:681cc07182274d928c7dca39","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:681cc07182274d928c7dca39","label":"`memory_access`","locator":{"end_column":19,"end_line":56,"fragment":"memory_access","pointer":"","start_column":1,"start_line":56},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:memory_access","source_id":"aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:79cd1ec353bc7305e845395b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:79cd1ec353bc7305e845395b","label":"build_parser","locator":{"end_column":18,"end_line":1624,"fragment":"","pointer":"","start_column":1,"start_line":1570},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"}],"parser_ref":"python-ast@1","qualified_name":"build_parser","semantic_key":"python:function:build_parser","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8991b1f9e1d7922915a3a194:aoa:abyss-stack:anchor:76722fe3d1e1feed287978b7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:76722fe3d1e1feed287978b7","label":"Options considered","locator":{"end_column":21,"end_line":31,"fragment":"options-considered","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:8991b1f9e1d7922915a3a194","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:afc9fbcc0559e3518809af4d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:afc9fbcc0559e3518809af4d","label":"ABYSS-STACK-D-0051 Runtime Hygiene Validator Module","locator":{"end_column":115,"end_line":386,"fragment":"","pointer":"","start_column":3,"start_line":386},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-boundary","target_ref":"../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:386:3:0:../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:0bd5341baa34548e475b082e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0bd5341baa34548e475b082e","label":"ensure_w5_pass","locator":{"end_column":19,"end_line":859,"fragment":"","pointer":"","start_column":1,"start_line":852},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w5_pass","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w5_pass","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w5_pass","target_ref":"python:index_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w5_pass","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w5_pass","target_ref":"python:payload.get"}],"parser_ref":"python-ast@1","qualified_name":"ensure_w5_pass","semantic_key":"python:function:ensure_w5_pass","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:9b93ef8e23abe603a997c9f3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9b93ef8e23abe603a997c9f3","label":"run_read_only_scenario","locator":{"end_column":124,"end_line":1337,"fragment":"","pointer":"","start_column":1,"start_line":1025},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_blocked_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_blocked_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_blocked_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_blocked_qwen_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_blocked_qwen_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_w2_evidence_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_w2_judge_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_w2_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.execute_w2_actions"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.parse_w2_answer"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.parse_w2_judge"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.render_w2_grounding"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.render_w2_prompt_grounding"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.resolve_w2_source_entries"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.run_qwen_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.run_qwen_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.score_w2_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.w2_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.w2_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.w2_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:command_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:judge_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:judge_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:judge_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:judge_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:judge_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:observed_failures.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:observed_failures.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:observed_failures.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:parse_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:parse_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:parse_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:parse_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:w5_report_artifact_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"run_read_only_scenario","semantic_key":"python:function:run_read_only_scenario","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9022a190547043d202488b6f:aoa:abyss-stack:anchor:a8ddd35a440838c54ea7d504","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a8ddd35a440838c54ea7d504","label":"comparison_spine_resource","locator":{"end_column":86,"end_line":206,"fragment":"","pointer":"","start_column":5,"start_line":205},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.comparison_spine_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.comparison_spine_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.comparison_spine_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.comparison_spine_resource","semantic_key":"python:method:build_server.comparison_spine_resource","source_id":"aoa:abyss-stack:artifact:9022a190547043d202488b6f","symbol_kind":"method"} @@ -55,4 +54,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:a70886a743271141e0100371","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a70886a743271141e0100371","label":"First checks","locator":{"end_column":16,"end_line":358,"fragment":"first-checks-8","pointer":"","start_column":1,"start_line":358},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:first-checks-8","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128:aoa:abyss-stack:anchor:9263787325faa9719b0a6fcf","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9263787325faa9719b0a6fcf","label":"Read before editing","locator":{"end_column":22,"end_line":8,"fragment":"read-before-editing","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:read-before-editing","source_id":"aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7:aoa:abyss-stack:anchor:a163b743222d47e60b464e4c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a163b743222d47e60b464e4c","label":"Inputs","locator":{"end_column":10,"end_line":29,"fragment":"inputs","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:inputs","source_id":"aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:7b824897ba83b3312420a386","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7b824897ba83b3312420a386","label":"ABYSS-STACK-D-0013 Runtime Compatibility Boundaries","locator":{"end_column":115,"end_line":104,"fragment":"","pointer":"","start_column":3,"start_line":104},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0013-runtime-compatibility-boundaries.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:104:3:0:../ABYSS-STACK-D-0013-runtime-compatibility-boundaries.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80:aoa:abyss-stack:anchor:de9b76823703953cb2a23691","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:de9b76823703953cb2a23691","label":"Purpose","locator":{"end_column":10,"end_line":3,"fragment":"purpose","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/b9.jsonl b/kag/indexes/shards/anchor/b9.jsonl index 0114ac5c4..72b3df15a 100644 --- a/kag/indexes/shards/anchor/b9.jsonl +++ b/kag/indexes/shards/anchor/b9.jsonl @@ -25,6 +25,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7e2dc256b75fee0fdb6cef41:aoa:abyss-stack:anchor:ea4cb0af4d8b17b2a7333095","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ea4cb0af4d8b17b2a7333095","label":"generated/aoa_router.min.json","locator":{"end_column":33,"end_line":8,"fragment":"","pointer":"/required_files/2","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/2","source_id":"aoa:abyss-stack:artifact:7e2dc256b75fee0fdb6cef41","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:86d07d7337f5b85c761459c0:aoa:abyss-stack:anchor:17d3b7d2ec1bcc5554c93b4a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:17d3b7d2ec1bcc5554c93b4a","label":"candidate_ref","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/candidate_ref","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/candidate_ref","source_id":"aoa:abyss-stack:artifact:86d07d7337f5b85c761459c0","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:40c24f258c7cb08d290e7464","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:40c24f258c7cb08d290e7464","label":"require_memo_entry","locator":{"end_column":103,"end_line":1533,"fragment":"","pointer":"","start_column":1,"start_line":1521},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_memo_entry","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_memo_entry","target_ref":"python:memo_collection_key"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_memo_entry","target_ref":"python:memo_collection_payload"}],"parser_ref":"python-ast@1","qualified_name":"require_memo_entry","semantic_key":"python:function:require_memo_entry","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:2791cbf1733b7ae8d108d44e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2791cbf1733b7ae8d108d44e","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":264,"fragment":"","pointer":"","start_column":3,"start_line":264},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-surface","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:264:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:a97f01da6fd0df2c3ac34472","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a97f01da6fd0df2c3ac34472","label":"systemd allowlist","locator":{"end_column":20,"end_line":121,"fragment":"systemd-allowlist","pointer":"","start_column":1,"start_line":121},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:systemd-allowlist","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8d31c27d03cd4e44e55ad838:aoa:abyss-stack:anchor:a7abbb3f3131d7e92c65c9ed","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a7abbb3f3131d7e92c65c9ed","label":"AGENTS","locator":{"end_column":62,"end_line":33,"fragment":"","pointer":"","start_column":28,"start_line":33},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:expected-deployed-path","target_ref":"AGENTS.md#install-routes"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:33:28:0:AGENTS.md#install-routes","source_id":"aoa:abyss-stack:artifact:8d31c27d03cd4e44e55ad838","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ff9af75219cc06332abe9a9:aoa:abyss-stack:anchor:cda4aaefa0eb3a11cf33eb75","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cda4aaefa0eb3a11cf33eb75","label":"test_rag_api_depends_only_on_services_present_in_rag_profile","locator":{"end_column":54,"end_line":63,"fragment":"","pointer":"","start_column":5,"start_line":53},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_rag_api_depends_only_on_services_present_in_rag_profile","target_ref":"python:module_services"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_rag_api_depends_only_on_services_present_in_rag_profile","target_ref":"python:profile_modules"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_rag_api_depends_only_on_services_present_in_rag_profile","target_ref":"python:rag_api.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_rag_api_depends_only_on_services_present_in_rag_profile","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_rag_api_depends_only_on_services_present_in_rag_profile","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_rag_api_depends_only_on_services_present_in_rag_profile","target_ref":"python:self.subTest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RagBridgeContractsTests.test_rag_api_depends_only_on_services_present_in_rag_profile","target_ref":"python:services.update"}],"parser_ref":"python-ast@1","qualified_name":"RagBridgeContractsTests.test_rag_api_depends_only_on_services_present_in_rag_profile","semantic_key":"python:method:RagBridgeContractsTests.test_rag_api_depends_only_on_services_present_in_rag_profile","source_id":"aoa:abyss-stack:artifact:8ff9af75219cc06332abe9a9","symbol_kind":"method"} diff --git a/kag/indexes/shards/anchor/ba.jsonl b/kag/indexes/shards/anchor/ba.jsonl index 0538ddc3b..0de9415f1 100644 --- a/kag/indexes/shards/anchor/ba.jsonl +++ b/kag/indexes/shards/anchor/ba.jsonl @@ -40,7 +40,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9fe6aa68a866d4565732dc8e:aoa:abyss-stack:anchor:6706d7750e3b488d4f049c2d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6706d7750e3b488d4f049c2d","label":"parts/platform-adaptations/docs/PLATFORM_ADAPTATION_POLICY.md","locator":{"end_column":129,"end_line":32,"fragment":"","pointer":"","start_column":3,"start_line":32},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"parts/platform-adaptations/docs/PLATFORM_ADAPTATION_POLICY.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:32:3:0:parts/platform-adaptations/docs/PLATFORM_ADAPTATION_POLICY.md","source_id":"aoa:abyss-stack:artifact:9fe6aa68a866d4565732dc8e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9fe6aa68a866d4565732dc8e:aoa:abyss-stack:anchor:f6451ec904744531a1f57760","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f6451ec904744531a1f57760","label":"PARTS.md","locator":{"end_column":23,"end_line":26,"fragment":"","pointer":"","start_column":3,"start_line":26},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"PARTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:26:3:0:PARTS.md","source_id":"aoa:abyss-stack:artifact:9fe6aa68a866d4565732dc8e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a3841a7a3ec4b60947fc1cf9:aoa:abyss-stack:anchor:88faf43707f9d28e0c241a8e","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:88faf43707f9d28e0c241a8e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:a3841a7a3ec4b60947fc1cf9","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:12a41ffd80041c37af2b1055","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:12a41ffd80041c37af2b1055","label":"ABYSS-STACK-D-0041 Source Hygiene Validator Module","locator":{"end_column":113,"end_line":314,"fragment":"","pointer":"","start_column":3,"start_line":314},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:public-mirror-hygiene","target_ref":"../ABYSS-STACK-D-0041-source-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:314:3:0:../ABYSS-STACK-D-0041-source-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:4ff3fb95768841c6b9ec6438","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4ff3fb95768841c6b9ec6438","label":"ABYSS-STACK-D-0004 Machine Bridge Under Machine Fit","locator":{"end_column":115,"end_line":118,"fragment":"","pointer":"","start_column":3,"start_line":118},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:host-bridge","target_ref":"../ABYSS-STACK-D-0004-machine-bridge-under-machine-fit.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:118:3:0:../ABYSS-STACK-D-0004-machine-bridge-under-machine-fit.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:30ef34ef584d1a1fbb74ee2c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:30ef34ef584d1a1fbb74ee2c","label":"aoa_session_search","locator":{"end_column":89,"end_line":104,"fragment":"","pointer":"","start_column":5,"start_line":102},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_search","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_search","semantic_key":"python:method:build_server.aoa_session_search","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:bbbb9afa567a0176d9897422:aoa:abyss-stack:anchor:4707ea40da7dfcd88371b262","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4707ea40da7dfcd88371b262","label":"reference-platform","locator":{"end_column":62,"end_line":12,"fragment":"","pointer":"","start_column":3,"start_line":12},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit-docs","target_ref":"../parts/reference-platform/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:12:3:0:../parts/reference-platform/README.md","source_id":"aoa:abyss-stack:artifact:bbbb9afa567a0176d9897422","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/bb.jsonl b/kag/indexes/shards/anchor/bb.jsonl index 1947ffa40..49ad167d9 100644 --- a/kag/indexes/shards/anchor/bb.jsonl +++ b/kag/indexes/shards/anchor/bb.jsonl @@ -33,6 +33,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:bc7d5c3546192b134246bbd2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bc7d5c3546192b134246bbd2","label":"require_kag_chunk","locator":{"end_column":99,"end_line":1766,"fragment":"","pointer":"","start_column":1,"start_line":1762},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_kag_chunk","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_kag_chunk","target_ref":"python:kag_payload"}],"parser_ref":"python-ast@1","qualified_name":"require_kag_chunk","semantic_key":"python:function:require_kag_chunk","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5:aoa:abyss-stack:anchor:98f4e441cf052fd627d01255","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:98f4e441cf052fd627d01255","label":"docs/TINY_ENTRY_ROUTE.md","locator":{"end_column":28,"end_line":8,"fragment":"","pointer":"/required_files/1","start_column":3,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/1","source_id":"aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:9696fe4e1b56abfa3bc885d0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9696fe4e1b56abfa3bc885d0","label":"ABYSS-STACK-D-0050 Diagnostic Spine Validator Module","locator":{"end_column":117,"end_line":160,"fragment":"","pointer":"","start_column":3,"start_line":160},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:160:3:0:../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:d683b9c4ac830a414828deb3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d683b9c4ac830a414828deb3","label":"ABYSS-STACK-D-0045 Questbook Surface Validator Module","locator":{"end_column":119,"end_line":445,"fragment":"","pointer":"","start_column":3,"start_line":445},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-topology","target_ref":"../ABYSS-STACK-D-0045-questbook-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:445:3:0:../ABYSS-STACK-D-0045-questbook-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:909da5084533a70b9409f845:aoa:abyss-stack:anchor:df77c2e2399fdd9107754d88","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:df77c2e2399fdd9107754d88","label":"Agents-of-Abyss","locator":{"end_column":151,"end_line":11,"fragment":"","pointer":"","start_column":36,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:authority-source","target_ref":"https://github.com/8Dionysus/Agents-of-Abyss/blob/main/docs/EXPERIENCE_WAVE5_SOVEREIGN_OFFICE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:11:36:0:https://github.com/8Dionysus/Agents-of-Abyss/blob/main/docs/EXPERIENCE_WAVE5_SOVEREIGN_OFFICE.md","source_id":"aoa:abyss-stack:artifact:909da5084533a70b9409f845","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9416cfb2713839e38234a612:aoa:abyss-stack:anchor:19495ded504aefefb2673405","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:19495ded504aefefb2673405","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:9416cfb2713839e38234a612","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9d2ac3f194bedc110dc2246f:aoa:abyss-stack:anchor:4f8d799f4f811f88756586ec","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4f8d799f4f811f88756586ec","label":"lexical_targets","locator":{"end_column":17,"end_line":235,"fragment":"","pointer":"","start_column":1,"start_line":224},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:lexical_targets","target_ref":"python:connection.execute"}],"parser_ref":"python-ast@1","qualified_name":"lexical_targets","semantic_key":"python:function:lexical_targets","source_id":"aoa:abyss-stack:artifact:9d2ac3f194bedc110dc2246f","symbol_kind":"function"} @@ -42,7 +43,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:aa35ef4872d840064fc5da65:aoa:abyss-stack:anchor:f81eb69b30bbbc64383b663f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f81eb69b30bbbc64383b663f","label":"autonomy-status","locator":{"end_column":47,"end_line":7,"fragment":"","pointer":"","start_column":3,"start_line":7},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution-parts","target_ref":"autonomy-status/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:7:3:0:autonomy-status/README.md","source_id":"aoa:abyss-stack:artifact:aa35ef4872d840064fc5da65","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:422dcf81096fdaff2fdb3f87","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:422dcf81096fdaff2fdb3f87","label":"ABYSS-STACK-D-0056 Decision Surface Validator Module","locator":{"end_column":117,"end_line":170,"fragment":"","pointer":"","start_column":3,"start_line":170},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0056-decision-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:170:3:0:../ABYSS-STACK-D-0056-decision-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:ade7074aff033189ffd83710","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ade7074aff033189ffd83710","label":"ABYSS-STACK-D-0006 Local AI Trials First-Run Boundary","locator":{"end_column":119,"end_line":53,"fragment":"","pointer":"","start_column":3,"start_line":53},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0006-local-ai-trials-first-run-boundary.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:53:3:0:../ABYSS-STACK-D-0006-local-ai-trials-first-run-boundary.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:e9f7188a6b21e5a4f898f75e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e9f7188a6b21e5a4f898f75e","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":387,"fragment":"","pointer":"","start_column":3,"start_line":387},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:387:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:a1a306d60198236c43a7c47a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a1a306d60198236c43a7c47a","label":"aoa_session_latest_diagnostics","locator":{"end_column":107,"end_line":513,"fragment":"","pointer":"","start_column":5,"start_line":507},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_latest_diagnostics","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_latest_diagnostics","semantic_key":"python:method:build_server.aoa_session_latest_diagnostics","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:bc0030c5d61296454d8e70c4:aoa:abyss-stack:anchor:4077396392ff44c2ea04cd39","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4077396392ff44c2ea04cd39","label":"Owner Refs","locator":{"end_column":13,"end_line":88,"fragment":"owner-refs","pointer":"","start_column":1,"start_line":88},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-refs","source_id":"aoa:abyss-stack:artifact:bc0030c5d61296454d8e70c4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bf280076f6d23dcd9804d508:aoa:abyss-stack:anchor:ec86a71d6ed404c34614f41f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ec86a71d6ed404c34614f41f","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:bf280076f6d23dcd9804d508","symbol_kind":""} @@ -58,11 +58,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e1d137e8807565b0f3ac67ab:aoa:abyss-stack:anchor:de98aa0747f4bc788bc0e3a5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:de98aa0747f4bc788bc0e3a5","label":"_http_authority","locator":{"end_column":44,"end_line":110,"fragment":"","pointer":"","start_column":1,"start_line":108},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"_http_authority","semantic_key":"python:function:_http_authority","source_id":"aoa:abyss-stack:artifact:e1d137e8807565b0f3ac67ab","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:67510550d5f525a5c21ff7c8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:67510550d5f525a5c21ff7c8","label":"Compatibility bridge","locator":{"end_column":24,"end_line":253,"fragment":"compatibility-bridge-1","pointer":"","start_column":1,"start_line":253},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:compatibility-bridge-1","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:dd7242f9a56e00741633a9ea","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:dd7242f9a56e00741633a9ea","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:4045fe5d3158ecd6a91b75ff","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4045fe5d3158ecd6a91b75ff","label":"ABYSS-STACK-D-0028 Intel Inference And Rerank Service Selection","locator":{"end_column":139,"end_line":70,"fragment":"","pointer":"","start_column":3,"start_line":70},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:70:3:0:../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:d83a38cf47559ca0384562e3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d83a38cf47559ca0384562e3","label":"ABYSS-STACK-D-0056 Decision Surface Validator Module","locator":{"end_column":117,"end_line":112,"fragment":"","pointer":"","start_column":3,"start_line":112},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0056-decision-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:112:3:0:../ABYSS-STACK-D-0056-decision-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:10bef8aea196c32f4fd60be6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:10bef8aea196c32f4fd60be6","label":"ABYSS-STACK-D-0072 AoA 4PDA Connector MCP Access Plane","locator":{"end_column":121,"end_line":152,"fragment":"","pointer":"","start_column":3,"start_line":152},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:152:3:0:../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:2fb4ccc2f7c076abfd00d6e0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2fb4ccc2f7c076abfd00d6e0","label":"ABYSS-STACK-D-0051 Runtime Hygiene Validator Module","locator":{"end_column":115,"end_line":57,"fragment":"","pointer":"","start_column":3,"start_line":57},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:57:3:0:../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:e9e64ad65c34efca38596dda","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e9e64ad65c34efca38596dda","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":231,"fragment":"","pointer":"","start_column":3,"start_line":231},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-knowledge","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:231:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:f3b4a135a1e800886f3c1051","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f3b4a135a1e800886f3c1051","label":"ABYSS-STACK-D-0041 Source Hygiene Validator Module","locator":{"end_column":113,"end_line":47,"fragment":"","pointer":"","start_column":3,"start_line":47},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0041-source-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:47:3:0:../ABYSS-STACK-D-0041-source-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52:aoa:abyss-stack:anchor:62a7f0e85c133c4667a7e06c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:62a7f0e85c133c4667a7e06c","label":"qdrant_collection","locator":{"end_column":58,"end_line":86,"fragment":"","pointer":"","start_column":1,"start_line":83},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:qdrant_collection","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:qdrant_collection","target_ref":"python:vector.active_collection"}],"parser_ref":"python-ast@1","qualified_name":"qdrant_collection","semantic_key":"python:function:qdrant_collection","source_id":"aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f390b4d2d2a69221a0f04dec:aoa:abyss-stack:anchor:befc0183d3773aaaf42e19cf","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:befc0183d3773aaaf42e19cf","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f390b4d2d2a69221a0f04dec","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/bc.jsonl b/kag/indexes/shards/anchor/bc.jsonl index 4c1d6d1db..a740fe0fd 100644 --- a/kag/indexes/shards/anchor/bc.jsonl +++ b/kag/indexes/shards/anchor/bc.jsonl @@ -30,8 +30,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:97832af636c5142442fd656e:aoa:abyss-stack:anchor:62a8d9931977a67677a331de","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:62a8d9931977a67677a331de","label":"Scope","locator":{"end_column":8,"end_line":6,"fragment":"scope","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:scope","source_id":"aoa:abyss-stack:artifact:97832af636c5142442fd656e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:af60964741c25aab5d36a410","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:af60964741c25aab5d36a410","label":"environment","locator":{"end_column":16,"end_line":13,"fragment":"","pointer":"/services/neo4j/environment","start_column":5,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/neo4j/environment","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a8b53ffd214e14165c65f9f4:aoa:abyss-stack:anchor:defdb5f84bc663b8d103f65e","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:defdb5f84bc663b8d103f65e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:a8b53ffd214e14165c65f9f4","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:05a71ac466ec6126a4463519","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:05a71ac466ec6126a4463519","label":"ABYSS-STACK-D-0068 Decision Graph Contract And Impact Packets","locator":{"end_column":135,"end_line":236,"fragment":"","pointer":"","start_column":3,"start_line":236},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-graph","target_ref":"../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:236:3:0:../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ae10d9cb5a20aa7f60cb3439:aoa:abyss-stack:anchor:bbdc86883dbab034411d264e","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:bbdc86883dbab034411d264e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ae10d9cb5a20aa7f60cb3439","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:fa97f9feb963c140e0a3cdfb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fa97f9feb963c140e0a3cdfb","label":"Options considered","locator":{"end_column":21,"end_line":29,"fragment":"options-considered","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd:aoa:abyss-stack:anchor:fa97f9feb963c140e0a3cdfb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fa97f9feb963c140e0a3cdfb","label":"Options considered","locator":{"end_column":21,"end_line":32,"fragment":"options-considered","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7212a47afbad332ca394d0b:aoa:abyss-stack:anchor:75e76810e695fbaebb6d29ce","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:75e76810e695fbaebb6d29ce","label":"A2AReturnCloseoutDryRunTests","locator":{"end_column":69,"end_line":165,"fragment":"","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"A2AReturnCloseoutDryRunTests","semantic_key":"python:class:A2AReturnCloseoutDryRunTests","source_id":"aoa:abyss-stack:artifact:b7212a47afbad332ca394d0b","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:b7a803cf2072eed6a6825168:aoa:abyss-stack:anchor:b0f5a917760440bf77965901","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b0f5a917760440bf77965901","label":"Use only a preset","locator":{"end_column":21,"end_line":56,"fragment":"use-only-a-preset","pointer":"","start_column":1,"start_line":56},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:use-only-a-preset","source_id":"aoa:abyss-stack:artifact:b7a803cf2072eed6a6825168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bd20cbe4645b58cebee30a66:aoa:abyss-stack:anchor:e575ec8c9be3c61f658bdf7e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e575ec8c9be3c61f658bdf7e","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:bd20cbe4645b58cebee30a66","symbol_kind":""} @@ -42,8 +43,12 @@ {"_key":"anchor:aoa:abyss-stack:artifact:cd0cb3978ae97166974cc913:aoa:abyss-stack:anchor:4ae9a6c1c0b117494f39d5e5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4ae9a6c1c0b117494f39d5e5","label":"_contains","locator":{"end_column":17,"end_line":83,"fragment":"","pointer":"","start_column":1,"start_line":76},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_contains","target_ref":"python:_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_contains","target_ref":"python:_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_contains","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_contains","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_contains","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_contains","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_contains","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_contains","target_ref":"python:value.lower"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_contains","target_ref":"python:value.values"}],"parser_ref":"python-ast@1","qualified_name":"_contains","semantic_key":"python:function:_contains","source_id":"aoa:abyss-stack:artifact:cd0cb3978ae97166974cc913","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:d054cc1bd49ed7eb8bfd8831:aoa:abyss-stack:anchor:db6b0ea2e69d3dcca0a2785a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:db6b0ea2e69d3dcca0a2785a","label":"_embedding_vectors_batched","locator":{"end_column":19,"end_line":126,"fragment":"","pointer":"","start_column":1,"start_line":117},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_embedding_vectors_batched","target_ref":"python:_batches"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_embedding_vectors_batched","target_ref":"python:_embedding_vectors_resilient"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_embedding_vectors_batched","target_ref":"python:vectors.extend"}],"parser_ref":"python-ast@1","qualified_name":"_embedding_vectors_batched","semantic_key":"python:function:_embedding_vectors_batched","source_id":"aoa:abyss-stack:artifact:d054cc1bd49ed7eb8bfd8831","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:b99efcf6da764a3f2a858526","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b99efcf6da764a3f2a858526","label":"now_ms","locator":{"end_column":40,"end_line":66,"fragment":"","pointer":"","start_column":1,"start_line":65},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:now_ms","target_ref":"python:time.perf_counter"}],"parser_ref":"python-ast@1","qualified_name":"now_ms","semantic_key":"python:function:now_ms","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:5c7e31d0bf9db8fdfad8d409","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5c7e31d0bf9db8fdfad8d409","label":"ABYSS-STACK-D-0028 Intel Inference And Rerank Service Selection","locator":{"end_column":139,"end_line":71,"fragment":"","pointer":"","start_column":3,"start_line":71},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:71:3:0:../ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:964521ceefd50808dbfd14e8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:964521ceefd50808dbfd14e8","label":"Decisions By Mechanic Parent","locator":{"end_column":30,"end_line":1,"fragment":"decisions-by-mechanic-parent","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decisions-by-mechanic-parent","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:bc2ded10301d87f3a59552cb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:bc2ded10301d87f3a59552cb","label":"governed-execution","locator":{"end_column":21,"end_line":58,"fragment":"governed-execution","pointer":"","start_column":1,"start_line":58},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governed-execution","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:bc2ded10301d87f3a59552cb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:bc2ded10301d87f3a59552cb","label":"governed-execution","locator":{"end_column":21,"end_line":59,"fragment":"governed-execution","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governed-execution","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:371dd96276e306c9f86762e9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:371dd96276e306c9f86762e9","label":"ABYSS-STACK-D-0045 Questbook Surface Validator Module","locator":{"end_column":119,"end_line":51,"fragment":"","pointer":"","start_column":3,"start_line":51},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0045-questbook-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:51:3:0:../ABYSS-STACK-D-0045-questbook-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:6389f3037a60a20fb92e1d39","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6389f3037a60a20fb92e1d39","label":"ABYSS-STACK-D-0074 Telegram and Discord Connector MCP Access Planes","locator":{"end_column":143,"end_line":155,"fragment":"","pointer":"","start_column":3,"start_line":155},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:155:3:0:../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:5d7c7632c936ed1b42716fb6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5d7c7632c936ed1b42716fb6","label":"test_decision_surface_module_is_inventory_owned","locator":{"end_column":57,"end_line":495,"fragment":"","pointer":"","start_column":1,"start_line":485},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_decision_surface_module_is_inventory_owned","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_decision_surface_module_is_inventory_owned","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","qualified_name":"test_decision_surface_module_is_inventory_owned","semantic_key":"python:function:test_decision_surface_module_is_inventory_owned","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fe0094cafdebc1a274f0f632:aoa:abyss-stack:anchor:02b7e79295036aefd2e80c5b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:02b7e79295036aefd2e80c5b","label":"llama-cpp","locator":{"end_column":12,"end_line":4,"fragment":"","pointer":"/services/llama-cpp","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp","source_id":"aoa:abyss-stack:artifact:fe0094cafdebc1a274f0f632","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:1c64e5be22a05de417c4af29","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1c64e5be22a05de417c4af29","label":"success","locator":{"end_column":71,"end_line":76,"fragment":"","pointer":"/termination/success","start_column":3,"start_line":76},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/termination/success","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:f67433f09827d08d31231ae2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f67433f09827d08d31231ae2","label":"freedom","locator":{"end_column":29,"end_line":27,"fragment":"","pointer":"/operations/review/freedom","start_column":5,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/operations/review/freedom","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/bd.jsonl b/kag/indexes/shards/anchor/bd.jsonl index 84ab1267e..b7957d8bf 100644 --- a/kag/indexes/shards/anchor/bd.jsonl +++ b/kag/indexes/shards/anchor/bd.jsonl @@ -24,7 +24,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb:aoa:abyss-stack:anchor:e0e43b857daafc38fa38a283","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e0e43b857daafc38fa38a283","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:873aad955afb54f5174ff94c:aoa:abyss-stack:anchor:060c043843aaf822edd9461f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:060c043843aaf822edd9461f","label":"make_policy","locator":{"end_column":6,"end_line":386,"fragment":"","pointer":"","start_column":1,"start_line":269},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"make_policy","semantic_key":"python:function:make_policy","source_id":"aoa:abyss-stack:artifact:873aad955afb54f5174ff94c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac:aoa:abyss-stack:anchor:11b286ceefcd42f82966b76e","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:11b286ceefcd42f82966b76e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:a99a262c4fc87cd1e8aefc30","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a99a262c4fc87cd1e8aefc30","label":"governed policy envelope","locator":{"end_column":27,"end_line":270,"fragment":"governed-policy-envelope","pointer":"","start_column":1,"start_line":270},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governed-policy-envelope","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:8d5046aebb633cacb1241de7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8d5046aebb633cacb1241de7","label":"ABYSS-STACK-D-0052 Machine Fit Validator Module","locator":{"end_column":107,"end_line":296,"fragment":"","pointer":"","start_column":3,"start_line":296},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-bridge","target_ref":"../ABYSS-STACK-D-0052-machine-fit-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:296:3:0:../ABYSS-STACK-D-0052-machine-fit-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:a99a262c4fc87cd1e8aefc30","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a99a262c4fc87cd1e8aefc30","label":"governed policy envelope","locator":{"end_column":27,"end_line":274,"fragment":"governed-policy-envelope","pointer":"","start_column":1,"start_line":274},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:governed-policy-envelope","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8cdd421e303846a3e59151e4:aoa:abyss-stack:anchor:6882bf86e1d5bac4791d7d9a","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:6882bf86e1d5bac4791d7d9a","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8cdd421e303846a3e59151e4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b:aoa:abyss-stack:anchor:c017618f59b8ee6ede946d08","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c017618f59b8ee6ede946d08","label":"incident_class","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/incident_class","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/incident_class","source_id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9c597b09e8d77c578f9ed0db:aoa:abyss-stack:anchor:644a43679353e8f189700ceb","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:644a43679353e8f189700ceb","label":"static_configs","locator":{"end_column":19,"end_line":20,"fragment":"","pointer":"/scrape_configs/2/static_configs","start_column":5,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/scrape_configs/2/static_configs","source_id":"aoa:abyss-stack:artifact:9c597b09e8d77c578f9ed0db","symbol_kind":""} @@ -46,9 +47,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d52f335ae01a6885971b3988:aoa:abyss-stack:anchor:d1291b82442c79f656bf480d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d1291b82442c79f656bf480d","label":"validate_surface","locator":{"end_column":22,"end_line":133,"fragment":"","pointer":"","start_column":5,"start_line":86},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.validate_surface","target_ref":"python:questbook_surface.validate_questbook_surface"}],"parser_ref":"python-ast@1","qualified_name":"QuestbookSurfaceContractsTestCase.validate_surface","semantic_key":"python:method:QuestbookSurfaceContractsTestCase.validate_surface","source_id":"aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:d7116a5593165c96339e4540:aoa:abyss-stack:anchor:dba79837d0f3a52e781f9f1c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:dba79837d0f3a52e781f9f1c","label":"severity","locator":{"end_column":27,"end_line":8,"fragment":"","pointer":"/groups/0/rules/0/labels/severity","start_column":11,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/groups/0/rules/0/labels/severity","source_id":"aoa:abyss-stack:artifact:d7116a5593165c96339e4540","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e018972f7ca39f5427ff1eeb:aoa:abyss-stack:anchor:e9aa3b24bc519cd9e67d52ae","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e9aa3b24bc519cd9e67d52ae","label":"finished_at_utc","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/finished_at_utc","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/finished_at_utc","source_id":"aoa:abyss-stack:artifact:e018972f7ca39f5427ff1eeb","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:0e109ed4fe57c3dc817d90e2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0e109ed4fe57c3dc817d90e2","label":"ABYSS-STACK-D-0071 AoA Evals Local Port Write-Side MCP","locator":{"end_column":121,"end_line":51,"fragment":"","pointer":"","start_column":3,"start_line":51},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:51:3:0:../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:bf34d04a24b1a8faa64ed088","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bf34d04a24b1a8faa64ed088","label":"generated/kag_registry.min.json","locator":{"end_column":35,"end_line":16,"fragment":"","pointer":"/required_files/9","start_column":3,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/9","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8:aoa:abyss-stack:anchor:1417fb9374670030d70087a4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1417fb9374670030d70087a4","label":"E1: KV quantization comparison","locator":{"end_column":34,"end_line":170,"fragment":"e1-kv-quantization-comparison","pointer":"","start_column":1,"start_line":170},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:e1-kv-quantization-comparison","source_id":"aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:6dc7779d4c2dca5ce04c9498","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6dc7779d4c2dca5ce04c9498","label":"ABYSS-STACK-D-0066 AoA Decisions MCP Access Plane","locator":{"end_column":111,"end_line":195,"fragment":"","pointer":"","start_column":3,"start_line":195},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-surface","target_ref":"../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:195:3:0:../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:ac68df0a41d468ea0e54f184","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ac68df0a41d468ea0e54f184","label":"ABYSS-STACK-D-0057 Mechanics Topology Validator Module","locator":{"end_column":121,"end_line":63,"fragment":"","pointer":"","start_column":3,"start_line":63},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:63:3:0:../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:f0d6e75a674d7179a85fb6fe","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f0d6e75a674d7179a85fb6fe","label":"ABYSS-STACK-D-0017 Direction, History, And Decision Surface Roles","locator":{"end_column":137,"end_line":124,"fragment":"","pointer":"","start_column":3,"start_line":124},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0017-direction-history-decision-surface-roles.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:124:3:0:../ABYSS-STACK-D-0017-direction-history-decision-surface-roles.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:df4c24c489082216bbb61e4d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:df4c24c489082216bbb61e4d","label":"_philosophy_clusters_for_payload","locator":{"end_column":41,"end_line":497,"fragment":"","pointer":"","start_column":5,"start_line":480},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_clusters_for_payload","target_ref":"python:cluster.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_clusters_for_payload","target_ref":"python:cluster.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_clusters_for_payload","target_ref":"python:clusters.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_clusters_for_payload","target_ref":"python:clusters.sort"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_clusters_for_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_clusters_for_payload","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_clusters_for_payload","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_clusters_for_payload","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_clusters_for_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_clusters_for_payload","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_clusters_for_payload","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState._philosophy_clusters_for_payload","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState._philosophy_clusters_for_payload","semantic_key":"python:method:ToSCorpusMCPState._philosophy_clusters_for_payload","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f94c00e397193440ec61cc10:aoa:abyss-stack:anchor:141981cfe85e56f43457a0fd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:141981cfe85e56f43457a0fd","label":"Route Modes","locator":{"end_column":14,"end_line":47,"fragment":"route-modes","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-modes","source_id":"aoa:abyss-stack:artifact:f94c00e397193440ec61cc10","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/be.jsonl b/kag/indexes/shards/anchor/be.jsonl index f2f1cfc1c..168430608 100644 --- a/kag/indexes/shards/anchor/be.jsonl +++ b/kag/indexes/shards/anchor/be.jsonl @@ -6,7 +6,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:20406aeceb5067c3b5e6af44:aoa:abyss-stack:anchor:bc59fd1ed1fdb5fc99c69374","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bc59fd1ed1fdb5fc99c69374","label":"aoa-diagnose --preset agent-federation --truth-goal deployed exited repairable_under_governance","locator":{"end_column":99,"end_line":43,"fragment":"","pointer":"/evidence/5","start_column":3,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/evidence/5","source_id":"aoa:abyss-stack:artifact:20406aeceb5067c3b5e6af44","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:24b14059c0643ecd06b4d007:aoa:abyss-stack:anchor:ec31530d193bd96fdde0ca3b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ec31530d193bd96fdde0ca3b","label":"build_parser","locator":{"end_column":18,"end_line":194,"fragment":"","pointer":"","start_column":1,"start_line":152},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"}],"parser_ref":"python-ast@1","qualified_name":"build_parser","semantic_key":"python:function:build_parser","source_id":"aoa:abyss-stack:artifact:24b14059c0643ecd06b4d007","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:fc1da354aeec1d8022d13fec","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fc1da354aeec1d8022d13fec","label":"prepare_w4_docs_case","locator":{"end_column":68,"end_line":6738,"fragment":"","pointer":"","start_column":1,"start_line":6140},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:anchor_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:anchor_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:anchor_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:anchor_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:anchor_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:anchor_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:anchor_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:anchor_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:apply_anchored_replace_to_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:apply_check_raw.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:apply_exact_replace_to_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:attempt_order.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:attempt_order.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:bounded_text_slice"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_blocked_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_blocked_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_blocked_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_blocked_qwen_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_blocked_qwen_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_git_unified_diff"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_w4_alignment_plan_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_w4_docs_plan_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_w4_docs_plan_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_w4_docs_sibling_snippets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_w4_docs_target_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_w4_docs_target_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_w4_edit_spec_anchor_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_w4_edit_spec_exact_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_w4_edit_spec_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_w4_edit_spec_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_w4_edit_spec_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:build_w4_target_selection_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:by_relative.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:compact_w4_plan_for_diff"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:diff_text.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:edit_spec_attempts.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:edit_spec_attempts.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:exact_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:exact_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:exact_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:exact_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:exact_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:exact_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:exact_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:exact_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:file_entries.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:file_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:inspect_w4_diff_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:normalize_relative_repo_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:parse_w4_alignment_plan"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:parse_w4_edit_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:parse_w4_edit_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:plan_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:plan_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:plan_errors.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:plan_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:plan_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:plan_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:plan_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:proposal_failure_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:proposal_failure_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:proposal_failure_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:proposal_failure_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:proposal_failure_reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:proposal_failure_reasons.copy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:proposal_failure_reasons.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:proposal_failure_reasons.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:proposal_failure_reasons.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:proposal_failure_reasons.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:proposal_failure_reasons.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:prose_first_w4_edit_excerpt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:read_w4_repo_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:run_qwen_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:run_qwen_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:run_qwen_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:run_qwen_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:target_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:target_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:target_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:target_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:target_stage_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:target_stage_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:target_stage_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:trim_agents_guidance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:validate_w4_public_doc_edit_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:validate_w4_public_doc_edit_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_text_exact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_text_exact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_text_exact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:prepare_w4_docs_case","target_ref":"python:write_text_exact"}],"parser_ref":"python-ast@1","qualified_name":"prepare_w4_docs_case","semantic_key":"python:function:prepare_w4_docs_case","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:254b9e412cacc667e2b3e458","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:254b9e412cacc667e2b3e458","label":"test_repo_self_index_families_are_outside_authored_text_surface","locator":{"end_column":43,"end_line":142,"fragment":"","pointer":"","start_column":5,"start_line":103},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:authored_doc.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:authored_doc.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:family_manifest.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:indexes.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:owner_index.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:repository_index.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:self.iter_text_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:source_index.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:source_shard.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:source_shard.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:254b9e412cacc667e2b3e458","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:254b9e412cacc667e2b3e458","label":"test_repo_self_index_families_are_outside_authored_text_surface","locator":{"end_column":43,"end_line":132,"fragment":"","pointer":"","start_column":5,"start_line":93},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:authored_doc.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:authored_doc.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:family_manifest.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:indexes.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:owner_index.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:repository_index.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:self.iter_text_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:source_index.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:source_shard.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:source_shard.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_repo_self_index_families_are_outside_authored_text_surface","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:318f5e6fe8ea87f823157c51:aoa:abyss-stack:anchor:4637ff73043f005e33ff8989","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4637ff73043f005e33ff8989","label":"healthcheck","locator":{"end_column":16,"end_line":11,"fragment":"","pointer":"/services/docs-api/healthcheck","start_column":5,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/docs-api/healthcheck","source_id":"aoa:abyss-stack:artifact:318f5e6fe8ea87f823157c51","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:324a455f10d8feb643d8f838:aoa:abyss-stack:anchor:8be3b438ae04e5f5b0bb3d9f","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:8be3b438ae04e5f5b0bb3d9f","label":"trial_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/trial_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/trial_id","source_id":"aoa:abyss-stack:artifact:324a455f10d8feb643d8f838","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:33f121b2a407a6b4715027ff:aoa:abyss-stack:anchor:87fa43bf048a3c1533dfb67c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:87fa43bf048a3c1533dfb67c","label":"sync_corpus","locator":{"end_column":63,"end_line":36,"fragment":"","pointer":"","start_column":5,"start_line":31},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CorpusProjector.sync_corpus","target_ref":"python:self._preview_sync"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CorpusProjector.sync_corpus","target_ref":"python:self.neo4j_store.sync_corpus_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CorpusProjector.sync_corpus","target_ref":"python:self.reader.load_index"}],"parser_ref":"python-ast@1","qualified_name":"CorpusProjector.sync_corpus","semantic_key":"python:method:CorpusProjector.sync_corpus","source_id":"aoa:abyss-stack:artifact:33f121b2a407a6b4715027ff","symbol_kind":"method"} @@ -29,6 +29,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:451192b8b9465423672035a2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:451192b8b9465423672035a2","label":"mem_limit","locator":{"end_column":48,"end_line":25,"fragment":"","pointer":"/services/cadvisor/mem_limit","start_column":5,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/cadvisor/mem_limit","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:ad31f6ee85ce8cf718852081","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ad31f6ee85ce8cf718852081","label":"resolve_surface_kind","locator":{"end_column":6,"end_line":1357,"fragment":"","pointer":"","start_column":1,"start_line":1334},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_surface_kind","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_surface_kind","target_ref":"python:hint.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_surface_kind","target_ref":"python:hint.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_surface_kind","target_ref":"python:require_surface_hint"}],"parser_ref":"python-ast@1","qualified_name":"resolve_surface_kind","semantic_key":"python:function:resolve_surface_kind","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:984b7409cfc7d661e8b7d9fe","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:984b7409cfc7d661e8b7d9fe","label":"reviewed_diagnosis_ref_for","locator":{"end_column":24,"end_line":1284,"fragment":"","pointer":"","start_column":1,"start_line":1225},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:DRIFT_SEVERITY_RANK.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:dict.fromkeys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:dict.fromkeys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:dict.fromkeys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:dict.fromkeys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:drift.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:drift.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:drift.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:relative_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:relative_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:relative_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:reviewed_diagnosis_summary_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:reviewed_diagnosis_verdict_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:session.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:reviewed_diagnosis_ref_for","target_ref":"python:utc_timestamp"}],"parser_ref":"python-ast@1","qualified_name":"reviewed_diagnosis_ref_for","semantic_key":"python:function:reviewed_diagnosis_ref_for","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:05cfd36675b46629c4c49a7b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:05cfd36675b46629c4c49a7b","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":440,"fragment":"","pointer":"","start_column":3,"start_line":440},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-freshness","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:440:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:610623896b14ea67cd6f62c6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:610623896b14ea67cd6f62c6","label":"ABYSS-STACK-D-0055 Root Routes Validator Module","locator":{"end_column":107,"end_line":378,"fragment":"","pointer":"","start_column":3,"start_line":378},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:root-route","target_ref":"../ABYSS-STACK-D-0055-root-routes-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:378:3:0:../ABYSS-STACK-D-0055-root-routes-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:7c18dfc3dc79f036702b2cc1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7c18dfc3dc79f036702b2cc1","label":"ABYSS-STACK-D-0013 Runtime Compatibility Boundaries","locator":{"end_column":115,"end_line":140,"fragment":"","pointer":"","start_column":3,"start_line":140},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0013-runtime-compatibility-boundaries.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:140:3:0:../ABYSS-STACK-D-0013-runtime-compatibility-boundaries.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:9e8f278ae60651aef1fb6ab9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9e8f278ae60651aef1fb6ab9","label":"ABYSS-STACK-D-0048 Federation Landing Validator Split","locator":{"end_column":119,"end_line":158,"fragment":"","pointer":"","start_column":3,"start_line":158},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0048-federation-landing-validator-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:158:3:0:../ABYSS-STACK-D-0048-federation-landing-validator-split.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8d3b3cb7c34e252a36c1e8f6:aoa:abyss-stack:anchor:1f26d4d5ee4e16f67b8ab0e2","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1f26d4d5ee4e16f67b8ab0e2","label":"kind","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/kind","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/kind","source_id":"aoa:abyss-stack:artifact:8d3b3cb7c34e252a36c1e8f6","symbol_kind":"json_key"} @@ -58,6 +60,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:b9b01b0358de6a47d98bbc71","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b9b01b0358de6a47d98bbc71","label":"Host-facing endpoints","locator":{"end_column":25,"end_line":221,"fragment":"host-facing-endpoints-5","pointer":"","start_column":1,"start_line":221},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:host-facing-endpoints-5","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:31f2e60cbf5ec82cd26feeba","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:31f2e60cbf5ec82cd26feeba","label":"rerank_alias","locator":{"end_column":23,"end_line":449,"fragment":"","pointer":"","start_column":1,"start_line":448},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank_alias","target_ref":"python:app.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank_alias","target_ref":"python:rerank"}],"parser_ref":"python-ast@1","qualified_name":"rerank_alias","semantic_key":"python:function:rerank_alias","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4:aoa:abyss-stack:anchor:fae835ba59281db0103e10bf","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fae835ba59281db0103e10bf","label":"StaticBearerTokenVerifier","locator":{"end_column":10,"end_line":50,"fragment":"","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"StaticBearerTokenVerifier","semantic_key":"python:class:StaticBearerTokenVerifier","source_id":"aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4","symbol_kind":"class"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:d1519bab44c18c148d69dde8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d1519bab44c18c148d69dde8","label":"ABYSS-STACK-D-0073 ToS Philosophy Graph Access Plane","locator":{"end_column":117,"end_line":190,"fragment":"","pointer":"","start_column":3,"start_line":190},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:tree-of-sophia-access","target_ref":"../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:190:3:0:../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:e19669a1bdf50ce022090afa","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e19669a1bdf50ce022090afa","label":"_catalog_candidates","locator":{"end_column":26,"end_line":215,"fragment":"","pointer":"","start_column":5,"start_line":195},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._catalog_candidates","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._catalog_candidates","target_ref":"python:committed.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._catalog_candidates","target_ref":"python:self._active_catalog_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._catalog_candidates","target_ref":"python:self._central_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._catalog_candidates","target_ref":"python:self._load_catalog"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState._catalog_candidates","target_ref":"python:self._load_catalog"}],"parser_ref":"python-ast@1","qualified_name":"AoAStatsMCPState._catalog_candidates","semantic_key":"python:method:AoAStatsMCPState._catalog_candidates","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80:aoa:abyss-stack:anchor:2b4ef56a7fddfce39fe1a695","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2b4ef56a7fddfce39fe1a695","label":"Gates","locator":{"end_column":8,"end_line":45,"fragment":"gates","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:gates","source_id":"aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/bf.jsonl b/kag/indexes/shards/anchor/bf.jsonl index 8ed8cb60c..48cd73959 100644 --- a/kag/indexes/shards/anchor/bf.jsonl +++ b/kag/indexes/shards/anchor/bf.jsonl @@ -1,5 +1,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb:aoa:abyss-stack:anchor:b506ef1bb30f5fe948bf92e5","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b506ef1bb30f5fe948bf92e5","label":"name","locator":{"end_column":31,"end_line":45,"fragment":"","pointer":"/jobs/release_audit/steps/7/name","start_column":7,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/jobs/release_audit/steps/7/name","source_id":"aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:455deb7e7d96759e12372a2e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:455deb7e7d96759e12372a2e","label":"Changed","locator":{"end_column":11,"end_line":748,"fragment":"changed-4","pointer":"","start_column":1,"start_line":748},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:changed-4","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:455deb7e7d96759e12372a2e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:455deb7e7d96759e12372a2e","label":"Changed","locator":{"end_column":11,"end_line":750,"fragment":"changed-4","pointer":"","start_column":1,"start_line":750},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:changed-4","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0743905f57097dd04327214e:aoa:abyss-stack:anchor:a7dcb9786415e09757700937","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a7dcb9786415e09757700937","label":"_owner_rows","locator":{"end_column":82,"end_line":188,"fragment":"","pointer":"","start_column":1,"start_line":185},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_owner_rows","target_ref":"python:bundle.records"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_owner_rows","target_ref":"python:canonical_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_owner_rows","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_owner_rows","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_owner_rows","semantic_key":"python:function:_owner_rows","source_id":"aoa:abyss-stack:artifact:0743905f57097dd04327214e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:0ce3b1df3a26e0b4fc394a26:aoa:abyss-stack:anchor:10e308f4fa6aa50b4620b710","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:10e308f4fa6aa50b4620b710","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:0ce3b1df3a26e0b4fc394a26","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43:aoa:abyss-stack:anchor:89dd594278af07ed8f10b475","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:89dd594278af07ed8f10b475","label":"delegate_tier","locator":{"end_column":22,"end_line":16,"fragment":"","pointer":"/delegate_tier","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/delegate_tier","source_id":"aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43","symbol_kind":""} @@ -18,7 +18,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:48070e12e763a0128a2d3176:aoa:abyss-stack:anchor:4ac3e3b04ee6e194a7f4c9c7","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:4ac3e3b04ee6e194a7f4c9c7","label":"profile","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/profile","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/profile","source_id":"aoa:abyss-stack:artifact:48070e12e763a0128a2d3176","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:49bc853b265d1d2a186b1dc9:aoa:abyss-stack:anchor:159d80461451512768720f04","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:159d80461451512768720f04","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:49bc853b265d1d2a186b1dc9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:51098e4329e3b994a745372d:aoa:abyss-stack:anchor:28bf5f4abc05a9c6c8291600","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:28bf5f4abc05a9c6c8291600","label":"purpose","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/purpose","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/purpose","source_id":"aoa:abyss-stack:artifact:51098e4329e3b994a745372d","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1:aoa:abyss-stack:anchor:7de2d7bc27c642a23d09f548","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:7de2d7bc27c642a23d09f548","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:57fd2b7dd0de0031f24ed306:aoa:abyss-stack:anchor:f21013c32a3d1197076abdda","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:f21013c32a3d1197076abdda","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:57fd2b7dd0de0031f24ed306","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:675e400e8c1c9a70ec0db8eb:aoa:abyss-stack:anchor:2428db9248d3961ea38eeaac","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2428db9248d3961ea38eeaac","label":"lifecycle","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/lifecycle","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/lifecycle","source_id":"aoa:abyss-stack:artifact:675e400e8c1c9a70ec0db8eb","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:70b05802d66baebb36162603:aoa:abyss-stack:anchor:e2b140f5c22679cace70e257","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e2b140f5c22679cace70e257","label":"Authority","locator":{"end_column":12,"end_line":30,"fragment":"authority","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:authority","source_id":"aoa:abyss-stack:artifact:70b05802d66baebb36162603","symbol_kind":""} @@ -36,7 +35,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:873aad955afb54f5174ff94c:aoa:abyss-stack:anchor:5bcec18ffafad86725a2ed5c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5bcec18ffafad86725a2ed5c","label":"install_review_packet_runtime_surfaces","locator":{"end_column":26,"end_line":798,"fragment":"","pointer":"","start_column":5,"start_line":503},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.install_review_packet_runtime_surfaces","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.install_review_packet_runtime_surfaces","target_ref":"python:path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.install_review_packet_runtime_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.install_review_packet_runtime_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.install_review_packet_runtime_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.install_review_packet_runtime_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.install_review_packet_runtime_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.install_review_packet_runtime_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.install_review_packet_runtime_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.install_review_packet_runtime_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.install_review_packet_runtime_surfaces","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerTestCase.install_review_packet_runtime_surfaces","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerTestCase.install_review_packet_runtime_surfaces","semantic_key":"python:method:GovernedRunnerTestCase.install_review_packet_runtime_surfaces","source_id":"aoa:abyss-stack:artifact:873aad955afb54f5174ff94c","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:b6591ff662a6fb509128e5e5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b6591ff662a6fb509128e5e5","label":"routing_surface_hints","locator":{"end_column":73,"end_line":2224,"fragment":"","pointer":"","start_column":1,"start_line":2222},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_surface_hints","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_surface_hints","target_ref":"python:require_store"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_surface_hints","target_ref":"python:routing_payload"}],"parser_ref":"python-ast@1","qualified_name":"routing_surface_hints","semantic_key":"python:function:routing_surface_hints","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:485fd6ab111da600e6812b53","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:485fd6ab111da600e6812b53","label":"ABYSS-STACK-D-0041 Source Hygiene Validator Module","locator":{"end_column":113,"end_line":35,"fragment":"","pointer":"","start_column":3,"start_line":35},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0041-source-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:35:3:0:../ABYSS-STACK-D-0041-source-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:b3b1eb56e7da6ac0c125efb6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b3b1eb56e7da6ac0c125efb6","label":"ABYSS-STACK-D-0055 Root Routes Validator Module","locator":{"end_column":107,"end_line":366,"fragment":"","pointer":"","start_column":3,"start_line":366},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:root-route","target_ref":"../ABYSS-STACK-D-0055-root-routes-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:366:3:0:../ABYSS-STACK-D-0055-root-routes-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:7b9ad46d4b13df0a3933bf35","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7b9ad46d4b13df0a3933bf35","label":"ABYSS-STACK-D-0053 Return Policy Validator Module","locator":{"end_column":111,"end_line":374,"fragment":"","pointer":"","start_column":3,"start_line":374},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:return-policy","target_ref":"../ABYSS-STACK-D-0053-return-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:374:3:0:../ABYSS-STACK-D-0053-return-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03:aoa:abyss-stack:anchor:aa97ee062905e0ab8ff9aa39","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:aa97ee062905e0ab8ff9aa39","label":"_owner_row","locator":{"end_column":6,"end_line":87,"fragment":"","pointer":"","start_column":1,"start_line":77},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_owner_row","target_ref":"python:canonical_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_owner_row","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_owner_row","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_owner_row","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_owner_row","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_owner_row","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_owner_row","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_owner_row","semantic_key":"python:function:_owner_row","source_id":"aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f:aoa:abyss-stack:anchor:ad799dc621febf5f8d5f3580","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ad799dc621febf5f8d5f3580","label":"Composition rule","locator":{"end_column":19,"end_line":247,"fragment":"composition-rule","pointer":"","start_column":1,"start_line":247},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:composition-rule","source_id":"aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:912fc40e7baa6020c4d0acb0:aoa:abyss-stack:anchor:d7848e0e03d7f939ee41e101","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d7848e0e03d7f939ee41e101","label":"default_title","locator":{"end_column":38,"end_line":22,"fragment":"","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"default_title","semantic_key":"python:function:default_title","source_id":"aoa:abyss-stack:artifact:912fc40e7baa6020c4d0acb0","symbol_kind":"function"} @@ -50,13 +49,15 @@ {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:49e3538f30584bc3305c1718","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:49e3538f30584bc3305c1718","label":"\"--config.file=/etc/alertmanager/alertmanager.yml\"","locator":{"end_column":58,"end_line":40,"fragment":"","pointer":"/services/alertmanager/command/0","start_column":7,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/alertmanager/command/0","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c5b023c5534afadcd1cf2ffe:aoa:abyss-stack:anchor:f1aba7b21258d204e0e6c728","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:f1aba7b21258d204e0e6c728","label":"runtime_effect","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/runtime_effect","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/runtime_effect","source_id":"aoa:abyss-stack:artifact:c5b023c5534afadcd1cf2ffe","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:d21908edd68b11475b4940ab:aoa:abyss-stack:anchor:2d947941b24d5437e3b6b1c9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2d947941b24d5437e3b6b1c9","label":"Role","locator":{"end_column":7,"end_line":3,"fragment":"role","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:role","source_id":"aoa:abyss-stack:artifact:d21908edd68b11475b4940ab","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:d29ad807dabc7c951e11e7c6:aoa:abyss-stack:anchor:5dfc45edb9dc9ebf11bf0d5e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5dfc45edb9dc9ebf11bf0d5e","label":"display_name","locator":{"end_column":45,"end_line":2,"fragment":"","pointer":"/interface/display_name","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/interface/display_name","source_id":"aoa:abyss-stack:artifact:d29ad807dabc7c951e11e7c6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:dcce7cf0dc9320d92d81bb49:aoa:abyss-stack:anchor:3965a0e2df3fcc62367d94e4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3965a0e2df3fcc62367d94e4","label":"Tree-of-Sophia","locator":{"end_column":340,"end_line":34,"fragment":"","pointer":"","start_column":226,"start_line":34},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:authority-source","target_ref":"https://github.com/8Dionysus/Tree-of-Sophia/blob/main/docs/NO_DIRECT_EXPERIENCE_INSTALL_WRITE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:34:226:1:https://github.com/8Dionysus/Tree-of-Sophia/blob/main/docs/NO_DIRECT_EXPERIENCE_INSTALL_WRITE.md","source_id":"aoa:abyss-stack:artifact:dcce7cf0dc9320d92d81bb49","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5:aoa:abyss-stack:anchor:c0620a3e2aa95d95a303e75d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c0620a3e2aa95d95a303e75d","label":"rollout","locator":{"end_column":11,"end_line":46,"fragment":"","pointer":"/tags/1","start_column":3,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/tags/1","source_id":"aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6:aoa:abyss-stack:anchor:934e738b7a0b7b73bf6aa801","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:934e738b7a0b7b73bf6aa801","label":"corpus_status","locator":{"end_column":51,"end_line":152,"fragment":"","pointer":"","start_column":1,"start_line":151},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:corpus_status","target_ref":"python:CorpusStatusResponse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:corpus_status","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:corpus_status","target_ref":"python:reader.status"}],"parser_ref":"python-ast@1","qualified_name":"corpus_status","semantic_key":"python:function:corpus_status","source_id":"aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6:aoa:abyss-stack:anchor:bd3daafb3344baf1ebe060b9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bd3daafb3344baf1ebe060b9","label":"health","locator":{"end_column":6,"end_line":147,"fragment":"","pointer":"","start_column":1,"start_line":128},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:HealthResponse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:settings.corpus_index_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:settings.corpus_index_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:settings.philosophy_graph_projection_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:settings.philosophy_graph_projection_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:settings.philosophy_post_planting_audit_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:settings.philosophy_post_planting_audit_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:settings.tos_root.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:settings.tos_root.exists"}],"parser_ref":"python-ast@1","qualified_name":"health","semantic_key":"python:function:health","source_id":"aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e123da3c2f6bc583591b59c3:aoa:abyss-stack:anchor:da09cab52d88d955588810d9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:da09cab52d88d955588810d9","label":"_assert_local","locator":{"end_column":10,"end_line":40,"fragment":"","pointer":"","start_column":1,"start_line":35},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_local","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_local","target_ref":"python:model_id.startswith"}],"parser_ref":"python-ast@1","qualified_name":"_assert_local","semantic_key":"python:function:_assert_local","source_id":"aoa:abyss-stack:artifact:e123da3c2f6bc583591b59c3","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e2855b8c2b526183e85f837a:aoa:abyss-stack:anchor:ab35d6e559a4a77d3ac4872c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ab35d6e559a4a77d3ac4872c","label":"read_only","locator":{"end_column":15,"end_line":3,"fragment":"","pointer":"/read_only","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/read_only","source_id":"aoa:abyss-stack:artifact:e2855b8c2b526183e85f837a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:a95d2dce232949563507b0a1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a95d2dce232949563507b0a1","label":"ABYSS-STACK-D-0062 Agent Skill Projection Validator Module","locator":{"end_column":129,"end_line":194,"fragment":"","pointer":"","start_column":3,"start_line":194},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-surface","target_ref":"../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:194:3:0:../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:44b99bc52475b4bb3cfac9e6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:44b99bc52475b4bb3cfac9e6","label":"ABYSS-STACK-D-0011 Legacy-Heavy Runtime Package Distillation","locator":{"end_column":133,"end_line":34,"fragment":"","pointer":"","start_column":3,"start_line":34},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:experience-runtime","target_ref":"../ABYSS-STACK-D-0011-legacy-heavy-runtime-package-distillation.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:34:3:0:../ABYSS-STACK-D-0011-legacy-heavy-runtime-package-distillation.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f323b2bec780ad026a892be1:aoa:abyss-stack:anchor:64c31fdcaae13bf485b81cbc","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:64c31fdcaae13bf485b81cbc","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f323b2bec780ad026a892be1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f56c67837383845a3353168f:aoa:abyss-stack:anchor:c3b2ddfa99335a0e016877b4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c3b2ddfa99335a0e016877b4","label":"Vocabulary","locator":{"end_column":13,"end_line":18,"fragment":"vocabulary","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:vocabulary","source_id":"aoa:abyss-stack:artifact:f56c67837383845a3353168f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe:aoa:abyss-stack:anchor:0fd1e0547e407b53b6940f37","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:0fd1e0547e407b53b6940f37","label":"aoa-kag-mcp-server","locator":{"end_column":46,"end_line":18,"fragment":"","pointer":"project.scripts.aoa-kag-mcp-server","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.scripts.aoa-kag-mcp-server","source_id":"aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:1ccae3b6836bcb8bc733c7a9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1ccae3b6836bcb8bc733c7a9","label":"unknowns","locator":{"end_column":16,"end_line":57,"fragment":"","pointer":"/abi/outputs/required/8","start_column":7,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs/required/8","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/c0.jsonl b/kag/indexes/shards/anchor/c0.jsonl index 0a9744abe..ac0026746 100644 --- a/kag/indexes/shards/anchor/c0.jsonl +++ b/kag/indexes/shards/anchor/c0.jsonl @@ -15,6 +15,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:4079e969365cb5ba0faa49f6:aoa:abyss-stack:anchor:690ff1f0aa47d36fea088305","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:690ff1f0aa47d36fea088305","label":"AoA Decisions MCP Access Plane","locator":{"end_column":32,"end_line":1,"fragment":"aoa-decisions-mcp-access-plane","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:aoa-decisions-mcp-access-plane","source_id":"aoa:abyss-stack:artifact:4079e969365cb5ba0faa49f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:487a862cd3a7fb18fca9e179:aoa:abyss-stack:anchor:3e8e71c1d6a43d1df4c394a6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3e8e71c1d6a43d1df4c394a6","label":"require_path_safe_closeout_id","locator":{"end_column":23,"end_line":63,"fragment":"","pointer":"","start_column":1,"start_line":60},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_path_safe_closeout_id","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_path_safe_closeout_id","target_ref":"python:slugify"}],"parser_ref":"python-ast@1","qualified_name":"require_path_safe_closeout_id","semantic_key":"python:function:require_path_safe_closeout_id","source_id":"aoa:abyss-stack:artifact:487a862cd3a7fb18fca9e179","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:4889d6873d7232f6293142e9:aoa:abyss-stack:anchor:2a597deb988a685579fe5d7b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2a597deb988a685579fe5d7b","label":"_bearer_token","locator":{"end_column":17,"end_line":105,"fragment":"","pointer":"","start_column":1,"start_line":90},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:_TOKEN_PATTERN.fullmatch"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:_credential_token"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:credential_token.encode"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:env_token.encode"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:hmac.compare_digest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_bearer_token","target_ref":"python:os.environ.get"}],"parser_ref":"python-ast@1","qualified_name":"_bearer_token","semantic_key":"python:function:_bearer_token","source_id":"aoa:abyss-stack:artifact:4889d6873d7232f6293142e9","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e:aoa:abyss-stack:anchor:cb8eb6544ca314993941e92d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cb8eb6544ca314993941e92d","label":"Closeout","locator":{"end_column":11,"end_line":47,"fragment":"closeout","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:closeout","source_id":"aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3:aoa:abyss-stack:anchor:0cd105514566863965f9b9d1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0cd105514566863965f9b9d1","label":"`memory_access`","locator":{"end_column":19,"end_line":120,"fragment":"memory_access","pointer":"","start_column":1,"start_line":120},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:memory_access","source_id":"aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5a53f3f5293b0761e992f2c8:aoa:abyss-stack:anchor:88288c0bfa872902f95f4ff8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:88288c0bfa872902f95f4ff8","label":"OptimizationAuditStatusTests","locator":{"end_column":14,"end_line":81,"fragment":"","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"OptimizationAuditStatusTests","semantic_key":"python:class:OptimizationAuditStatusTests","source_id":"aoa:abyss-stack:artifact:5a53f3f5293b0761e992f2c8","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:6608ce56cda8da7b23543c51:aoa:abyss-stack:anchor:38db20edbcec71f3906062c7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:38db20edbcec71f3906062c7","label":"_run_server","locator":{"end_column":44,"end_line":27,"fragment":"","pointer":"","start_column":1,"start_line":17},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:_http_auth_kwargs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:_transport_settings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:server.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:server.run"}],"parser_ref":"python-ast@1","qualified_name":"_run_server","semantic_key":"python:function:_run_server","source_id":"aoa:abyss-stack:artifact:6608ce56cda8da7b23543c51","symbol_kind":"function"} @@ -29,7 +30,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8507d41e414635d64e8c63e9:aoa:abyss-stack:anchor:dc41d420b0ea2e32ed690242","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dc41d420b0ea2e32ed690242","label":"Follow-up route","locator":{"end_column":18,"end_line":111,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":111},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:8507d41e414635d64e8c63e9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:f0861f3ddc8c54f0486288d4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f0861f3ddc8c54f0486288d4","label":"kag_federation_spine","locator":{"end_column":72,"end_line":2636,"fragment":"","pointer":"","start_column":1,"start_line":2634},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_federation_spine","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_federation_spine","target_ref":"python:kag_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_federation_spine","target_ref":"python:require_store"}],"parser_ref":"python-ast@1","qualified_name":"kag_federation_spine","semantic_key":"python:function:kag_federation_spine","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:8469c0d02b43b94f88281444","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8469c0d02b43b94f88281444","label":"strip_ansi","locator":{"end_column":40,"end_line":84,"fragment":"","pointer":"","start_column":1,"start_line":83},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:strip_ansi","target_ref":"python:ANSI_ESCAPE_RE.sub"}],"parser_ref":"python-ast@1","qualified_name":"strip_ansi","semantic_key":"python:function:strip_ansi","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:f1c9ce86b9e898220fd41851","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f1c9ce86b9e898220fd41851","label":"loopback transport security","locator":{"end_column":30,"end_line":286,"fragment":"loopback-transport-security","pointer":"","start_column":1,"start_line":286},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:loopback-transport-security","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:f1c9ce86b9e898220fd41851","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f1c9ce86b9e898220fd41851","label":"loopback transport security","locator":{"end_column":30,"end_line":290,"fragment":"loopback-transport-security","pointer":"","start_column":1,"start_line":290},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:loopback-transport-security","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d:aoa:abyss-stack:anchor:7eab85012075b91d5fd40f4c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:7eab85012075b91d5fd40f4c","label":"capture_mode","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/capture_mode","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/capture_mode","source_id":"aoa:abyss-stack:artifact:8e00f60c9b00d2bb1568484d","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:9ef2e8e52bd44f898a020f06","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9ef2e8e52bd44f898a020f06","label":"history_path","locator":{"end_column":68,"end_line":213,"fragment":"","pointer":"","start_column":1,"start_line":212},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:history_path","target_ref":"python:scenario_root"}],"parser_ref":"python-ast@1","qualified_name":"history_path","semantic_key":"python:function:history_path","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:09a5fea84f3ab61cf7ad941e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:09a5fea84f3ab61cf7ad941e","label":"build_graph","locator":{"end_column":27,"end_line":2785,"fragment":"","pointer":"","start_column":1,"start_line":2032},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:StateGraph"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_edge"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.add_node"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph","target_ref":"python:graph.compile"}],"parser_ref":"python-ast@1","qualified_name":"build_graph","semantic_key":"python:function:build_graph","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} @@ -46,10 +47,12 @@ {"_key":"anchor:aoa:abyss-stack:artifact:cd170c60bd01cac1292bb6ce:aoa:abyss-stack:anchor:f60d9f840f3874edd6ae763e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f60d9f840f3874edd6ae763e","label":"generated/playbook_review_status.min.json","locator":{"end_column":45,"end_line":11,"fragment":"","pointer":"/required_files/3","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/3","source_id":"aoa:abyss-stack:artifact:cd170c60bd01cac1292bb6ce","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cdc356f4413f9706cd00e331:aoa:abyss-stack:anchor:b15b90f76eb05eb4cf5efd1e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b15b90f76eb05eb4cf5efd1e","label":"`aoa-evals-mcp`","locator":{"end_column":45,"end_line":12,"fragment":"","pointer":"","start_column":3,"start_line":12},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"aoa-evals-mcp/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:12:3:0:aoa-evals-mcp/README.md","source_id":"aoa:abyss-stack:artifact:cdc356f4413f9706cd00e331","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935:aoa:abyss-stack:anchor:e097d40c5493f2fba4e46e1c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e097d40c5493f2fba4e46e1c","label":"Naming discipline","locator":{"end_column":20,"end_line":234,"fragment":"naming-discipline","pointer":"","start_column":1,"start_line":234},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:naming-discipline","source_id":"aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc:aoa:abyss-stack:anchor:4d66c500dac59e07aa97c3b6","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:4d66c500dac59e07aa97c3b6","label":"contract_ref","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/contract_ref","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/contract_ref","source_id":"aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5:aoa:abyss-stack:anchor:99e2f70f5007afb9590a0f67","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:99e2f70f5007afb9590a0f67","label":"id","locator":{"end_column":22,"end_line":2,"fragment":"","pointer":"/id","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/id","source_id":"aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:cde97dcd23ba8f17d63e96d2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cde97dcd23ba8f17d63e96d2","label":"_proc_cmdline","locator":{"end_column":90,"end_line":72,"fragment":"","pointer":"","start_column":1,"start_line":67},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_proc_cmdline","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_proc_cmdline","target_ref":"python:data.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_proc_cmdline","target_ref":"python:part.decode"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_proc_cmdline","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_proc_cmdline","semantic_key":"python:function:_proc_cmdline","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ec386b40e6285d939b65d01a:aoa:abyss-stack:anchor:8981adf847bf313c96166889","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8981adf847bf313c96166889","label":"AoA 4PDA Connector MCP Threat Model","locator":{"end_column":37,"end_line":1,"fragment":"aoa-4pda-connector-mcp-threat-model","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:aoa-4pda-connector-mcp-threat-model","source_id":"aoa:abyss-stack:artifact:ec386b40e6285d939b65d01a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d:aoa:abyss-stack:anchor:bbf3abe9f453787d1e87f815","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bbf3abe9f453787d1e87f815","label":"bundle_digest","locator":{"end_column":71,"end_line":96,"fragment":"","pointer":"","start_column":5,"start_line":95},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.bundle_digest","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"RetrievalBundle.bundle_digest","semantic_key":"python:method:RetrievalBundle.bundle_digest","source_id":"aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:31d3d7f3f588ffb9d11836d2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:31d3d7f3f588ffb9d11836d2","label":"ABYSS-STACK-D-0055 Root Routes Validator Module","locator":{"end_column":107,"end_line":130,"fragment":"","pointer":"","start_column":3,"start_line":130},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0055-root-routes-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:130:3:0:../ABYSS-STACK-D-0055-root-routes-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:8edbd437a511c5dc5adcb730","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8edbd437a511c5dc5adcb730","label":"ABYSS-STACK-D-0061 Active Topology Language Validator Module","locator":{"end_column":133,"end_line":36,"fragment":"","pointer":"","start_column":3,"start_line":36},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mechanics","target_ref":"../ABYSS-STACK-D-0061-active-topology-language-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:36:3:0:../ABYSS-STACK-D-0061-active-topology-language-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f56016eb77292c07b3c478f4:aoa:abyss-stack:anchor:5fa139c98f31a4184a20052c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:5fa139c98f31a4184a20052c","label":"updated_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/updated_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/updated_at","source_id":"aoa:abyss-stack:artifact:f56016eb77292c07b3c478f4","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:1dc6735f2674855e60b0f10b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1dc6735f2674855e60b0f10b","label":"effects","locator":{"end_column":41,"end_line":25,"fragment":"","pointer":"/operations/capture/effects","start_column":5,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/operations/capture/effects","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:2018840524247360d3633044","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2018840524247360d3633044","label":"freedom","locator":{"end_column":37,"end_line":21,"fragment":"","pointer":"/operations/observe/freedom","start_column":5,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/operations/observe/freedom","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/c1.jsonl b/kag/indexes/shards/anchor/c1.jsonl index 67ed1fb53..05675f40f 100644 --- a/kag/indexes/shards/anchor/c1.jsonl +++ b/kag/indexes/shards/anchor/c1.jsonl @@ -44,6 +44,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:f6150ca62c7172907d924f72","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f6150ca62c7172907d924f72","label":"worktree_apply","locator":{"end_column":10,"end_line":2535,"fragment":"","pointer":"","start_column":5,"start_line":2468},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:TRIALS.w4_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:repo_root_for_scenario"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:run_worktree_preview"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.worktree_apply","target_ref":"python:state.get"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.worktree_apply","semantic_key":"python:method:build_graph.worktree_apply","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:0ca7ea69622bd9942f2c6434","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0ca7ea69622bd9942f2c6434","label":"checkEndpoint","locator":{"end_column":26,"end_line":70,"fragment":"","pointer":"/models/gemma4-e2b-it/checkEndpoint","start_column":5,"start_line":70},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/models/gemma4-e2b-it/checkEndpoint","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:5affd3b2a2b7eb7614cf66c8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5affd3b2a2b7eb7614cf66c8","label":"ABYSS-STACK-D-0038 Canonical Decision IDs And Indexes","locator":{"end_column":119,"end_line":152,"fragment":"","pointer":"","start_column":3,"start_line":152},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0038-canonical-decision-ids-and-indexes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:152:3:0:../ABYSS-STACK-D-0038-canonical-decision-ids-and-indexes.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:f3a0d4da51c4aedb8b1db8f1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f3a0d4da51c4aedb8b1db8f1","label":"mechanics","locator":{"end_column":58,"end_line":145,"fragment":"","pointer":"","start_column":26,"start_line":145},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:145:26:0:mechanics/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:20f14b54a459e527dd190866","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:20f14b54a459e527dd190866","label":"services","locator":{"end_column":9,"end_line":1,"fragment":"","pointer":"/services","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8:aoa:abyss-stack:anchor:464e00e196c72d0d5e2b77c8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:464e00e196c72d0d5e2b77c8","label":"_link_philosophy_view_edges","locator":{"end_column":20,"end_line":1063,"fragment":"","pointer":"","start_column":5,"start_line":1045},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._link_philosophy_view_edges","target_ref":"python:tx.run"}],"parser_ref":"python-ast@1","qualified_name":"Neo4jProjectionStore._link_philosophy_view_edges","semantic_key":"python:method:Neo4jProjectionStore._link_philosophy_view_edges","source_id":"aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:d52f335ae01a6885971b3988:aoa:abyss-stack:anchor:b33580aea7ac67e6ae304c65","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b33580aea7ac67e6ae304c65","label":"test_valid_questbook_surface_passes","locator":{"end_column":67,"end_line":139,"fragment":"","pointer":"","start_column":5,"start_line":135},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_valid_questbook_surface_passes","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_valid_questbook_surface_passes","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_valid_questbook_surface_passes","target_ref":"python:self.validate_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_valid_questbook_surface_passes","target_ref":"python:self.write_valid_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:QuestbookSurfaceContractsTestCase.test_valid_questbook_surface_passes","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"QuestbookSurfaceContractsTestCase.test_valid_questbook_surface_passes","semantic_key":"python:method:QuestbookSurfaceContractsTestCase.test_valid_questbook_surface_passes","source_id":"aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","symbol_kind":"method"} @@ -54,10 +55,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e2855b8c2b526183e85f837a:aoa:abyss-stack:anchor:eba3e6527ecd8b916bc824c7","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:eba3e6527ecd8b916bc824c7","label":"generated/runtime_candidate_intake.min.json","locator":{"end_column":47,"end_line":19,"fragment":"","pointer":"/required_files/12","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/12","source_id":"aoa:abyss-stack:artifact:e2855b8c2b526183e85f837a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e451219962cb0039818e7aeb:aoa:abyss-stack:anchor:0107c26e2a794019e527667f","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0107c26e2a794019e527667f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e451219962cb0039818e7aeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e7e844145f679def5f0d0efb:aoa:abyss-stack:anchor:b77374a7a69009b65081e507","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b77374a7a69009b65081e507","label":"Experience Runtime Provenance","locator":{"end_column":31,"end_line":1,"fragment":"experience-runtime-provenance","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:experience-runtime-provenance","source_id":"aoa:abyss-stack:artifact:e7e844145f679def5f0d0efb","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:38c4a32edb4b1b95c6008ba6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:38c4a32edb4b1b95c6008ba6","label":"ABYSS-STACK-D-0007 Inference Pilot Compatibility Gates","locator":{"end_column":121,"end_line":69,"fragment":"","pointer":"","start_column":3,"start_line":69},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0007-inference-pilot-compatibility-gates.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:69:3:0:../ABYSS-STACK-D-0007-inference-pilot-compatibility-gates.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:c57e3bb03759b87a41e92c99","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c57e3bb03759b87a41e92c99","label":"inference-pilots","locator":{"end_column":19,"end_line":66,"fragment":"inference-pilots","pointer":"","start_column":1,"start_line":66},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:inference-pilots","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:c57e3bb03759b87a41e92c99","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c57e3bb03759b87a41e92c99","label":"inference-pilots","locator":{"end_column":19,"end_line":67,"fragment":"inference-pilots","pointer":"","start_column":1,"start_line":67},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:inference-pilots","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8:aoa:abyss-stack:anchor:a2b4bfaee2dc0121b79b7e72","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a2b4bfaee2dc0121b79b7e72","label":"E3: idle sleep canary","locator":{"end_column":25,"end_line":207,"fragment":"e3-idle-sleep-canary","pointer":"","start_column":1,"start_line":207},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:e3-idle-sleep-canary","source_id":"aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:d556f1cf82313b9d0e50b180","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d556f1cf82313b9d0e50b180","label":"ABYSS-STACK-D-0071 AoA Evals Local Port Write-Side MCP","locator":{"end_column":121,"end_line":163,"fragment":"","pointer":"","start_column":3,"start_line":163},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:163:3:0:../ABYSS-STACK-D-0071-aoa-evals-local-port-write-side-mcp.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:157579af84e6f3a485268659","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:157579af84e6f3a485268659","label":"philosophy_clusters","locator":{"end_column":10,"end_line":531,"fragment":"","pointer":"","start_column":5,"start_line":509},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_clusters","target_ref":"python:_source_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_clusters","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_clusters","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_clusters","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_clusters","target_ref":"python:self._philosophy_clusters_for_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_clusters","target_ref":"python:self.philosophy_projection"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.philosophy_clusters","semantic_key":"python:method:ToSCorpusMCPState.philosophy_clusters","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4:aoa:abyss-stack:anchor:b3c57b7e4d5d06cddbe33f51","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b3c57b7e4d5d06cddbe33f51","label":"QUESTBOOK.md","locator":{"end_column":32,"end_line":8,"fragment":"","pointer":"","start_column":1,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:quest-district","target_ref":"../QUESTBOOK.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:8:1:0:../QUESTBOOK.md","source_id":"aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fce00e4bde05d4c95026015f:aoa:abyss-stack:anchor:d216dad61fa69ca0fa5f44cc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d216dad61fa69ca0fa5f44cc","label":"validate_gateway_cache_schema","locator":{"end_column":10,"end_line":243,"fragment":"","pointer":"","start_column":1,"start_line":207},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:RUNTIME_GATEWAY_CACHE_STATUS_SCHEMA_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:RUNTIME_GATEWAY_CACHE_STATUS_SCHEMA_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:RUNTIME_GATEWAY_CACHE_STATUS_SCHEMA_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:RUNTIME_GATEWAY_CACHE_STATUS_SCHEMA_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:cache_properties.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:cache_schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:cache_schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:cache_schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:cache_surface_type.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_gateway_cache_schema","target_ref":"python:read_required_json"}],"parser_ref":"python-ast@1","qualified_name":"validate_gateway_cache_schema","semantic_key":"python:function:validate_gateway_cache_schema","source_id":"aoa:abyss-stack:artifact:fce00e4bde05d4c95026015f","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:5ac7048372975373e6e0170d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5ac7048372975373e6e0170d","label":"failure","locator":{"end_column":210,"end_line":78,"fragment":"","pointer":"/termination/failure","start_column":3,"start_line":78},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/termination/failure","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/c2.jsonl b/kag/indexes/shards/anchor/c2.jsonl index cb19f02f7..ab0c94db3 100644 --- a/kag/indexes/shards/anchor/c2.jsonl +++ b/kag/indexes/shards/anchor/c2.jsonl @@ -36,11 +36,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8f0fcd403807a8d54161bdec:aoa:abyss-stack:anchor:3076b1c4b9b725d606d2c580","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:3076b1c4b9b725d606d2c580","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:8f0fcd403807a8d54161bdec","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9022a190547043d202488b6f:aoa:abyss-stack:anchor:73dcad3b9614ca3afe7d1f34","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:73dcad3b9614ca3afe7d1f34","label":"local_port_suites_resource","locator":{"end_column":128,"end_line":250,"fragment":"","pointer":"","start_column":5,"start_line":249},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.local_port_suites_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.local_port_suites_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.local_port_suites_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.local_port_suites_resource","semantic_key":"python:method:build_server.local_port_suites_resource","source_id":"aoa:abyss-stack:artifact:9022a190547043d202488b6f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725:aoa:abyss-stack:anchor:2bd8bd45148cb2a2e34160b5","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2bd8bd45148cb2a2e34160b5","label":"request_window","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/request_window","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/request_window","source_id":"aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:51a521d899a75ebeaae7aa18","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:51a521d899a75ebeaae7aa18","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":405,"fragment":"","pointer":"","start_column":3,"start_line":405},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:vector-store","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:405:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:91589bca50d59b8c90c4add5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:91589bca50d59b8c90c4add5","label":"ABYSS-STACK-D-0021 Source Component Pinning Posture","locator":{"end_column":115,"end_line":57,"fragment":"","pointer":"","start_column":3,"start_line":57},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0021-source-component-pinning-posture.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:57:3:0:../ABYSS-STACK-D-0021-source-component-pinning-posture.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5:aoa:abyss-stack:anchor:529adbafbf89cbe97a14b453","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:529adbafbf89cbe97a14b453","label":"public_safe","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/public_safe","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/public_safe","source_id":"aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:ae994b5c4fb504e216fee66f:aoa:abyss-stack:anchor:1eb462910e1fb64ce16ee7e3","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1eb462910e1fb64ce16ee7e3","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:ae994b5c4fb504e216fee66f","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b2496e80299b8c3150b19444:aoa:abyss-stack:anchor:f972fbdef6a9a0e0cb6c087a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f972fbdef6a9a0e0cb6c087a","label":"PLAN","locator":{"end_column":7,"end_line":1,"fragment":"plan","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:plan","source_id":"aoa:abyss-stack:artifact:b2496e80299b8c3150b19444","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:c48e14b5f48c2988979d4e02","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c48e14b5f48c2988979d4e02","label":"CHANGELOG","locator":{"end_column":63,"end_line":98,"fragment":"","pointer":"","start_column":38,"start_line":98},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:claim-check","target_ref":"CHANGELOG.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:98:38:0:CHANGELOG.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:5b75ba46fe135307db2b20b9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5b75ba46fe135307db2b20b9","label":"aoa_session_direct_event_rollup_query","locator":{"end_column":10,"end_line":571,"fragment":"","pointer":"","start_column":5,"start_line":549},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_direct_event_rollup_query","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_direct_event_rollup_query","semantic_key":"python:method:build_server.aoa_session_direct_event_rollup_query","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:bd20cbe4645b58cebee30a66:aoa:abyss-stack:anchor:fc30d0459f3ec2cbcc603811","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fc30d0459f3ec2cbcc603811","label":"Options considered","locator":{"end_column":21,"end_line":31,"fragment":"options-considered","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:bd20cbe4645b58cebee30a66","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:bfc486b09e163b35e373f5e0","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bfc486b09e163b35e373f5e0","label":"/run/user/${AOA_RUNTIME_UID","locator":{"end_column":70,"end_line":34,"fragment":"","pointer":"/services/cadvisor/volumes/5/~1run~1user~1${AOA_RUNTIME_UID","start_column":7,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/cadvisor/volumes/5/~1run~1user~1${AOA_RUNTIME_UID","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} @@ -48,14 +48,13 @@ {"_key":"anchor:aoa:abyss-stack:artifact:c9fc7a9570c2fcf7079a2f6d:aoa:abyss-stack:anchor:1dedac7c7f0c6b4497156581","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1dedac7c7f0c6b4497156581","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:c9fc7a9570c2fcf7079a2f6d","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:cc61f1a4b22237ea9a637f0c:aoa:abyss-stack:anchor:c1c53d0c6780f82438a96a64","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c1c53d0c6780f82438a96a64","label":"title","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/title","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/title","source_id":"aoa:abyss-stack:artifact:cc61f1a4b22237ea9a637f0c","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0:aoa:abyss-stack:anchor:d94a1c583b7d8354a03e5f4a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d94a1c583b7d8354a03e5f4a","label":"What This Contract Does Not Do","locator":{"end_column":33,"end_line":40,"fragment":"what-this-contract-does-not-do","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:what-this-contract-does-not-do","source_id":"aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc:aoa:abyss-stack:anchor:78daf4285440997f28be023a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:78daf4285440997f28be023a","label":"bundles","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/bundles","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/bundles","source_id":"aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:e123da3c2f6bc583591b59c3:aoa:abyss-stack:anchor:b307bc6daf8660bc336cacd4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b307bc6daf8660bc336cacd4","label":"get_model","locator":{"end_column":29,"end_line":50,"fragment":"","pointer":"","start_column":1,"start_line":42},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:get_model","target_ref":"python:Qwen3TTSModel.from_pretrained"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:get_model","target_ref":"python:_assert_local"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:get_model","target_ref":"python:_torch_dtype"}],"parser_ref":"python-ast@1","qualified_name":"get_model","semantic_key":"python:function:get_model","source_id":"aoa:abyss-stack:artifact:e123da3c2f6bc583591b59c3","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e15d3426c4047cc6e528d032:aoa:abyss-stack:anchor:a521fd81f92629d215d076d2","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:a521fd81f92629d215d076d2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e15d3426c4047cc6e528d032","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e2855b8c2b526183e85f837a:aoa:abyss-stack:anchor:818ae6bc9404d3fa31ce1c49","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:818ae6bc9404d3fa31ce1c49","label":"docs/architecture/local_eval_port_inventory.contract.v1.json","locator":{"end_column":64,"end_line":12,"fragment":"","pointer":"/required_files/5","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/5","source_id":"aoa:abyss-stack:artifact:e2855b8c2b526183e85f837a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:0a28653e29e7039c8316ce48","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0a28653e29e7039c8316ce48","label":"_compact_graph_freshness","locator":{"end_column":19,"end_line":1625,"fragment":"","pointer":"","start_column":1,"start_line":1571},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_freshness","target_ref":"python:_compact_usage_list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_freshness","target_ref":"python:_compact_usage_mapping"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_freshness","target_ref":"python:_without_omitted_field_counts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_freshness","target_ref":"python:freshness.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_freshness","target_ref":"python:freshness.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_freshness","target_ref":"python:freshness.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_freshness","target_ref":"python:freshness.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_freshness","target_ref":"python:freshness.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_freshness","target_ref":"python:freshness.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_freshness","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_freshness","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_freshness","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_freshness","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_graph_freshness","target_ref":"python:len"}],"parser_ref":"python-ast@1","qualified_name":"_compact_graph_freshness","semantic_key":"python:function:_compact_graph_freshness","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98:aoa:abyss-stack:anchor:4857694af02df39147bd4340","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4857694af02df39147bd4340","label":"`indexes/`","locator":{"end_column":68,"end_line":29,"fragment":"","pointer":"","start_column":37,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-surfaces","target_ref":"indexes/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:29:37:0:indexes/README.md","source_id":"aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:21481cf592207f0512ee76d3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:21481cf592207f0512ee76d3","label":"ABYSS-STACK-D-0079 KAG Query Application Port","locator":{"end_column":103,"end_line":56,"fragment":"","pointer":"","start_column":3,"start_line":56},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0079-kag-query-application-port.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:56:3:0:../ABYSS-STACK-D-0079-kag-query-application-port.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:edde533f6776ec0e9d0e3aa5:aoa:abyss-stack:anchor:57dbbd0ce7dcc1111e42c1ce","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:57dbbd0ce7dcc1111e42c1ce","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:edde533f6776ec0e9d0e3aa5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:effc44426896b5dff1b195e5:aoa:abyss-stack:anchor:67b22a25d245cb7aefa01af9","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:67b22a25d245cb7aefa01af9","label":"decision_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/decision_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/decision_refs","source_id":"aoa:abyss-stack:artifact:effc44426896b5dff1b195e5","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:593929db32e900a9700ef7b2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:593929db32e900a9700ef7b2","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":76,"fragment":"","pointer":"","start_column":3,"start_line":76},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:76:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:74cca854be08ea3d56b21b48","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:74cca854be08ea3d56b21b48","label":"ABYSS-STACK-D-0043 Service Selection Validator Module","locator":{"end_column":119,"end_line":49,"fragment":"","pointer":"","start_column":3,"start_line":49},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0043-service-selection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:49:3:0:../ABYSS-STACK-D-0043-service-selection-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fcef689905f2edc9353c7d19:aoa:abyss-stack:anchor:e82f14eacc74e0cf992f62a3","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e82f14eacc74e0cf992f62a3","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fcef689905f2edc9353c7d19","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/c3.jsonl b/kag/indexes/shards/anchor/c3.jsonl index cf5fffd6f..75e8644bb 100644 --- a/kag/indexes/shards/anchor/c3.jsonl +++ b/kag/indexes/shards/anchor/c3.jsonl @@ -42,5 +42,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:e32ac6f2b96b6a47f70bc495","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e32ac6f2b96b6a47f70bc495","label":"_agent_event_sqlite_fast_path","locator":{"end_column":10,"end_line":4364,"fragment":"","pointer":"","start_column":5,"start_line":4186},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:AGENT_EVENT_DEFAULTS_BY_ROUTE.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:AGENT_EVENT_DEFAULTS_BY_ROUTE.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:_normalize_agent_event_classes"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:conn.close"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:conn.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:db_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:db_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:db_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:db_path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:filters.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:filters.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:filters.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:filters.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:filters.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:filters.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:params.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:params.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:params.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:params.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:params.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:query.casefold"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:select_expr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:self._agent_event_hit_from_sqlite_row"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:self._agent_event_sqlite_quality_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:self._archive_command_line"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:self._archive_command_line"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:self._resolve_session_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:self._sqlite_index_names"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:self._sqlite_table_columns"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:self._sqlite_table_exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:sqlite3.connect"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._agent_event_sqlite_fast_path","semantic_key":"python:method:AoASessionMemoryMCPState._agent_event_sqlite_fast_path","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:bb1f2b3efa1233e944c1c7c1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:bb1f2b3efa1233e944c1c7c1","label":"What it is for","locator":{"end_column":18,"end_line":84,"fragment":"what-it-is-for","pointer":"","start_column":1,"start_line":84},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:what-it-is-for","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345:aoa:abyss-stack:anchor:90eaffd8dcc2074e86275603","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:90eaffd8dcc2074e86275603","label":"consumer_shape","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/consumer_shape","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/consumer_shape","source_id":"aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:13d4d15e2647b7d619e7e1c4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:13d4d15e2647b7d619e7e1c4","label":"ABYSS-STACK-D-0053 Return Policy Validator Module","locator":{"end_column":111,"end_line":62,"fragment":"","pointer":"","start_column":3,"start_line":62},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution","target_ref":"../ABYSS-STACK-D-0053-return-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:62:3:0:../ABYSS-STACK-D-0053-return-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:0667daf441fee71bf705ac40","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0667daf441fee71bf705ac40","label":"ABYSS-STACK-D-0052 Machine Fit Validator Module","locator":{"end_column":107,"end_line":58,"fragment":"","pointer":"","start_column":3,"start_line":58},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0052-machine-fit-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:58:3:0:../ABYSS-STACK-D-0052-machine-fit-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:70e06675a7dbd3310ceabdfb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:70e06675a7dbd3310ceabdfb","label":"ABYSS-STACK-D-0062 Agent Skill Projection Validator Module","locator":{"end_column":129,"end_line":227,"fragment":"","pointer":"","start_column":3,"start_line":227},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:227:3:0:../ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f323b2bec780ad026a892be1:aoa:abyss-stack:anchor:7a37e4dc3f6a6f708363c93f","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:7a37e4dc3f6a6f708363c93f","label":"claim","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/claim","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/claim","source_id":"aoa:abyss-stack:artifact:f323b2bec780ad026a892be1","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/c5.jsonl b/kag/indexes/shards/anchor/c5.jsonl index 4adebced5..6faf8259b 100644 --- a/kag/indexes/shards/anchor/c5.jsonl +++ b/kag/indexes/shards/anchor/c5.jsonl @@ -37,6 +37,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:726a8c79ed14405bdf8fdcee","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:726a8c79ed14405bdf8fdcee","label":"routing_recommended_paths","locator":{"end_column":77,"end_line":2236,"fragment":"","pointer":"","start_column":1,"start_line":2234},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_recommended_paths","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_recommended_paths","target_ref":"python:require_store"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_recommended_paths","target_ref":"python:routing_payload"}],"parser_ref":"python-ast@1","qualified_name":"routing_recommended_paths","semantic_key":"python:function:routing_recommended_paths","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac:aoa:abyss-stack:anchor:b1e2af04961eeb692491f3ec","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b1e2af04961eeb692491f3ec","label":"route_side_effect","locator":{"end_column":71,"end_line":277,"fragment":"","pointer":"","start_column":9,"start_line":267},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_playbook_surface_can_prepare_default_memo_contract_without_override.route_side_effect","target_ref":"python:AssertionError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_playbook_surface_can_prepare_default_memo_contract_without_override.route_side_effect","target_ref":"python:calls.append"}],"parser_ref":"python-ast@1","qualified_name":"LangchainFederatedRunTests.test_playbook_surface_can_prepare_default_memo_contract_without_override.route_side_effect","semantic_key":"python:method:LangchainFederatedRunTests.test_playbook_surface_can_prepare_default_memo_contract_without_override.route_side_effect","source_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:156ddb5972d91f741da64e61","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:156ddb5972d91f741da64e61","label":"docs route","locator":{"end_column":13,"end_line":10,"fragment":"docs-route","pointer":"","start_column":1,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:docs-route","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:8431f70f70e325da5c07417e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8431f70f70e325da5c07417e","label":"ABYSS-STACK-D-0055 Root Routes Validator Module","locator":{"end_column":107,"end_line":256,"fragment":"","pointer":"","start_column":3,"start_line":256},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:entry-contract","target_ref":"../ABYSS-STACK-D-0055-root-routes-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:256:3:0:../ABYSS-STACK-D-0055-root-routes-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e:aoa:abyss-stack:anchor:04bb040443b0ae61518563b0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:04bb040443b0ae61518563b0","label":"test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","locator":{"end_column":88,"end_line":1084,"fragment":"","pointer":"","start_column":5,"start_line":1005},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:self.green_autonomy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:self.green_doctor"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:self.green_render"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:self.handoff_validator.validate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:self.make_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:self.module.collect_diagnostic_bundle"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:self.module.repair_handoff_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:self.selector_context"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:self.session_validator.validate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","semantic_key":"python:method:AoADiagnoseTests.test_reviewed_diagnosis_ref_makes_repair_handoff_ready_for_review","source_id":"aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8eff8129ba4d8a1d6c982b49:aoa:abyss-stack:anchor:09ebb8092caeefb934603885","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:09ebb8092caeefb934603885","label":"docs/RUNTIME_KERNELS.md","locator":{"end_column":55,"end_line":15,"fragment":"","pointer":"","start_column":5,"start_line":15},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-kernels","target_ref":"docs/RUNTIME_KERNELS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:15:5:0:docs/RUNTIME_KERNELS.md","source_id":"aoa:abyss-stack:artifact:8eff8129ba4d8a1d6c982b49","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:3c5043709079f9c1f926fc1b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3c5043709079f9c1f926fc1b","label":"frontend","locator":{"end_column":12,"end_line":48,"fragment":"","pointer":"/tags/1","start_column":3,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/tags/1","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} @@ -48,6 +49,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:b486de235baf12334c99478f:aoa:abyss-stack:anchor:be1e5727b5e3dae40c3aa18d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:be1e5727b5e3dae40c3aa18d","label":"Outputs","locator":{"end_column":10,"end_line":26,"fragment":"outputs","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:outputs","source_id":"aoa:abyss-stack:artifact:b486de235baf12334c99478f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c:aoa:abyss-stack:anchor:8a362d882fb327752ee2fa0a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8a362d882fb327752ee2fa0a","label":"Canonical root shift","locator":{"end_column":23,"end_line":17,"fragment":"canonical-root-shift","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:canonical-root-shift","source_id":"aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497:aoa:abyss-stack:anchor:013f865c0f02ec7653961d23","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:013f865c0f02ec7653961d23","label":"qwen3-4b-int4-ov","locator":{"end_column":54,"end_line":88,"fragment":"","pointer":"","start_column":3,"start_line":88},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-cards","target_ref":"model-cards/qwen3-4b-int4-ov.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:88:3:0:model-cards/qwen3-4b-int4-ov.md","source_id":"aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b94f31cd290d351477a51077:aoa:abyss-stack:anchor:e9aba63f602600fe259a97f2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e9aba63f602600fe259a97f2","label":"Start","locator":{"end_column":8,"end_line":43,"fragment":"start","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:start","source_id":"aoa:abyss-stack:artifact:b94f31cd290d351477a51077","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bdd8e29155bca1dc97d82d84:aoa:abyss-stack:anchor:98b8bb84cc993d29d550a081","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:98b8bb84cc993d29d550a081","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:bdd8e29155bca1dc97d82d84","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:0bb3879b2a0789e8e9e5c523","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0bb3879b2a0789e8e9e5c523","label":"\"3100\"","locator":{"end_column":14,"end_line":57,"fragment":"","pointer":"/services/loki/expose/0","start_column":7,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/loki/expose/0","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:baedc6d72a2d320020598341","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:baedc6d72a2d320020598341","label":"apply_edit_spec_in_place","locator":{"end_column":61,"end_line":3957,"fragment":"","pointer":"","start_column":1,"start_line":3949},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:apply_edit_spec_in_place","target_ref":"python:build_candidate_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:apply_edit_spec_in_place","target_ref":"python:target_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:apply_edit_spec_in_place","target_ref":"python:target_path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"apply_edit_spec_in_place","semantic_key":"python:function:apply_edit_spec_in_place","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} @@ -62,7 +64,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:ad0e2776d53ab44c4fb9fcfe","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ad0e2776d53ab44c4fb9fcfe","label":"Host-facing endpoints","locator":{"end_column":25,"end_line":91,"fragment":"host-facing-endpoints","pointer":"","start_column":1,"start_line":91},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:host-facing-endpoints","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:b1fb8f8e3fef9b72b11e8730","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b1fb8f8e3fef9b72b11e8730","label":"RerankRequest","locator":{"end_column":20,"end_line":108,"fragment":"","pointer":"","start_column":1,"start_line":94},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RerankRequest","target_ref":"python:Field"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RerankRequest","target_ref":"python:Field"}],"parser_ref":"python-ast@1","qualified_name":"RerankRequest","semantic_key":"python:class:RerankRequest","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:4a298283e724c78d778c6a57","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4a298283e724c78d778c6a57","label":"Stack lanes","locator":{"end_column":15,"end_line":20,"fragment":"","pointer":"/required_metadata/2","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_metadata/2","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5:aoa:abyss-stack:anchor:098d890987cb035eda093c36","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:098d890987cb035eda093c36","label":"required_files","locator":{"end_column":75,"end_line":442,"fragment":"","pointer":"","start_column":1,"start_line":441},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"required_files","semantic_key":"python:function:required_files","source_id":"aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5:aoa:abyss-stack:anchor:098d890987cb035eda093c36","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:098d890987cb035eda093c36","label":"required_files","locator":{"end_column":75,"end_line":444,"fragment":"","pointer":"","start_column":1,"start_line":443},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"required_files","semantic_key":"python:function:required_files","source_id":"aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d:aoa:abyss-stack:anchor:93a613b7dc9162882cbd3a95","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:93a613b7dc9162882cbd3a95","label":"verify","locator":{"end_column":10,"end_line":262,"fragment":"","pointer":"","start_column":5,"start_line":122},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:EXPECTED_FILES.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:_object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:_object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:_object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:_object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:_object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:_object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:_object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:canonical_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:copy.deepcopy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:digest.hexdigest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:digest.hexdigest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:digest.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:expected_counts.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:federation_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:federation_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:federation_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:federation_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:federation_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:hashlib.sha256"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:hashlib.sha256"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:identity.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:material.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:metadata.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:metadata.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:metadata.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:metadata.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:path.open"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:raw_line.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:retrieval_profile.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:self.manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:self.manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:self.manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:self.manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:self.manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:self.manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:self.manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:self.manifest.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:self.path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RetrievalBundle.verify","target_ref":"python:summary.get"}],"parser_ref":"python-ast@1","qualified_name":"RetrievalBundle.verify","semantic_key":"python:method:RetrievalBundle.verify","source_id":"aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:1db9442d9fe223cfc129f1f2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1db9442d9fe223cfc129f1f2","label":"ABYSS-STACK-D-0032 MCP Services Topology","locator":{"end_column":93,"end_line":142,"fragment":"","pointer":"","start_column":3,"start_line":142},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0032-mcp-services-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:142:3:0:../ABYSS-STACK-D-0032-mcp-services-topology.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:b1c16266ba2a78d26b9c1561","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b1c16266ba2a78d26b9c1561","label":"tos-graph","locator":{"end_column":12,"end_line":243,"fragment":"tos-graph","pointer":"","start_column":1,"start_line":243},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:tos-graph","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:b1c16266ba2a78d26b9c1561","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b1c16266ba2a78d26b9c1561","label":"tos-graph","locator":{"end_column":12,"end_line":249,"fragment":"tos-graph","pointer":"","start_column":1,"start_line":249},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:tos-graph","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/c6.jsonl b/kag/indexes/shards/anchor/c6.jsonl index 3d8150f37..731cb8127 100644 --- a/kag/indexes/shards/anchor/c6.jsonl +++ b/kag/indexes/shards/anchor/c6.jsonl @@ -11,7 +11,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:08eecaa055ae4ed2ff808ab8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:08eecaa055ae4ed2ff808ab8","label":"validate_w4_public_doc_edit_spec","locator":{"end_column":16,"end_line":5935,"fragment":"","pointer":"","start_column":1,"start_line":5924},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_w4_public_doc_edit_spec","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_w4_public_doc_edit_spec","target_ref":"python:spec.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_w4_public_doc_edit_spec","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"validate_w4_public_doc_edit_spec","semantic_key":"python:function:validate_w4_public_doc_edit_spec","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:2801318ed008128b8996f7df:aoa:abyss-stack:anchor:1b5011c2ab27c3b955a71b9f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1b5011c2ab27c3b955a71b9f","label":"graph_view_resource","locator":{"end_column":85,"end_line":232,"fragment":"","pointer":"","start_column":5,"start_line":231},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.graph_view_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.graph_view_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.graph_view_resource","semantic_key":"python:method:build_server.graph_view_resource","source_id":"aoa:abyss-stack:artifact:2801318ed008128b8996f7df","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:3473d9903a09e1e905c34731:aoa:abyss-stack:anchor:b4aafb3cf575d3651d956ce5","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:b4aafb3cf575d3651d956ce5","label":"subject_kind","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/subject_kind","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/subject_kind","source_id":"aoa:abyss-stack:artifact:3473d9903a09e1e905c34731","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:92ef811c32b93c59b944b039","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:92ef811c32b93c59b944b039","label":"Decision Review","locator":{"end_column":18,"end_line":209,"fragment":"decision-review","pointer":"","start_column":1,"start_line":209},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision-review","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:92ef811c32b93c59b944b039","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:92ef811c32b93c59b944b039","label":"Decision Review","locator":{"end_column":18,"end_line":213,"fragment":"decision-review","pointer":"","start_column":1,"start_line":213},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision-review","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3c49c1aa39255fb6e9d2b49b:aoa:abyss-stack:anchor:1df5fff6fd836e28ddd465b4","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:1df5fff6fd836e28ddd465b4","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:3c49c1aa39255fb6e9d2b49b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3e79b7425badea9ebb7fc55d:aoa:abyss-stack:anchor:e7a1ede15ebc78d6447f27b1","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e7a1ede15ebc78d6447f27b1","label":"owner","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/owner","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/owner","source_id":"aoa:abyss-stack:artifact:3e79b7425badea9ebb7fc55d","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:3ebd72346db970b0471b3f4a:aoa:abyss-stack:anchor:0c033cde7e1505ddedde6c14","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0c033cde7e1505ddedde6c14","label":"Initial landing","locator":{"end_column":18,"end_line":3,"fragment":"initial-landing","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:initial-landing","source_id":"aoa:abyss-stack:artifact:3ebd72346db970b0471b3f4a","symbol_kind":""} @@ -32,9 +32,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3:aoa:abyss-stack:anchor:8b3af7e7d45ceef9de1fa1f7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8b3af7e7d45ceef9de1fa1f7","label":"owner_inventory_payload","locator":{"end_column":6,"end_line":366,"fragment":"","pointer":"","start_column":1,"start_line":305},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:owner_inventory_payload","target_ref":"python:repo_root.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:owner_inventory_payload","target_ref":"python:repo_root.parent.as_posix"}],"parser_ref":"python-ast@1","qualified_name":"owner_inventory_payload","semantic_key":"python:function:owner_inventory_payload","source_id":"aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:7e2dc256b75fee0fdb6cef41:aoa:abyss-stack:anchor:354dcb22614dfbebce7b3504","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:354dcb22614dfbebce7b3504","label":"schemas/pairing-hints.schema.json","locator":{"end_column":37,"end_line":23,"fragment":"","pointer":"/required_files/17","start_column":3,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/17","source_id":"aoa:abyss-stack:artifact:7e2dc256b75fee0fdb6cef41","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:1685ebf6baf9f2a1af064c98","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1685ebf6baf9f2a1af064c98","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":231,"fragment":"","pointer":"","start_column":3,"start_line":231},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-graph-coverage","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:231:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:35f6aa5723f11230ab5a4b9f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:35f6aa5723f11230ab5a4b9f","label":"ABYSS-STACK-D-0041 Source Hygiene Validator Module","locator":{"end_column":113,"end_line":300,"fragment":"","pointer":"","start_column":3,"start_line":300},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mirror-hygiene","target_ref":"../ABYSS-STACK-D-0041-source-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:300:3:0:../ABYSS-STACK-D-0041-source-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:6c3265990fc9fba9897f19b0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6c3265990fc9fba9897f19b0","label":"ABYSS-STACK-D-0038 Canonical Decision IDs And Indexes","locator":{"end_column":119,"end_line":8,"fragment":"","pointer":"","start_column":3,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-indexread-model","target_ref":"../ABYSS-STACK-D-0038-canonical-decision-ids-and-indexes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:8:3:0:../ABYSS-STACK-D-0038-canonical-decision-ids-and-indexes.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:d15cc9c07c3974be0310e2fd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d15cc9c07c3974be0310e2fd","label":"runtime receipts","locator":{"end_column":19,"end_line":388,"fragment":"runtime-receipts","pointer":"","start_column":1,"start_line":388},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-receipts","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:d15cc9c07c3974be0310e2fd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d15cc9c07c3974be0310e2fd","label":"runtime receipts","locator":{"end_column":19,"end_line":400,"fragment":"runtime-receipts","pointer":"","start_column":1,"start_line":400},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-receipts","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:da087c36e7297d1f7cc5c1a1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:da087c36e7297d1f7cc5c1a1","label":"ABYSS-STACK-D-0011 Legacy-Heavy Runtime Package Distillation","locator":{"end_column":133,"end_line":15,"fragment":"","pointer":"","start_column":3,"start_line":15},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-route","target_ref":"../ABYSS-STACK-D-0011-legacy-heavy-runtime-package-distillation.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:15:3:0:../ABYSS-STACK-D-0011-legacy-heavy-runtime-package-distillation.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e:aoa:abyss-stack:anchor:19abc407fbfafe521a0209b9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:19abc407fbfafe521a0209b9","label":"selector_context","locator":{"end_column":10,"end_line":91,"fragment":"","pointer":"","start_column":5,"start_line":77},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"AoADiagnoseTests.selector_context","semantic_key":"python:method:AoADiagnoseTests.selector_context","source_id":"aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:992cbba9cf1cf93a870c6466:aoa:abyss-stack:anchor:65aab5fb12ae614604a248c8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:65aab5fb12ae614604a248c8","label":"Consequences","locator":{"end_column":15,"end_line":50,"fragment":"consequences","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:992cbba9cf1cf93a870c6466","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/c7.jsonl b/kag/indexes/shards/anchor/c7.jsonl index 35ee06cfd..150ad7155 100644 --- a/kag/indexes/shards/anchor/c7.jsonl +++ b/kag/indexes/shards/anchor/c7.jsonl @@ -27,7 +27,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3:aoa:abyss-stack:anchor:78112a59ccb1908ad19139e9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:78112a59ccb1908ad19139e9","label":"fake_git_commit","locator":{"end_column":72,"end_line":1179,"fragment":"","pointer":"","start_column":5,"start_line":1178},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_status_flags_current_mirror_when_manifest_commit_matches.fake_git_commit","target_ref":"python:root.resolve"}],"parser_ref":"python-ast@1","qualified_name":"test_runtime_status_flags_current_mirror_when_manifest_commit_matches.fake_git_commit","semantic_key":"python:method:test_runtime_status_flags_current_mirror_when_manifest_commit_matches.fake_git_commit#occurrence-2","source_id":"aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:7dac9c6bfb6eeb496382f2a2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7dac9c6bfb6eeb496382f2a2","label":"aoa.tuning.posture","locator":{"end_column":37,"end_line":23,"fragment":"","pointer":"/services/cadvisor/labels/aoa.tuning.posture","start_column":7,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/cadvisor/labels/aoa.tuning.posture","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:51778f9f688896792b00b5d5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:51778f9f688896792b00b5d5","label":"routing_return","locator":{"end_column":6,"end_line":2315,"fragment":"","pointer":"","start_column":1,"start_line":2307},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_return","target_ref":"python:app.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_return","target_ref":"python:require_store"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_return","target_ref":"python:resolve_return_hint"}],"parser_ref":"python-ast@1","qualified_name":"routing_return","semantic_key":"python:function:routing_return","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:30a790e80fb6e7f0fcbd44e8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:30a790e80fb6e7f0fcbd44e8","label":"runtime boundary","locator":{"end_column":19,"end_line":384,"fragment":"runtime-boundary","pointer":"","start_column":1,"start_line":384},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-boundary","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:30a790e80fb6e7f0fcbd44e8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:30a790e80fb6e7f0fcbd44e8","label":"runtime boundary","locator":{"end_column":19,"end_line":396,"fragment":"runtime-boundary","pointer":"","start_column":1,"start_line":396},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-boundary","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8c94c4fc2ecfa8cdf56ae954:aoa:abyss-stack:anchor:a8e943b03805267b0f0b800c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a8e943b03805267b0f0b800c","label":"Merge, move, suppress, quarantine, deprecate, or remove when found","locator":{"end_column":69,"end_line":12,"fragment":"merge-move-suppress-quarantine-deprecate-or-remove-when-found","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:merge-move-suppress-quarantine-deprecate-or-remove-when-found","source_id":"aoa:abyss-stack:artifact:8c94c4fc2ecfa8cdf56ae954","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b:aoa:abyss-stack:anchor:defc8209b850d37cd41ae676","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:defc8209b850d37cd41ae676","label":"evidence_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/evidence_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/evidence_refs","source_id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:0b3768b1afd2c161ec208958","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0b3768b1afd2c161ec208958","label":"control_mode","locator":{"end_column":33,"end_line":15,"fragment":"","pointer":"/control_mode","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/control_mode","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} @@ -38,7 +38,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ab5d0f048eef7c71583e29f4:aoa:abyss-stack:anchor:42f31ece20bd1a38e344bd0d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:42f31ece20bd1a38e344bd0d","label":"schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema","source_id":"aoa:abyss-stack:artifact:ab5d0f048eef7c71583e29f4","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b:aoa:abyss-stack:anchor:5539549c35439cc259b04f04","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5539549c35439cc259b04f04","label":"AGENTS.md","locator":{"end_column":43,"end_line":47,"fragment":"","pointer":"","start_column":21,"start_line":47},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:47:21:0:AGENTS.md","source_id":"aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:0dfd18e16568c352fcb1388c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0dfd18e16568c352fcb1388c","label":"ABYSS-STACK-D-0039 Validation Command Authority And Technical Topology","locator":{"end_column":153,"end_line":153,"fragment":"","pointer":"","start_column":3,"start_line":153},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:153:3:0:../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:daa6aa64baa1420f952b1d76","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:daa6aa64baa1420f952b1d76","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":247,"fragment":"","pointer":"","start_column":3,"start_line":247},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:exact-search","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:247:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ad9131c859ebb9b117aa16bf:aoa:abyss-stack:anchor:a1103110e275506f838c68cd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a1103110e275506f838c68cd","label":"Resource Guard Overlays","locator":{"end_column":26,"end_line":139,"fragment":"resource-guard-overlays","pointer":"","start_column":1,"start_line":139},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:resource-guard-overlays","source_id":"aoa:abyss-stack:artifact:ad9131c859ebb9b117aa16bf","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:9eeedf5bc06a8a2335237b74","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9eeedf5bc06a8a2335237b74","label":"_reload_core_if_changed","locator":{"end_column":34,"end_line":55,"fragment":"","pointer":"","start_column":1,"start_line":48},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_reload_core_if_changed","target_ref":"python:LOGGER.warning"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_reload_core_if_changed","target_ref":"python:_core_reload_required"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_reload_core_if_changed","target_ref":"python:importlib.reload"}],"parser_ref":"python-ast@1","qualified_name":"_reload_core_if_changed","semantic_key":"python:function:_reload_core_if_changed","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:f74d5a11f1d514688aeba9fc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f74d5a11f1d514688aeba9fc","label":"aoa_session_live_scenario_corpus_inventory","locator":{"end_column":81,"end_line":406,"fragment":"","pointer":"","start_column":5,"start_line":404},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_live_scenario_corpus_inventory","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_live_scenario_corpus_inventory","semantic_key":"python:method:build_server.aoa_session_live_scenario_corpus_inventory","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} @@ -61,3 +60,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345:aoa:abyss-stack:anchor:40dbffedb7eac97c29cd3c53","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:40dbffedb7eac97c29cd3c53","label":"source_record_ids","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/source_record_ids","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/source_record_ids","source_id":"aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:edb74b0e53dc52037b4abb35:aoa:abyss-stack:anchor:39666931340739521b24926c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:39666931340739521b24926c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:edb74b0e53dc52037b4abb35","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1:aoa:abyss-stack:anchor:d0a1f8b63375989a8c9d7be0","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:d0a1f8b63375989a8c9d7be0","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:124f1f80a6b4b85f17263486","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:124f1f80a6b4b85f17263486","label":"material Codex host or model change","locator":{"end_column":41,"end_line":97,"fragment":"","pointer":"/recheck/after/1","start_column":5,"start_line":97},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/recheck/after/1","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/c8.jsonl b/kag/indexes/shards/anchor/c8.jsonl index 67353bfd1..fbe35e8e7 100644 --- a/kag/indexes/shards/anchor/c8.jsonl +++ b/kag/indexes/shards/anchor/c8.jsonl @@ -6,7 +6,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9:aoa:abyss-stack:anchor:4571723d23a56c3181bfd8cf","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4571723d23a56c3181bfd8cf","label":"Suggested truth-status vocabulary","locator":{"end_column":36,"end_line":154,"fragment":"suggested-truth-status-vocabulary","pointer":"","start_column":1,"start_line":154},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:suggested-truth-status-vocabulary","source_id":"aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0d3fd5249d88e8dc21a52a9c:aoa:abyss-stack:anchor:d430be827e4f77b3d2fe04f2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d430be827e4f77b3d2fe04f2","label":"_derive_status","locator":{"end_column":21,"end_line":454,"fragment":"","pointer":"","start_column":1,"start_line":442},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_derive_status","target_ref":"python:_clean_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_derive_status","target_ref":"python:_metadata_get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_derive_status","target_ref":"python:_metadata_get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_derive_status","target_ref":"python:_status_from_section"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_derive_status","target_ref":"python:top_metadata.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_derive_status","target_ref":"python:top_metadata.get"}],"parser_ref":"python-ast@1","qualified_name":"_derive_status","semantic_key":"python:function:_derive_status","source_id":"aoa:abyss-stack:artifact:0d3fd5249d88e8dc21a52a9c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e:aoa:abyss-stack:anchor:58c34f5a78a42ae29c31c2ca","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:58c34f5a78a42ae29c31c2ca","label":"retries","locator":{"end_column":17,"end_line":45,"fragment":"","pointer":"/services/langchain-api/healthcheck/retries","start_column":7,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api/healthcheck/retries","source_id":"aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:7ebb42508b1646927bd982ba","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7ebb42508b1646927bd982ba","label":"test_local_overlay_must_remain_directory_with_skill_md","locator":{"end_column":6,"end_line":89,"fragment":"","pointer":"","start_column":1,"start_line":79},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_overlay_must_remain_directory_with_skill_md","target_ref":"python:run_skill_projection_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_overlay_must_remain_directory_with_skill_md","target_ref":"python:skill_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_local_overlay_must_remain_directory_with_skill_md","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_local_overlay_must_remain_directory_with_skill_md","semantic_key":"python:function:test_local_overlay_must_remain_directory_with_skill_md","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:1c1e5e9c03618acb82859b88:aoa:abyss-stack:anchor:525f0d4cf2807f5e04aa8ad9","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:525f0d4cf2807f5e04aa8ad9","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:1c1e5e9c03618acb82859b88","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:1dbb30958e1bf1da998293a0:aoa:abyss-stack:anchor:ce5d969d74dd81689313eae3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ce5d969d74dd81689313eae3","label":"ensure_fresh","locator":{"end_column":102,"end_line":244,"fragment":"","pointer":"","start_column":5,"start_line":220},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:before.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:builder.build_workspace_graph"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:builder.collect_repo_source_postures"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:builder.collect_workspace_decision_inputs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:builder.graph_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:builder.workspace_input_fingerprint"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:builder.write_graph_outputs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:self._builder"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:self._freshness_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:self._freshness_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:self._freshness_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:self._refresh_lock"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:self.cache_is_fresh"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:self.cached_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:self.cached_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:self.current_input_fingerprint"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:self.graph_path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.ensure_fresh","target_ref":"python:self.repo_roots"}],"parser_ref":"python-ast@1","qualified_name":"AoADecisionsMCPState.ensure_fresh","semantic_key":"python:method:AoADecisionsMCPState.ensure_fresh","source_id":"aoa:abyss-stack:artifact:1dbb30958e1bf1da998293a0","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:1f232d2442b6f53f43de7f9f:aoa:abyss-stack:anchor:06af62662b7d8d301be6bf06","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:06af62662b7d8d301be6bf06","label":"FakeRunner","locator":{"end_column":83,"end_line":41,"fragment":"","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"FakeRunner","semantic_key":"python:class:FakeRunner","source_id":"aoa:abyss-stack:artifact:1f232d2442b6f53f43de7f9f","symbol_kind":"class"} @@ -35,7 +34,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:81586d3c47d51fd09071a5b1:aoa:abyss-stack:anchor:de29415bedf7897650a46be3","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:de29415bedf7897650a46be3","label":"$id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$id","source_id":"aoa:abyss-stack:artifact:81586d3c47d51fd09071a5b1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:07352f33ebb3bbf997a24c61","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:07352f33ebb3bbf997a24c61","label":"require_kag_projection","locator":{"end_column":114,"end_line":1780,"fragment":"","pointer":"","start_column":1,"start_line":1776},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_kag_projection","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_kag_projection","target_ref":"python:kag_payload"}],"parser_ref":"python-ast@1","qualified_name":"require_kag_projection","semantic_key":"python:function:require_kag_projection","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:68d0b3e17bc2b19e5a326f14","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:68d0b3e17bc2b19e5a326f14","label":"autonomy_drifts","locator":{"end_column":14,"end_line":666,"fragment":"","pointer":"","start_column":1,"start_line":546},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:add_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:add_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:add_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:add_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:add_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:add_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:add_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:add_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:add_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:add_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:command_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:reason.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:reason.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:reason.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:reason.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:reason.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:reason.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:reason.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:autonomy_drifts","target_ref":"python:reason.startswith"}],"parser_ref":"python-ast@1","qualified_name":"autonomy_drifts","semantic_key":"python:function:autonomy_drifts","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:8f33ad8fbe6bfb7cf24ee47c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8f33ad8fbe6bfb7cf24ee47c","label":"stale path hygiene","locator":{"end_column":21,"end_line":452,"fragment":"stale-path-hygiene","pointer":"","start_column":1,"start_line":452},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:stale-path-hygiene","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:8f33ad8fbe6bfb7cf24ee47c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8f33ad8fbe6bfb7cf24ee47c","label":"stale path hygiene","locator":{"end_column":21,"end_line":465,"fragment":"stale-path-hygiene","pointer":"","start_column":1,"start_line":465},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:stale-path-hygiene","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8dd05d1c07a5959179cb95d7:aoa:abyss-stack:anchor:4a00c4bbb94e2dd5be87acbb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4a00c4bbb94e2dd5be87acbb","label":"test_degraded_gate_blocks_before_worktree_creation","locator":{"end_column":74,"end_line":65,"fragment":"","pointer":"","start_column":5,"start_line":55},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_degraded_gate_blocks_before_worktree_creation","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_degraded_gate_blocks_before_worktree_creation","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_degraded_gate_blocks_before_worktree_creation","target_ref":"python:self.gate_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_degraded_gate_blocks_before_worktree_creation","target_ref":"python:self.module.prepare_run"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerLifecycleTests.test_degraded_gate_blocks_before_worktree_creation","semantic_key":"python:method:GovernedRunnerLifecycleTests.test_degraded_gate_blocks_before_worktree_creation","source_id":"aoa:abyss-stack:artifact:8dd05d1c07a5959179cb95d7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:9474485b910fe51774c07f50:aoa:abyss-stack:anchor:5b994e6659e7e19094f0bdef","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5b994e6659e7e19094f0bdef","label":"test_test_inventory_does_not_store_shell_commands","locator":{"end_column":46,"end_line":95,"fragment":"","pointer":"","start_column":1,"start_line":91},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_test_inventory_does_not_store_shell_commands","target_ref":"python:INVENTORY_PATH.read_text"}],"parser_ref":"python-ast@1","qualified_name":"test_test_inventory_does_not_store_shell_commands","semantic_key":"python:function:test_test_inventory_does_not_store_shell_commands","source_id":"aoa:abyss-stack:artifact:9474485b910fe51774c07f50","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9474485b910fe51774c07f50:aoa:abyss-stack:anchor:9aaf3f140b18e846bc8b408a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9aaf3f140b18e846bc8b408a","label":"load_inventory","locator":{"end_column":66,"end_line":14,"fragment":"","pointer":"","start_column":1,"start_line":13},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_inventory","target_ref":"python:INVENTORY_PATH.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_inventory","target_ref":"python:json.loads"}],"parser_ref":"python-ast@1","qualified_name":"load_inventory","semantic_key":"python:function:load_inventory","source_id":"aoa:abyss-stack:artifact:9474485b910fe51774c07f50","symbol_kind":"function"} @@ -47,7 +46,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:7c6410beb989f315e14503e7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7c6410beb989f315e14503e7","label":"await_plan_freeze","locator":{"end_column":117,"end_line":2310,"fragment":"","pointer":"","start_column":5,"start_line":2308},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.await_plan_freeze","target_ref":"python:milestone_gate"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.await_plan_freeze","semantic_key":"python:method:build_graph.await_plan_freeze","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:cda85d830be0525e71d08f18","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:cda85d830be0525e71d08f18","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ab5d0f048eef7c71583e29f4:aoa:abyss-stack:anchor:56bc72d0db3659d72191c0dc","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:56bc72d0db3659d72191c0dc","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ab5d0f048eef7c71583e29f4","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:4a070e0c6e7da2d9bbdd2418","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4a070e0c6e7da2d9bbdd2418","label":"local overlay","locator":{"end_column":16,"end_line":291,"fragment":"local-overlay","pointer":"","start_column":1,"start_line":291},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:local-overlay","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:4a070e0c6e7da2d9bbdd2418","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4a070e0c6e7da2d9bbdd2418","label":"local overlay","locator":{"end_column":16,"end_line":292,"fragment":"local-overlay","pointer":"","start_column":1,"start_line":292},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:local-overlay","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aedad7639e85e4508c819730:aoa:abyss-stack:anchor:3fc0638adb9f98fd58492712","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3fc0638adb9f98fd58492712","label":"model","locator":{"end_column":37,"end_line":4,"fragment":"","pointer":"/model_list/0/litellm_params/model","start_column":7,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/model_list/0/litellm_params/model","source_id":"aoa:abyss-stack:artifact:aedad7639e85e4508c819730","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b04de26f40a52905191b5d4e:aoa:abyss-stack:anchor:a706efb4d8ab596b4b7aa756","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:a706efb4d8ab596b4b7aa756","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b04de26f40a52905191b5d4e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:366bcd5ded79ac84186c0efa","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:366bcd5ded79ac84186c0efa","label":"_running_mcp_process_advisory","locator":{"end_column":6,"end_line":493,"fragment":"","pointer":"","start_column":1,"start_line":437},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:_core_auto_reload_source_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:_is_session_memory_mcp_server_cmdline"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:_linux_boot_epoch"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:_max_existing_mtime"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:_max_existing_mtime"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:_proc_cmdline"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:_process_start_epoch"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:_restart_required_source_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:entry.name.isdigit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:proc_root.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:proc_root.iterdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:processes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_running_mcp_process_advisory","target_ref":"python:sum"}],"parser_ref":"python-ast@1","qualified_name":"_running_mcp_process_advisory","semantic_key":"python:function:_running_mcp_process_advisory","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} @@ -71,6 +70,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e451219962cb0039818e7aeb:aoa:abyss-stack:anchor:a1b12dfb5f1004346da814af","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a1b12dfb5f1004346da814af","label":"schemas/runtime-seam-bindings.schema.json","locator":{"end_column":45,"end_line":14,"fragment":"","pointer":"/required_files/8","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/8","source_id":"aoa:abyss-stack:artifact:e451219962cb0039818e7aeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d:aoa:abyss-stack:anchor:4a94c7e636977c81592e4290","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4a94c7e636977c81592e4290","label":"Verify","locator":{"end_column":9,"end_line":47,"fragment":"verify","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:verify","source_id":"aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:761d57d253d9bc7a600acbdc","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:761d57d253d9bc7a600acbdc","label":"generated_graphs","locator":{"end_column":17,"end_line":13,"fragment":"","pointer":"/generated_graphs","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/generated_graphs","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:7e4d34a16635d03b2cabf57c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7e4d34a16635d03b2cabf57c","label":"ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle","locator":{"end_column":107,"end_line":190,"fragment":"","pointer":"","start_column":3,"start_line":190},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-access-plane","target_ref":"../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:190:3:0:../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:9c6bca0dac2170ce1f89b0b6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9c6bca0dac2170ce1f89b0b6","label":"ABYSS-STACK-D-0072 AoA 4PDA Connector MCP Access Plane","locator":{"end_column":121,"end_line":165,"fragment":"","pointer":"","start_column":3,"start_line":165},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:165:3:0:../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fa4032b7abc661fddd41ef14:aoa:abyss-stack:anchor:1a9e69de8940e46de636f75c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1a9e69de8940e46de636f75c","label":"Rationale","locator":{"end_column":12,"end_line":50,"fragment":"rationale","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:fa4032b7abc661fddd41ef14","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fc3b963078f7b2d44b3bb401:aoa:abyss-stack:anchor:9bd672eebff6c82b4cac2d3c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9bd672eebff6c82b4cac2d3c","label":"Boundaries","locator":{"end_column":13,"end_line":28,"fragment":"boundaries","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundaries","source_id":"aoa:abyss-stack:artifact:fc3b963078f7b2d44b3bb401","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fde50295b21710b674c650da:aoa:abyss-stack:anchor:016ce5e7ff8bea3dcba1fbe5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:016ce5e7ff8bea3dcba1fbe5","label":"Inference Pilots Distillation Log","locator":{"end_column":35,"end_line":1,"fragment":"inference-pilots-distillation-log","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:inference-pilots-distillation-log","source_id":"aoa:abyss-stack:artifact:fde50295b21710b674c650da","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:1c4101a8c81906670b2933bf","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1c4101a8c81906670b2933bf","label":"operation","locator":{"end_column":17,"end_line":32,"fragment":"","pointer":"/abi/inputs/required/0","start_column":7,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/inputs/required/0","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/c9.jsonl b/kag/indexes/shards/anchor/c9.jsonl index ccb8ab1f3..dd097846f 100644 --- a/kag/indexes/shards/anchor/c9.jsonl +++ b/kag/indexes/shards/anchor/c9.jsonl @@ -13,7 +13,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:28cd80c0430f5aaf0b1993ab:aoa:abyss-stack:anchor:5ff8e8c1a862f45f0f9c7987","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:5ff8e8c1a862f45f0f9c7987","label":"receipt_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/receipt_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/receipt_refs","source_id":"aoa:abyss-stack:artifact:28cd80c0430f5aaf0b1993ab","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:299566dcd65e4b988ae1f141:aoa:abyss-stack:anchor:c101c624a0e919c5a8b3c0bd","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c101c624a0e919c5a8b3c0bd","label":"build","locator":{"end_column":79,"end_line":3,"fragment":"","pointer":"/services/qwen-tts/build","start_column":5,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/qwen-tts/build","source_id":"aoa:abyss-stack:artifact:299566dcd65e4b988ae1f141","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:2c331be4657d2e931f4a7e05:aoa:abyss-stack:anchor:e463001e2b2497e840383c3a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e463001e2b2497e840383c3a","label":"wait_for_health","locator":{"end_column":85,"end_line":45,"fragment":"","pointer":"","start_column":1,"start_line":34},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wait_for_health","target_ref":"python:AssertionError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wait_for_health","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wait_for_health","target_ref":"python:response.read"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wait_for_health","target_ref":"python:time.sleep"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wait_for_health","target_ref":"python:time.time"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wait_for_health","target_ref":"python:time.time"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:wait_for_health","target_ref":"python:urllib.request.urlopen"}],"parser_ref":"python-ast@1","qualified_name":"wait_for_health","semantic_key":"python:function:wait_for_health","source_id":"aoa:abyss-stack:artifact:2c331be4657d2e931f4a7e05","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:0b7adee2364e433b6c742239","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0b7adee2364e433b6c742239","label":"Hard No","locator":{"end_column":10,"end_line":281,"fragment":"hard-no","pointer":"","start_column":1,"start_line":281},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:hard-no","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:0b7adee2364e433b6c742239","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0b7adee2364e433b6c742239","label":"Hard No","locator":{"end_column":10,"end_line":285,"fragment":"hard-no","pointer":"","start_column":1,"start_line":285},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:hard-no","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:395c130db2603818245bdecb:aoa:abyss-stack:anchor:347926183e34dfcd4090a448","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:347926183e34dfcd4090a448","label":"test_browser_helper_uses_container_init_reaper","locator":{"end_column":54,"end_line":84,"fragment":"","pointer":"","start_column":5,"start_line":82},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_browser_helper_uses_container_init_reaper","target_ref":"python:load_compose"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_browser_helper_uses_container_init_reaper","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_browser_helper_uses_container_init_reaper","target_ref":"python:service.get"}],"parser_ref":"python-ast@1","qualified_name":"ComposeContractsTests.test_browser_helper_uses_container_init_reaper","semantic_key":"python:method:ComposeContractsTests.test_browser_helper_uses_container_init_reaper","source_id":"aoa:abyss-stack:artifact:395c130db2603818245bdecb","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:45c2d329b288bb4ca78c95e4:aoa:abyss-stack:anchor:32ba1f9a3f0fc45b80c4b37b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:32ba1f9a3f0fc45b80c4b37b","label":"guardrails","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/guardrails","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/guardrails","source_id":"aoa:abyss-stack:artifact:45c2d329b288bb4ca78c95e4","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:4a293fd56444d79e452168e8:aoa:abyss-stack:anchor:ee4994a4bfb98f8e974fff35","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ee4994a4bfb98f8e974fff35","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:4a293fd56444d79e452168e8","symbol_kind":""} @@ -25,12 +25,16 @@ {"_key":"anchor:aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6:aoa:abyss-stack:anchor:22a089a8c5758690770ef841","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:22a089a8c5758690770ef841","label":"notes","locator":{"end_column":9,"end_line":49,"fragment":"","pointer":"/notes","start_column":1,"start_line":49},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/notes","source_id":"aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6:aoa:abyss-stack:anchor:dc5110c85dd7ea5ec5474160","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:dc5110c85dd7ea5ec5474160","label":"ref","locator":{"end_column":71,"end_line":32,"fragment":"","pointer":"/anchor_ref/ref","start_column":3,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/anchor_ref/ref","source_id":"aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6a706f05f541b63287c084f5:aoa:abyss-stack:anchor:7304c08904e11e7057dcda6b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7304c08904e11e7057dcda6b","label":"Read before editing","locator":{"end_column":22,"end_line":14,"fragment":"read-before-editing","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:read-before-editing","source_id":"aoa:abyss-stack:artifact:6a706f05f541b63287c084f5","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315:aoa:abyss-stack:anchor:2d3288ed344510f7b2045235","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2d3288ed344510f7b2045235","label":"Preflight","locator":{"end_column":12,"end_line":3,"fragment":"preflight","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:preflight","source_id":"aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6b5553ecdb5136ed27e16cb6:aoa:abyss-stack:anchor:45eddf3fc88b1383c37dfaf4","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:45eddf3fc88b1383c37dfaf4","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:6b5553ecdb5136ed27e16cb6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:70d590cd02bafa083d61434e:aoa:abyss-stack:anchor:521cbafb4d769926b261378a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:521cbafb4d769926b261378a","label":"Follow-up route","locator":{"end_column":18,"end_line":128,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":128},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:70d590cd02bafa083d61434e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:74e503a869912eb60709e27a:aoa:abyss-stack:anchor:21a6d665126c76d68e01d662","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:21a6d665126c76d68e01d662","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:74e503a869912eb60709e27a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:795992a5745bace0747ef607:aoa:abyss-stack:anchor:95c3266e31f1162281a4ef08","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:95c3266e31f1162281a4ef08","label":"_local_eval_names","locator":{"end_column":21,"end_line":1866,"fragment":"","pointer":"","start_column":5,"start_line":1850},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_eval_names","target_ref":"python:_read_yaml"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_eval_names","target_ref":"python:evals_dir.glob"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_eval_names","target_ref":"python:evals_dir.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_eval_names","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_eval_names","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_eval_names","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_eval_names","target_ref":"python:names.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_eval_names","target_ref":"python:names.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_eval_names","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_eval_names","target_ref":"python:record.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_eval_names","target_ref":"python:self._local_intake_records"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_eval_names","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_eval_names","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_eval_names","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAEvalsMCPState._local_eval_names","semantic_key":"python:method:AoAEvalsMCPState._local_eval_names","source_id":"aoa:abyss-stack:artifact:795992a5745bace0747ef607","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:24c7abcb5a4f6a65c33bfc45","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:24c7abcb5a4f6a65c33bfc45","label":"aoa.tuning.overlay","locator":{"end_column":51,"end_line":22,"fragment":"","pointer":"/services/cadvisor/labels/aoa.tuning.overlay","start_column":7,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/cadvisor/labels/aoa.tuning.overlay","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:c737807b5062d39dcc46669a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c737807b5062d39dcc46669a","label":"--disable_metrics=${AOA_CADVISOR_DISABLE_METRICS","locator":{"end_column":170,"end_line":33,"fragment":"","pointer":"/services/cadvisor/command/5/--disable_metrics=${AOA_CADVISOR_DISABLE_METRICS","start_column":7,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/cadvisor/command/5/--disable_metrics=${AOA_CADVISOR_DISABLE_METRICS","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:58853737b23d590cb0458fa4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:58853737b23d590cb0458fa4","label":"ABYSS-STACK-D-0080 Diagnostic Skill Owner Home","locator":{"end_column":105,"end_line":362,"fragment":"","pointer":"","start_column":3,"start_line":362},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-only-diagnosis","target_ref":"../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:362:3:0:../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:bad0d36e6456ee97eba5f810","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bad0d36e6456ee97eba5f810","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":349,"fragment":"","pointer":"","start_column":3,"start_line":349},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profile-topology-1","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:349:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:f5be259b3e198530a8dedd8a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f5be259b3e198530a8dedd8a","label":"ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle","locator":{"end_column":107,"end_line":463,"fragment":"","pointer":"","start_column":3,"start_line":463},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourcedeployed-parity","target_ref":"../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:463:3:0:../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:9aaab107d7af611348b74662","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9aaab107d7af611348b74662","label":"node_artifacts_dir","locator":{"end_column":16,"end_line":235,"fragment":"","pointer":"","start_column":1,"start_line":232},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:node_artifacts_dir","target_ref":"python:path.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:node_artifacts_dir","target_ref":"python:scenario_root"}],"parser_ref":"python-ast@1","qualified_name":"node_artifacts_dir","semantic_key":"python:function:node_artifacts_dir","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:acd36ac15ccda3d907b01699","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:acd36ac15ccda3d907b01699","label":"record_event","locator":{"end_column":19,"end_line":436,"fragment":"","pointer":"","start_column":1,"start_line":418},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:record_event","target_ref":"python:history.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:record_event","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:record_event","target_ref":"python:payload.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:record_event","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:record_event","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"record_event","semantic_key":"python:function:record_event","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:93282b05d499b207d902297d:aoa:abyss-stack:anchor:d51799efdc999c5a5501fb2a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d51799efdc999c5a5501fb2a","label":"fake_write_wave_surfaces","locator":{"end_column":22,"end_line":195,"fragment":"","pointer":"","start_column":13,"start_line":174},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_resubmits_closeout_when_terminal_gate_changes.fake_write_wave_surfaces","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_resubmits_closeout_when_terminal_gate_changes.fake_write_wave_surfaces","target_ref":"python:module.wave_closeout_base_name"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_resubmits_closeout_when_terminal_gate_changes.fake_write_wave_surfaces","target_ref":"python:status_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_resubmits_closeout_when_terminal_gate_changes.fake_write_wave_surfaces","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_resubmits_closeout_when_terminal_gate_changes.fake_write_wave_surfaces","target_ref":"python:submit_flags.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoALocalAiTrialsTests.test_update_w4_index_resubmits_closeout_when_terminal_gate_changes.fake_write_wave_surfaces","target_ref":"python:submitted_gate_results.append"}],"parser_ref":"python-ast@1","qualified_name":"AoALocalAiTrialsTests.test_update_w4_index_resubmits_closeout_when_terminal_gate_changes.fake_write_wave_surfaces","semantic_key":"python:method:AoALocalAiTrialsTests.test_update_w4_index_resubmits_closeout_when_terminal_gate_changes.fake_write_wave_surfaces","source_id":"aoa:abyss-stack:artifact:93282b05d499b207d902297d","symbol_kind":"method"} @@ -38,6 +42,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:1fafbb9bf880d30a83af59e4","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1fafbb9bf880d30a83af59e4","label":"mem_reservation","locator":{"end_column":57,"end_line":57,"fragment":"","pointer":"/services/redis/mem_reservation","start_column":5,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/redis/mem_reservation","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a56b27fb28bf632e26dc3614:aoa:abyss-stack:anchor:0667d388fcda09b151647039","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0667d388fcda09b151647039","label":"Current presets","locator":{"end_column":18,"end_line":28,"fragment":"current-presets","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:current-presets","source_id":"aoa:abyss-stack:artifact:a56b27fb28bf632e26dc3614","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b045424d357b2170f276d1e9:aoa:abyss-stack:anchor:eea993dfae6f123934043c89","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:eea993dfae6f123934043c89","label":"build_status","locator":{"end_column":6,"end_line":142,"fragment":"","pointer":"","start_column":1,"start_line":103},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:run_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:run_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:run_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:run_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_status","target_ref":"python:summarize"}],"parser_ref":"python-ast@1","qualified_name":"build_status","semantic_key":"python:function:build_status","source_id":"aoa:abyss-stack:artifact:b045424d357b2170f276d1e9","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:960580a7caac9863e8542949","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:960580a7caac9863e8542949","label":"mechanics/diagnostic-spine","locator":{"end_column":158,"end_line":66,"fragment":"","pointer":"","start_column":92,"start_line":66},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"mechanics/diagnostic-spine/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:66:92:0:mechanics/diagnostic-spine/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b86e64ea3bba7cef64e8a1b9:aoa:abyss-stack:anchor:798b91c77dc69aa5ea55c5aa","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:798b91c77dc69aa5ea55c5aa","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b86e64ea3bba7cef64e8a1b9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b86e64ea3bba7cef64e8a1b9:aoa:abyss-stack:anchor:b6bba7173d578966d44f1047","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b6bba7173d578966d44f1047","label":"Agents-of-Abyss","locator":{"end_column":167,"end_line":34,"fragment":"","pointer":"","start_column":52,"start_line":34},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:authority-source","target_ref":"https://github.com/8Dionysus/Agents-of-Abyss/blob/main/docs/EXPERIENCE_WAVE5_SOVEREIGN_OFFICE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:34:52:0:https://github.com/8Dionysus/Agents-of-Abyss/blob/main/docs/EXPERIENCE_WAVE5_SOVEREIGN_OFFICE.md","source_id":"aoa:abyss-stack:artifact:b86e64ea3bba7cef64e8a1b9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ba4fe7cad5b14a2d50f1a3b0:aoa:abyss-stack:anchor:3f9c474c8480e7da02fac094","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3f9c474c8480e7da02fac094","label":"backend","locator":{"end_column":21,"end_line":8,"fragment":"","pointer":"/voices/narrator/backend","start_column":5,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/voices/narrator/backend","source_id":"aoa:abyss-stack:artifact:ba4fe7cad5b14a2d50f1a3b0","symbol_kind":""} @@ -54,6 +59,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6111170ee25c55c35082158:aoa:abyss-stack:anchor:ba3b091ead91a0801e46048d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ba3b091ead91a0801e46048d","label":"Config Projection Parts","locator":{"end_column":25,"end_line":1,"fragment":"config-projection-parts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:config-projection-parts","source_id":"aoa:abyss-stack:artifact:e6111170ee25c55c35082158","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:a3eb4a84f8bfa495bbba4095","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a3eb4a84f8bfa495bbba4095","label":"schema","locator":{"end_column":46,"end_line":1,"fragment":"","pointer":"/schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/schema","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5:aoa:abyss-stack:anchor:96d0f15893597b8f2137e6f0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:96d0f15893597b8f2137e6f0","label":"Near / ready","locator":{"end_column":15,"end_line":23,"fragment":"near-ready","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:near-ready","source_id":"aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8:aoa:abyss-stack:anchor:ad72cb562e7579a65b6aa67f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ad72cb562e7579a65b6aa67f","label":"matches_checkout_safe_overlay_install","locator":{"end_column":17,"end_line":104,"fragment":"","pointer":"","start_column":1,"start_line":93},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:matches_checkout_safe_overlay_install","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:matches_checkout_safe_overlay_install","target_ref":"python:path.is_symlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:matches_checkout_safe_overlay_install","target_ref":"python:path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:matches_checkout_safe_overlay_install","target_ref":"python:path.readlink"}],"parser_ref":"python-ast@1","qualified_name":"matches_checkout_safe_overlay_install","semantic_key":"python:function:matches_checkout_safe_overlay_install","source_id":"aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8:aoa:abyss-stack:anchor:ad72cb562e7579a65b6aa67f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ad72cb562e7579a65b6aa67f","label":"matches_checkout_safe_overlay_install","locator":{"end_column":17,"end_line":20,"fragment":"","pointer":"","start_column":1,"start_line":9},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:matches_checkout_safe_overlay_install","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:matches_checkout_safe_overlay_install","target_ref":"python:path.is_symlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:matches_checkout_safe_overlay_install","target_ref":"python:path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:matches_checkout_safe_overlay_install","target_ref":"python:path.readlink"}],"parser_ref":"python-ast@1","qualified_name":"matches_checkout_safe_overlay_install","semantic_key":"python:function:matches_checkout_safe_overlay_install","source_id":"aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fea9e25ef68e6fc7c3d78ca6:aoa:abyss-stack:anchor:a43e611771fefbcc4716be38","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a43e611771fefbcc4716be38","label":"status","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/status","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/status","source_id":"aoa:abyss-stack:artifact:fea9e25ef68e6fc7c3d78ca6","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:b95f03ed022fac3d06734d7f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b95f03ed022fac3d06734d7f","label":"target","locator":{"end_column":14,"end_line":33,"fragment":"","pointer":"/abi/inputs/required/1","start_column":7,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/inputs/required/1","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:8b3049fbd95bc88335296246","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8b3049fbd95bc88335296246","label":"trust_state","locator":{"end_column":41,"end_line":81,"fragment":"","pointer":"/trust_state","start_column":11,"start_line":81},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/trust_state#occurrence-2","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/ca.jsonl b/kag/indexes/shards/anchor/ca.jsonl index 487977ebd..fb1b1f325 100644 --- a/kag/indexes/shards/anchor/ca.jsonl +++ b/kag/indexes/shards/anchor/ca.jsonl @@ -32,6 +32,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:f8412f45e1ebf9edeeaa0275","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f8412f45e1ebf9edeeaa0275","label":"mem_limit","locator":{"end_column":47,"end_line":76,"fragment":"","pointer":"/services/grafana/mem_limit","start_column":5,"start_line":76},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/grafana/mem_limit","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:84666e090dd5adfcf3917595:aoa:abyss-stack:anchor:bf0a4f5523867b1253457e65","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:bf0a4f5523867b1253457e65","label":"claim","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/claim","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/claim","source_id":"aoa:abyss-stack:artifact:84666e090dd5adfcf3917595","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:863559bac2507d05daa623cc:aoa:abyss-stack:anchor:210d7ef8936dc89e431b4806","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:210d7ef8936dc89e431b4806","label":"normalization_rules","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/normalization_rules","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/normalization_rules","source_id":"aoa:abyss-stack:artifact:863559bac2507d05daa623cc","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:75cc212f7b76b73c8ec47d63","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:75cc212f7b76b73c8ec47d63","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":350,"fragment":"","pointer":"","start_column":3,"start_line":350},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profile-topology-1","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:350:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8eff8129ba4d8a1d6c982b49:aoa:abyss-stack:anchor:004daae02b3397e48155b050","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:004daae02b3397e48155b050","label":"Runtime Kernels","locator":{"end_column":17,"end_line":1,"fragment":"runtime-kernels","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-kernels","source_id":"aoa:abyss-stack:artifact:8eff8129ba4d8a1d6c982b49","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:4e502577feefe60c168d69de","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4e502577feefe60c168d69de","label":"resolve_case_truth_status","locator":{"end_column":96,"end_line":356,"fragment":"","pointer":"","start_column":1,"start_line":346},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_case_truth_status","target_ref":"python:TRIALS.normalize_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_case_truth_status","target_ref":"python:case_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_case_truth_status","target_ref":"python:result_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_case_truth_status","target_ref":"python:result_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_case_truth_status","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"resolve_case_truth_status","semantic_key":"python:function:resolve_case_truth_status","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9022a190547043d202488b6f:aoa:abyss-stack:anchor:6a287850259d67fbd2c84147","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6a287850259d67fbd2c84147","label":"aoa_evals_runtime_status","locator":{"end_column":48,"end_line":80,"fragment":"","pointer":"","start_column":5,"start_line":78},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_evals_runtime_status","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_evals_runtime_status","target_ref":"python:mcp.tool"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_evals_runtime_status","semantic_key":"python:method:build_server.aoa_evals_runtime_status","source_id":"aoa:abyss-stack:artifact:9022a190547043d202488b6f","symbol_kind":"method"} @@ -45,9 +46,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:979f7b7c243edebe648b59c6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:979f7b7c243edebe648b59c6","label":"load_graph_state","locator":{"end_column":56,"end_line":356,"fragment":"","pointer":"","start_column":1,"start_line":352},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_graph_state","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_graph_state","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_graph_state","target_ref":"python:path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_graph_state","target_ref":"python:state_path"}],"parser_ref":"python-ast@1","qualified_name":"load_graph_state","semantic_key":"python:function:load_graph_state","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:b45ba83823955be26dc184b0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b45ba83823955be26dc184b0","label":"commit_checkpoint","locator":{"end_column":50,"end_line":1862,"fragment":"","pointer":"","start_column":1,"start_line":1806},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:TRIALS.list_changed_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:artifact_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:artifact_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"commit_checkpoint","semantic_key":"python:function:commit_checkpoint","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:f53b842394d838529fbf7d60","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f53b842394d838529fbf7d60","label":"proposal_artifact_refs","locator":{"end_column":16,"end_line":871,"fragment":"","pointer":"","start_column":1,"start_line":847},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"proposal_artifact_refs","semantic_key":"python:function:proposal_artifact_refs","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:afd18b061b95972bdeb014aa","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:afd18b061b95972bdeb014aa","label":"ABYSS-STACK-D-0066 AoA Decisions MCP Access Plane","locator":{"end_column":111,"end_line":233,"fragment":"","pointer":"","start_column":3,"start_line":233},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-graph","target_ref":"../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:233:3:0:../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:b6ae9d759deb8e3f3a7f8734","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b6ae9d759deb8e3f3a7f8734","label":"ABYSS-STACK-D-0054 Branch Policy Validator Module","locator":{"end_column":111,"end_line":273,"fragment":"","pointer":"","start_column":3,"start_line":273},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governance-route","target_ref":"../ABYSS-STACK-D-0054-branch-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:273:3:0:../ABYSS-STACK-D-0054-branch-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:fe2ca01b1f056651eac69bbd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:fe2ca01b1f056651eac69bbd","label":".agents","locator":{"end_column":31,"end_line":179,"fragment":"","pointer":"","start_column":3,"start_line":179},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":".agents/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:179:3:0:.agents/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b486de235baf12334c99478f:aoa:abyss-stack:anchor:0a6fd35b26a2ca2295d07fc8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0a6fd35b26a2ca2295d07fc8","label":"ADOPTION RETENTION JOB","locator":{"end_column":24,"end_line":1,"fragment":"adoption-retention-job","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:adoption-retention-job","source_id":"aoa:abyss-stack:artifact:b486de235baf12334c99478f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7f71220297520dde39a5a91:aoa:abyss-stack:anchor:d65154dce87f304118949bb4","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:d65154dce87f304118949bb4","label":"exported_by","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/exported_by","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/exported_by","source_id":"aoa:abyss-stack:artifact:b7f71220297520dde39a5a91","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8:aoa:abyss-stack:anchor:c5361dc4bb307224c4b16d34","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c5361dc4bb307224c4b16d34","label":"_link_philosophy_layer_memberships","locator":{"end_column":66,"end_line":1080,"fragment":"","pointer":"","start_column":5,"start_line":1066},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._link_philosophy_layer_memberships","target_ref":"python:tx.run"}],"parser_ref":"python-ast@1","qualified_name":"Neo4jProjectionStore._link_philosophy_layer_memberships","semantic_key":"python:method:Neo4jProjectionStore._link_philosophy_layer_memberships","source_id":"aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8","symbol_kind":"method"} @@ -64,6 +62,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:16f7464b5928b1bc36a64912","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:16f7464b5928b1bc36a64912","label":"test_diagnostic_spine_module_is_inventory_owned","locator":{"end_column":57,"end_line":417,"fragment":"","pointer":"","start_column":1,"start_line":407},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_diagnostic_spine_module_is_inventory_owned","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_diagnostic_spine_module_is_inventory_owned","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","qualified_name":"test_diagnostic_spine_module_is_inventory_owned","semantic_key":"python:function:test_diagnostic_spine_module_is_inventory_owned","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:abb83a40d85347e50354a81d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:abb83a40d85347e50354a81d","label":"packet_check","locator":{"end_column":22,"end_line":588,"fragment":"","pointer":"","start_column":5,"start_line":540},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:completed.stderr.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:completed.stdout.encode"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:encoded_request.encode"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:os.environ.copy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:reader.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:self._central_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.packet_check","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"AoAStatsMCPState.packet_check","semantic_key":"python:method:AoAStatsMCPState.packet_check","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f8f916b96acc5c30168946be:aoa:abyss-stack:anchor:022d55aa9ee9e9afd5d652b4","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:022d55aa9ee9e9afd5d652b4","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f8f916b96acc5c30168946be","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8:aoa:abyss-stack:anchor:95049b594c281487864ace70","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:95049b594c281487864ace70","label":"validate_overlay_skill_surface","locator":{"end_column":83,"end_line":123,"fragment":"","pointer":"","start_column":1,"start_line":107},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_overlay_skill_surface","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_overlay_skill_surface","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_overlay_skill_surface","target_ref":"python:local_skill_md.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_overlay_skill_surface","target_ref":"python:local_skill_root.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_overlay_skill_surface","target_ref":"python:matches_checkout_safe_overlay_install"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_overlay_skill_surface","target_ref":"python:skill_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_overlay_skill_surface","target_ref":"python:skill_path.as_posix"}],"parser_ref":"python-ast@1","qualified_name":"validate_overlay_skill_surface","semantic_key":"python:function:validate_overlay_skill_surface","source_id":"aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:88f1ffacb907db01993e6b7a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:88f1ffacb907db01993e6b7a","label":"maximum_post_change_validation_failures","locator":{"end_column":52,"end_line":36,"fragment":"","pointer":"/maximum_post_change_validation_failures","start_column":9,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/maximum_post_change_validation_failures#occurrence-2","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:8e4af536564726e62e4f625a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8e4af536564726e62e4f625a","label":"repo_scope","locator":{"end_column":38,"end_line":80,"fragment":"","pointer":"/repo_scope","start_column":11,"start_line":80},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/repo_scope#occurrence-3","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/cb.jsonl b/kag/indexes/shards/anchor/cb.jsonl index 58207c0fc..de5e0301b 100644 --- a/kag/indexes/shards/anchor/cb.jsonl +++ b/kag/indexes/shards/anchor/cb.jsonl @@ -27,7 +27,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239:aoa:abyss-stack:anchor:ed22aee03b5f27e05031aed1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ed22aee03b5f27e05031aed1","label":"_projection","locator":{"end_column":10,"end_line":347,"fragment":"","pointer":"","start_column":5,"start_line":303},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:current.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:current.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:current.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:current.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:current.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:current.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:exact.projection_metadata"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:identity.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:metadata.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:self._current"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:self._exact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:self.config.sqlite_path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:targets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._projection","target_ref":"python:targets.get"}],"parser_ref":"python-ast@1","qualified_name":"KagApplication._projection","semantic_key":"python:method:KagApplication._projection","source_id":"aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:7da16eb3eea0afeebbdbc60b:aoa:abyss-stack:anchor:f4f13d5092f1732628c539aa","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f4f13d5092f1732628c539aa","label":"parts/status-readouts/docs/GATEWAY_CACHE_POLICY.md","locator":{"end_column":107,"end_line":29,"fragment":"","pointer":"","start_column":3,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"parts/status-readouts/docs/GATEWAY_CACHE_POLICY.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:29:3:0:parts/status-readouts/docs/GATEWAY_CACHE_POLICY.md","source_id":"aoa:abyss-stack:artifact:7da16eb3eea0afeebbdbc60b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:7c899d817e3fc8fe32111928","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7c899d817e3fc8fe32111928","label":"AOA_LOKI_INGESTION_BURST_SIZE_MB","locator":{"end_column":80,"end_line":53,"fragment":"","pointer":"/services/loki/environment/AOA_LOKI_INGESTION_BURST_SIZE_MB","start_column":7,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/loki/environment/AOA_LOKI_INGESTION_BURST_SIZE_MB","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:7e12e14888d651247f735dc9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7e12e14888d651247f735dc9","label":"projection-only cache","locator":{"end_column":24,"end_line":344,"fragment":"projection-only-cache","pointer":"","start_column":1,"start_line":344},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:projection-only-cache","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:7e12e14888d651247f735dc9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7e12e14888d651247f735dc9","label":"projection-only cache","locator":{"end_column":24,"end_line":352,"fragment":"projection-only-cache","pointer":"","start_column":1,"start_line":352},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:projection-only-cache","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f:aoa:abyss-stack:anchor:22e58549a005e86856f525bd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:22e58549a005e86856f525bd","label":"Dependency note","locator":{"end_column":18,"end_line":224,"fragment":"dependency-note","pointer":"","start_column":1,"start_line":224},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:dependency-note","source_id":"aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:1137c1044562c100fd703c11","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1137c1044562c100fd703c11","label":"approval_payload","locator":{"end_column":27,"end_line":777,"fragment":"","pointer":"","start_column":1,"start_line":773},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:approval_payload","target_ref":"python:approval_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:approval_payload","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:approval_payload","target_ref":"python:path.exists"}],"parser_ref":"python-ast@1","qualified_name":"approval_payload","semantic_key":"python:function:approval_payload","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:f84208c7f3cc2fb0f2b59c93","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f84208c7f3cc2fb0f2b59c93","label":"interpret_approval_status","locator":{"end_column":21,"end_line":665,"fragment":"","pointer":"","start_column":1,"start_line":655},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"interpret_approval_status","semantic_key":"python:function:interpret_approval_status","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} @@ -43,6 +43,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d9619f82fe08df1d56cabdda:aoa:abyss-stack:anchor:3e5b332e46c2ac4b1ce598fd","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:3e5b332e46c2ac4b1ce598fd","label":"where","locator":{"end_column":15,"end_line":22,"fragment":"","pointer":"tool.setuptools.packages.find.where","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:tool.setuptools.packages.find.where","source_id":"aoa:abyss-stack:artifact:d9619f82fe08df1d56cabdda","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:de27d048e46bd92a80f3f410:aoa:abyss-stack:anchor:e56c4308f5c7d8dc424fd89f","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e56c4308f5c7d8dc424fd89f","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:de27d048e46bd92a80f3f410","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267:aoa:abyss-stack:anchor:38d8a8dba4dd9c52ecadeb4d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:38d8a8dba4dd9c52ecadeb4d","label":"test_normalize_edit_spec_demotes_markdown_insertion_anchor_to_exact_replace","locator":{"end_column":65,"end_line":157,"fragment":"","pointer":"","start_column":5,"start_line":141},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_normalize_edit_spec_demotes_markdown_insertion_anchor_to_exact_replace","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_normalize_edit_spec_demotes_markdown_insertion_anchor_to_exact_replace","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_normalize_edit_spec_demotes_markdown_insertion_anchor_to_exact_replace","target_ref":"python:self.module.normalize_edit_spec"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerPolicyScopeTests.test_normalize_edit_spec_demotes_markdown_insertion_anchor_to_exact_replace","semantic_key":"python:method:GovernedRunnerPolicyScopeTests.test_normalize_edit_spec_demotes_markdown_insertion_anchor_to_exact_replace","source_id":"aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:80e3c15831701a221fe8b4fe","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:80e3c15831701a221fe8b4fe","label":"ABYSS-STACK-D-0080 Diagnostic Skill Owner Home","locator":{"end_column":105,"end_line":30,"fragment":"","pointer":"","start_column":3,"start_line":30},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:diagnostic-spine","target_ref":"../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:30:3:0:../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4:aoa:abyss-stack:anchor:ecac656e212a65b6b32000bf","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ecac656e212a65b6b32000bf","label":"127.0.0.1","locator":{"end_column":31,"end_line":13,"fragment":"","pointer":"/services/ollama/ports/0/127.0.0.1","start_column":7,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ollama/ports/0/127.0.0.1","source_id":"aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:29ffb77589240621fb0be53d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:29ffb77589240621fb0be53d","label":"generated/federation_spine.min.json","locator":{"end_column":39,"end_line":17,"fragment":"","pointer":"/required_files/10","start_column":3,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/10","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ed0b82ede2f0b706cdea886f:aoa:abyss-stack:anchor:56c5ba362f84bee501701997","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:56c5ba362f84bee501701997","label":"Tree-of-Sophia","locator":{"end_column":286,"end_line":30,"fragment":"","pointer":"","start_column":174,"start_line":30},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-notes","target_ref":"https://github.com/8Dionysus/Tree-of-Sophia/blob/main/docs/NO_DIRECT_POLIS_GOVERNANCE_WRITE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:30:174:1:https://github.com/8Dionysus/Tree-of-Sophia/blob/main/docs/NO_DIRECT_POLIS_GOVERNANCE_WRITE.md","source_id":"aoa:abyss-stack:artifact:ed0b82ede2f0b706cdea886f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/cc.jsonl b/kag/indexes/shards/anchor/cc.jsonl index 71b4d35e4..5cfdcf286 100644 --- a/kag/indexes/shards/anchor/cc.jsonl +++ b/kag/indexes/shards/anchor/cc.jsonl @@ -2,8 +2,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:3a683f8d843bab7a56eb0933","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3a683f8d843bab7a56eb0933","label":"edit_case","locator":{"end_column":20,"end_line":2245,"fragment":"","pointer":"","start_column":5,"start_line":2195},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_catalog.edit_case","target_ref":"python:base_case"}],"parser_ref":"python-ast@1","qualified_name":"build_catalog.edit_case","semantic_key":"python:method:build_catalog.edit_case","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:527e49c267f6dcc73930b70b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:527e49c267f6dcc73930b70b","label":"validate_w4_public_doc_edit_spec","locator":{"end_column":16,"end_line":5936,"fragment":"","pointer":"","start_column":1,"start_line":5925},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_w4_public_doc_edit_spec","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_w4_public_doc_edit_spec","target_ref":"python:spec.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_w4_public_doc_edit_spec","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"validate_w4_public_doc_edit_spec","semantic_key":"python:function:validate_w4_public_doc_edit_spec","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:d3245a6b46f90dfb39c1bd39","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d3245a6b46f90dfb39c1bd39","label":"run_w1_preflight","locator":{"end_column":95,"end_line":2977,"fragment":"","pointer":"","start_column":1,"start_line":2950},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:health_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:health_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:langchain_endpoint"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1_preflight","target_ref":"python:setup_root.mkdir"}],"parser_ref":"python-ast@1","qualified_name":"run_w1_preflight","semantic_key":"python:function:run_w1_preflight","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:13d5e16c760155288fa0bffa","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:13d5e16c760155288fa0bffa","label":"Added","locator":{"end_column":9,"end_line":736,"fragment":"added-4","pointer":"","start_column":1,"start_line":736},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:added-4","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:ab22bbdc00be82be4a717a5d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ab22bbdc00be82be4a717a5d","label":"Fixed","locator":{"end_column":9,"end_line":69,"fragment":"fixed","pointer":"","start_column":1,"start_line":69},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:fixed","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:13d5e16c760155288fa0bffa","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:13d5e16c760155288fa0bffa","label":"Added","locator":{"end_column":9,"end_line":738,"fragment":"added-4","pointer":"","start_column":1,"start_line":738},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:added-4","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:ab22bbdc00be82be4a717a5d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ab22bbdc00be82be4a717a5d","label":"Fixed","locator":{"end_column":9,"end_line":72,"fragment":"fixed","pointer":"","start_column":1,"start_line":72},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:fixed","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:06e90b2680232344621ce950:aoa:abyss-stack:anchor:45dc44e3386fbe5eb01f85b8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:45dc44e3386fbe5eb01f85b8","label":"http_auth_kwargs","locator":{"end_column":6,"end_line":156,"fragment":"","pointer":"","start_column":1,"start_line":130},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_auth_kwargs","target_ref":"python:AuthSettings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_auth_kwargs","target_ref":"python:StaticBearerTokenVerifier"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_auth_kwargs","target_ref":"python:_bearer_token"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_auth_kwargs","target_ref":"python:_http_authority"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_auth_kwargs","target_ref":"python:_loopback_transport_security"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:http_auth_kwargs","target_ref":"python:transport_settings"}],"parser_ref":"python-ast@1","qualified_name":"http_auth_kwargs","semantic_key":"python:function:http_auth_kwargs","source_id":"aoa:abyss-stack:artifact:06e90b2680232344621ce950","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:1928d2688efeb6720394c54d:aoa:abyss-stack:anchor:e9c60f72a18d7731af4b5ec5","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:e9c60f72a18d7731af4b5ec5","label":"readme","locator":{"end_column":20,"end_line":9,"fragment":"","pointer":"project.readme","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.readme","source_id":"aoa:abyss-stack:artifact:1928d2688efeb6720394c54d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1beac052150fab0db2668905:aoa:abyss-stack:anchor:fcd537c478441637535d01ab","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:fcd537c478441637535d01ab","label":"run_graph_case","locator":{"end_column":23,"end_line":1303,"fragment":"","pointer":"","start_column":1,"start_line":1286},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_graph_case","target_ref":"python:build_graph"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_graph_case","target_ref":"python:existing.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_graph_case","target_ref":"python:existing.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_graph_case","target_ref":"python:existing.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_graph_case","target_ref":"python:existing.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_graph_case","target_ref":"python:graph.invoke"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_graph_case","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_graph_case","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_graph_case","target_ref":"python:load_graph_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_graph_case","target_ref":"python:refresh_sidecar_outputs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_graph_case","target_ref":"python:save_graph_state"}],"parser_ref":"python-ast@1","qualified_name":"run_graph_case","semantic_key":"python:function:run_graph_case","source_id":"aoa:abyss-stack:artifact:1beac052150fab0db2668905","symbol_kind":"function"} @@ -42,7 +42,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8936340d2e7844f9c8b77f67:aoa:abyss-stack:anchor:503146a801d8099bb3bd2a47","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:503146a801d8099bb3bd2a47","label":"Recommended release flow","locator":{"end_column":27,"end_line":11,"fragment":"recommended-release-flow","pointer":"","start_column":1,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:recommended-release-flow","source_id":"aoa:abyss-stack:artifact:8936340d2e7844f9c8b77f67","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:89a9a99d1947fa1e9849822c:aoa:abyss-stack:anchor:e9423672f30cdf821bb4ced8","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e9423672f30cdf821bb4ced8","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:89a9a99d1947fa1e9849822c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:5a67eca56225c63e414d343a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5a67eca56225c63e414d343a","label":"ABYSS-STACK-D-0009 Root Residual Topology Cleanup","locator":{"end_column":111,"end_line":128,"fragment":"","pointer":"","start_column":3,"start_line":128},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacy-containment","target_ref":"../ABYSS-STACK-D-0009-root-residual-topology-cleanup.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:128:3:0:../ABYSS-STACK-D-0009-root-residual-topology-cleanup.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:e970be2901dd1eda7871aff0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e970be2901dd1eda7871aff0","label":"source-return route","locator":{"end_column":22,"end_line":435,"fragment":"source-return-route","pointer":"","start_column":1,"start_line":435},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-return-route","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:e970be2901dd1eda7871aff0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e970be2901dd1eda7871aff0","label":"source-return route","locator":{"end_column":22,"end_line":448,"fragment":"source-return-route","pointer":"","start_column":1,"start_line":448},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-return-route","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd:aoa:abyss-stack:anchor:2956bc10410478ce4583917b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2956bc10410478ce4583917b","label":"owner_return_route","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/owner_return_route","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/owner_return_route","source_id":"aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1:aoa:abyss-stack:anchor:a31fa72f2ab2353148a4a61f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a31fa72f2ab2353148a4a61f","label":"risk","locator":{"end_column":17,"end_line":14,"fragment":"","pointer":"/risk","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/risk","source_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58:aoa:abyss-stack:anchor:b182c32ee34520463110c7ab","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b182c32ee34520463110c7ab","label":"ollama","locator":{"end_column":13,"end_line":10,"fragment":"","pointer":"/services/litellm/depends_on/ollama","start_column":7,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/litellm/depends_on/ollama","source_id":"aoa:abyss-stack:artifact:93bafdcb11c10717d65eff58","symbol_kind":""} @@ -60,3 +60,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:d20cf2b7576693797bfb0a68","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d20cf2b7576693797bfb0a68","label":"_mark_used","locator":{"end_column":53,"end_line":273,"fragment":"","pointer":"","start_column":5,"start_line":271},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer._mark_used","target_ref":"python:time.monotonic"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer._mark_used","target_ref":"python:time.time"}],"parser_ref":"python-ast@1","qualified_name":"LazyScorer._mark_used","semantic_key":"python:method:LazyScorer._mark_used","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267:aoa:abyss-stack:anchor:d04683430205e34ba08bfa03","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d04683430205e34ba08bfa03","label":"test_prepare_run_fails_closed_on_wrong_target_root_pairing","locator":{"end_column":107,"end_line":190,"fragment":"","pointer":"","start_column":5,"start_line":177},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_run_fails_closed_on_wrong_target_root_pairing","target_ref":"python:governed_request"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_run_fails_closed_on_wrong_target_root_pairing","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_run_fails_closed_on_wrong_target_root_pairing","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_run_fails_closed_on_wrong_target_root_pairing","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_run_fails_closed_on_wrong_target_root_pairing","target_ref":"python:self.gate_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_run_fails_closed_on_wrong_target_root_pairing","target_ref":"python:self.module.prepare_run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_prepare_run_fails_closed_on_wrong_target_root_pairing","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerPolicyScopeTests.test_prepare_run_fails_closed_on_wrong_target_root_pairing","semantic_key":"python:method:GovernedRunnerPolicyScopeTests.test_prepare_run_fails_closed_on_wrong_target_root_pairing","source_id":"aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f323b2bec780ad026a892be1:aoa:abyss-stack:anchor:a2e217b6fbc0c189c1a54264","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a2e217b6fbc0c189c1a54264","label":"guardrails","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/guardrails","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/guardrails","source_id":"aoa:abyss-stack:artifact:f323b2bec780ad026a892be1","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:fd7730dc7e8ff33fb60d86f8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:fd7730dc7e8ff33fb60d86f8","label":"observe","locator":{"end_column":14,"end_line":38,"fragment":"","pointer":"/abi/inputs/conditional/observe","start_column":7,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/inputs/conditional/observe","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/cd.jsonl b/kag/indexes/shards/anchor/cd.jsonl index 3b7058da5..9cc125a90 100644 --- a/kag/indexes/shards/anchor/cd.jsonl +++ b/kag/indexes/shards/anchor/cd.jsonl @@ -30,8 +30,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:5d58993ebd53609cb4c78d80","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5d58993ebd53609cb4c78d80","label":"memo_writeback_map","locator":{"end_column":65,"end_line":2400,"fragment":"","pointer":"","start_column":1,"start_line":2398},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_writeback_map","target_ref":"python:app.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_writeback_map","target_ref":"python:require_store"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:memo_writeback_map","target_ref":"python:resolve_writeback_map"}],"parser_ref":"python-ast@1","qualified_name":"memo_writeback_map","semantic_key":"python:function:memo_writeback_map","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:04cb3b349215ce7b00bd9304","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:04cb3b349215ce7b00bd9304","label":"axis_from_drift","locator":{"end_column":18,"end_line":754,"fragment":"","pointer":"","start_column":1,"start_line":744},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:axis_from_drift","target_ref":"python:max"}],"parser_ref":"python-ast@1","qualified_name":"axis_from_drift","semantic_key":"python:function:axis_from_drift","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:14a08d65549f3abd7b1e6107","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:14a08d65549f3abd7b1e6107","label":"ABYSS-STACK-D-0044 Sync Parity Validator Module","locator":{"end_column":107,"end_line":37,"fragment":"","pointer":"","start_column":3,"start_line":37},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0044-sync-parity-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:37:3:0:../ABYSS-STACK-D-0044-sync-parity-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:c7d1b179553c6c385114431c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c7d1b179553c6c385114431c","label":"legacy metadata containment","locator":{"end_column":30,"end_line":282,"fragment":"legacy-metadata-containment","pointer":"","start_column":1,"start_line":282},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:legacy-metadata-containment","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:dc6323dea2a6f658d803b262","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dc6323dea2a6f658d803b262","label":"generated index handoff","locator":{"end_column":26,"end_line":262,"fragment":"generated-index-handoff","pointer":"","start_column":1,"start_line":262},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:generated-index-handoff","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:b29ebc9658f9064f30927331","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b29ebc9658f9064f30927331","label":"effect boundary","locator":{"end_column":18,"end_line":250,"fragment":"effect-boundary","pointer":"","start_column":1,"start_line":250},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:effect-boundary","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:c7d1b179553c6c385114431c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c7d1b179553c6c385114431c","label":"legacy metadata containment","locator":{"end_column":30,"end_line":286,"fragment":"legacy-metadata-containment","pointer":"","start_column":1,"start_line":286},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:legacy-metadata-containment","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:dc6323dea2a6f658d803b262","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dc6323dea2a6f658d803b262","label":"generated index handoff","locator":{"end_column":26,"end_line":266,"fragment":"generated-index-handoff","pointer":"","start_column":1,"start_line":266},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:generated-index-handoff","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b:aoa:abyss-stack:anchor:df110d89394112d00049358d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:df110d89394112d00049358d","label":"unsafe_repair_blocked","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/unsafe_repair_blocked","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/unsafe_repair_blocked","source_id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f:aoa:abyss-stack:anchor:23493401f2250ed6a88fc747","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:23493401f2250ed6a88fc747","label":"PROFILES","locator":{"end_column":10,"end_line":1,"fragment":"profiles","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:profiles","source_id":"aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:7428e81132ecc7f9421a13c8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7428e81132ecc7f9421a13c8","label":"await_landing","locator":{"end_column":118,"end_line":3113,"fragment":"","pointer":"","start_column":5,"start_line":3112},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.await_landing","target_ref":"python:milestone_gate"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.await_landing","semantic_key":"python:method:build_graph.await_landing","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"method"} @@ -40,13 +41,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9dd2df01bd86c7617b835155:aoa:abyss-stack:anchor:5ff412d84d7a7ecc083e067f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5ff412d84d7a7ecc083e067f","label":"mechanics/README.md","locator":{"end_column":49,"end_line":4,"fragment":"","pointer":"","start_column":1,"start_line":4},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics-route","target_ref":"../../mechanics/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:4:1:0:../../mechanics/README.md","source_id":"aoa:abyss-stack:artifact:9dd2df01bd86c7617b835155","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9dd2df01bd86c7617b835155:aoa:abyss-stack:anchor:6c0242cee9ca9de10b7fcc33","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6c0242cee9ca9de10b7fcc33","label":"Mechanics Route","locator":{"end_column":17,"end_line":1,"fragment":"mechanics-route","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mechanics-route","source_id":"aoa:abyss-stack:artifact:9dd2df01bd86c7617b835155","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c:aoa:abyss-stack:anchor:4a9d6b1d6d487135921f657d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4a9d6b1d6d487135921f657d","label":"collect_latest_group","locator":{"end_column":19,"end_line":178,"fragment":"","pointer":"","start_column":1,"start_line":168},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_latest_group","target_ref":"python:load_latest_pointer"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_latest_group","target_ref":"python:path.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_latest_group","target_ref":"python:root.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_latest_group","target_ref":"python:root.iterdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_latest_group","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"collect_latest_group","semantic_key":"python:function:collect_latest_group","source_id":"aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:1495bf9939ce37bbc2ffdfb1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1495bf9939ce37bbc2ffdfb1","label":"ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle","locator":{"end_column":107,"end_line":297,"fragment":"","pointer":"","start_column":3,"start_line":297},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:loopback-owner-lifecycle","target_ref":"../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:297:3:0:../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:6893104fb0d8dae97a84e7b9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6893104fb0d8dae97a84e7b9","label":"ABYSS-STACK-D-0030 RAG Orchestration Profile","locator":{"end_column":101,"end_line":46,"fragment":"","pointer":"","start_column":3,"start_line":46},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-profile","target_ref":"../ABYSS-STACK-D-0030-rag-orchestration-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:46:3:0:../ABYSS-STACK-D-0030-rag-orchestration-profile.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5:aoa:abyss-stack:anchor:01e8e506c5f3a0a1d4671ba3","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:01e8e506c5f3a0a1d4671ba3","label":"penalties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/penalties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/penalties","source_id":"aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5:aoa:abyss-stack:anchor:7b0d927171e9ca7a4c7baeaf","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:7b0d927171e9ca7a4c7baeaf","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aedad7639e85e4508c819730:aoa:abyss-stack:anchor:60799bd1b20024a2b420ad54","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:60799bd1b20024a2b420ad54","label":"drop_params","locator":{"end_column":19,"end_line":13,"fragment":"","pointer":"/litellm_settings/drop_params","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/litellm_settings/drop_params","source_id":"aoa:abyss-stack:artifact:aedad7639e85e4508c819730","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:9454224e0781ade8ad543a7c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9454224e0781ade8ad543a7c","label":"_linux_boot_epoch","locator":{"end_column":16,"end_line":225,"fragment":"","pointer":"","start_column":1,"start_line":217},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_linux_boot_epoch","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_linux_boot_epoch","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_linux_boot_epoch","target_ref":"python:line.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_linux_boot_epoch","target_ref":"python:line.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_linux_boot_epoch","target_ref":"python:stat_path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"_linux_boot_epoch","semantic_key":"python:function:_linux_boot_epoch","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:40c41f088c40f780964bea9f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:40c41f088c40f780964bea9f","label":"mechanics/runtime-repair","locator":{"end_column":222,"end_line":65,"fragment":"","pointer":"","start_column":160,"start_line":65},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"mechanics/runtime-repair/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:65:160:1:mechanics/runtime-repair/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b96f6d6dd54a2bf9b3edaa7a:aoa:abyss-stack:anchor:b8313933eabeaeeca7206df7","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:b8313933eabeaeeca7206df7","label":"execution_origin","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/execution_origin","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/execution_origin","source_id":"aoa:abyss-stack:artifact:b96f6d6dd54a2bf9b3edaa7a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:ba80668245a3dabdecf9aae5:aoa:abyss-stack:anchor:324442ecdcddb6995d0bc2f6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:324442ecdcddb6995d0bc2f6","label":"Rationale","locator":{"end_column":12,"end_line":51,"fragment":"rationale","pointer":"","start_column":1,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:ba80668245a3dabdecf9aae5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:f02b325b27d41c4d3d844155","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f02b325b27d41c4d3d844155","label":"default_review_packet_trace_provider","locator":{"end_column":26,"end_line":737,"fragment":"","pointer":"","start_column":1,"start_line":723},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:default_review_packet_trace_provider","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:default_review_packet_trace_provider","target_ref":"python:http_post_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:default_review_packet_trace_provider","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:default_review_packet_trace_provider","target_ref":"python:request.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:default_review_packet_trace_provider","target_ref":"python:request.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:default_review_packet_trace_provider","target_ref":"python:response.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:default_review_packet_trace_provider","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"default_review_packet_trace_provider","semantic_key":"python:function:default_review_packet_trace_provider","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/ce.jsonl b/kag/indexes/shards/anchor/ce.jsonl index 7bb253b9b..2d753a9e1 100644 --- a/kag/indexes/shards/anchor/ce.jsonl +++ b/kag/indexes/shards/anchor/ce.jsonl @@ -53,6 +53,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:d239cf154b5ee59f93a7cbd0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d239cf154b5ee59f93a7cbd0","label":"_hook_event_from_search_filters","locator":{"end_column":34,"end_line":874,"fragment":"","pointer":"","start_column":1,"start_line":865},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_hook_event_from_search_filters","target_ref":"python:_split_filter_values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_hook_event_from_search_filters","target_ref":"python:_split_filter_values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_hook_event_from_search_filters","target_ref":"python:filters.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_hook_event_from_search_filters","target_ref":"python:filters.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_hook_event_from_search_filters","target_ref":"python:item.casefold"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_hook_event_from_search_filters","target_ref":"python:signal.casefold"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_hook_event_from_search_filters","target_ref":"python:signal.split"}],"parser_ref":"python-ast@1","qualified_name":"_hook_event_from_search_filters","semantic_key":"python:function:_hook_event_from_search_filters","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e6111170ee25c55c35082158:aoa:abyss-stack:anchor:bda033eb516b7fb15fe0c002","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:bda033eb516b7fb15fe0c002","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e6111170ee25c55c35082158","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52:aoa:abyss-stack:anchor:148b2accaba11b0909440679","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:148b2accaba11b0909440679","label":"Fedora-first means","locator":{"end_column":21,"end_line":37,"fragment":"fedora-first-means","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:fedora-first-means","source_id":"aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:2342369fe9095e039adbff93","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2342369fe9095e039adbff93","label":"ABYSS-STACK-D-0018 Entry Route Contract And Validation Placement","locator":{"end_column":137,"end_line":125,"fragment":"","pointer":"","start_column":3,"start_line":125},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0018-entry-route-contract-validation-placement.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:125:3:0:../ABYSS-STACK-D-0018-entry-route-contract-validation-placement.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:b5e56d0b4f2d702faffb2e32","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b5e56d0b4f2d702faffb2e32","label":"ABYSS-STACK-D-0078 Federated Stats MCP Access Plane","locator":{"end_column":115,"end_line":157,"fragment":"","pointer":"","start_column":3,"start_line":157},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:157:3:0:../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f321af9bb18b59e86d10c26e:aoa:abyss-stack:anchor:6bfac10059db2d5c2810ea18","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6bfac10059db2d5c2810ea18","label":"Consequences","locator":{"end_column":15,"end_line":55,"fragment":"consequences","pointer":"","start_column":1,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:f321af9bb18b59e86d10c26e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f38ea2a1dad60007c239c6ec:aoa:abyss-stack:anchor:f1b19319761026257d0b28fc","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:f1b19319761026257d0b28fc","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:f38ea2a1dad60007c239c6ec","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:6359d745d1838d054d406539","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6359d745d1838d054d406539","label":"repair_allowed","locator":{"end_column":32,"end_line":160,"fragment":"","pointer":"/repair_allowed","start_column":11,"start_line":160},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/repair_allowed#occurrence-5","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/cf.jsonl b/kag/indexes/shards/anchor/cf.jsonl index d51934b5c..200a1faa3 100644 --- a/kag/indexes/shards/anchor/cf.jsonl +++ b/kag/indexes/shards/anchor/cf.jsonl @@ -61,6 +61,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e7953abdf09604c8b2a9582f:aoa:abyss-stack:anchor:8956c7d8f6ae520a92a1660e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8956c7d8f6ae520a92a1660e","label":"Agent Surface","locator":{"end_column":16,"end_line":16,"fragment":"agent-surface","pointer":"","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agent-surface","source_id":"aoa:abyss-stack:artifact:e7953abdf09604c8b2a9582f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e7d47f0e77d7426b9c303b3a:aoa:abyss-stack:anchor:37efd5ad246c4adddce90f60","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:37efd5ad246c4adddce90f60","label":"Runtime Repair Distillation Log","locator":{"end_column":33,"end_line":1,"fragment":"runtime-repair-distillation-log","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-repair-distillation-log","source_id":"aoa:abyss-stack:artifact:e7d47f0e77d7426b9c303b3a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:5c8dfc7cccf6521cc20ae0b9","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:5c8dfc7cccf6521cc20ae0b9","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:ece9b10a12dcfc93f8aaf59d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ece9b10a12dcfc93f8aaf59d","label":"ABYSS-STACK-D-0037 AoA Session Memory MCP Access Plane","locator":{"end_column":121,"end_line":148,"fragment":"","pointer":"","start_column":3,"start_line":148},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0037-aoa-session-memory-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:148:3:0:../ABYSS-STACK-D-0037-aoa-session-memory-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fa4032b7abc661fddd41ef14:aoa:abyss-stack:anchor:fb6149303ad1a146881d65ed","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:fb6149303ad1a146881d65ed","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fa4032b7abc661fddd41ef14","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fc3b963078f7b2d44b3bb401:aoa:abyss-stack:anchor:489e23d5cb741bb07ae4bb92","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:489e23d5cb741bb07ae4bb92","label":"Role","locator":{"end_column":7,"end_line":8,"fragment":"role","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:role","source_id":"aoa:abyss-stack:artifact:fc3b963078f7b2d44b3bb401","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8:aoa:abyss-stack:anchor:c1f534ccd8eef06e92de6788","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c1f534ccd8eef06e92de6788","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/d0.jsonl b/kag/indexes/shards/anchor/d0.jsonl index c8bbbfbb6..979080ca4 100644 --- a/kag/indexes/shards/anchor/d0.jsonl +++ b/kag/indexes/shards/anchor/d0.jsonl @@ -22,11 +22,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac:aoa:abyss-stack:anchor:9a7531b102036bcb85e2e9b8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9a7531b102036bcb85e2e9b8","label":"find_repo_root","locator":{"end_column":71,"end_line":18,"fragment":"","pointer":"","start_column":1,"start_line":10},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_repo_root","target_ref":"python:RuntimeError"}],"parser_ref":"python-ast@1","qualified_name":"find_repo_root","semantic_key":"python:function:find_repo_root","source_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:89145dfe2daf8f8bc52de5b9:aoa:abyss-stack:anchor:983d419a10b15c21f98ebf9a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:983d419a10b15c21f98ebf9a","label":"target_route","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/target_route","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/target_route","source_id":"aoa:abyss-stack:artifact:89145dfe2daf8f8bc52de5b9","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:0d81f97cb3b350a4ba943e50","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0d81f97cb3b350a4ba943e50","label":"ABYSS-STACK-D-0061 Active Topology Language Validator Module","locator":{"end_column":133,"end_line":182,"fragment":"","pointer":"","start_column":3,"start_line":182},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:active-topology-wording","target_ref":"../ABYSS-STACK-D-0061-active-topology-language-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:182:3:0:../ABYSS-STACK-D-0061-active-topology-language-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:c516b34c81d0aa5f967115e9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c516b34c81d0aa5f967115e9","label":"ABYSS-STACK-D-0054 Branch Policy Validator Module","locator":{"end_column":111,"end_line":354,"fragment":"","pointer":"","start_column":3,"start_line":354},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:release-governance","target_ref":"../ABYSS-STACK-D-0054-branch-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:354:3:0:../ABYSS-STACK-D-0054-branch-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:d9b2d68993eae70804b422bd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d9b2d68993eae70804b422bd","label":"script_contains","locator":{"end_column":56,"end_line":285,"fragment":"","pointer":"","start_column":1,"start_line":281},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:script_contains","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:script_contains","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:script_contains","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"script_contains","semantic_key":"python:function:script_contains","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358:aoa:abyss-stack:anchor:29575cb32d18637eca53ca89","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:29575cb32d18637eca53ca89","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8:aoa:abyss-stack:anchor:4f89e1da149077b7d08a958c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4f89e1da149077b7d08a958c","label":"Read before editing","locator":{"end_column":22,"end_line":6,"fragment":"read-before-editing","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:read-before-editing","source_id":"aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:ed180e467901f3572504ff94","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ed180e467901f3572504ff94","label":"runtime route contract","locator":{"end_column":25,"end_line":356,"fragment":"runtime-route-contract","pointer":"","start_column":1,"start_line":356},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-route-contract","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:ed180e467901f3572504ff94","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ed180e467901f3572504ff94","label":"runtime route contract","locator":{"end_column":25,"end_line":361,"fragment":"runtime-route-contract","pointer":"","start_column":1,"start_line":361},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-route-contract","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:2b1555e09e61c6a4a9477aab","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:2b1555e09e61c6a4a9477aab","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b035ee8c834460c2468f7ce8:aoa:abyss-stack:anchor:26a8846f993c14f3a0aa6298","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:26a8846f993c14f3a0aa6298","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b035ee8c834460c2468f7ce8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7f6eef76eb2c7785341e3d2:aoa:abyss-stack:anchor:7f2c30a73368799f8815b01d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7f2c30a73368799f8815b01d","label":"Privileged install route","locator":{"end_column":27,"end_line":23,"fragment":"privileged-install-route","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:privileged-install-route","source_id":"aoa:abyss-stack:artifact:b7f6eef76eb2c7785341e3d2","symbol_kind":""} @@ -45,3 +44,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:29149d432edc362a6f18d120","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:29149d432edc362a6f18d120","label":"IngestSourceRequest","locator":{"end_column":26,"end_line":105,"fragment":"","pointer":"","start_column":1,"start_line":102},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:IngestSourceRequest","target_ref":"python:Field"}],"parser_ref":"python-ast@1","qualified_name":"IngestSourceRequest","semantic_key":"python:class:IngestSourceRequest","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4:aoa:abyss-stack:anchor:d7c07978e61bbe3d6acdd814","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d7c07978e61bbe3d6acdd814","label":"_loopback_transport_security","locator":{"end_column":6,"end_line":127,"fragment":"","pointer":"","start_column":1,"start_line":113},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_loopback_transport_security","target_ref":"python:TransportSecuritySettings"}],"parser_ref":"python-ast@1","qualified_name":"_loopback_transport_security","semantic_key":"python:function:_loopback_transport_security","source_id":"aoa:abyss-stack:artifact:f187ee14e4ec4084b0d77ef4","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f303a0a7c1aabbe13c006229:aoa:abyss-stack:anchor:f5069d3036a380bc37e50096","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f5069d3036a380bc37e50096","label":"Contexts","locator":{"end_column":11,"end_line":17,"fragment":"contexts","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:contexts","source_id":"aoa:abyss-stack:artifact:f303a0a7c1aabbe13c006229","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:914aab5ccf17c3c793bcd80c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:914aab5ccf17c3c793bcd80c","label":"Independently validate externally supplied review packets against the owner schema; for owner-CLI output report the narrower owner_cli_shape_checked verdict and ground every claim in returned fields.","locator":{"end_column":203,"end_line":72,"fragment":"","pointer":"/verification/2","start_column":3,"start_line":72},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/verification/2","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:9dbd845b4a4cafe67e8eea72","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:9dbd845b4a4cafe67e8eea72","label":"lifecycle","locator":{"end_column":21,"end_line":7,"fragment":"","pointer":"/identity/lifecycle","start_column":3,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/identity/lifecycle","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/d1.jsonl b/kag/indexes/shards/anchor/d1.jsonl index d6deeefed..2e1e7e658 100644 --- a/kag/indexes/shards/anchor/d1.jsonl +++ b/kag/indexes/shards/anchor/d1.jsonl @@ -2,7 +2,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:07fe9c02cfdc0fd8ee36a333:aoa:abyss-stack:anchor:b5cba1a7406ce3ddc62686a2","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:b5cba1a7406ce3ddc62686a2","label":"severity","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/severity","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/severity","source_id":"aoa:abyss-stack:artifact:07fe9c02cfdc0fd8ee36a333","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:09768cdc5582265776b58235:aoa:abyss-stack:anchor:02142d054c42d234bb11349c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:02142d054c42d234bb11349c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:09768cdc5582265776b58235","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1110fd0c7175e9e418e0d284:aoa:abyss-stack:anchor:934bef50b45f944a62eb891d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:934bef50b45f944a62eb891d","label":"MACHINE_FIT_POLICY","locator":{"end_column":73,"end_line":80,"fragment":"","pointer":"","start_column":8,"start_line":80},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:recommended-flow","target_ref":"../../fit-record/docs/MACHINE_FIT_POLICY.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:80:8:0:../../fit-record/docs/MACHINE_FIT_POLICY.md","source_id":"aoa:abyss-stack:artifact:1110fd0c7175e9e418e0d284","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:3f2fd48a7c86fcde3c2112da","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3f2fd48a7c86fcde3c2112da","label":"DiagnosticSpineSurfaceValidatorTests","locator":{"end_column":10,"end_line":148,"fragment":"","pointer":"","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineSurfaceValidatorTests","semantic_key":"python:class:DiagnosticSpineSurfaceValidatorTests","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"class"} +{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:3f2fd48a7c86fcde3c2112da","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3f2fd48a7c86fcde3c2112da","label":"DiagnosticSpineSurfaceValidatorTests","locator":{"end_column":10,"end_line":144,"fragment":"","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineSurfaceValidatorTests","semantic_key":"python:class:DiagnosticSpineSurfaceValidatorTests","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:1c1e5e9c03618acb82859b88:aoa:abyss-stack:anchor:51a37fd4e15c8b79b1ceeb1c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:51a37fd4e15c8b79b1ceeb1c","label":"comparison_anchor_ref","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/comparison_anchor_ref","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/comparison_anchor_ref","source_id":"aoa:abyss-stack:artifact:1c1e5e9c03618acb82859b88","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:1da8dd9dad4ebad2e8d037f6:aoa:abyss-stack:anchor:a73aa4573c596d6696ab931b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a73aa4573c596d6696ab931b","label":"services","locator":{"end_column":9,"end_line":4,"fragment":"","pointer":"/services","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services","source_id":"aoa:abyss-stack:artifact:1da8dd9dad4ebad2e8d037f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:254473e15cbb8ec2d07d0e4b:aoa:abyss-stack:anchor:fd0b417faf81a5fb783b262e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fd0b417faf81a5fb783b262e","label":"Run","locator":{"end_column":6,"end_line":68,"fragment":"run","pointer":"","start_column":1,"start_line":68},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:run","source_id":"aoa:abyss-stack:artifact:254473e15cbb8ec2d07d0e4b","symbol_kind":""} @@ -20,7 +20,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:461cb45899fc23c8c828f35e:aoa:abyss-stack:anchor:6258b432d438b154bf34fa5e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6258b432d438b154bf34fa5e","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:461cb45899fc23c8c828f35e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:46cd12457c3236e3e7e17de1:aoa:abyss-stack:anchor:b343e5c5479a5e9faeed3bae","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b343e5c5479a5e9faeed3bae","label":"test_known_legacy_archive_agents_are_classified_not_untracked","locator":{"end_column":50,"end_line":87,"fragment":"","pointer":"","start_column":5,"start_line":73},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_known_legacy_archive_agents_are_classified_not_untracked","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_known_legacy_archive_agents_are_classified_not_untracked","target_ref":"python:_write"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_known_legacy_archive_agents_are_classified_not_untracked","target_ref":"python:_write_minimal_required_tree"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_known_legacy_archive_agents_are_classified_not_untracked","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_known_legacy_archive_agents_are_classified_not_untracked","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_known_legacy_archive_agents_are_classified_not_untracked","target_ref":"python:self.skipTest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_known_legacy_archive_agents_are_classified_not_untracked","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_known_legacy_archive_agents_are_classified_not_untracked","target_ref":"python:validator.validate"}],"parser_ref":"python-ast@1","qualified_name":"ValidateNestedAgentsTests.test_known_legacy_archive_agents_are_classified_not_untracked","semantic_key":"python:method:ValidateNestedAgentsTests.test_known_legacy_archive_agents_are_classified_not_untracked","source_id":"aoa:abyss-stack:artifact:46cd12457c3236e3e7e17de1","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:487a862cd3a7fb18fca9e179:aoa:abyss-stack:anchor:17f1475737a1f78c49f4186f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:17f1475737a1f78c49f4186f","label":"build_memo_export_candidates","locator":{"end_column":22,"end_line":153,"fragment":"","pointer":"","start_column":1,"start_line":123},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_memo_export_candidates","target_ref":"python:candidates.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_memo_export_candidates","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_memo_export_candidates","target_ref":"python:payload.get"}],"parser_ref":"python-ast@1","qualified_name":"build_memo_export_candidates","semantic_key":"python:function:build_memo_export_candidates","source_id":"aoa:abyss-stack:artifact:487a862cd3a7fb18fca9e179","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1:aoa:abyss-stack:anchor:1201dd49983fb4177146518f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1201dd49983fb4177146518f","label":"abyss-self-diagnostic-spine","locator":{"end_column":29,"end_line":13,"fragment":"abyss-self-diagnostic-spine","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:abyss-self-diagnostic-spine","source_id":"aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:58bff9041145a95bfcdf71fe:aoa:abyss-stack:anchor:a63f8602f84e9465d3e26ee8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a63f8602f84e9465d3e26ee8","label":"validate_return_runtime_contract","locator":{"end_column":110,"end_line":64,"fragment":"","pointer":"","start_column":1,"start_line":27},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:event_schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:event_schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:event_surface_type.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:policy_schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:policy_schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:policy_surface_type.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_return_runtime_contract","target_ref":"python:read_text"}],"parser_ref":"python-ast@1","qualified_name":"validate_return_runtime_contract","semantic_key":"python:function:validate_return_runtime_contract","source_id":"aoa:abyss-stack:artifact:58bff9041145a95bfcdf71fe","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:5c47c858b077bf064d53b566:aoa:abyss-stack:anchor:aa6cd5e97b82661daadb2f29","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:aa6cd5e97b82661daadb2f29","label":"recall","locator":{"end_column":92,"end_line":1062,"fragment":"","pointer":"","start_column":5,"start_line":1061},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AbyssMachineMCPState.recall","target_ref":"python:self.surface"}],"parser_ref":"python-ast@1","qualified_name":"AbyssMachineMCPState.recall","semantic_key":"python:method:AbyssMachineMCPState.recall","source_id":"aoa:abyss-stack:artifact:5c47c858b077bf064d53b566","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:738654194bdcb1fdc161386c:aoa:abyss-stack:anchor:33c8314454b9a88b5eaff1e8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:33c8314454b9a88b5eaff1e8","label":"_memo_contract_note","locator":{"end_column":86,"end_line":1239,"fragment":"","pointer":"","start_column":1,"start_line":1226},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_memo_contract_note","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_memo_contract_note","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_memo_contract_note","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_memo_contract_note","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_memo_contract_note","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_memo_contract_note","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_memo_contract_note","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_memo_contract_note","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_memo_contract_note","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_memo_contract_note","target_ref":"python:contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_memo_contract_note","target_ref":"python:note.items"}],"parser_ref":"python-ast@1","qualified_name":"_memo_contract_note","semantic_key":"python:function:_memo_contract_note","source_id":"aoa:abyss-stack:artifact:738654194bdcb1fdc161386c","symbol_kind":"function"} @@ -41,7 +40,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a8b53ffd214e14165c65f9f4:aoa:abyss-stack:anchor:ec2678393221d1e81a0fd199","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ec2678393221d1e81a0fd199","label":"source runtime parity","locator":{"end_column":85,"end_line":17,"fragment":"","pointer":"","start_column":3,"start_line":17},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle-parts","target_ref":"config-sync-boundary/docs/SOURCE_RUNTIME_PARITY_PACKET.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:17:3:0:config-sync-boundary/docs/SOURCE_RUNTIME_PARITY_PACKET.md","source_id":"aoa:abyss-stack:artifact:a8b53ffd214e14165c65f9f4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ac4a112b3489f34a27afc23b:aoa:abyss-stack:anchor:ed7b394a5b7e98d4991a9d0e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ed7b394a5b7e98d4991a9d0e","label":"test_design_must_keep_runtime_not_meaning_boundary","locator":{"end_column":70,"end_line":64,"fragment":"","pointer":"","start_column":1,"start_line":51},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_design_must_keep_runtime_not_meaning_boundary","target_ref":"python:design_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_design_must_keep_runtime_not_meaning_boundary","target_ref":"python:run_all_root_route_validators"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_design_must_keep_runtime_not_meaning_boundary","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_design_must_keep_runtime_not_meaning_boundary","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_design_must_keep_runtime_not_meaning_boundary","semantic_key":"python:function:test_design_must_keep_runtime_not_meaning_boundary","source_id":"aoa:abyss-stack:artifact:ac4a112b3489f34a27afc23b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:4b2ee1800c0e7269b73a23c2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4b2ee1800c0e7269b73a23c2","label":"ABYSS-STACK-D-0025 Composition-First Presets","locator":{"end_column":101,"end_line":42,"fragment":"","pointer":"","start_column":3,"start_line":42},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-profile","target_ref":"../ABYSS-STACK-D-0025-composition-first-presets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:42:3:0:../ABYSS-STACK-D-0025-composition-first-presets.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:69fdb3bc5e75dcc1cf10d843","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:69fdb3bc5e75dcc1cf10d843","label":"runtime/topology","locator":{"end_column":19,"end_line":364,"fragment":"runtimetopology","pointer":"","start_column":1,"start_line":364},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtimetopology","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:69fdb3bc5e75dcc1cf10d843","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:69fdb3bc5e75dcc1cf10d843","label":"runtime/topology","locator":{"end_column":19,"end_line":369,"fragment":"runtimetopology","pointer":"","start_column":1,"start_line":369},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtimetopology","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aedad7639e85e4508c819730:aoa:abyss-stack:anchor:d6e2e2a4025be1058a5dd83d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d6e2e2a4025be1058a5dd83d","label":"api_base","locator":{"end_column":35,"end_line":10,"fragment":"","pointer":"/model_list/1/litellm_params/api_base","start_column":7,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/model_list/1/litellm_params/api_base","source_id":"aoa:abyss-stack:artifact:aedad7639e85e4508c819730","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7f71220297520dde39a5a91:aoa:abyss-stack:anchor:ac1bf0504b657bfabdb4c485","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ac1bf0504b657bfabdb4c485","label":"exported_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/exported_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/exported_at","source_id":"aoa:abyss-stack:artifact:b7f71220297520dde39a5a91","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:adf36ab7b6b78862d566287c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:adf36ab7b6b78862d566287c","label":"GF_METRICS_ENABLED","locator":{"end_column":32,"end_line":116,"fragment":"","pointer":"/services/grafana/environment/GF_METRICS_ENABLED","start_column":7,"start_line":116},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/grafana/environment/GF_METRICS_ENABLED","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} @@ -61,4 +60,3 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:4dbee14ac9b6c07242994601","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4dbee14ac9b6c07242994601","label":"__init__","locator":{"end_column":27,"end_line":138,"fragment":"","pointer":"","start_column":5,"start_line":132},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Qwen3OpenVINOReranker.__init__","target_ref":"python:max"}],"parser_ref":"python-ast@1","qualified_name":"Qwen3OpenVINOReranker.__init__","semantic_key":"python:method:Qwen3OpenVINOReranker.__init__","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:ed4016224dbc6c9f3fd92536","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ed4016224dbc6c9f3fd92536","label":"rerank","locator":{"end_column":29,"end_line":444,"fragment":"","pointer":"","start_column":1,"start_line":398},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:DocumentEnvelope"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:app.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:document_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:min"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:now_ms"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:now_ms"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:ranked.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:ranked.sort"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:scorer.begin_request"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:scorer.end_request"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:scorer.score"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:time.time_ns"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:rerank","target_ref":"python:type"}],"parser_ref":"python-ast@1","qualified_name":"rerank","semantic_key":"python:function:rerank","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:57898c8adeee13e9de3c9cc8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:57898c8adeee13e9de3c9cc8","label":"index","locator":{"end_column":12,"end_line":26,"fragment":"","pointer":"/schema_config/configs/0/index","start_column":7,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/schema_config/configs/0/index","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:baffc4c9f87dfdbdb291a4c7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:baffc4c9f87dfdbdb291a4c7","label":"ABYSS-STACK-D-0004 Machine Bridge Under Machine Fit","locator":{"end_column":115,"end_line":88,"fragment":"","pointer":"","start_column":3,"start_line":88},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit","target_ref":"../ABYSS-STACK-D-0004-machine-bridge-under-machine-fit.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:88:3:0:../ABYSS-STACK-D-0004-machine-bridge-under-machine-fit.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/d2.jsonl b/kag/indexes/shards/anchor/d2.jsonl index e86807485..b8f5d2385 100644 --- a/kag/indexes/shards/anchor/d2.jsonl +++ b/kag/indexes/shards/anchor/d2.jsonl @@ -24,6 +24,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:78e193471c44b753454c0096:aoa:abyss-stack:anchor:69d5c9d163e03f42512b6acf","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:69d5c9d163e03f42512b6acf","label":"owner_repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/owner_repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/owner_repo","source_id":"aoa:abyss-stack:artifact:78e193471c44b753454c0096","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8507d41e414635d64e8c63e9:aoa:abyss-stack:anchor:92556fee6b8db5f0c1b50d60","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:92556fee6b8db5f0c1b50d60","label":"Decision","locator":{"end_column":11,"end_line":42,"fragment":"decision","pointer":"","start_column":1,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:8507d41e414635d64e8c63e9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:9b13b096dbfe27ddbaf5d607","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9b13b096dbfe27ddbaf5d607","label":"load_agents_layer","locator":{"end_column":6,"end_line":352,"fragment":"","pointer":"","start_column":1,"start_line":320},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_agents_layer","target_ref":"python:LayerStore"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_agents_layer","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_agents_layer","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_agents_layer","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_agents_layer","target_ref":"python:config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_agents_layer","target_ref":"python:config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_agents_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_agents_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_agents_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_agents_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_agents_layer","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_agents_layer","target_ref":"python:schema_name.endswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_agents_layer","target_ref":"python:schema_name.removeprefix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_agents_layer","target_ref":"python:schema_name.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_agents_layer","target_ref":"python:validated_required_files"}],"parser_ref":"python-ast@1","qualified_name":"load_agents_layer","semantic_key":"python:function:load_agents_layer","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:418c68496bcdb7d5658bf635","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:418c68496bcdb7d5658bf635","label":"ABYSS-STACK-D-0080 Diagnostic Skill Owner Home","locator":{"end_column":105,"end_line":436,"fragment":"","pointer":"","start_column":3,"start_line":436},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:skill-projection","target_ref":"../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:436:3:0:../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:664e5ac515319865b650eeb2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:664e5ac515319865b650eeb2","label":"ABYSS-STACK-D-0053 Return Policy Validator Module","locator":{"end_column":111,"end_line":163,"fragment":"","pointer":"","start_column":3,"start_line":163},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0053-return-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:163:3:0:../ABYSS-STACK-D-0053-return-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ea760f8380874c68b9ac11d:aoa:abyss-stack:anchor:8a3c2fdb6edc7b3276f33989","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8a3c2fdb6edc7b3276f33989","label":"AGENTS.md","locator":{"end_column":11,"end_line":1,"fragment":"agentsmd","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agentsmd","source_id":"aoa:abyss-stack:artifact:8ea760f8380874c68b9ac11d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a47b88fc8d7687663218b6b7:aoa:abyss-stack:anchor:1605d5e45f9cd74d55d9ce2f","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:1605d5e45f9cd74d55d9ce2f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:a47b88fc8d7687663218b6b7","symbol_kind":""} @@ -38,8 +39,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:cdc356f4413f9706cd00e331:aoa:abyss-stack:anchor:9bcf000f74ee1474840102dd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9bcf000f74ee1474840102dd","label":"`aoa-telegram-connector-mcp`","locator":{"end_column":71,"end_line":19,"fragment":"","pointer":"","start_column":3,"start_line":19},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"aoa-telegram-connector-mcp/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:19:3:0:aoa-telegram-connector-mcp/README.md","source_id":"aoa:abyss-stack:artifact:cdc356f4413f9706cd00e331","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d582787711b2c7fe2a822d3c:aoa:abyss-stack:anchor:5e8ad5f944b8fd272df9216d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5e8ad5f944b8fd272df9216d","label":"2026-05-07 - Archive topology landing","locator":{"end_column":40,"end_line":3,"fragment":"2026-05-07-archive-topology-landing","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2026-05-07-archive-topology-landing","source_id":"aoa:abyss-stack:artifact:d582787711b2c7fe2a822d3c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:f5c859d05850a350198eccc9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f5c859d05850a350198eccc9","label":"session_live_scenario_audit","locator":{"end_column":23,"end_line":5592,"fragment":"","pointer":"","start_column":5,"start_line":5552},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_live_scenario_audit","target_ref":"python:_coerce_limit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_live_scenario_audit","target_ref":"python:_coerce_limit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_live_scenario_audit","target_ref":"python:_coerce_limit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_live_scenario_audit","target_ref":"python:_ensure_short_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_live_scenario_audit","target_ref":"python:_safe_selector"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_live_scenario_audit","target_ref":"python:args.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_live_scenario_audit","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_live_scenario_audit","target_ref":"python:payload.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_live_scenario_audit","target_ref":"python:payload.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_live_scenario_audit","target_ref":"python:self._archive_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_live_scenario_audit","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_live_scenario_audit","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_live_scenario_audit","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_live_scenario_audit","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_live_scenario_audit","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState.session_live_scenario_audit","semantic_key":"python:method:AoASessionMemoryMCPState.session_live_scenario_audit","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:ddd3265c8cda4fac0d4b326d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ddd3265c8cda4fac0d4b326d","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":63,"fragment":"","pointer":"","start_column":3,"start_line":63},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:63:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:54c6a3b5048cbeacec778220","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:54c6a3b5048cbeacec778220","label":"${AOA_STACK_ROOT","locator":{"end_column":149,"end_line":11,"fragment":"","pointer":"/services/route-api/volumes/2/${AOA_STACK_ROOT","start_column":7,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/volumes/2/${AOA_STACK_ROOT","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5:aoa:abyss-stack:anchor:8a9a6d32696dfbdf196497f7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8a9a6d32696dfbdf196497f7","label":"Harvest candidates","locator":{"end_column":21,"end_line":26,"fragment":"harvest-candidates","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:harvest-candidates","source_id":"aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:9c383762d61f6cec9a5ff9be","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9c383762d61f6cec9a5ff9be","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":224,"fragment":"","pointer":"","start_column":3,"start_line":224},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:224:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d:aoa:abyss-stack:anchor:3c65f82d3f77404ed83f8bf2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3c65f82d3f77404ed83f8bf2","label":"aoa.tuning.host_class","locator":{"end_column":54,"end_line":7,"fragment":"","pointer":"/services/llama-cpp/labels/aoa.tuning.host_class","start_column":7,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/labels/aoa.tuning.host_class","source_id":"aoa:abyss-stack:artifact:fbeee6e49439d33886e2373d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:6dee1421925a4311ae57be44","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6dee1421925a4311ae57be44","label":"minimum_successful_runs","locator":{"end_column":37,"end_line":31,"fragment":"","pointer":"/minimum_successful_runs","start_column":9,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/minimum_successful_runs#occurrence-2","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/d3.jsonl b/kag/indexes/shards/anchor/d3.jsonl index dbc784c90..2883b4afe 100644 --- a/kag/indexes/shards/anchor/d3.jsonl +++ b/kag/indexes/shards/anchor/d3.jsonl @@ -16,7 +16,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:446773114f5534920841cb6e:aoa:abyss-stack:anchor:275d1b18427a03e0bd472328","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:275d1b18427a03e0bd472328","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:446773114f5534920841cb6e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:4bb775b510fef0b03861add7:aoa:abyss-stack:anchor:1a56acec60a2940b773f2a60","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1a56acec60a2940b773f2a60","label":"entries","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/entries","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/entries","source_id":"aoa:abyss-stack:artifact:4bb775b510fef0b03861add7","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:56f9bf15a524f994b8ca4ffd:aoa:abyss-stack:anchor:81b84088d92f7c1856427042","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:81b84088d92f7c1856427042","label":"validate_sync_managed_items","locator":{"end_column":14,"end_line":90,"fragment":"","pointer":"","start_column":1,"start_line":64},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_sync_managed_items","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_sync_managed_items","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_sync_managed_items","target_ref":"python:read_text_func"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_sync_managed_items","target_ref":"python:read_text_func"}],"parser_ref":"python-ast@1","qualified_name":"validate_sync_managed_items","semantic_key":"python:function:validate_sync_managed_items","source_id":"aoa:abyss-stack:artifact:56f9bf15a524f994b8ca4ffd","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1:aoa:abyss-stack:anchor:cee013e7497a3a5063861864","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cee013e7497a3a5063861864","label":"Local rules","locator":{"end_column":14,"end_line":44,"fragment":"local-rules","pointer":"","start_column":1,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:local-rules","source_id":"aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5895715bcf429432b96dcae9:aoa:abyss-stack:anchor:f9df258184984425f1f7061a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f9df258184984425f1f7061a","label":"config-projection","locator":{"end_column":56,"end_line":52,"fragment":"","pointer":"","start_column":5,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:next-route","target_ref":"../config-projection/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:52:5:0:../config-projection/README.md","source_id":"aoa:abyss-stack:artifact:5895715bcf429432b96dcae9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5c5f853573e20bed82f10100:aoa:abyss-stack:anchor:6d97f4b9439c9a7c81eb39d3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6d97f4b9439c9a7c81eb39d3","label":"Decision","locator":{"end_column":11,"end_line":39,"fragment":"decision","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:5c5f853573e20bed82f10100","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5ebb90fdab6b56d166e3d73a:aoa:abyss-stack:anchor:4ab66017a27eabbc8ca91056","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4ab66017a27eabbc8ca91056","label":"topological_routes","locator":{"end_column":6,"end_line":221,"fragment":"","pointer":"","start_column":1,"start_line":196},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:topological_routes","target_ref":"python:Path.cwd"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:topological_routes","target_ref":"python:maybe_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:topological_routes","target_ref":"python:maybe_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:topological_routes","target_ref":"python:maybe_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:topological_routes","target_ref":"python:maybe_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:topological_routes","target_ref":"python:maybe_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:topological_routes","target_ref":"python:maybe_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:topological_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:topological_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:topological_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:topological_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:topological_routes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:topological_routes","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"topological_routes","semantic_key":"python:function:topological_routes","source_id":"aoa:abyss-stack:artifact:5ebb90fdab6b56d166e3d73a","symbol_kind":"function"} @@ -31,10 +30,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8c201082d640e3054dfcbcf8:aoa:abyss-stack:anchor:5d7ce9b06a8be96b7f4836ab","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5d7ce9b06a8be96b7f4836ab","label":"Trial Legacy","locator":{"end_column":15,"end_line":3,"fragment":"trial-legacy","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:trial-legacy","source_id":"aoa:abyss-stack:artifact:8c201082d640e3054dfcbcf8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:8646f316b4397471bdce6322","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8646f316b4397471bdce6322","label":"default_log_root_for","locator":{"end_column":64,"end_line":175,"fragment":"","pointer":"","start_column":1,"start_line":174},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"default_log_root_for","semantic_key":"python:function:default_log_root_for","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:bec6c6a8cafc2021342eb619","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bec6c6a8cafc2021342eb619","label":"land_validated_diff","locator":{"end_column":51,"end_line":1803,"fragment":"","pointer":"","start_column":1,"start_line":1758},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.ensure_repo_tracked_clean"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.git_head"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.run_acceptance_checks"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:command_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:diff_text.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:diff_text.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:landing_diff_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:landing_diff_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:proposal_artifact_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:w5_report_artifact_refs"}],"parser_ref":"python-ast@1","qualified_name":"land_validated_diff","semantic_key":"python:function:land_validated_diff","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:0754dfba3e884f4282c87e11","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0754dfba3e884f4282c87e11","label":"validation","locator":{"end_column":13,"end_line":385,"fragment":"validation","pointer":"","start_column":1,"start_line":385},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:0754dfba3e884f4282c87e11","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0754dfba3e884f4282c87e11","label":"validation","locator":{"end_column":13,"end_line":394,"fragment":"validation","pointer":"","start_column":1,"start_line":394},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:ad285909b95198179fb8122d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ad285909b95198179fb8122d","label":"ABYSS-STACK-D-0025 Composition-First Presets","locator":{"end_column":101,"end_line":149,"fragment":"","pointer":"","start_column":3,"start_line":149},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0025-composition-first-presets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:149:3:0:../ABYSS-STACK-D-0025-composition-first-presets.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075:aoa:abyss-stack:anchor:c882d2cc336943651a142153","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c882d2cc336943651a142153","label":"This surface does not own","locator":{"end_column":28,"end_line":22,"fragment":"this-surface-does-not-own","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:this-surface-does-not-own","source_id":"aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:9d59bc1176c1896ef5f241ec","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9d59bc1176c1896ef5f241ec","label":"scripts/README","locator":{"end_column":49,"end_line":191,"fragment":"","pointer":"","start_column":14,"start_line":191},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validate","target_ref":"scripts/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:191:14:0:scripts/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:2b239106390bd8447e8c0c80","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2b239106390bd8447e8c0c80","label":"stats","locator":{"end_column":27,"end_line":176,"fragment":"","pointer":"","start_column":3,"start_line":176},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"stats/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:176:3:0:stats/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:e119b19c1b97d3624e26695f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e119b19c1b97d3624e26695f","label":"aoa_session_memory_status","locator":{"end_column":80,"end_line":94,"fragment":"","pointer":"","start_column":5,"start_line":92},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_memory_status","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_memory_status","semantic_key":"python:method:build_server.aoa_session_memory_status","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b486de235baf12334c99478f:aoa:abyss-stack:anchor:72e9402e784b2b5b1fcc71ef","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:72e9402e784b2b5b1fcc71ef","label":"Notes","locator":{"end_column":8,"end_line":39,"fragment":"notes","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:notes","source_id":"aoa:abyss-stack:artifact:b486de235baf12334c99478f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497:aoa:abyss-stack:anchor:6aece766c0322d8e58fed11f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6aece766c0322d8e58fed11f","label":"What a model card must not become","locator":{"end_column":36,"end_line":40,"fragment":"what-a-model-card-must-not-become","pointer":"","start_column":1,"start_line":40},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:what-a-model-card-must-not-become","source_id":"aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","symbol_kind":""} @@ -56,11 +55,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d93ae432aa70ad1c89352350:aoa:abyss-stack:anchor:c8b70d4520b80f7d5d1e1c89","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c8b70d4520b80f7d5d1e1c89","label":"Failure classes","locator":{"end_column":18,"end_line":153,"fragment":"failure-classes","pointer":"","start_column":1,"start_line":153},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:failure-classes","source_id":"aoa:abyss-stack:artifact:d93ae432aa70ad1c89352350","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e451219962cb0039818e7aeb:aoa:abyss-stack:anchor:1e0140a9d7bc182bebb74532","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1e0140a9d7bc182bebb74532","label":"schemas/model-tier-registry.schema.json","locator":{"end_column":43,"end_line":13,"fragment":"","pointer":"/required_files/7","start_column":3,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/7","source_id":"aoa:abyss-stack:artifact:e451219962cb0039818e7aeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:97476d9952eacb454bf02362","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:97476d9952eacb454bf02362","label":"_local_packet_ref","locator":{"end_column":90,"end_line":1565,"fragment":"","pointer":"","start_column":5,"start_line":1564},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._local_packet_ref","target_ref":"python:port.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._local_packet_ref","target_ref":"python:self._assert_under_port"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._local_packet_ref","semantic_key":"python:method:AoAMemoMCPState._local_packet_ref","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:403e5b7a411958b9febfa636","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:403e5b7a411958b9febfa636","label":"ABYSS-STACK-D-0040 Script Surface Validator Module","locator":{"end_column":113,"end_line":107,"fragment":"","pointer":"","start_column":3,"start_line":107},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0040-script-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:107:3:0:../ABYSS-STACK-D-0040-script-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:e333f57caa7e5a2385c5da0c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e333f57caa7e5a2385c5da0c","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":45,"fragment":"","pointer":"","start_column":3,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:45:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf:aoa:abyss-stack:anchor:9356c6255172fed9c389894c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9356c6255172fed9c389894c","label":"Review criteria","locator":{"end_column":18,"end_line":45,"fragment":"review-criteria","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:review-criteria","source_id":"aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ed475f3e52544903ccf78666:aoa:abyss-stack:anchor:792e0d04180d056e9320db1b","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:792e0d04180d056e9320db1b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ed475f3e52544903ccf78666","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8:aoa:abyss-stack:anchor:e78986b5d44c55571a4c19b7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e78986b5d44c55571a4c19b7","label":"Qwen3.5-specific cache risk","locator":{"end_column":31,"end_line":80,"fragment":"qwen35-specific-cache-risk","pointer":"","start_column":1,"start_line":80},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:qwen35-specific-cache-risk","source_id":"aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:4ca0b370b82363ee28f8043f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4ca0b370b82363ee28f8043f","label":"ABYSS-STACK-D-0029 BabelVox TTS Experimental Lane","locator":{"end_column":111,"end_line":98,"fragment":"","pointer":"","start_column":3,"start_line":98},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0029-babelvox-tts-experimental-lane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:98:3:0:../ABYSS-STACK-D-0029-babelvox-tts-experimental-lane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f321af9bb18b59e86d10c26e:aoa:abyss-stack:anchor:25a0ffd8952caa3bce8bf839","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:25a0ffd8952caa3bce8bf839","label":"Follow-up route","locator":{"end_column":18,"end_line":79,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":79},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:f321af9bb18b59e86d10c26e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4afb79f5156758000028500:aoa:abyss-stack:anchor:0318fdccb1e4098f4b5a24eb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0318fdccb1e4098f4b5a24eb","label":"Options considered","locator":{"end_column":21,"end_line":28,"fragment":"options-considered","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:f4afb79f5156758000028500","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:c9be5c959c6f925f5bd60afd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c9be5c959c6f925f5bd60afd","label":"philosophy_path_between","locator":{"end_column":10,"end_line":806,"fragment":"","pointer":"","start_column":5,"start_line":741},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:KeyError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:KeyError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:_layer_allowed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:_predicate_allowed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:_source_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:adjacency.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:adjacency.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:adjacency.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:min"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:queue.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:queue.pop"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:seen.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:self.philosophy_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_path_between","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.philosophy_path_between","semantic_key":"python:method:ToSCorpusMCPState.philosophy_path_between","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} diff --git a/kag/indexes/shards/anchor/d4.jsonl b/kag/indexes/shards/anchor/d4.jsonl index be6af6010..c4513d907 100644 --- a/kag/indexes/shards/anchor/d4.jsonl +++ b/kag/indexes/shards/anchor/d4.jsonl @@ -21,6 +21,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:523668e38d3a1bbf78bd6e0c:aoa:abyss-stack:anchor:f809017ad39d3e2850f0f923","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:f809017ad39d3e2850f0f923","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:523668e38d3a1bbf78bd6e0c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5a1bbcf29ad3ebd1ce25d7e6:aoa:abyss-stack:anchor:1d16a0e20bc1ec7cc3694f73","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1d16a0e20bc1ec7cc3694f73","label":"split_inline_code_or_value","locator":{"end_column":39,"end_line":168,"fragment":"","pointer":"","start_column":1,"start_line":164},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:split_inline_code_or_value","target_ref":"python:INLINE_CODE_RE.findall"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:split_inline_code_or_value","target_ref":"python:item.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:split_inline_code_or_value","target_ref":"python:item.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:split_inline_code_or_value","target_ref":"python:split_metadata_value"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:split_inline_code_or_value","target_ref":"python:tuple"}],"parser_ref":"python-ast@1","qualified_name":"split_inline_code_or_value","semantic_key":"python:function:split_inline_code_or_value","source_id":"aoa:abyss-stack:artifact:5a1bbcf29ad3ebd1ce25d7e6","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:68bf4f30b4dc77c738608241:aoa:abyss-stack:anchor:204ad872f25fe6e95768cbbe","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:204ad872f25fe6e95768cbbe","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:68bf4f30b4dc77c738608241","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315:aoa:abyss-stack:anchor:ea8ea1919b218f599664faab","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ea8ea1919b218f599664faab","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6f7f1e4c7412c5bbee29cb38:aoa:abyss-stack:anchor:a61ba188ddc35d4cafd5e67d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a61ba188ddc35d4cafd5e67d","label":"Current Bridges","locator":{"end_column":18,"end_line":24,"fragment":"current-bridges","pointer":"","start_column":1,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:current-bridges","source_id":"aoa:abyss-stack:artifact:6f7f1e4c7412c5bbee29cb38","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:738654194bdcb1fdc161386c:aoa:abyss-stack:anchor:4e8cc341c641ca2fe17a4010","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4e8cc341c641ca2fe17a4010","label":"_text_fingerprint","locator":{"end_column":6,"end_line":343,"fragment":"","pointer":"","start_column":1,"start_line":336},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_text_fingerprint","target_ref":"python:_sha256_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_text_fingerprint","target_ref":"python:len"}],"parser_ref":"python-ast@1","qualified_name":"_text_fingerprint","semantic_key":"python:function:_text_fingerprint","source_id":"aoa:abyss-stack:artifact:738654194bdcb1fdc161386c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:738654194bdcb1fdc161386c:aoa:abyss-stack:anchor:86d854486426013bca42890e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:86d854486426013bca42890e","label":"_effective_profile_class","locator":{"end_column":40,"end_line":960,"fragment":"","pointer":"","start_column":1,"start_line":959},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"_effective_profile_class","semantic_key":"python:function:_effective_profile_class","source_id":"aoa:abyss-stack:artifact:738654194bdcb1fdc161386c","symbol_kind":"function"} @@ -30,7 +31,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:33996ee88eb687cc34780a71","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:33996ee88eb687cc34780a71","label":"2026-05-22","locator":{"end_column":13,"end_line":62,"fragment":"2026-05-22","pointer":"","start_column":1,"start_line":62},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2026-05-22","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:863559bac2507d05daa623cc:aoa:abyss-stack:anchor:1beefb580d79525707b167fe","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1beefb580d79525707b167fe","label":"ttl_window","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/ttl_window","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/ttl_window","source_id":"aoa:abyss-stack:artifact:863559bac2507d05daa623cc","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d:aoa:abyss-stack:anchor:2e35f3b74fbc8158950f776a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2e35f3b74fbc8158950f776a","label":"unknowns","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/unknowns","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/unknowns","source_id":"aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:01d2507a1733cdfbe6c50b0a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:01d2507a1733cdfbe6c50b0a","label":"ABYSS-STACK-D-0052 Machine Fit Validator Module","locator":{"end_column":107,"end_line":276,"fragment":"","pointer":"","start_column":3,"start_line":276},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:host-evidence-posture","target_ref":"../ABYSS-STACK-D-0052-machine-fit-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:276:3:0:../ABYSS-STACK-D-0052-machine-fit-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e:aoa:abyss-stack:anchor:8b146f4fefea433eed8b72c9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8b146f4fefea433eed8b72c9","label":"test_write_last_good_ref_materializes_anchor_for_green_session","locator":{"end_column":83,"end_line":450,"fragment":"","pointer":"","start_column":5,"start_line":382},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_last_good_ref_materializes_anchor_for_green_session","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_last_good_ref_materializes_anchor_for_green_session","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_last_good_ref_materializes_anchor_for_green_session","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_last_good_ref_materializes_anchor_for_green_session","target_ref":"python:self.anchor_validator.validate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_last_good_ref_materializes_anchor_for_green_session","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_last_good_ref_materializes_anchor_for_green_session","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_last_good_ref_materializes_anchor_for_green_session","target_ref":"python:self.make_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_last_good_ref_materializes_anchor_for_green_session","target_ref":"python:self.module.write_bundle"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_last_good_ref_materializes_anchor_for_green_session","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"AoADiagnoseTests.test_write_last_good_ref_materializes_anchor_for_green_session","semantic_key":"python:method:AoADiagnoseTests.test_write_last_good_ref_materializes_anchor_for_green_session","source_id":"aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:992cbba9cf1cf93a870c6466:aoa:abyss-stack:anchor:c19a49aba16ec7e4cee68f18","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c19a49aba16ec7e4cee68f18","label":"Options considered","locator":{"end_column":21,"end_line":26,"fragment":"options-considered","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:options-considered","source_id":"aoa:abyss-stack:artifact:992cbba9cf1cf93a870c6466","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e:aoa:abyss-stack:anchor:e6531bff876ec5ea4e1fca9c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e6531bff876ec5ea4e1fca9c","label":"LLAMA_ARG_CTX_SIZE","locator":{"end_column":32,"end_line":30,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_CTX_SIZE","start_column":7,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_CTX_SIZE","source_id":"aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e","symbol_kind":""} @@ -56,10 +56,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98:aoa:abyss-stack:anchor:4a5631e694070756cfdd5577","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4a5631e694070756cfdd5577","label":"By validation or guard family","locator":{"end_column":55,"end_line":38,"fragment":"","pointer":"","start_column":3,"start_line":38},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-surfaces","target_ref":"indexes/by-guard.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:38:3:0:indexes/by-guard.md","source_id":"aoa:abyss-stack:artifact:e5ec0e7030077b7cf1bfed98","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e7953abdf09604c8b2a9582f:aoa:abyss-stack:anchor:6e6c3d64e79a9289a1267caf","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:6e6c3d64e79a9289a1267caf","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e7953abdf09604c8b2a9582f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:fee80a05d1267605c2a72869","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:fee80a05d1267605c2a72869","label":"compactor","locator":{"end_column":10,"end_line":35,"fragment":"","pointer":"/compactor","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/compactor","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:9d5bfc6610271ca3f35c32ef","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9d5bfc6610271ca3f35c32ef","label":"ABYSS-STACK-D-0039 Validation Command Authority And Technical Topology","locator":{"end_column":153,"end_line":106,"fragment":"","pointer":"","start_column":3,"start_line":106},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:106:3:0:../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:914eb38118ee2ac2095c0a18","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:914eb38118ee2ac2095c0a18","label":"schemas/tos-zarathustra-route-retrieval-pack.schema.json","locator":{"end_column":60,"end_line":37,"fragment":"","pointer":"/required_files/30","start_column":3,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/30","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f0cbd6aa0372f04d8e3ab075:aoa:abyss-stack:anchor:d19f26006902a041ec5cead2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d19f26006902a041ec5cead2","label":"Verify","locator":{"end_column":9,"end_line":37,"fragment":"verify","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:verify","source_id":"aoa:abyss-stack:artifact:f0cbd6aa0372f04d8e3ab075","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4561a5cd595232410a84dc8:aoa:abyss-stack:anchor:1914ef0c51988e1478f29909","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1914ef0c51988e1478f29909","label":"test_validator_rejects_missing_phase_markers_without_crashing","locator":{"end_column":72,"end_line":55,"fragment":"","pointer":"","start_column":1,"start_line":42},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_rejects_missing_phase_markers_without_crashing","target_ref":"python:clone.pop"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_rejects_missing_phase_markers_without_crashing","target_ref":"python:copy.deepcopy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_rejects_missing_phase_markers_without_crashing","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_rejects_missing_phase_markers_without_crashing","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_rejects_missing_phase_markers_without_crashing","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_rejects_missing_phase_markers_without_crashing","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_rejects_missing_phase_markers_without_crashing","target_ref":"python:load"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_rejects_missing_phase_markers_without_crashing","target_ref":"python:log.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_rejects_missing_phase_markers_without_crashing","target_ref":"python:mod.digest_obj"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_rejects_missing_phase_markers_without_crashing","target_ref":"python:mod.validate_log"}],"parser_ref":"python-ast@1","qualified_name":"test_validator_rejects_missing_phase_markers_without_crashing","semantic_key":"python:function:test_validator_rejects_missing_phase_markers_without_crashing","source_id":"aoa:abyss-stack:artifact:f4561a5cd595232410a84dc8","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f5e42ab47749ca3fffa5b850:aoa:abyss-stack:anchor:54e86b5ac5b269801b8b1082","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:54e86b5ac5b269801b8b1082","label":"mem_reservation","locator":{"end_column":61,"end_line":10,"fragment":"","pointer":"/services/route-api/mem_reservation","start_column":5,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/mem_reservation","source_id":"aoa:abyss-stack:artifact:f5e42ab47749ca3fffa5b850","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6ed156e4bf5c79168066246:aoa:abyss-stack:anchor:402c133c0a794a03012b4583","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:402c133c0a794a03012b4583","label":"Contributor expectations","locator":{"end_column":27,"end_line":33,"fragment":"contributor-expectations","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:contributor-expectations","source_id":"aoa:abyss-stack:artifact:f6ed156e4bf5c79168066246","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564:aoa:abyss-stack:anchor:6238ba20540edf4080ad9911","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6238ba20540edf4080ad9911","label":"Rationale","locator":{"end_column":12,"end_line":35,"fragment":"rationale","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:08663b162eb90b9aa56584da","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:08663b162eb90b9aa56584da","label":"Preserve source_authored, deployed, trial_proven, and live_available as distinct truth axes.","locator":{"end_column":96,"end_line":74,"fragment":"","pointer":"/verification/4","start_column":3,"start_line":74},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/verification/4","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/d5.jsonl b/kag/indexes/shards/anchor/d5.jsonl index 8cc519b47..c56179779 100644 --- a/kag/indexes/shards/anchor/d5.jsonl +++ b/kag/indexes/shards/anchor/d5.jsonl @@ -19,7 +19,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:45c2d329b288bb4ca78c95e4:aoa:abyss-stack:anchor:e371715c95c8faea27081733","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e371715c95c8faea27081733","label":"lifecycle","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/lifecycle","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/lifecycle","source_id":"aoa:abyss-stack:artifact:45c2d329b288bb4ca78c95e4","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:48070e12e763a0128a2d3176:aoa:abyss-stack:anchor:6f01cb1e522ec02cf572149d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:6f01cb1e522ec02cf572149d","label":"evidence_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/evidence_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/evidence_refs","source_id":"aoa:abyss-stack:artifact:48070e12e763a0128a2d3176","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3:aoa:abyss-stack:anchor:f18ded1d01a5546b8af3ad39","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f18ded1d01a5546b8af3ad39","label":"Context rebuild rule","locator":{"end_column":23,"end_line":91,"fragment":"context-rebuild-rule","pointer":"","start_column":1,"start_line":91},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context-rebuild-rule","source_id":"aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a:aoa:abyss-stack:anchor:0efd850053fe5057e5945e7a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0efd850053fe5057e5945e7a","label":"_relative","locator":{"end_column":31,"end_line":402,"fragment":"","pointer":"","start_column":1,"start_line":398},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_relative","target_ref":"python:path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_relative","target_ref":"python:path.relative_to"}],"parser_ref":"python-ast@1","qualified_name":"_relative","semantic_key":"python:function:_relative","source_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a:aoa:abyss-stack:anchor:0efd850053fe5057e5945e7a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0efd850053fe5057e5945e7a","label":"_relative","locator":{"end_column":31,"end_line":412,"fragment":"","pointer":"","start_column":1,"start_line":408},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_relative","target_ref":"python:path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_relative","target_ref":"python:path.relative_to"}],"parser_ref":"python-ast@1","qualified_name":"_relative","semantic_key":"python:function:_relative","source_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:673e100db9b9a27bfec37159:aoa:abyss-stack:anchor:acee0fc47ee4e4c2778586b2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:acee0fc47ee4e4c2778586b2","label":"n8n-task-runners","locator":{"end_column":19,"end_line":20,"fragment":"","pointer":"/services/n8n-task-runners","start_column":3,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/n8n-task-runners","source_id":"aoa:abyss-stack:artifact:673e100db9b9a27bfec37159","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:706309e0ba97cb33530ee444:aoa:abyss-stack:anchor:ac40723177aa6e7f36fd183c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ac40723177aa6e7f36fd183c","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:706309e0ba97cb33530ee444","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:721cb772b561ff8433f27475:aoa:abyss-stack:anchor:29ca8c7627c2c4a16d94a237","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:29ca8c7627c2c4a16d94a237","label":"build_probe_payload","locator":{"end_column":19,"end_line":85,"fragment":"","pointer":"","start_column":1,"start_line":53},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_probe_payload","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_probe_payload","target_ref":"python:sum"}],"parser_ref":"python-ast@1","qualified_name":"build_probe_payload","semantic_key":"python:function:build_probe_payload","source_id":"aoa:abyss-stack:artifact:721cb772b561ff8433f27475","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/d6.jsonl b/kag/indexes/shards/anchor/d6.jsonl index 819ebff85..eb7582986 100644 --- a/kag/indexes/shards/anchor/d6.jsonl +++ b/kag/indexes/shards/anchor/d6.jsonl @@ -16,7 +16,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:3db733a4107549631442eabb:aoa:abyss-stack:anchor:4f5c85c508c1be300544b8f2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4f5c85c508c1be300544b8f2","label":"generated/memory/memo_registry.min.json","locator":{"end_column":43,"end_line":12,"fragment":"","pointer":"/required_files/5","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/5","source_id":"aoa:abyss-stack:artifact:3db733a4107549631442eabb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:4079e969365cb5ba0faa49f6:aoa:abyss-stack:anchor:cf54c8e09715bf7caaafeb84","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cf54c8e09715bf7caaafeb84","label":"Rationale","locator":{"end_column":12,"end_line":54,"fragment":"rationale","pointer":"","start_column":1,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:4079e969365cb5ba0faa49f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:425c86b70f9a6435199e5193:aoa:abyss-stack:anchor:2957854d216a6fc633a368d2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2957854d216a6fc633a368d2","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:425c86b70f9a6435199e5193","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:45e9a36bb68690da74806416:aoa:abyss-stack:anchor:e5dccf98783618d98b6072f7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e5dccf98783618d98b6072f7","label":"Related root surfaces","locator":{"end_column":24,"end_line":60,"fragment":"related-root-surfaces","pointer":"","start_column":1,"start_line":60},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:related-root-surfaces","source_id":"aoa:abyss-stack:artifact:45e9a36bb68690da74806416","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:45e9a36bb68690da74806416:aoa:abyss-stack:anchor:e5dccf98783618d98b6072f7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e5dccf98783618d98b6072f7","label":"Related root surfaces","locator":{"end_column":24,"end_line":62,"fragment":"related-root-surfaces","pointer":"","start_column":1,"start_line":62},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:related-root-surfaces","source_id":"aoa:abyss-stack:artifact:45e9a36bb68690da74806416","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:46cd12457c3236e3e7e17de1:aoa:abyss-stack:anchor:da3d72d75307d19f294d796c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:da3d72d75307d19f294d796c","label":"test_missing_required_doc_fails_when_required_docs_exist","locator":{"end_column":80,"end_line":50,"fragment":"","pointer":"","start_column":5,"start_line":41},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_missing_required_doc_fails_when_required_docs_exist","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_missing_required_doc_fails_when_required_docs_exist","target_ref":"python:_write_minimal_required_tree"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_missing_required_doc_fails_when_required_docs_exist","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_missing_required_doc_fails_when_required_docs_exist","target_ref":"python:iter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_missing_required_doc_fails_when_required_docs_exist","target_ref":"python:next"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_missing_required_doc_fails_when_required_docs_exist","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_missing_required_doc_fails_when_required_docs_exist","target_ref":"python:self.skipTest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_missing_required_doc_fails_when_required_docs_exist","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidateNestedAgentsTests.test_missing_required_doc_fails_when_required_docs_exist","target_ref":"python:validator.validate"}],"parser_ref":"python-ast@1","qualified_name":"ValidateNestedAgentsTests.test_missing_required_doc_fails_when_required_docs_exist","semantic_key":"python:method:ValidateNestedAgentsTests.test_missing_required_doc_fails_when_required_docs_exist","source_id":"aoa:abyss-stack:artifact:46cd12457c3236e3e7e17de1","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:48dcbc6657e37d453f1c3ae7:aoa:abyss-stack:anchor:0ea12e920fd37fd304f9e798","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0ea12e920fd37fd304f9e798","label":"volumes","locator":{"end_column":12,"end_line":13,"fragment":"","pointer":"/services/ovms/volumes","start_column":5,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ovms/volumes","source_id":"aoa:abyss-stack:artifact:48dcbc6657e37d453f1c3ae7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:48dcbc6657e37d453f1c3ae7:aoa:abyss-stack:anchor:8cd31c3d24dfccd5533cdbe9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8cd31c3d24dfccd5533cdbe9","label":"${AOA_STACK_ROOT","locator":{"end_column":82,"end_line":12,"fragment":"","pointer":"/services/ovms/env_file/0/${AOA_STACK_ROOT","start_column":7,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ovms/env_file/0/${AOA_STACK_ROOT","source_id":"aoa:abyss-stack:artifact:48dcbc6657e37d453f1c3ae7","symbol_kind":""} @@ -29,9 +29,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7d386febdeddee7e9362909d:aoa:abyss-stack:anchor:2696ceb87175ecb925f21f5b","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:2696ceb87175ecb925f21f5b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:7d386febdeddee7e9362909d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7dfda0f41ea8f067ee620505:aoa:abyss-stack:anchor:0aaadcce9012020339e5a832","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0aaadcce9012020339e5a832","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:7dfda0f41ea8f067ee620505","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:84666e090dd5adfcf3917595:aoa:abyss-stack:anchor:31a24634278846ac90812a5f","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:31a24634278846ac90812a5f","label":"scope","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/scope","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/scope","source_id":"aoa:abyss-stack:artifact:84666e090dd5adfcf3917595","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:55fcdcc4e0743d97ffec12dc","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:55fcdcc4e0743d97ffec12dc","label":"release governance","locator":{"end_column":21,"end_line":352,"fragment":"release-governance","pointer":"","start_column":1,"start_line":352},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:release-governance","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:2562e8c5bc38eab656d86d09","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2562e8c5bc38eab656d86d09","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":418,"fragment":"","pointer":"","start_column":3,"start_line":418},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:script-topology","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:418:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:55fcdcc4e0743d97ffec12dc","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:55fcdcc4e0743d97ffec12dc","label":"release governance","locator":{"end_column":21,"end_line":364,"fragment":"release-governance","pointer":"","start_column":1,"start_line":364},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:release-governance","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:d884aa10d6204166c4a71214","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d884aa10d6204166c4a71214","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":168,"fragment":"","pointer":"","start_column":3,"start_line":168},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:168:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:f8db95078c6f02fd6e147d66","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f8db95078c6f02fd6e147d66","label":"ABYSS-STACK-D-0079 KAG Query Application Port","locator":{"end_column":103,"end_line":313,"fragment":"","pointer":"","start_column":3,"start_line":313},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-qualified-provenance","target_ref":"../ABYSS-STACK-D-0079-kag-query-application-port.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:313:3:0:../ABYSS-STACK-D-0079-kag-query-application-port.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f:aoa:abyss-stack:anchor:4b2a94f0c3be826dd177689e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4b2a94f0c3be826dd177689e","label":"Composing profiles","locator":{"end_column":21,"end_line":229,"fragment":"composing-profiles","pointer":"","start_column":1,"start_line":229},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:composing-profiles","source_id":"aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9a552919392043489d729c33:aoa:abyss-stack:anchor:2242c5bf8d22eb80835f9372","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:2242c5bf8d22eb80835f9372","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:9a552919392043489d729c33","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9fe6aa68a866d4565732dc8e:aoa:abyss-stack:anchor:9b27ccba79f5b42601369715","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9b27ccba79f5b42601369715","label":"Machine Fit Provenance","locator":{"end_column":24,"end_line":1,"fragment":"machine-fit-provenance","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:machine-fit-provenance","source_id":"aoa:abyss-stack:artifact:9fe6aa68a866d4565732dc8e","symbol_kind":""} @@ -43,7 +43,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8:aoa:abyss-stack:anchor:a86f33edd7fce49518c753ff","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a86f33edd7fce49518c753ff","label":"_link_philosophy_cluster_members","locator":{"end_column":20,"end_line":1145,"fragment":"","pointer":"","start_column":5,"start_line":1107},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._link_philosophy_cluster_members","target_ref":"python:tx.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._link_philosophy_cluster_members","target_ref":"python:tx.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:Neo4jProjectionStore._link_philosophy_cluster_members","target_ref":"python:tx.run"}],"parser_ref":"python-ast@1","qualified_name":"Neo4jProjectionStore._link_philosophy_cluster_members","semantic_key":"python:method:Neo4jProjectionStore._link_philosophy_cluster_members","source_id":"aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:c27bdb70896363558fd65790:aoa:abyss-stack:anchor:0590f042661820fec8c944c9","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0590f042661820fec8c944c9","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:c27bdb70896363558fd65790","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:77c49101c7aa01b5adf5be22","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:77c49101c7aa01b5adf5be22","label":"materialize_review_handoff_bundle","locator":{"end_column":27,"end_line":3384,"fragment":"","pointer":"","start_column":1,"start_line":3156},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:append_missing"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:append_missing"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:append_missing"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:append_missing"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:append_missing"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:append_missing"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:append_missing"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:append_missing"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:append_review_target"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:append_review_target"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:append_review_target"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:append_review_target"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:append_review_target"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:approval_artifact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:audit_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:audit_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:audit_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:audit_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:audit_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:audit_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:eval_intake_entries.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:eval_runtime_candidate_intake_entries"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:group_review_targets_by_owner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:grouped_review_targets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:grouped_review_targets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:grouped_review_targets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:live_entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:live_entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:live_eval_intake.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:live_memo_intake.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:load_approval"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:load_json_if_exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:load_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:load_summary_or_synthesize"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:manifest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:manifest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:manifest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:manifest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:manifest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:manifest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:matched_playbook_contract.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:memo_intake_entries.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:memo_runtime_writeback_intake_targets"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:operator_next_steps.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:operator_next_steps.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:operator_next_steps.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:operator_next_steps.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:operator_next_steps.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:outcome_targets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:outcome_targets.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:persist_review_packet_audit_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:playbook_intake.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:playbook_intake.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:playbook_intake.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:playbook_review_intake_by_id"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:review_handoff_bundle_artifact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:review_packet_manifest_artifact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:review_packet_summary_with_handoff"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:save_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize_review_handoff_bundle","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"materialize_review_handoff_bundle","semantic_key":"python:function:materialize_review_handoff_bundle","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced:aoa:abyss-stack:anchor:3dd5e8f7922479d4ffac749e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3dd5e8f7922479d4ffac749e","label":"Repo-local overlay skill posture","locator":{"end_column":35,"end_line":181,"fragment":"repo-local-overlay-skill-posture","pointer":"","start_column":1,"start_line":181},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:repo-local-overlay-skill-posture","source_id":"aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8:aoa:abyss-stack:anchor:b4a353e279cd90f24870b14b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b4a353e279cd90f24870b14b","label":"${AOA_STACK_ROOT","locator":{"end_column":87,"end_line":45,"fragment":"","pointer":"/services/langchain-api-intel-text/env_file/0/${AOA_STACK_ROOT","start_column":7,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api-intel-text/env_file/0/${AOA_STACK_ROOT","source_id":"aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d03af9d59783c9f2bc1a49a3:aoa:abyss-stack:anchor:9e340c1ba8b8ad98dde08fcf","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9e340c1ba8b8ad98dde08fcf","label":"test_experience_wave3_schemas_reject_guardrail_boolean_inversions","locator":{"end_column":83,"end_line":219,"fragment":"","pointer":"","start_column":5,"start_line":206},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave3SeedContractTests.test_experience_wave3_schemas_reject_guardrail_boolean_inversions","target_ref":"python:copy.deepcopy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave3SeedContractTests.test_experience_wave3_schemas_reject_guardrail_boolean_inversions","target_ref":"python:example.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave3SeedContractTests.test_experience_wave3_schemas_reject_guardrail_boolean_inversions","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave3SeedContractTests.test_experience_wave3_schemas_reject_guardrail_boolean_inversions","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave3SeedContractTests.test_experience_wave3_schemas_reject_guardrail_boolean_inversions","target_ref":"python:load_contract"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave3SeedContractTests.test_experience_wave3_schemas_reject_guardrail_boolean_inversions","target_ref":"python:payload.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave3SeedContractTests.test_experience_wave3_schemas_reject_guardrail_boolean_inversions","target_ref":"python:self.assertIsInstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave3SeedContractTests.test_experience_wave3_schemas_reject_guardrail_boolean_inversions","target_ref":"python:self.assert_invalid"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ExperienceWave3SeedContractTests.test_experience_wave3_schemas_reject_guardrail_boolean_inversions","target_ref":"python:self.subTest"}],"parser_ref":"python-ast@1","qualified_name":"ExperienceWave3SeedContractTests.test_experience_wave3_schemas_reject_guardrail_boolean_inversions","semantic_key":"python:method:ExperienceWave3SeedContractTests.test_experience_wave3_schemas_reject_guardrail_boolean_inversions","source_id":"aoa:abyss-stack:artifact:d03af9d59783c9f2bc1a49a3","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:d5332543087dce86c7e40b4e:aoa:abyss-stack:anchor:c0fefdd6e9051b9a718306a7","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c0fefdd6e9051b9a718306a7","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:d5332543087dce86c7e40b4e","symbol_kind":"json_key"} @@ -57,4 +56,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2:aoa:abyss-stack:anchor:ae170c2f88dc0c0d9dfbd6e5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ae170c2f88dc0c0d9dfbd6e5","label":"Applies to","locator":{"end_column":13,"end_line":3,"fragment":"applies-to","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:applies-to","source_id":"aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:2b30df9741aa762c009862dd","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2b30df9741aa762c009862dd","label":"ingestion_burst_size_mb","locator":{"end_column":65,"end_line":43,"fragment":"","pointer":"/limits_config/ingestion_burst_size_mb","start_column":3,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/limits_config/ingestion_burst_size_mb","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eba358107a3211fd09d3172c:aoa:abyss-stack:anchor:ad28baece5b9b12fc2df5837","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ad28baece5b9b12fc2df5837","label":"Scope","locator":{"end_column":8,"end_line":6,"fragment":"scope","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:scope","source_id":"aoa:abyss-stack:artifact:eba358107a3211fd09d3172c","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:8aac9c7727e3552178b3ebc4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8aac9c7727e3552178b3ebc4","label":"ABYSS-STACK-D-0061 Active Topology Language Validator Module","locator":{"end_column":133,"end_line":47,"fragment":"","pointer":"","start_column":3,"start_line":47},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0061-active-topology-language-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:47:3:0:../ABYSS-STACK-D-0061-active-topology-language-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4:aoa:abyss-stack:anchor:7f0381fc8bc166ba110b1168","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7f0381fc8bc166ba110b1168","label":"restart","locator":{"end_column":27,"end_line":5,"fragment":"","pointer":"/services/ollama/restart","start_column":5,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ollama/restart","source_id":"aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/d7.jsonl b/kag/indexes/shards/anchor/d7.jsonl index 911686742..2a40fbb12 100644 --- a/kag/indexes/shards/anchor/d7.jsonl +++ b/kag/indexes/shards/anchor/d7.jsonl @@ -5,7 +5,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:049aa91da24a30f6073508fb:aoa:abyss-stack:anchor:25b1822a3053a73b8d486807","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:25b1822a3053a73b8d486807","label":"AOA_RERANK_DEVICE","locator":{"end_column":52,"end_line":10,"fragment":"","pointer":"/services/rerank-api/environment/AOA_RERANK_DEVICE","start_column":7,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rerank-api/environment/AOA_RERANK_DEVICE","source_id":"aoa:abyss-stack:artifact:049aa91da24a30f6073508fb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:05bab38ce2d9e3e3f5e9da3b:aoa:abyss-stack:anchor:1d57e8637f079133c17d5156","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1d57e8637f079133c17d5156","label":"test_generated_http_auth_helpers_are_current","locator":{"end_column":78,"end_line":594,"fragment":"","pointer":"","start_column":5,"start_line":586},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:McpLoopbackLifecycleTests.test_generated_http_auth_helpers_are_current","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:McpLoopbackLifecycleTests.test_generated_http_auth_helpers_are_current","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:McpLoopbackLifecycleTests.test_generated_http_auth_helpers_are_current","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"McpLoopbackLifecycleTests.test_generated_http_auth_helpers_are_current","semantic_key":"python:method:McpLoopbackLifecycleTests.test_generated_http_auth_helpers_are_current","source_id":"aoa:abyss-stack:artifact:05bab38ce2d9e3e3f5e9da3b","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:061b6658d5ef75b1c438bf08:aoa:abyss-stack:anchor:ab607af2a442507f8c0f426e","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:ab607af2a442507f8c0f426e","label":"version","locator":{"end_column":17,"end_line":7,"fragment":"","pointer":"project.version","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.version","source_id":"aoa:abyss-stack:artifact:061b6658d5ef75b1c438bf08","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:e31c99a4bc5be4d45a8e88cd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e31c99a4bc5be4d45a8e88cd","label":"Notes","locator":{"end_column":9,"end_line":794,"fragment":"notes-4","pointer":"","start_column":1,"start_line":794},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:notes-4","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:e31c99a4bc5be4d45a8e88cd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e31c99a4bc5be4d45a8e88cd","label":"Notes","locator":{"end_column":9,"end_line":796,"fragment":"notes-4","pointer":"","start_column":1,"start_line":796},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:notes-4","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:06e90b2680232344621ce950:aoa:abyss-stack:anchor:16ad6c5cdf44f38c0f3be12b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:16ad6c5cdf44f38c0f3be12b","label":"transport_settings","locator":{"end_column":72,"end_line":71,"fragment":"","pointer":"","start_column":1,"start_line":53},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:TransportSettings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:TransportSettings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:transport_settings","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"transport_settings","semantic_key":"python:function:transport_settings","source_id":"aoa:abyss-stack:artifact:06e90b2680232344621ce950","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:06e90b2680232344621ce950:aoa:abyss-stack:anchor:ad704bb1b89f1d83e2b5a5f0","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ad704bb1b89f1d83e2b5a5f0","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:06e90b2680232344621ce950","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:070046d3ac1483cac58e8963:aoa:abyss-stack:anchor:da4eb19fff33401e76488f05","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:da4eb19fff33401e76488f05","label":"main","locator":{"end_column":13,"end_line":114,"fragment":"","pointer":"","start_column":1,"start_line":100},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:build_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:release_command_sequence"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:run_parity_step"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:run_step"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:070046d3ac1483cac58e8963","symbol_kind":"function"} @@ -41,7 +41,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:814d23669a100b46a2877d0b:aoa:abyss-stack:anchor:b9024fbc4193e8cfc57ec489","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b9024fbc4193e8cfc57ec489","label":"write_text","locator":{"end_column":44,"end_line":13,"fragment":"","pointer":"","start_column":1,"start_line":11},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_text","semantic_key":"python:function:write_text","source_id":"aoa:abyss-stack:artifact:814d23669a100b46a2877d0b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:83c0c19ffd26782848fe9760:aoa:abyss-stack:anchor:f7aaf57201b7e263efbd18da","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f7aaf57201b7e263efbd18da","label":"AGENTS.md","locator":{"end_column":11,"end_line":1,"fragment":"agentsmd","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agentsmd","source_id":"aoa:abyss-stack:artifact:83c0c19ffd26782848fe9760","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:1426a12854517e2f20f4bf78","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1426a12854517e2f20f4bf78","label":"layer_closure_reasons","locator":{"end_column":19,"end_line":849,"fragment":"","pointer":"","start_column":1,"start_line":741},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:layer_closure_reasons","target_ref":"python:reasons.append"}],"parser_ref":"python-ast@1","qualified_name":"layer_closure_reasons","semantic_key":"python:function:layer_closure_reasons","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:9b1eeae23c52295ffb85ad3b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9b1eeae23c52295ffb85ad3b","label":"schema validation","locator":{"end_column":20,"end_line":400,"fragment":"schema-validation","pointer":"","start_column":1,"start_line":400},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:schema-validation","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:9b1eeae23c52295ffb85ad3b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9b1eeae23c52295ffb85ad3b","label":"schema validation","locator":{"end_column":20,"end_line":412,"fragment":"schema-validation","pointer":"","start_column":1,"start_line":412},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:schema-validation","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b:aoa:abyss-stack:anchor:f5133df9426bd08287211d54","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:f5133df9426bd08287211d54","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:98b9bdeccf4b63a7dd99a0ee:aoa:abyss-stack:anchor:012b53cb3c0081d6804c66b6","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:012b53cb3c0081d6804c66b6","label":"central_contract_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/central_contract_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/central_contract_refs","source_id":"aoa:abyss-stack:artifact:98b9bdeccf4b63a7dd99a0ee","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9a2daa8b86644f570884688d:aoa:abyss-stack:anchor:d76e535c0010d39bf710cf0d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d76e535c0010d39bf710cf0d","label":"schema_properties","locator":{"end_column":52,"end_line":65,"fragment":"","pointer":"","start_column":1,"start_line":59},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:schema_properties","target_ref":"python:effective_schema"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:schema_properties","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:schema_properties","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:schema_properties","target_ref":"python:schema.get"}],"parser_ref":"python-ast@1","qualified_name":"schema_properties","semantic_key":"python:function:schema_properties","source_id":"aoa:abyss-stack:artifact:9a2daa8b86644f570884688d","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/d8.jsonl b/kag/indexes/shards/anchor/d8.jsonl index b1505e32b..7bb81c445 100644 --- a/kag/indexes/shards/anchor/d8.jsonl +++ b/kag/indexes/shards/anchor/d8.jsonl @@ -3,7 +3,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:03da311a8d0a9cacb0d14c33:aoa:abyss-stack:anchor:15ea543a6a4ce65160cbb313","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:15ea543a6a4ce65160cbb313","label":"_public_seed_root","locator":{"end_column":113,"end_line":58,"fragment":"","pointer":"","start_column":1,"start_line":57},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_public_seed_root","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_public_seed_root","target_ref":"python:os.environ.get"}],"parser_ref":"python-ast@1","qualified_name":"_public_seed_root","semantic_key":"python:function:_public_seed_root","source_id":"aoa:abyss-stack:artifact:03da311a8d0a9cacb0d14c33","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:049aa91da24a30f6073508fb:aoa:abyss-stack:anchor:9f029a76801f45e6555c1a37","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:9f029a76801f45e6555c1a37","label":"AOA_RERANK_DEFAULT_TOP_N","locator":{"end_column":64,"end_line":13,"fragment":"","pointer":"/services/rerank-api/environment/AOA_RERANK_DEFAULT_TOP_N","start_column":7,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rerank-api/environment/AOA_RERANK_DEFAULT_TOP_N","source_id":"aoa:abyss-stack:artifact:049aa91da24a30f6073508fb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:05bab38ce2d9e3e3f5e9da3b:aoa:abyss-stack:anchor:d418ae593afd3cf3a1694a89","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d418ae593afd3cf3a1694a89","label":"test_mcp_http_auth_provision_rejects_symlinked_secret_paths","locator":{"end_column":93,"end_line":373,"fragment":"","pointer":"","start_column":5,"start_line":323},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:env.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:os.environ.copy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:outside.joinpath"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:outside.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:outside_token.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:outside_token.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:secret_dir.joinpath"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:secret_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:secret_dir.symlink_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:secret_dir.unlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:secrets_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:self.assertFalse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:self.assertNotEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:self.assertNotEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","semantic_key":"python:method:RuntimeLifecycleUserUnitTests.test_mcp_http_auth_provision_rejects_symlinked_secret_paths","source_id":"aoa:abyss-stack:artifact:05bab38ce2d9e3e3f5e9da3b","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:66d7b0221636372afede8166","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:66d7b0221636372afede8166","label":"Changed","locator":{"end_column":11,"end_line":674,"fragment":"changed-2","pointer":"","start_column":1,"start_line":674},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:changed-2","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:66d7b0221636372afede8166","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:66d7b0221636372afede8166","label":"Changed","locator":{"end_column":11,"end_line":676,"fragment":"changed-2","pointer":"","start_column":1,"start_line":676},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:changed-2","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0b26fbfd1ab9f4a758472ccf:aoa:abyss-stack:anchor:613b3677a749aa4d2eb5a3ab","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:613b3677a749aa4d2eb5a3ab","label":"qwen3-4b-int4-ov","locator":{"end_column":18,"end_line":1,"fragment":"qwen3-4b-int4-ov","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:qwen3-4b-int4-ov","source_id":"aoa:abyss-stack:artifact:0b26fbfd1ab9f4a758472ccf","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0d3fd5249d88e8dc21a52a9c:aoa:abyss-stack:anchor:bc1378d8d8394e36bb1d4422","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bc1378d8d8394e36bb1d4422","label":"_clean_date","locator":{"end_column":25,"end_line":461,"fragment":"","pointer":"","start_column":1,"start_line":457},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_clean_date","target_ref":"python:DATE_VALUE_RE.search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_clean_date","target_ref":"python:match.group"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_clean_date","target_ref":"python:value.strip"}],"parser_ref":"python-ast@1","qualified_name":"_clean_date","semantic_key":"python:function:_clean_date","source_id":"aoa:abyss-stack:artifact:0d3fd5249d88e8dc21a52a9c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:0e32fdadd2717574386a3732:aoa:abyss-stack:anchor:9e578da4e86341b0bbaf092d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9e578da4e86341b0bbaf092d","label":"Follow-up route","locator":{"end_column":18,"end_line":74,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":74},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:0e32fdadd2717574386a3732","symbol_kind":""} @@ -11,10 +11,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:1c0ad4ab67b32b82f27395a9:aoa:abyss-stack:anchor:eb3e44de0b98c99cd2eeb66a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:eb3e44de0b98c99cd2eeb66a","label":"Inputs","locator":{"end_column":9,"end_line":29,"fragment":"inputs","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:inputs","source_id":"aoa:abyss-stack:artifact:1c0ad4ab67b32b82f27395a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:24477d1d7cb209d1fbbdf83e:aoa:abyss-stack:anchor:03b0084ec2c329512d592e18","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:03b0084ec2c329512d592e18","label":"Handoff","locator":{"end_column":10,"end_line":139,"fragment":"handoff","pointer":"","start_column":1,"start_line":139},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:handoff","source_id":"aoa:abyss-stack:artifact:24477d1d7cb209d1fbbdf83e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:2a7e780aaf2647f7cde8a07c:aoa:abyss-stack:anchor:d1c015ab0afa9a19c231d37c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d1c015ab0afa9a19c231d37c","label":"Spark is strongest here for","locator":{"end_column":30,"end_line":26,"fragment":"spark-is-strongest-here-for","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:spark-is-strongest-here-for","source_id":"aoa:abyss-stack:artifact:2a7e780aaf2647f7cde8a07c","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97:aoa:abyss-stack:anchor:573a46f71cf014afc1a7fc54","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:573a46f71cf014afc1a7fc54","label":"Consequences","locator":{"end_column":15,"end_line":53,"fragment":"consequences","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97:aoa:abyss-stack:anchor:573a46f71cf014afc1a7fc54","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:573a46f71cf014afc1a7fc54","label":"Consequences","locator":{"end_column":15,"end_line":59,"fragment":"consequences","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:39886010867a7c9f0deb706f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:39886010867a7c9f0deb706f","label":"ensure_llamacpp_promotion_pass","locator":{"end_column":21,"end_line":874,"fragment":"","pointer":"","start_column":1,"start_line":862},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:latest.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:latest_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:promotion.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_llamacpp_promotion_pass","target_ref":"python:verdict.get"}],"parser_ref":"python-ast@1","qualified_name":"ensure_llamacpp_promotion_pass","semantic_key":"python:function:ensure_llamacpp_promotion_pass","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:40a03c95195dfcdca5d2e278","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:40a03c95195dfcdca5d2e278","label":"land_validated_diff","locator":{"end_column":51,"end_line":2197,"fragment":"","pointer":"","start_column":1,"start_line":2152},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.ensure_repo_tracked_clean"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.git_head"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:TRIALS.run_acceptance_checks"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:command_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:diff_text.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:diff_text.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:landing_diff_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:landing_diff_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:proposal_artifact_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:land_validated_diff","target_ref":"python:w5_report_artifact_refs"}],"parser_ref":"python-ast@1","qualified_name":"land_validated_diff","semantic_key":"python:function:land_validated_diff","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:41161b77d8228c514a5dc945:aoa:abyss-stack:anchor:13878381a2cd8e5ae7040d2a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:13878381a2cd8e5ae7040d2a","label":"schema","locator":{"end_column":58,"end_line":152,"fragment":"","pointer":"","start_column":5,"start_line":140},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.schema","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.schema","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.schema","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.schema","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.schema","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.schema","target_ref":"python:name.endswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.schema","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.schema","target_ref":"python:path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:CanonicalRepoKag.schema","target_ref":"python:path.relative_to"}],"parser_ref":"python-ast@1","qualified_name":"CanonicalRepoKag.schema","semantic_key":"python:method:CanonicalRepoKag.schema","source_id":"aoa:abyss-stack:artifact:41161b77d8228c514a5dc945","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e:aoa:abyss-stack:anchor:6dcacf28ad38d7022a97e637","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6dcacf28ad38d7022a97e637","label":"Boundaries","locator":{"end_column":13,"end_line":21,"fragment":"boundaries","pointer":"","start_column":1,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundaries","source_id":"aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5895715bcf429432b96dcae9:aoa:abyss-stack:anchor:9995c9f589ada6c04f4ba83c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9995c9f589ada6c04f4ba83c","label":"Inputs","locator":{"end_column":10,"end_line":28,"fragment":"inputs","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:inputs","source_id":"aoa:abyss-stack:artifact:5895715bcf429432b96dcae9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:59fb92cfa1d44710c74302b6:aoa:abyss-stack:anchor:2c14ebaded0095366e9d1f39","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2c14ebaded0095366e9d1f39","label":"Consequences","locator":{"end_column":15,"end_line":79,"fragment":"consequences","pointer":"","start_column":1,"start_line":79},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:consequences","source_id":"aoa:abyss-stack:artifact:59fb92cfa1d44710c74302b6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5eaba2892c3b1bc6173bac35:aoa:abyss-stack:anchor:d654ecd9bb5865666da3b6b4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d654ecd9bb5865666da3b6b4","label":"Federation Seams Docs","locator":{"end_column":23,"end_line":1,"fragment":"federation-seams-docs","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation-seams-docs","source_id":"aoa:abyss-stack:artifact:5eaba2892c3b1bc6173bac35","symbol_kind":""} @@ -32,7 +33,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:b7ab915bd2766772558b9d5e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b7ab915bd2766772558b9d5e","label":"optional_playbook_review_packet_contract_entry","locator":{"end_column":16,"end_line":1107,"fragment":"","pointer":"","start_column":1,"start_line":1103},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:optional_playbook_review_packet_contract_entry","target_ref":"python:playbook_review_packet_contract_entries"}],"parser_ref":"python-ast@1","qualified_name":"optional_playbook_review_packet_contract_entry","semantic_key":"python:function:optional_playbook_review_packet_contract_entry","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5:aoa:abyss-stack:anchor:eb1f83909547038ebc6dc4ea","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:eb1f83909547038ebc6dc4ea","label":"examples/tos_tiny_entry_route.example.json","locator":{"end_column":46,"end_line":14,"fragment":"","pointer":"/required_files/7","start_column":3,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/7","source_id":"aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:75e87000323b35c736f8697a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:75e87000323b35c736f8697a","label":"reviewed_diagnosis_write_eligibility","locator":{"end_column":20,"end_line":1293,"fragment":"","pointer":"","start_column":1,"start_line":1287},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"reviewed_diagnosis_write_eligibility","semantic_key":"python:function:reviewed_diagnosis_write_eligibility","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:11ec340350216fa299f4a72a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:11ec340350216fa299f4a72a","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":260,"fragment":"","pointer":"","start_column":3,"start_line":260},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-surface","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:260:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:6302394d7738f62be167221f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6302394d7738f62be167221f","label":"bundle integrity","locator":{"end_column":19,"end_line":208,"fragment":"bundle-integrity","pointer":"","start_column":1,"start_line":208},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:bundle-integrity","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:e2495b137bc69368fd80e38f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e2495b137bc69368fd80e38f","label":"ABYSS-STACK-D-0037 AoA Session Memory MCP Access Plane","locator":{"end_column":121,"end_line":97,"fragment":"","pointer":"","start_column":3,"start_line":97},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-only-access-plane","target_ref":"../ABYSS-STACK-D-0037-aoa-session-memory-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:97:3:0:../ABYSS-STACK-D-0037-aoa-session-memory-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e:aoa:abyss-stack:anchor:08ec9e0bb048dd5420a009a8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:08ec9e0bb048dd5420a009a8","label":"test_write_reviewed_diagnosis_ref_rejects_green_session","locator":{"end_column":59,"end_line":863,"fragment":"","pointer":"","start_column":5,"start_line":799},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_rejects_green_session","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_rejects_green_session","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_rejects_green_session","target_ref":"python:self.assertRaisesRegex"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_rejects_green_session","target_ref":"python:self.make_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_rejects_green_session","target_ref":"python:self.module.write_bundle"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_rejects_green_session","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"AoADiagnoseTests.test_write_reviewed_diagnosis_ref_rejects_green_session","semantic_key":"python:method:AoADiagnoseTests.test_write_reviewed_diagnosis_ref_rejects_green_session","source_id":"aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","symbol_kind":"method"} diff --git a/kag/indexes/shards/anchor/d9.jsonl b/kag/indexes/shards/anchor/d9.jsonl index 2ab1f5788..259acedb3 100644 --- a/kag/indexes/shards/anchor/d9.jsonl +++ b/kag/indexes/shards/anchor/d9.jsonl @@ -30,11 +30,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:87e976daf28cd9fba9ec6a4a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:87e976daf28cd9fba9ec6a4a","label":"aoa.tuning.overlay","locator":{"end_column":51,"end_line":65,"fragment":"","pointer":"/services/alloy/labels/aoa.tuning.overlay","start_column":7,"start_line":65},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/alloy/labels/aoa.tuning.overlay","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8774f424a3827f8e4d00dec7:aoa:abyss-stack:anchor:47cc4c4711f13c684547c54f","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:47cc4c4711f13c684547c54f","label":"type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/type","source_id":"aoa:abyss-stack:artifact:8774f424a3827f8e4d00dec7","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:1d6a29596ebc190734b996dd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1d6a29596ebc190734b996dd","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":173,"fragment":"","pointer":"","start_column":3,"start_line":173},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:173:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:27060b383b6d8070ae4acda8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:27060b383b6d8070ae4acda8","label":"source-structure","locator":{"end_column":19,"end_line":439,"fragment":"source-structure","pointer":"","start_column":1,"start_line":439},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-structure","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:cda0290b98b76883186d4f29","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cda0290b98b76883186d4f29","label":"unmodeled surface detection","locator":{"end_column":30,"end_line":468,"fragment":"unmodeled-surface-detection","pointer":"","start_column":1,"start_line":468},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:unmodeled-surface-detection","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:27060b383b6d8070ae4acda8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:27060b383b6d8070ae4acda8","label":"source-structure","locator":{"end_column":19,"end_line":452,"fragment":"source-structure","pointer":"","start_column":1,"start_line":452},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-structure","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:cda0290b98b76883186d4f29","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cda0290b98b76883186d4f29","label":"unmodeled surface detection","locator":{"end_column":30,"end_line":481,"fragment":"unmodeled-surface-detection","pointer":"","start_column":1,"start_line":481},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:unmodeled-surface-detection","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e:aoa:abyss-stack:anchor:6498c78b7491a48615470b76","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6498c78b7491a48615470b76","label":"LLAMA_ARG_ENDPOINT_METRICS","locator":{"end_column":37,"end_line":51,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_ENDPOINT_METRICS","start_column":7,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_ENDPOINT_METRICS","source_id":"aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a3768bb1b4757f9013b356b3:aoa:abyss-stack:anchor:adbaa82d6fc566c2ccc18de6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:adbaa82d6fc566c2ccc18de6","label":"verify_token","locator":{"end_column":10,"end_line":50,"fragment":"","pointer":"","start_column":5,"start_line":38},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaticBearerTokenVerifier.verify_token","target_ref":"python:AccessToken"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaticBearerTokenVerifier.verify_token","target_ref":"python:hmac.compare_digest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaticBearerTokenVerifier.verify_token","target_ref":"python:token.encode"}],"parser_ref":"python-ast@1","qualified_name":"StaticBearerTokenVerifier.verify_token","semantic_key":"python:method:StaticBearerTokenVerifier.verify_token","source_id":"aoa:abyss-stack:artifact:a3768bb1b4757f9013b356b3","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:e7296cc372cd3c1367663fdb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e7296cc372cd3c1367663fdb","label":"ABYSS-STACK-D-0053 Return Policy Validator Module","locator":{"end_column":111,"end_line":334,"fragment":"","pointer":"","start_column":3,"start_line":334},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-contract","target_ref":"../ABYSS-STACK-D-0053-return-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:334:3:0:../ABYSS-STACK-D-0053-return-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b035ee8c834460c2468f7ce8:aoa:abyss-stack:anchor:f810b7bf2498e9166aedf59e","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:f810b7bf2498e9166aedf59e","label":"created_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/created_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/created_at","source_id":"aoa:abyss-stack:artifact:b035ee8c834460c2468f7ce8","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5:aoa:abyss-stack:anchor:bfecd6c3931d4291f74be3f9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bfecd6c3931d4291f74be3f9","label":"test_playbook_federation_config_must_not_require_old_activation_example","locator":{"end_column":109,"end_line":93,"fragment":"","pointer":"","start_column":1,"start_line":82},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_playbook_federation_config_must_not_require_old_activation_example","target_ref":"python:config_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_playbook_federation_config_must_not_require_old_activation_example","target_ref":"python:run_active_topology_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_playbook_federation_config_must_not_require_old_activation_example","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_playbook_federation_config_must_not_require_old_activation_example","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_playbook_federation_config_must_not_require_old_activation_example","semantic_key":"python:function:test_playbook_federation_config_must_not_require_old_activation_example","source_id":"aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497:aoa:abyss-stack:anchor:80bb999a39f8337a7e290827","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:80bb999a39f8337a7e290827","label":"qwen3-openvino-family","locator":{"end_column":64,"end_line":87,"fragment":"","pointer":"","start_column":3,"start_line":87},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-cards","target_ref":"model-cards/qwen3-openvino-family.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:87:3:0:model-cards/qwen3-openvino-family.md","source_id":"aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","symbol_kind":""} @@ -51,7 +50,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:09234410f493ff549dd702b9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:09234410f493ff549dd702b9","label":"_graph_neighborhood_deferred_payload","locator":{"end_column":23,"end_line":7377,"fragment":"","pointer":"","start_column":5,"start_line":7318},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_deferred_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_deferred_payload","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_deferred_payload","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._graph_neighborhood_deferred_payload","semantic_key":"python:method:AoASessionMemoryMCPState._graph_neighborhood_deferred_payload","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:2bcccc6b20d5ffea759c77df","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2bcccc6b20d5ffea759c77df","label":"_compact_search_payload","locator":{"end_column":19,"end_line":1017,"fragment":"","pointer":"","start_column":1,"start_line":963},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:_compact_hit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:_compact_search_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:_compact_search_provider"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:_search_date_semantics"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:_search_mcp_route_plan"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:compact.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:dict"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:mcp_access.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_payload","target_ref":"python:payload.get"}],"parser_ref":"python-ast@1","qualified_name":"_compact_search_payload","semantic_key":"python:function:_compact_search_payload","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7:aoa:abyss-stack:anchor:4bc73e4cd2f15807ad255577","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4bc73e4cd2f15807ad255577","label":"Agon Runtime Mechanic","locator":{"end_column":23,"end_line":1,"fragment":"agon-runtime-mechanic","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agon-runtime-mechanic","source_id":"aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:8ea2fa588ba717212ac3a4cd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8ea2fa588ba717212ac3a4cd","label":"ABYSS-STACK-D-0057 Mechanics Topology Validator Module","locator":{"end_column":121,"end_line":114,"fragment":"","pointer":"","start_column":3,"start_line":114},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:114:3:0:../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4:aoa:abyss-stack:anchor:92321dec45291ebc71583c32","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:92321dec45291ebc71583c32","label":"ollama","locator":{"end_column":9,"end_line":2,"fragment":"","pointer":"/services/ollama","start_column":3,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ollama","source_id":"aoa:abyss-stack:artifact:ec2926a6f7243f425efeb0b4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef56699ffc0c3ce34db9a3af:aoa:abyss-stack:anchor:6020dc0c7915e7426bf18951","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6020dc0c7915e7426bf18951","label":"stats_owner_port_read","locator":{"end_column":10,"end_line":95,"fragment":"","pointer":"","start_column":5,"start_line":87},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.stats_owner_port_read","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.stats_owner_port_read","semantic_key":"python:method:build_server.stats_owner_port_read","source_id":"aoa:abyss-stack:artifact:ef56699ffc0c3ce34db9a3af","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:3cc6e2afbba2b96434b02f59","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:3cc6e2afbba2b96434b02f59","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:0d49fac8e2a9fd4f93bbf303","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0d49fac8e2a9fd4f93bbf303","label":"actual_effects","locator":{"end_column":22,"end_line":59,"fragment":"","pointer":"/abi/outputs/required/10","start_column":7,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs/required/10","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ffdbe3a1e7ee93cacfc080b6:aoa:abyss-stack:anchor:064134583bcf103866b4dc22","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:064134583bcf103866b4dc22","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ffdbe3a1e7ee93cacfc080b6","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/da.jsonl b/kag/indexes/shards/anchor/da.jsonl index c5be92949..b2cc3dab9 100644 --- a/kag/indexes/shards/anchor/da.jsonl +++ b/kag/indexes/shards/anchor/da.jsonl @@ -4,7 +4,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345:aoa:abyss-stack:anchor:6e0a2c8f7dc5293b39285a21","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6e0a2c8f7dc5293b39285a21","label":"install/FIRST_RUN","locator":{"end_column":44,"end_line":33,"fragment":"","pointer":"","start_column":3,"start_line":33},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"install/FIRST_RUN.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:33:3:0:install/FIRST_RUN.md","source_id":"aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0ce414fa33be8fcb4fd7edf3:aoa:abyss-stack:anchor:febb7a41ff13771bb6aba6e0","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:febb7a41ff13771bb6aba6e0","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:0ce414fa33be8fcb4fd7edf3","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:15e26f52678eeb36e96d8a82:aoa:abyss-stack:anchor:0460e6f5749bfaa382ef4b69","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0460e6f5749bfaa382ef4b69","label":"Experience Runtime Raw Legacy","locator":{"end_column":31,"end_line":1,"fragment":"experience-runtime-raw-legacy","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:experience-runtime-raw-legacy","source_id":"aoa:abyss-stack:artifact:15e26f52678eeb36e96d8a82","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:d0594776a3884aadcd0c8626","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d0594776a3884aadcd0c8626","label":"test_overlay_skill_surface_requires_skill_md_for_directory","locator":{"end_column":90,"end_line":185,"fragment":"","pointer":"","start_column":1,"start_line":173},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_overlay_skill_surface_requires_skill_md_for_directory","target_ref":"python:agent_skill_projection.validate_overlay_skill_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_overlay_skill_surface_requires_skill_md_for_directory","semantic_key":"python:function:test_overlay_skill_surface_requires_skill_md_for_directory","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:1a548e9218c9b7c28e355d3e:aoa:abyss-stack:anchor:8fbee2d737039e06b4e6e005","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8fbee2d737039e06b4e6e005","label":"Contract","locator":{"end_column":11,"end_line":14,"fragment":"contract","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:contract","source_id":"aoa:abyss-stack:artifact:1a548e9218c9b7c28e355d3e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:202707a3bea7ed2c707e0628:aoa:abyss-stack:anchor:1f145ae1ccfed88b5e860962","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:1f145ae1ccfed88b5e860962","label":"job_type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/job_type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/job_type","source_id":"aoa:abyss-stack:artifact:202707a3bea7ed2c707e0628","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:299566dcd65e4b988ae1f141:aoa:abyss-stack:anchor:68cafa3edb1f0397aebeb8b8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:68cafa3edb1f0397aebeb8b8","label":"VOICE_STORE","locator":{"end_column":26,"end_line":46,"fragment":"","pointer":"/services/tts-router/environment/VOICE_STORE","start_column":7,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tts-router/environment/VOICE_STORE","source_id":"aoa:abyss-stack:artifact:299566dcd65e4b988ae1f141","symbol_kind":""} @@ -37,7 +36,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:060a659663fd47d5eef990d1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:060a659663fd47d5eef990d1","label":"write_text_exact","locator":{"end_column":40,"end_line":264,"fragment":"","pointer":"","start_column":1,"start_line":263},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_text_exact","target_ref":"python:TRIALS.write_text_exact"}],"parser_ref":"python-ast@1","qualified_name":"write_text_exact","semantic_key":"python:function:write_text_exact","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:8246fc0850922eb72bd995b9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8246fc0850922eb72bd995b9","label":"\"yes\"","locator":{"end_column":13,"end_line":61,"fragment":"","pointer":"/services/redis/command/2","start_column":7,"start_line":61},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/redis/command/2","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:477114f8e5e60d9d93813eda","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:477114f8e5e60d9d93813eda","label":"ABYSS-STACK-D-0020 Docs District Topology","locator":{"end_column":95,"end_line":26,"fragment":"","pointer":"","start_column":3,"start_line":26},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-route","target_ref":"../ABYSS-STACK-D-0020-docs-district-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:26:3:0:../ABYSS-STACK-D-0020-docs-district-topology.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:6afa43bd4a9a7dc5283fa2b4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6afa43bd4a9a7dc5283fa2b4","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":326,"fragment":"","pointer":"","start_column":3,"start_line":326},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:root-orchestrator","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:326:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:8986cc3be57f1df0f2b07585","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8986cc3be57f1df0f2b07585","label":"alloy_data","locator":{"end_column":42,"end_line":102,"fragment":"","pointer":"/services/alloy/volumes/4/alloy_data","start_column":7,"start_line":102},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/alloy/volumes/4/alloy_data","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bf2d26c4331f9b61e93a3d29:aoa:abyss-stack:anchor:de2151dd515de4ba6e9b1562","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:de2151dd515de4ba6e9b1562","label":"log_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/log_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/log_id","source_id":"aoa:abyss-stack:artifact:bf2d26c4331f9b61e93a3d29","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:c3e4f6b07dd7235e9142d86f:aoa:abyss-stack:anchor:95b1170810964d97d5a295a4","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:95b1170810964d97d5a295a4","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:c3e4f6b07dd7235e9142d86f","symbol_kind":""} @@ -54,6 +52,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:2ca06009d8f425221a9a0aad","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2ca06009d8f425221a9a0aad","label":"session_pattern_scan","locator":{"end_column":10,"end_line":6082,"fragment":"","pointer":"","start_column":5,"start_line":6050},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:_coerce_limit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:_compact_hit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:_split_pipe"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:_split_pipe"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:aggregates.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:search.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:search.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:self._bump"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:self._bump"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:self._bump"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:self._bump"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:self._bump"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:self._bump"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:self._bump"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:self._top_counts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_pattern_scan","target_ref":"python:self.session_search"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState.session_pattern_scan","semantic_key":"python:method:AoASessionMemoryMCPState.session_pattern_scan","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:b53b565ede7f3b5451b6d62e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b53b565ede7f3b5451b6d62e","label":"_graph_neighborhood_read_error_payload","locator":{"end_column":23,"end_line":7430,"fragment":"","pointer":"","start_column":5,"start_line":7379},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_read_error_payload","target_ref":"python:db_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_read_error_payload","target_ref":"python:db_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_read_error_payload","target_ref":"python:payload.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_read_error_payload","target_ref":"python:self._archive_command_line"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_neighborhood_read_error_payload","target_ref":"python:self._graph_neighborhood_deferred_payload"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._graph_neighborhood_read_error_payload","semantic_key":"python:method:AoASessionMemoryMCPState._graph_neighborhood_read_error_payload","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e7ba94b5d0c3b11353c9428a:aoa:abyss-stack:anchor:54147ca27e9410ea33d101cf","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:54147ca27e9410ea33d101cf","label":"id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/id","source_id":"aoa:abyss-stack:artifact:e7ba94b5d0c3b11353c9428a","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:0bb1f3be3b044d6303bd9b04","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0bb1f3be3b044d6303bd9b04","label":"ABYSS-STACK-D-0005 Operator Wrappers With Part-Local Backends","locator":{"end_column":135,"end_line":82,"fragment":"","pointer":"","start_column":3,"start_line":82},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:82:3:0:../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4afb79f5156758000028500:aoa:abyss-stack:anchor:23ba6f75e0d8dd6e35775c5e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:23ba6f75e0d8dd6e35775c5e","label":"Source surfaces","locator":{"end_column":18,"end_line":84,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":84},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:f4afb79f5156758000028500","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:4c291a7c14159db4b992619e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4c291a7c14159db4b992619e","label":"default_repo_root","locator":{"end_column":47,"end_line":52,"fragment":"","pointer":"/default_repo_root","start_column":7,"start_line":52},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/default_repo_root","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/db.jsonl b/kag/indexes/shards/anchor/db.jsonl index 3611553b7..0b3f97354 100644 --- a/kag/indexes/shards/anchor/db.jsonl +++ b/kag/indexes/shards/anchor/db.jsonl @@ -12,7 +12,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:1ffbe48a404df9817be3dd6b:aoa:abyss-stack:anchor:ce0360507b4dbba99b07f3c3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ce0360507b4dbba99b07f3c3","label":"schema_properties","locator":{"end_column":52,"end_line":167,"fragment":"","pointer":"","start_column":1,"start_line":163},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:schema_properties","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:schema_properties","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:schema_properties","target_ref":"python:schema.get"}],"parser_ref":"python-ast@1","qualified_name":"schema_properties","semantic_key":"python:function:schema_properties","source_id":"aoa:abyss-stack:artifact:1ffbe48a404df9817be3dd6b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:d2f9d9bf9c0e2b88010d7b8f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d2f9d9bf9c0e2b88010d7b8f","label":"run_w2_preflight","locator":{"end_column":51,"end_line":4043,"fragment":"","pointer":"","start_column":1,"start_line":4042},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w2_preflight","target_ref":"python:run_supervised_route_preflight"}],"parser_ref":"python-ast@1","qualified_name":"run_w2_preflight","semantic_key":"python:function:run_w2_preflight","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:2c3328783260acd2e9108d2a:aoa:abyss-stack:anchor:3810234125a48aa460bae1d1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3810234125a48aa460bae1d1","label":"query_graph","locator":{"end_column":10,"end_line":364,"fragment":"","pointer":"","start_column":5,"start_line":341},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:_boundary_errors"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:_compact_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:_selected_run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:self._run_cli"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoATelegramConnectorMCPState.query_graph","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoATelegramConnectorMCPState.query_graph","semantic_key":"python:method:AoATelegramConnectorMCPState.query_graph","source_id":"aoa:abyss-stack:artifact:2c3328783260acd2e9108d2a","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:15e1f60f8178829c91dc358d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:15e1f60f8178829c91dc358d","label":"test_skill_projection_accepts_checkout_safe_target_file","locator":{"end_column":37,"end_line":386,"fragment":"","pointer":"","start_column":5,"start_line":368},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:agent_skill_projection.validate_agent_skill_projection_routes"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:overlay.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:skill_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_skill_projection_accepts_checkout_safe_target_file","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_skill_projection_accepts_checkout_safe_target_file","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:15e1f60f8178829c91dc358d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:15e1f60f8178829c91dc358d","label":"test_skill_projection_accepts_checkout_safe_target_file","locator":{"end_column":37,"end_line":370,"fragment":"","pointer":"","start_column":5,"start_line":355},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:agent_skill_projection.validate_agent_skill_projection_routes"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:skill_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_accepts_checkout_safe_target_file","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_skill_projection_accepts_checkout_safe_target_file","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_skill_projection_accepts_checkout_safe_target_file","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:4c54692053d28a2d5928da2b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4c54692053d28a2d5928da2b","label":"test_entity_usage_audit_compacts_heavy_archive_payload_for_mcp","locator":{"end_column":49,"end_line":5393,"fragment":"","pointer":"","start_column":1,"start_line":5328},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_usage_audit_compacts_heavy_archive_payload_for_mcp","target_ref":"python:HeavyUsageRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_usage_audit_compacts_heavy_archive_payload_for_mcp","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_usage_audit_compacts_heavy_archive_payload_for_mcp","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_usage_audit_compacts_heavy_archive_payload_for_mcp","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_usage_audit_compacts_heavy_archive_payload_for_mcp","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_usage_audit_compacts_heavy_archive_payload_for_mcp","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_usage_audit_compacts_heavy_archive_payload_for_mcp","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_usage_audit_compacts_heavy_archive_payload_for_mcp","target_ref":"python:state.session_entity_usage_audit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_entity_usage_audit_compacts_heavy_archive_payload_for_mcp","target_ref":"python:state_with_fixture"}],"parser_ref":"python-ast@1","qualified_name":"test_entity_usage_audit_compacts_heavy_archive_payload_for_mcp","semantic_key":"python:function:test_entity_usage_audit_compacts_heavy_archive_payload_for_mcp","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:eddb7dd7547d31acfee1af85","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:eddb7dd7547d31acfee1af85","label":"write_process","locator":{"end_column":84,"end_line":4451,"fragment":"","pointer":"","start_column":5,"start_line":4444},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_transport_preflight_restarts_for_core_change_when_auto_reload_disabled.write_process","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_transport_preflight_restarts_for_core_change_when_auto_reload_disabled.write_process","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_transport_preflight_restarts_for_core_change_when_auto_reload_disabled.write_process","target_ref":"python:part.encode"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_transport_preflight_restarts_for_core_change_when_auto_reload_disabled.write_process","target_ref":"python:process_dir.joinpath"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_transport_preflight_restarts_for_core_change_when_auto_reload_disabled.write_process","target_ref":"python:process_dir.joinpath"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_transport_preflight_restarts_for_core_change_when_auto_reload_disabled.write_process","target_ref":"python:process_dir.joinpath"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_transport_preflight_restarts_for_core_change_when_auto_reload_disabled.write_process","target_ref":"python:process_dir.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_transport_preflight_restarts_for_core_change_when_auto_reload_disabled.write_process","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"test_transport_preflight_restarts_for_core_change_when_auto_reload_disabled.write_process","semantic_key":"python:method:test_transport_preflight_restarts_for_core_change_when_auto_reload_disabled.write_process","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:395c130db2603818245bdecb:aoa:abyss-stack:anchor:1b5bb567614aaa2a34d3406a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1b5bb567614aaa2a34d3406a","label":"resolved_modules","locator":{"end_column":19,"end_line":58,"fragment":"","pointer":"","start_column":1,"start_line":38},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolved_modules","target_ref":"python:modules.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolved_modules","target_ref":"python:profile_order.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolved_modules","target_ref":"python:profile_order.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolved_modules","target_ref":"python:seen_modules.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolved_modules","target_ref":"python:seen_profiles.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolved_modules","target_ref":"python:seen_profiles.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolved_modules","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolved_modules","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolved_modules","target_ref":"python:uncommented_lines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolved_modules","target_ref":"python:uncommented_lines"}],"parser_ref":"python-ast@1","qualified_name":"resolved_modules","semantic_key":"python:function:resolved_modules","source_id":"aoa:abyss-stack:artifact:395c130db2603818245bdecb","symbol_kind":"function"} @@ -28,6 +28,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:65fc97883f02ba376d5d0213:aoa:abyss-stack:anchor:dabae54f2b1db8aeaa8225f3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:dabae54f2b1db8aeaa8225f3","label":"Decision","locator":{"end_column":11,"end_line":35,"fragment":"decision","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:65fc97883f02ba376d5d0213","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6608ce56cda8da7b23543c51:aoa:abyss-stack:anchor:35970b9d7ace98e77cfdc571","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:35970b9d7ace98e77cfdc571","label":"typing_context","locator":{"end_column":10,"end_line":216,"fragment":"","pointer":"","start_column":5,"start_line":210},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.typing_context","target_ref":"python:mcp.prompt"}],"parser_ref":"python-ast@1","qualified_name":"build_server.typing_context","semantic_key":"python:method:build_server.typing_context","source_id":"aoa:abyss-stack:artifact:6608ce56cda8da7b23543c51","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:6b623d738010f930bf73db8a:aoa:abyss-stack:anchor:6f193836748bbc5f4d2641c1","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:6f193836748bbc5f4d2641c1","label":"captured_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/captured_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/captured_at","source_id":"aoa:abyss-stack:artifact:6b623d738010f930bf73db8a","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b:aoa:abyss-stack:anchor:81c37c54bd0eda2d2ede6968","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:81c37c54bd0eda2d2ede6968","label":"Decision","locator":{"end_column":11,"end_line":37,"fragment":"decision","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:cd1754c68dec19f27b0e086c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:cd1754c68dec19f27b0e086c","label":"--max_housekeeping_interval=${AOA_CADVISOR_MAX_HOUSEKEEPING_INTERVAL","locator":{"end_column":83,"end_line":29,"fragment":"","pointer":"/services/cadvisor/command/1/--max_housekeeping_interval=${AOA_CADVISOR_MAX_HOUSEKEEPING_INTERVAL","start_column":7,"start_line":29},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/cadvisor/command/1/--max_housekeeping_interval=${AOA_CADVISOR_MAX_HOUSEKEEPING_INTERVAL","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:d17e95774e777e67ec15eb1e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d17e95774e777e67ec15eb1e","label":"validation lane","locator":{"end_column":18,"end_line":135,"fragment":"validation-lane","pointer":"","start_column":1,"start_line":135},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation-lane","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:912fc40e7baa6020c4d0acb0:aoa:abyss-stack:anchor:2ed090ae816764b71c401749","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2ed090ae816764b71c401749","label":"build_parser","locator":{"end_column":18,"end_line":46,"fragment":"","pointer":"","start_column":1,"start_line":37},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"}],"parser_ref":"python-ast@1","qualified_name":"build_parser","semantic_key":"python:function:build_parser","source_id":"aoa:abyss-stack:artifact:912fc40e7baa6020c4d0acb0","symbol_kind":"function"} @@ -51,10 +52,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e018972f7ca39f5427ff1eeb:aoa:abyss-stack:anchor:c9e130c7ff2cd42892cc8855","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c9e130c7ff2cd42892cc8855","label":"benchmark_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/benchmark_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/benchmark_id","source_id":"aoa:abyss-stack:artifact:e018972f7ca39f5427ff1eeb","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:e4feca3e0d433f528270edf3:aoa:abyss-stack:anchor:483a99b2d55bb043ea335d1d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:483a99b2d55bb043ea335d1d","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:e4feca3e0d433f528270edf3","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:2f6707f84dd431537cfccb48","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2f6707f84dd431537cfccb48","label":"server","locator":{"end_column":7,"end_line":3,"fragment":"","pointer":"/server","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/server","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:ba4b36aaa4022a1ae775bc2b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ba4b36aaa4022a1ae775bc2b","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":74,"fragment":"","pointer":"","start_column":3,"start_line":74},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:74:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef819ea912b1550023dc4204:aoa:abyss-stack:anchor:49853a0e28167af702ea8df9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:49853a0e28167af702ea8df9","label":"run_command","locator":{"end_column":6,"end_line":33,"fragment":"","pointer":"","start_column":1,"start_line":20},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_command","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"run_command","semantic_key":"python:function:run_command","source_id":"aoa:abyss-stack:artifact:ef819ea912b1550023dc4204","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:0661a1a965d5a840edf73ec3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0661a1a965d5a840edf73ec3","label":"ABYSS-STACK-D-0005 Operator Wrappers With Part-Local Backends","locator":{"end_column":135,"end_line":74,"fragment":"","pointer":"","start_column":3,"start_line":74},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection","target_ref":"../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:74:3:0:../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:5cdf742ab3b3b2b34866d79a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5cdf742ab3b3b2b34866d79a","label":"ABYSS-STACK-D-0061 Active Topology Language Validator Module","locator":{"end_column":133,"end_line":220,"fragment":"","pointer":"","start_column":3,"start_line":220},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../ABYSS-STACK-D-0061-active-topology-language-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:220:3:0:../ABYSS-STACK-D-0061-active-topology-language-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4afb79f5156758000028500:aoa:abyss-stack:anchor:a7c0002c12ea66ba9e7d36b1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a7c0002c12ea66ba9e7d36b1","label":"Follow-up route","locator":{"end_column":18,"end_line":95,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":95},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:f4afb79f5156758000028500","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6:aoa:abyss-stack:anchor:5a8dbd959d6a557904cd8421","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5a8dbd959d6a557904cd8421","label":"`42-agent-api-intel.yml`","locator":{"end_column":27,"end_line":80,"fragment":"42-agent-api-intelyml","pointer":"","start_column":1,"start_line":80},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:42-agent-api-intelyml","source_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6:aoa:abyss-stack:anchor:ebe6e4f6de712a8054c90a0d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ebe6e4f6de712a8054c90a0d","label":"`52-tos-graph.yml`","locator":{"end_column":21,"end_line":159,"fragment":"52-tos-graphyml","pointer":"","start_column":1,"start_line":159},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:52-tos-graphyml","source_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/dc.jsonl b/kag/indexes/shards/anchor/dc.jsonl index be5acbc0d..e349763e2 100644 --- a/kag/indexes/shards/anchor/dc.jsonl +++ b/kag/indexes/shards/anchor/dc.jsonl @@ -44,9 +44,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a5ee0a6421758851103923ed:aoa:abyss-stack:anchor:9cbeab1ace3e0cbaf918f8f8","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:9cbeab1ace3e0cbaf918f8f8","label":"result","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/result","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/result","source_id":"aoa:abyss-stack:artifact:a5ee0a6421758851103923ed","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:aafc77e27f12f5cf4e36f54e:aoa:abyss-stack:anchor:b282ca3c785cb8e3dd0018f8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b282ca3c785cb8e3dd0018f8","label":"Shape","locator":{"end_column":8,"end_line":3,"fragment":"shape","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:shape","source_id":"aoa:abyss-stack:artifact:aafc77e27f12f5cf4e36f54e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ab5d0f048eef7c71583e29f4:aoa:abyss-stack:anchor:c8c68bf6417f92fd5c14d0f2","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c8c68bf6417f92fd5c14d0f2","label":"created_at","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/created_at","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/created_at","source_id":"aoa:abyss-stack:artifact:ab5d0f048eef7c71583e29f4","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:a7f60f60e2f57df1098a116b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a7f60f60e2f57df1098a116b","label":"runtime contract","locator":{"end_column":19,"end_line":332,"fragment":"runtime-contract","pointer":"","start_column":1,"start_line":332},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-contract","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:a7f60f60e2f57df1098a116b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a7f60f60e2f57df1098a116b","label":"runtime contract","locator":{"end_column":19,"end_line":337,"fragment":"runtime-contract","pointer":"","start_column":1,"start_line":337},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-contract","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:bffd63d91e67b6d1c8158a7c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:bffd63d91e67b6d1c8158a7c","label":"Configs projection","locator":{"end_column":21,"end_line":186,"fragment":"configs-projection","pointer":"","start_column":1,"start_line":186},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:configs-projection","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:5246b362e7c0b4ee06d5bbfa","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5246b362e7c0b4ee06d5bbfa","label":"compose","locator":{"end_column":31,"end_line":168,"fragment":"","pointer":"","start_column":3,"start_line":168},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"compose/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:168:3:0:compose/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:aabe95761bf5388e646dc51b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:aabe95761bf5388e646dc51b","label":"REFERENCE_PLATFORM_SPEC","locator":{"end_column":228,"end_line":45,"fragment":"","pointer":"","start_column":123,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:45:123:1:mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:cdde2b1dd69f1eca9b66c95e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cdde2b1dd69f1eca9b66c95e","label":"aoa_session_brief","locator":{"end_column":89,"end_line":426,"fragment":"","pointer":"","start_column":5,"start_line":424},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_brief","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_brief","semantic_key":"python:method:build_server.aoa_session_brief","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b5abd40eaa5b4d9579b53cc7:aoa:abyss-stack:anchor:5e3d533ef078c4fe60e89d16","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5e3d533ef078c4fe60e89d16","label":"Role","locator":{"end_column":7,"end_line":3,"fragment":"role","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:role","source_id":"aoa:abyss-stack:artifact:b5abd40eaa5b4d9579b53cc7","symbol_kind":""} @@ -70,7 +69,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5:aoa:abyss-stack:anchor:f3c9a9280fdcf9111129dd09","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f3c9a9280fdcf9111129dd09","label":"depends_on","locator":{"end_column":14,"end_line":27,"fragment":"","pointer":"/depends_on","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/depends_on","source_id":"aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:003efb4ca73f1389bc3f27e6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:003efb4ca73f1389bc3f27e6","label":"_read_session_file","locator":{"end_column":10,"end_line":8906,"fragment":"","pointer":"","start_column":5,"start_line":8894},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._read_session_file","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._read_session_file","target_ref":"python:path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._read_session_file","target_ref":"python:self._resolve_session_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._read_session_file","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._read_session_file","target_ref":"python:self.authority_boundary"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._read_session_file","semantic_key":"python:method:AoASessionMemoryMCPState._read_session_file","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e7ba94b5d0c3b11353c9428a:aoa:abyss-stack:anchor:087b3150cf703d093119d5a9","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:087b3150cf703d093119d5a9","label":"owner_repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/owner_repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/owner_repo","source_id":"aoa:abyss-stack:artifact:e7ba94b5d0c3b11353c9428a","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:bba777d4fead685861f77fe5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bba777d4fead685861f77fe5","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":46,"fragment":"","pointer":"","start_column":3,"start_line":46},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:46:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ed0b82ede2f0b706cdea886f:aoa:abyss-stack:anchor:62049006edd4334378b7e080","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:62049006edd4334378b7e080","label":"Agents-of-Abyss","locator":{"end_column":169,"end_line":30,"fragment":"","pointer":"","start_column":52,"start_line":30},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-notes","target_ref":"https://github.com/8Dionysus/Agents-of-Abyss/blob/main/docs/EXPERIENCE_WAVE4_POLIS_CONSTITUTION.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:30:52:0:https://github.com/8Dionysus/Agents-of-Abyss/blob/main/docs/EXPERIENCE_WAVE4_POLIS_CONSTITUTION.md","source_id":"aoa:abyss-stack:artifact:ed0b82ede2f0b706cdea886f","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:6a39e5655b9062bb60774ac8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6a39e5655b9062bb60774ac8","label":"ABYSS-STACK-D-0039 Validation Command Authority And Technical Topology","locator":{"end_column":153,"end_line":128,"fragment":"","pointer":"","start_column":3,"start_line":128},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:128:3:0:../ABYSS-STACK-D-0039-validation-command-authority-and-technical-topology.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:e1c0b7a479dbfc693c127c53","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e1c0b7a479dbfc693c127c53","label":"decision lane","locator":{"end_column":16,"end_line":172,"fragment":"decision-lane","pointer":"","start_column":1,"start_line":172},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision-lane","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:e1c0b7a479dbfc693c127c53","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e1c0b7a479dbfc693c127c53","label":"decision lane","locator":{"end_column":16,"end_line":177,"fragment":"decision-lane","pointer":"","start_column":1,"start_line":177},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision-lane","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:e6f5cb7d634c4ed86f32e301","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e6f5cb7d634c4ed86f32e301","label":"philosophy_snapshot","locator":{"end_column":10,"end_line":603,"fragment":"","pointer":"","start_column":5,"start_line":596},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_snapshot","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_snapshot","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_snapshot","target_ref":"python:self.philosophy_projection"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.philosophy_snapshot","semantic_key":"python:method:ToSCorpusMCPState.philosophy_snapshot","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} diff --git a/kag/indexes/shards/anchor/dd.jsonl b/kag/indexes/shards/anchor/dd.jsonl index 88c67f988..f25e1d1a2 100644 --- a/kag/indexes/shards/anchor/dd.jsonl +++ b/kag/indexes/shards/anchor/dd.jsonl @@ -3,7 +3,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:02ac6c7fa36ffb9bba053b1d:aoa:abyss-stack:anchor:be560fd074eedf3042f8bcc1","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:be560fd074eedf3042f8bcc1","label":"path","locator":{"end_column":39,"end_line":11,"fragment":"","pointer":"/providers/0/options/path","start_column":7,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/providers/0/options/path","source_id":"aoa:abyss-stack:artifact:02ac6c7fa36ffb9bba053b1d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:674a255a84f9e8093832ef24","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:674a255a84f9e8093832ef24","label":"execute_w2_actions","locator":{"end_column":65,"end_line":3486,"fragment":"","pointer":"","start_column":1,"start_line":3394},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:action.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:action.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:action.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:action.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:capture_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:capture_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:capture_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:capture_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:capture_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:capture_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:capture_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:command_spec.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:command_spec.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:command_spec.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:http_get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:http_spec.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:http_spec.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:outcomes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:outcomes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:persist_http_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:execute_w2_actions","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"execute_w2_actions","semantic_key":"python:function:execute_w2_actions","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:061b6658d5ef75b1c438bf08:aoa:abyss-stack:anchor:70a00a730f9e349f90e99684","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:70a00a730f9e349f90e99684","label":"build-backend","locator":{"end_column":39,"end_line":3,"fragment":"","pointer":"build-system.build-backend","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:build-system.build-backend","source_id":"aoa:abyss-stack:artifact:061b6658d5ef75b1c438bf08","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:7b71c6f3672137530f68149e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7b71c6f3672137530f68149e","label":"Validation","locator":{"end_column":14,"end_line":636,"fragment":"validation","pointer":"","start_column":1,"start_line":636},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:7b71c6f3672137530f68149e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7b71c6f3672137530f68149e","label":"Validation","locator":{"end_column":14,"end_line":638,"fragment":"validation","pointer":"","start_column":1,"start_line":638},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0af86ca6a25a0f270c29a17e:aoa:abyss-stack:anchor:73b93fec68c6e16af2cb8fd1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:73b93fec68c6e16af2cb8fd1","label":"Threat Model","locator":{"end_column":14,"end_line":1,"fragment":"threat-model","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:threat-model","source_id":"aoa:abyss-stack:artifact:0af86ca6a25a0f270c29a17e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0df719f74f05463e2a865840:aoa:abyss-stack:anchor:298d55621d86d0008b9e3d96","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:298d55621d86d0008b9e3d96","label":"title","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/title","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/title","source_id":"aoa:abyss-stack:artifact:0df719f74f05463e2a865840","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:1b68380fca493a50862e6287:aoa:abyss-stack:anchor:33ee7f50ca9fed0439030437","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:33ee7f50ca9fed0439030437","label":"runs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/runs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/runs","source_id":"aoa:abyss-stack:artifact:1b68380fca493a50862e6287","symbol_kind":"json_key"} @@ -41,6 +41,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:1e14e6d927615c3acb976553","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1e14e6d927615c3acb976553","label":"write_approval_status","locator":{"end_column":19,"end_line":652,"fragment":"","pointer":"","start_column":1,"start_line":628},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_approval_status","target_ref":"python:approval_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_approval_status","target_ref":"python:approval_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_approval_status","target_ref":"python:existing.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_approval_status","target_ref":"python:existing.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_approval_status","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_approval_status","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"write_approval_status","semantic_key":"python:function:write_approval_status","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c:aoa:abyss-stack:anchor:f31ab9c326712d349d2ffd11","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f31ab9c326712d349d2ffd11","label":"latest_promotion_payload","locator":{"end_column":21,"end_line":295,"fragment":"","pointer":"","start_column":1,"start_line":282},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:latest_promotion_payload","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:latest_promotion_payload","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:latest_promotion_payload","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:latest_promotion_payload","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:latest_promotion_payload","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:latest_promotion_payload","target_ref":"python:pointer.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:latest_promotion_payload","target_ref":"python:promotion_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:latest_promotion_payload","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"latest_promotion_payload","semantic_key":"python:function:latest_promotion_payload","source_id":"aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:ac80b3dd9e6f6c57742ce63d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ac80b3dd9e6f6c57742ce63d","label":"MEMO_RUNTIME_SEAM","locator":{"end_column":187,"end_line":48,"fragment":"","pointer":"","start_column":98,"start_line":48},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"mechanics/federation-seams/parts/memo-seam/docs/MEMO_RUNTIME_SEAM.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:48:98:1:mechanics/federation-seams/parts/memo-seam/docs/MEMO_RUNTIME_SEAM.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:c75dc318902830b1fa06c050","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c75dc318902830b1fa06c050","label":"mechanics/runtime-repair","locator":{"end_column":222,"end_line":66,"fragment":"","pointer":"","start_column":160,"start_line":66},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"mechanics/runtime-repair/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:66:160:1:mechanics/runtime-repair/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b7a803cf2072eed6a6825168:aoa:abyss-stack:anchor:6a69a2e9d9586b05164494c8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6a69a2e9d9586b05164494c8","label":"Current presets","locator":{"end_column":18,"end_line":19,"fragment":"current-presets","pointer":"","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:current-presets","source_id":"aoa:abyss-stack:artifact:b7a803cf2072eed6a6825168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8efdbcda2c5c07a201e758f:aoa:abyss-stack:anchor:e730891d8a3d51a68d190aba","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:e730891d8a3d51a68d190aba","label":"AoA 4PDA Connector MCP","locator":{"end_column":24,"end_line":1,"fragment":"aoa-4pda-connector-mcp","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:aoa-4pda-connector-mcp","source_id":"aoa:abyss-stack:artifact:b8efdbcda2c5c07a201e758f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b96f6d6dd54a2bf9b3edaa7a:aoa:abyss-stack:anchor:352665d6fe0d60032ed7f928","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:352665d6fe0d60032ed7f928","label":"derived_stats","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/derived_stats","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/derived_stats","source_id":"aoa:abyss-stack:artifact:b96f6d6dd54a2bf9b3edaa7a","symbol_kind":"json_key"} @@ -57,7 +58,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:09370ab9ee46f6ea93201273","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:09370ab9ee46f6ea93201273","label":"edges_for","locator":{"end_column":39,"end_line":7986,"fragment":"","pointer":"","start_column":13,"start_line":7959},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes.edges_for","target_ref":"python:conn.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes.edges_for","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes.edges_for","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes.edges_for","target_ref":"python:rows.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes.edges_for","target_ref":"python:seen.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes.edges_for","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._graph_sqlite_event_routes.edges_for","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._graph_sqlite_event_routes.edges_for","semantic_key":"python:method:AoASessionMemoryMCPState._graph_sqlite_event_routes.edges_for","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:e75f86c0a056d8ef12902599","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e75f86c0a056d8ef12902599","label":"_normalize_agent_event_classes","locator":{"end_column":30,"end_line":693,"fragment":"","pointer":"","start_column":1,"start_line":684},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_normalize_agent_event_classes","target_ref":"python:_normalize_agent_event_class"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_normalize_agent_event_classes","target_ref":"python:classes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_normalize_agent_event_classes","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_normalize_agent_event_classes","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_normalize_agent_event_classes","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_normalize_agent_event_classes","semantic_key":"python:function:_normalize_agent_event_classes","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345:aoa:abyss-stack:anchor:20004d737449d4171df17c7c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:20004d737449d4171df17c7c","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:aaca182e226c5eb5f1e344f9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:aaca182e226c5eb5f1e344f9","label":"federation-seams","locator":{"end_column":19,"end_line":35,"fragment":"federation-seams","pointer":"","start_column":1,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation-seams","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:aaca182e226c5eb5f1e344f9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:aaca182e226c5eb5f1e344f9","label":"federation-seams","locator":{"end_column":19,"end_line":36,"fragment":"federation-seams","pointer":"","start_column":1,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation-seams","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:ae784cd3b2a91b29f8182298","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ae784cd3b2a91b29f8182298","label":"normalize_hits","locator":{"end_column":22,"end_line":593,"fragment":"","pointer":"","start_column":1,"start_line":581},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_hits","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_hits","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_hits","target_ref":"python:hit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_hits","target_ref":"python:normalized.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:normalize_hits","target_ref":"python:payload.get"}],"parser_ref":"python-ast@1","qualified_name":"normalize_hits","semantic_key":"python:function:normalize_hits","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ef56699ffc0c3ce34db9a3af:aoa:abyss-stack:anchor:84b2ead879cddcbc18c45343","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:84b2ead879cddcbc18c45343","label":"_run_server","locator":{"end_column":44,"end_line":26,"fragment":"","pointer":"","start_column":1,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:_http_auth_kwargs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:_transport_settings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:server.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_run_server","target_ref":"python:server.run"}],"parser_ref":"python-ast@1","qualified_name":"_run_server","semantic_key":"python:function:_run_server","source_id":"aoa:abyss-stack:artifact:ef56699ffc0c3ce34db9a3af","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f323b2bec780ad026a892be1:aoa:abyss-stack:anchor:51bb33bdf4db98daa1b31dc3","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:51bb33bdf4db98daa1b31dc3","label":"schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema","source_id":"aoa:abyss-stack:artifact:f323b2bec780ad026a892be1","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/de.jsonl b/kag/indexes/shards/anchor/de.jsonl index 053526e16..bf3aeadb4 100644 --- a/kag/indexes/shards/anchor/de.jsonl +++ b/kag/indexes/shards/anchor/de.jsonl @@ -1,7 +1,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:1fbdbe8f888505b156ee2f2f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1fbdbe8f888505b156ee2f2f","label":"ensure_w4_worktree_neighbor_links","locator":{"end_column":19,"end_line":7403,"fragment":"","pointer":"","start_column":1,"start_line":7393},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w4_worktree_neighbor_links","target_ref":"python:created.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w4_worktree_neighbor_links","target_ref":"python:link_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w4_worktree_neighbor_links","target_ref":"python:link_path.symlink_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w4_worktree_neighbor_links","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ensure_w4_worktree_neighbor_links","target_ref":"python:target.exists"}],"parser_ref":"python-ast@1","qualified_name":"ensure_w4_worktree_neighbor_links","semantic_key":"python:function:ensure_w4_worktree_neighbor_links","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:03da311a8d0a9cacb0d14c33:aoa:abyss-stack:anchor:8a30bdb18721d31426de919d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8a30bdb18721d31426de919d","label":"_assert_public_sidecars_do_not_leak_local_root","locator":{"end_column":96,"end_line":243,"fragment":"","pointer":"","start_column":1,"start_line":234},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_public_sidecars_do_not_leak_local_root","target_ref":"python:Path.home"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_public_sidecars_do_not_leak_local_root","target_ref":"python:REPO_ROOT.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_public_sidecars_do_not_leak_local_root","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_public_sidecars_do_not_leak_local_root","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_public_sidecars_do_not_leak_local_root","target_ref":"python:bundle_dir.iterdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_public_sidecars_do_not_leak_local_root","target_ref":"python:leaks.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_public_sidecars_do_not_leak_local_root","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_public_sidecars_do_not_leak_local_root","target_ref":"python:path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_public_sidecars_do_not_leak_local_root","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_public_sidecars_do_not_leak_local_root","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_assert_public_sidecars_do_not_leak_local_root","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_assert_public_sidecars_do_not_leak_local_root","semantic_key":"python:function:_assert_public_sidecars_do_not_leak_local_root","source_id":"aoa:abyss-stack:artifact:03da311a8d0a9cacb0d14c33","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:05bab38ce2d9e3e3f5e9da3b:aoa:abyss-stack:anchor:80ee64d433c5e2ad68f4c188","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:80ee64d433c5e2ad68f4c188","label":"test_mcp_http_codex_client_install_is_idempotent_and_removable","locator":{"end_column":66,"end_line":540,"fragment":"","pointer":"","start_column":5,"start_line":438},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:MCP_HTTP_CODEX_CLIENT.read_bytes"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:capture_token.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:credential.chmod"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:credential.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:credential.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:deployed_launcher.chmod"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:deployed_launcher.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:deployed_launcher.write_bytes"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:env.pop"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:env.pop"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:env.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:fake_codex.chmod"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:fake_codex.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:first_zshrc.count"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:hasattr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:home.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:os.environ.copy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:os.geteuid"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:shutil.which"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:unittest.skipIf"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:zshrc.chmod"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:zshrc.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:zshrc.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:zshrc.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:zshrc.stat"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:zshrc.stat"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","target_ref":"python:zshrc.write_text"}],"parser_ref":"python-ast@1","qualified_name":"RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","semantic_key":"python:method:RuntimeLifecycleUserUnitTests.test_mcp_http_codex_client_install_is_idempotent_and_removable","source_id":"aoa:abyss-stack:artifact:05bab38ce2d9e3e3f5e9da3b","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:0980dbc51935efe25f5b4762","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0980dbc51935efe25f5b4762","label":"Notes","locator":{"end_column":9,"end_line":732,"fragment":"notes-3","pointer":"","start_column":1,"start_line":732},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:notes-3","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:0980dbc51935efe25f5b4762","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0980dbc51935efe25f5b4762","label":"Notes","locator":{"end_column":9,"end_line":734,"fragment":"notes-3","pointer":"","start_column":1,"start_line":734},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:notes-3","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:073dd6d37ba43a279a298d4a:aoa:abyss-stack:anchor:b9603aa7307a4097ffb792d3","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b9603aa7307a4097ffb792d3","label":"AOA_RETURN_LOG_ROOT","locator":{"end_column":79,"end_line":16,"fragment":"","pointer":"/services/langchain-api-llamacpp/environment/AOA_RETURN_LOG_ROOT","start_column":7,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api-llamacpp/environment/AOA_RETURN_LOG_ROOT","source_id":"aoa:abyss-stack:artifact:073dd6d37ba43a279a298d4a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:09768cdc5582265776b58235:aoa:abyss-stack:anchor:3f1f6df367394a31adfd63e2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3f1f6df367394a31adfd63e2","label":"${AOA_STACK_ROOT","locator":{"end_column":112,"end_line":14,"fragment":"","pointer":"/services/tos-graph/volumes/0/${AOA_STACK_ROOT","start_column":7,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tos-graph/volumes/0/${AOA_STACK_ROOT","source_id":"aoa:abyss-stack:artifact:09768cdc5582265776b58235","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0b40cf041e7b7dd262051b78:aoa:abyss-stack:anchor:c71e0e13028d93990a24f214","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c71e0e13028d93990a24f214","label":"Runtime Lifecycle Parts","locator":{"end_column":25,"end_line":1,"fragment":"runtime-lifecycle-parts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-lifecycle-parts","source_id":"aoa:abyss-stack:artifact:0b40cf041e7b7dd262051b78","symbol_kind":""} @@ -21,7 +21,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2:aoa:abyss-stack:anchor:cc004b521868e65379c07801","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:cc004b521868e65379c07801","label":"profile_class_rules","locator":{"end_column":20,"end_line":44,"fragment":"","pointer":"/profile_class_rules","start_column":1,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/profile_class_rules","source_id":"aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5a1bbcf29ad3ebd1ce25d7e6:aoa:abyss-stack:anchor:e365572079eb4dc447189f95","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e365572079eb4dc447189f95","label":"render_grouped_index","locator":{"end_column":44,"end_line":435,"fragment":"","pointer":"","start_column":1,"start_line":418},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_grouped_index","target_ref":"python:bullet_line"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_grouped_index","target_ref":"python:getattr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_grouped_index","target_ref":"python:getattr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_grouped_index","target_ref":"python:lines.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_grouped_index","target_ref":"python:lines.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_grouped_index","target_ref":"python:lines.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_grouped_index","target_ref":"python:ordered_values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_grouped_index","target_ref":"python:render_generated_notice"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:render_grouped_index","target_ref":"python:values.extend"}],"parser_ref":"python-ast@1","qualified_name":"render_grouped_index","semantic_key":"python:function:render_grouped_index","source_id":"aoa:abyss-stack:artifact:5a1bbcf29ad3ebd1ce25d7e6","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:5a239fe4db5f560ac4f07b3f:aoa:abyss-stack:anchor:9e9d638861d17a0a10e86f4a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9e9d638861d17a0a10e86f4a","label":"Context","locator":{"end_column":10,"end_line":18,"fragment":"context","pointer":"","start_column":1,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:5a239fe4db5f560ac4f07b3f","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a:aoa:abyss-stack:anchor:208ed2846a05bd06fcf92a33","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:208ed2846a05bd06fcf92a33","label":"_has_agents_heading","locator":{"end_column":75,"end_line":395,"fragment":"","pointer":"","start_column":1,"start_line":393},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_has_agents_heading","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_has_agents_heading","target_ref":"python:stripped.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_has_agents_heading","target_ref":"python:text.lstrip"}],"parser_ref":"python-ast@1","qualified_name":"_has_agents_heading","semantic_key":"python:function:_has_agents_heading","source_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a:aoa:abyss-stack:anchor:208ed2846a05bd06fcf92a33","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:208ed2846a05bd06fcf92a33","label":"_has_agents_heading","locator":{"end_column":75,"end_line":405,"fragment":"","pointer":"","start_column":1,"start_line":403},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_has_agents_heading","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_has_agents_heading","target_ref":"python:stripped.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_has_agents_heading","target_ref":"python:text.lstrip"}],"parser_ref":"python-ast@1","qualified_name":"_has_agents_heading","semantic_key":"python:function:_has_agents_heading","source_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:5cf511073cba8648076ea457:aoa:abyss-stack:anchor:37d40c687a309f424a06bfff","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:37d40c687a309f424a06bfff","label":"aoa.tuning.overlay","locator":{"end_column":50,"end_line":19,"fragment":"","pointer":"/services/langchain-api/labels/aoa.tuning.overlay","start_column":7,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api/labels/aoa.tuning.overlay","source_id":"aoa:abyss-stack:artifact:5cf511073cba8648076ea457","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:61b22ebdfaca43f7647707c8:aoa:abyss-stack:anchor:6808f144db27e2f29f9e18b9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6808f144db27e2f29f9e18b9","label":"Follow-up route","locator":{"end_column":18,"end_line":89,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":89},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:61b22ebdfaca43f7647707c8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6c8bc3c68449b993c6781201:aoa:abyss-stack:anchor:f679c6d31e6078b8a784e9af","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f679c6d31e6078b8a784e9af","label":"verify_token","locator":{"end_column":10,"end_line":50,"fragment":"","pointer":"","start_column":5,"start_line":38},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaticBearerTokenVerifier.verify_token","target_ref":"python:AccessToken"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaticBearerTokenVerifier.verify_token","target_ref":"python:hmac.compare_digest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaticBearerTokenVerifier.verify_token","target_ref":"python:token.encode"}],"parser_ref":"python-ast@1","qualified_name":"StaticBearerTokenVerifier.verify_token","semantic_key":"python:method:StaticBearerTokenVerifier.verify_token","source_id":"aoa:abyss-stack:artifact:6c8bc3c68449b993c6781201","symbol_kind":"method"} diff --git a/kag/indexes/shards/anchor/df.jsonl b/kag/indexes/shards/anchor/df.jsonl index 8de867511..982ee7f12 100644 --- a/kag/indexes/shards/anchor/df.jsonl +++ b/kag/indexes/shards/anchor/df.jsonl @@ -34,13 +34,12 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d:aoa:abyss-stack:anchor:ed6d2b3c2d05648c300d1646","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ed6d2b3c2d05648c300d1646","label":"target","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/target","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/target","source_id":"aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:3df748675bd6010309170cac","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3df748675bd6010309170cac","label":"ABYSS-STACK-D-0072 AoA 4PDA Connector MCP Access Plane","locator":{"end_column":121,"end_line":102,"fragment":"","pointer":"","start_column":3,"start_line":102},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-only-access-plane","target_ref":"../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:102:3:0:../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:4184e7f1e372390be38c4c4f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4184e7f1e372390be38c4c4f","label":"runtime topology","locator":{"end_column":19,"end_line":45,"fragment":"runtime-topology","pointer":"","start_column":1,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-topology","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:9f58459fcbca4a5b2a41fe35","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9f58459fcbca4a5b2a41fe35","label":"route card","locator":{"end_column":13,"end_line":368,"fragment":"route-card","pointer":"","start_column":1,"start_line":368},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-card","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:9f58459fcbca4a5b2a41fe35","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9f58459fcbca4a5b2a41fe35","label":"route card","locator":{"end_column":13,"end_line":380,"fragment":"route-card","pointer":"","start_column":1,"start_line":380},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-card","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8dd05d1c07a5959179cb95d7:aoa:abyss-stack:anchor:9e3091a428981c31b335e808","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9e3091a428981c31b335e808","label":"test_approval_mismatch_fails_resume","locator":{"end_column":70,"end_line":246,"fragment":"","pointer":"","start_column":5,"start_line":228},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_approval_mismatch_fails_resume","target_ref":"python:approval_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_approval_mismatch_fails_resume","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_approval_mismatch_fails_resume","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_approval_mismatch_fails_resume","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_approval_mismatch_fails_resume","target_ref":"python:self.gate_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_approval_mismatch_fails_resume","target_ref":"python:self.module.prepare_run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_approval_mismatch_fails_resume","target_ref":"python:self.module.resume_run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_approval_mismatch_fails_resume","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerLifecycleTests.test_approval_mismatch_fails_resume","semantic_key":"python:method:GovernedRunnerLifecycleTests.test_approval_mismatch_fails_resume","source_id":"aoa:abyss-stack:artifact:8dd05d1c07a5959179cb95d7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:95958bc5447d5ce3c2eeb1c7:aoa:abyss-stack:anchor:92cd0a3ef30658920f3f6324","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:92cd0a3ef30658920f3f6324","label":"parts/federation-checks/docs/UPSTREAM_COMPATIBILITY.md","locator":{"end_column":115,"end_line":25,"fragment":"","pointer":"","start_column":3,"start_line":25},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"parts/federation-checks/docs/UPSTREAM_COMPATIBILITY.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:25:3:0:parts/federation-checks/docs/UPSTREAM_COMPATIBILITY.md","source_id":"aoa:abyss-stack:artifact:95958bc5447d5ce3c2eeb1c7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:98b9bdeccf4b63a7dd99a0ee:aoa:abyss-stack:anchor:30dbfb71b1dff3adb72ca386","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:30dbfb71b1dff3adb72ca386","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:98b9bdeccf4b63a7dd99a0ee","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:097d650278e971af0bb88294","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:097d650278e971af0bb88294","label":"${AOA_REDIS_MAXMEMORY_POLICY","locator":{"end_column":51,"end_line":65,"fragment":"","pointer":"/services/redis/command/6/${AOA_REDIS_MAXMEMORY_POLICY","start_column":7,"start_line":65},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/redis/command/6/${AOA_REDIS_MAXMEMORY_POLICY","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a6b136d922e6921a7f6f8bfa:aoa:abyss-stack:anchor:2433e4e359e24a4a83130f3a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2433e4e359e24a4a83130f3a","label":"Trigger","locator":{"end_column":11,"end_line":8,"fragment":"trigger","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:trigger","source_id":"aoa:abyss-stack:artifact:a6b136d922e6921a7f6f8bfa","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:502943567a491f2ce4466a6b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:502943567a491f2ce4466a6b","label":"ABYSS-STACK-D-0045 Questbook Surface Validator Module","locator":{"end_column":119,"end_line":318,"fragment":"","pointer":"","start_column":3,"start_line":318},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questbook","target_ref":"../ABYSS-STACK-D-0045-questbook-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:318:3:0:../ABYSS-STACK-D-0045-questbook-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:af733ceef13848830e6ea691:aoa:abyss-stack:anchor:5ce7b0efbccd985337e37b20","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5ce7b0efbccd985337e37b20","label":"Inference Pilots Parts","locator":{"end_column":24,"end_line":1,"fragment":"inference-pilots-parts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:inference-pilots-parts","source_id":"aoa:abyss-stack:artifact:af733ceef13848830e6ea691","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:3e62f58c98d652cc4f96a958","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3e62f58c98d652cc4f96a958","label":"graph_status_resource","locator":{"end_column":124,"end_line":748,"fragment":"","pointer":"","start_column":5,"start_line":747},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.graph_status_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.graph_status_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.graph_status_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.graph_status_resource","semantic_key":"python:method:build_server.graph_status_resource","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:d83c9a6abc28234a2be77208","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d83c9a6abc28234a2be77208","label":"aoa_session_maintenance_plan","locator":{"end_column":50,"end_line":527,"fragment":"","pointer":"","start_column":5,"start_line":525},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_maintenance_plan","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_maintenance_plan","semantic_key":"python:method:build_server.aoa_session_maintenance_plan","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} @@ -56,10 +55,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8:aoa:abyss-stack:anchor:bfe9c80d49d603b08c498345","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bfe9c80d49d603b08c498345","label":"timeout","locator":{"end_column":17,"end_line":48,"fragment":"","pointer":"/services/rag-api/healthcheck/timeout","start_column":7,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api/healthcheck/timeout","source_id":"aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2:aoa:abyss-stack:anchor:5301900b511abc5551e12db6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5301900b511abc5551e12db6","label":"AGENTS.md","locator":{"end_column":11,"end_line":1,"fragment":"agentsmd","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agentsmd","source_id":"aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e7e844145f679def5f0d0efb:aoa:abyss-stack:anchor:c01a434c3a86b5e57265224c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c01a434c3a86b5e57265224c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:e7e844145f679def5f0d0efb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:905ddb87486676daf5775316","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:905ddb87486676daf5775316","label":"ABYSS-STACK-D-0036 Abyss Machine MCP Access Plane","locator":{"end_column":111,"end_line":83,"fragment":"","pointer":"","start_column":3,"start_line":83},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-fit","target_ref":"../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:83:3:0:../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:ca353189f16e0b77775a1a4f","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ca353189f16e0b77775a1a4f","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":64,"fragment":"","pointer":"","start_column":3,"start_line":64},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-execution","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:64:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:cc562c9874ed52076cf12f72","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cc562c9874ed52076cf12f72","label":"AnswerRequest","locator":{"end_column":67,"end_line":119,"fragment":"","pointer":"","start_column":1,"start_line":116},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AnswerRequest","target_ref":"python:Field"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AnswerRequest","target_ref":"python:Field"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AnswerRequest","target_ref":"python:Field"}],"parser_ref":"python-ast@1","qualified_name":"AnswerRequest","semantic_key":"python:class:AnswerRequest","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:f16638318899fbe79609401f:aoa:abyss-stack:anchor:388e69f1a3ab3788009e6653","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:388e69f1a3ab3788009e6653","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f16638318899fbe79609401f","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:4fbc35bf34f14b950992ccc4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4fbc35bf34f14b950992ccc4","label":"config projection","locator":{"end_column":20,"end_line":72,"fragment":"config-projection","pointer":"","start_column":1,"start_line":72},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:config-projection","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:956cdfa2d3dbe8425b3d8dcc","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:956cdfa2d3dbe8425b3d8dcc","label":"ABYSS-STACK-D-0068 Decision Graph Contract And Impact Packets","locator":{"end_column":135,"end_line":197,"fragment":"","pointer":"","start_column":3,"start_line":197},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-surface","target_ref":"../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:197:3:0:../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:4fbc35bf34f14b950992ccc4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4fbc35bf34f14b950992ccc4","label":"config projection","locator":{"end_column":20,"end_line":73,"fragment":"config-projection","pointer":"","start_column":1,"start_line":73},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:config-projection","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c6f1f13b91f3012153a9257e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c6f1f13b91f3012153a9257e","label":"ABYSS-STACK-D-0046 Federation Surface Validator Module","locator":{"end_column":121,"end_line":24,"fragment":"","pointer":"","start_column":3,"start_line":24},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mechanics","target_ref":"../ABYSS-STACK-D-0046-federation-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:24:3:0:../ABYSS-STACK-D-0046-federation-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f321af9bb18b59e86d10c26e:aoa:abyss-stack:anchor:42b86078b9a1aedf38fccb5d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:42b86078b9a1aedf38fccb5d","label":"Decision","locator":{"end_column":11,"end_line":34,"fragment":"decision","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:f321af9bb18b59e86d10c26e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:41b1d6d79e01aa6806bbc1b6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:41b1d6d79e01aa6806bbc1b6","label":"test_validation_like_entrypoints_are_in_inventory","locator":{"end_column":38,"end_line":94,"fragment":"","pointer":"","start_column":1,"start_line":79},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validation_like_entrypoints_are_in_inventory","target_ref":"python:covered_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validation_like_entrypoints_are_in_inventory","target_ref":"python:load_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validation_like_entrypoints_are_in_inventory","target_ref":"python:re.search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validation_like_entrypoints_are_in_inventory","target_ref":"python:tracked_files"}],"parser_ref":"python-ast@1","qualified_name":"test_validation_like_entrypoints_are_in_inventory","semantic_key":"python:function:test_validation_like_entrypoints_are_in_inventory","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/e0.jsonl b/kag/indexes/shards/anchor/e0.jsonl index 2045d0afc..2bdb2dd34 100644 --- a/kag/indexes/shards/anchor/e0.jsonl +++ b/kag/indexes/shards/anchor/e0.jsonl @@ -7,7 +7,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:1928d2688efeb6720394c54d:aoa:abyss-stack:anchor:f5dc624925588a4bbf643883","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:f5dc624925588a4bbf643883","label":"where","locator":{"end_column":15,"end_line":20,"fragment":"","pointer":"tool.setuptools.packages.find.where","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:tool.setuptools.packages.find.where","source_id":"aoa:abyss-stack:artifact:1928d2688efeb6720394c54d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:19e4148cb802b59e11e50d44:aoa:abyss-stack:anchor:9e73247a1667d517c9bf93ec","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:9e73247a1667d517c9bf93ec","label":"/models","locator":{"end_column":15,"end_line":7,"fragment":"","pointer":"/services/ovms-intel-text/command/3","start_column":7,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ovms-intel-text/command/3","source_id":"aoa:abyss-stack:artifact:19e4148cb802b59e11e50d44","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:261e270f854b940c7fcab2c8:aoa:abyss-stack:anchor:a1b6825b65a22bbf2f17d69a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a1b6825b65a22bbf2f17d69a","label":"logging","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/logging","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/logging","source_id":"aoa:abyss-stack:artifact:261e270f854b940c7fcab2c8","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:61c1a71d35f03dfe2240ed98","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:61c1a71d35f03dfe2240ed98","label":"iter_text_files","locator":{"end_column":10,"end_line":30,"fragment":"","pointer":"","start_column":5,"start_line":26},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.iter_text_files","target_ref":"python:source_hygiene.iter_text_files"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.iter_text_files","semantic_key":"python:method:SourceTopologyValidatorModulesTests.iter_text_files","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:61c1a71d35f03dfe2240ed98","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:61c1a71d35f03dfe2240ed98","label":"iter_text_files","locator":{"end_column":10,"end_line":20,"fragment":"","pointer":"","start_column":5,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.iter_text_files","target_ref":"python:source_hygiene.iter_text_files"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.iter_text_files","semantic_key":"python:method:SourceTopologyValidatorModulesTests.iter_text_files","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:ce10ecd7ed7bbc69db6d8949","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ce10ecd7ed7bbc69db6d8949","label":"test_hook_route_search_with_dates_exposes_receipt_timestamp_route","locator":{"end_column":63,"end_line":2579,"fragment":"","pointer":"","start_column":1,"start_line":2545},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_hook_route_search_with_dates_exposes_receipt_timestamp_route","target_ref":"python:FakeRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_hook_route_search_with_dates_exposes_receipt_timestamp_route","target_ref":"python:args.index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_hook_route_search_with_dates_exposes_receipt_timestamp_route","target_ref":"python:args.index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_hook_route_search_with_dates_exposes_receipt_timestamp_route","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_hook_route_search_with_dates_exposes_receipt_timestamp_route","target_ref":"python:state.session_search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_hook_route_search_with_dates_exposes_receipt_timestamp_route","target_ref":"python:state_with_fixture"}],"parser_ref":"python-ast@1","qualified_name":"test_hook_route_search_with_dates_exposes_receipt_timestamp_route","semantic_key":"python:function:test_hook_route_search_with_dates_exposes_receipt_timestamp_route","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:38c98727c64e92de3a457d58:aoa:abyss-stack:anchor:143fa98cd88b9d2da4d93b90","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:143fa98cd88b9d2da4d93b90","label":"touched_at","locator":{"end_column":24,"end_line":46,"fragment":"","pointer":"/touched_at","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/touched_at","source_id":"aoa:abyss-stack:artifact:38c98727c64e92de3a457d58","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:40f4e639431b201712f3b34a:aoa:abyss-stack:anchor:884fcb8a262ded19185efaa4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:884fcb8a262ded19185efaa4","label":"test_server_exposes_compact_read_only_kag_surface","locator":{"end_column":52,"end_line":263,"fragment":"","pointer":"","start_column":1,"start_line":211},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:asyncio.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:asyncio.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:asyncio.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:asyncio.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:build_server"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:server.list_prompts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:server.list_resource_templates"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:server.list_resources"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:server.list_tools"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:tools.values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:tools.values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_exposes_compact_read_only_kag_surface","target_ref":"python:tools.values"}],"parser_ref":"python-ast@1","qualified_name":"test_server_exposes_compact_read_only_kag_surface","semantic_key":"python:function:test_server_exposes_compact_read_only_kag_surface","source_id":"aoa:abyss-stack:artifact:40f4e639431b201712f3b34a","symbol_kind":"function"} @@ -32,7 +32,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9b07f53b5596d8162978e094:aoa:abyss-stack:anchor:a43a37b8cf42e015617eb808","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a43a37b8cf42e015617eb808","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:9b07f53b5596d8162978e094","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:3fb79da7e77f09e79f1b1b75","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3fb79da7e77f09e79f1b1b75","label":"build_impl_edit_spec_json","locator":{"end_column":6,"end_line":1273,"fragment":"","pointer":"","start_column":1,"start_line":1259},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_impl_edit_spec_json","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"build_impl_edit_spec_json","semantic_key":"python:function:build_impl_edit_spec_json","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32:aoa:abyss-stack:anchor:563db5a28970b1b94b91a40f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:563db5a28970b1b94b91a40f","label":"CorpusSearchResponse","locator":{"end_column":24,"end_line":53,"fragment":"","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"CorpusSearchResponse","semantic_key":"python:class:CorpusSearchResponse","source_id":"aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32","symbol_kind":"class"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:928a3c3a47eb9e24cdf01a03","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:928a3c3a47eb9e24cdf01a03","label":"questbook","locator":{"end_column":12,"end_line":316,"fragment":"questbook","pointer":"","start_column":1,"start_line":316},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:questbook","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:928a3c3a47eb9e24cdf01a03","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:928a3c3a47eb9e24cdf01a03","label":"questbook","locator":{"end_column":12,"end_line":321,"fragment":"questbook","pointer":"","start_column":1,"start_line":321},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:questbook","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ad9131c859ebb9b117aa16bf:aoa:abyss-stack:anchor:761c757b98fba5368797ce1f","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:761c757b98fba5368797ce1f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ad9131c859ebb9b117aa16bf","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:af1b0f6b4885a4dd17ae8c82:aoa:abyss-stack:anchor:be09944391d778d0494e3edb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:be09944391d778d0494e3edb","label":"Purpose","locator":{"end_column":10,"end_line":5,"fragment":"purpose","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:af1b0f6b4885a4dd17ae8c82","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:0e4c86a55c2fc8c5b3a7ccd4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0e4c86a55c2fc8c5b3a7ccd4","label":"scripts/aoa-diagnose","locator":{"end_column":377,"end_line":49,"fragment":"","pointer":"","start_column":333,"start_line":49},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"scripts/aoa-diagnose"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:49:333:3:scripts/aoa-diagnose","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/e1.jsonl b/kag/indexes/shards/anchor/e1.jsonl index 996f4810d..f1dfac712 100644 --- a/kag/indexes/shards/anchor/e1.jsonl +++ b/kag/indexes/shards/anchor/e1.jsonl @@ -4,7 +4,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:03da311a8d0a9cacb0d14c33:aoa:abyss-stack:anchor:f0b3a31cf8f9019787793192","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f0b3a31cf8f9019787793192","label":"_failure_summary","locator":{"end_column":20,"end_line":805,"fragment":"","pointer":"","start_column":1,"start_line":774},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_failure_summary","target_ref":"python:failures.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_failure_summary","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_failure_summary","target_ref":"python:visit"}],"parser_ref":"python-ast@1","qualified_name":"_failure_summary","semantic_key":"python:function:_failure_summary","source_id":"aoa:abyss-stack:artifact:03da311a8d0a9cacb0d14c33","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:0d48f3e8472c37d7cc80fa4d:aoa:abyss-stack:anchor:5297310b0e710c430bac949e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5297310b0e710c430bac949e","label":"find_repo_root","locator":{"end_column":69,"end_line":10,"fragment":"","pointer":"","start_column":1,"start_line":6},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_repo_root","target_ref":"python:RuntimeError"}],"parser_ref":"python-ast@1","qualified_name":"find_repo_root","semantic_key":"python:function:find_repo_root","source_id":"aoa:abyss-stack:artifact:0d48f3e8472c37d7cc80fa4d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:1034d4302f733545c0128521:aoa:abyss-stack:anchor:2e559543e498c054e515ba11","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:2e559543e498c054e515ba11","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:1034d4302f733545c0128521","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:8a7723f992f723b9a7016a6c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8a7723f992f723b9a7016a6c","label":"run_skill_projection_validator","locator":{"end_column":18,"end_line":39,"fragment":"","pointer":"","start_column":1,"start_line":36},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_skill_projection_validator","target_ref":"python:agent_skill_projection.validate_agent_skill_projection_routes"}],"parser_ref":"python-ast@1","qualified_name":"run_skill_projection_validator","semantic_key":"python:function:run_skill_projection_validator","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:8a7723f992f723b9a7016a6c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8a7723f992f723b9a7016a6c","label":"run_skill_projection_validator","locator":{"end_column":18,"end_line":26,"fragment":"","pointer":"","start_column":1,"start_line":23},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_skill_projection_validator","target_ref":"python:agent_skill_projection.validate_agent_skill_projection_routes"}],"parser_ref":"python-ast@1","qualified_name":"run_skill_projection_validator","semantic_key":"python:function:run_skill_projection_validator","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:19e4148cb802b59e11e50d44:aoa:abyss-stack:anchor:982fe46d697764c8f59fec92","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:982fe46d697764c8f59fec92","label":"environment","locator":{"end_column":16,"end_line":30,"fragment":"","pointer":"/services/langchain-api-intel-text/environment","start_column":5,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api-intel-text/environment","source_id":"aoa:abyss-stack:artifact:19e4148cb802b59e11e50d44","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1cf5b9683c1f8b7f8fa122d8:aoa:abyss-stack:anchor:c644ac5761b22f8da259c46a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c644ac5761b22f8da259c46a","label":"surface","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/surface","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/surface","source_id":"aoa:abyss-stack:artifact:1cf5b9683c1f8b7f8fa122d8","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:23b1f9f78ef1e0df70f8f557:aoa:abyss-stack:anchor:73881c31a7f7dd2c00f3f802","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:73881c31a7f7dd2c00f3f802","label":"aoa.tuning.overlay","locator":{"end_column":47,"end_line":19,"fragment":"","pointer":"/services/n8n-task-runners/labels/aoa.tuning.overlay","start_column":7,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/n8n-task-runners/labels/aoa.tuning.overlay","source_id":"aoa:abyss-stack:artifact:23b1f9f78ef1e0df70f8f557","symbol_kind":""} @@ -35,8 +35,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c:aoa:abyss-stack:anchor:38bce69ddee67d1e1d134921","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:38bce69ddee67d1e1d134921","label":"utc_now","locator":{"end_column":96,"end_line":17,"fragment":"","pointer":"","start_column":1,"start_line":16},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:utc_now","target_ref":"python:datetime.now"}],"parser_ref":"python-ast@1","qualified_name":"utc_now","semantic_key":"python:function:utc_now","source_id":"aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:446f88a553383c0a1e8cf1bb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:446f88a553383c0a1e8cf1bb","label":"approval_payload","locator":{"end_column":27,"end_line":625,"fragment":"","pointer":"","start_column":1,"start_line":621},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:approval_payload","target_ref":"python:approval_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:approval_payload","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:approval_payload","target_ref":"python:path.exists"}],"parser_ref":"python-ast@1","qualified_name":"approval_payload","semantic_key":"python:function:approval_payload","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:44e0c3d6d803d845d9b62029","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:44e0c3d6d803d845d9b62029","label":"startPort","locator":{"end_column":16,"end_line":9,"fragment":"","pointer":"/startPort","start_column":1,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/startPort","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:66b529c21ac83c0eabdf1e86","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:66b529c21ac83c0eabdf1e86","label":"ABYSS-STACK-D-0046 Federation Surface Validator Module","locator":{"end_column":121,"end_line":256,"fragment":"","pointer":"","start_column":3,"start_line":256},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seam","target_ref":"../ABYSS-STACK-D-0046-federation-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:256:3:0:../ABYSS-STACK-D-0046-federation-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ae994b5c4fb504e216fee66f:aoa:abyss-stack:anchor:c99823148f4ca5552e150453","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c99823148f4ca5552e150453","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ae994b5c4fb504e216fee66f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:07f1997ab143a7b57cd0f301","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:07f1997ab143a7b57cd0f301","label":"profiles/PROFILES","locator":{"end_column":186,"end_line":39,"fragment":"","pointer":"","start_column":140,"start_line":39},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"docs/profiles/PROFILES.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:39:140:2:docs/profiles/PROFILES.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:8f1d9dd6721088e22396d831","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8f1d9dd6721088e22396d831","label":"runtime-lifecycle","locator":{"end_column":61,"end_line":151,"fragment":"","pointer":"","start_column":3,"start_line":151},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/runtime-lifecycle/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:151:3:0:mechanics/runtime-lifecycle/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:1e030e990365d12d6b6f38a1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1e030e990365d12d6b6f38a1","label":"aoa_session_transport_preflight","locator":{"end_column":65,"end_line":99,"fragment":"","pointer":"","start_column":5,"start_line":97},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_transport_preflight","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_transport_preflight","semantic_key":"python:method:build_server.aoa_session_transport_preflight","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:bcd42e881a2e9a22e6f22a07:aoa:abyss-stack:anchor:71dda8cc938ef397ada1646c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:71dda8cc938ef397ada1646c","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:bcd42e881a2e9a22e6f22a07","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:e410cb54b7e4aba0c5057e07","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e410cb54b7e4aba0c5057e07","label":"label=disable","locator":{"end_column":21,"end_line":25,"fragment":"","pointer":"/services/cadvisor/security_opt/0","start_column":7,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/cadvisor/security_opt/0","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/e2.jsonl b/kag/indexes/shards/anchor/e2.jsonl index 0c8361ec3..23f8c6ea1 100644 --- a/kag/indexes/shards/anchor/e2.jsonl +++ b/kag/indexes/shards/anchor/e2.jsonl @@ -33,7 +33,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7d386febdeddee7e9362909d:aoa:abyss-stack:anchor:05fea9e95583be88efa55baa","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:05fea9e95583be88efa55baa","label":"2026-07-11 - Repo-self KAG runtime projections","locator":{"end_column":49,"end_line":39,"fragment":"2026-07-11-repo-self-kag-runtime-projections","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2026-07-11-repo-self-kag-runtime-projections","source_id":"aoa:abyss-stack:artifact:7d386febdeddee7e9362909d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:a023e5a00d1b3ac7945552f4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a023e5a00d1b3ac7945552f4","label":"require_playbook_registry_entry","locator":{"end_column":120,"end_line":1072,"fragment":"","pointer":"","start_column":1,"start_line":1068},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_playbook_registry_entry","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:require_playbook_registry_entry","target_ref":"python:playbook_registry_entries"}],"parser_ref":"python-ast@1","qualified_name":"require_playbook_registry_entry","semantic_key":"python:function:require_playbook_registry_entry","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac:aoa:abyss-stack:anchor:ff605926d245ed0e4cc166b9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ff605926d245ed0e4cc166b9","label":"route_side_effect","locator":{"end_column":71,"end_line":498,"fragment":"","pointer":"","start_column":9,"start_line":480},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access.route_side_effect","target_ref":"python:AssertionError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access.route_side_effect","target_ref":"python:calls.append"}],"parser_ref":"python-ast@1","qualified_name":"LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access.route_side_effect","semantic_key":"python:method:LangchainFederatedRunTests.test_federated_run_accepts_kag_inspect_selector_and_emits_knowledge_access.route_side_effect","source_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:cbaf8f7ab727153b90ce1e7e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:cbaf8f7ab727153b90ce1e7e","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":443,"fragment":"","pointer":"","start_column":3,"start_line":443},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-structure","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:443:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:b9dbe4dbb1f3d6af41895bf8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b9dbe4dbb1f3d6af41895bf8","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":320,"fragment":"","pointer":"","start_column":3,"start_line":320},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:owner-qualified-provenance","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:320:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b:aoa:abyss-stack:anchor:28b34bc8a16b017aed9272f1","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:28b34bc8a16b017aed9272f1","label":"machine_fit_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/machine_fit_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/machine_fit_refs","source_id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:6deded143f6fefec63d21ee2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6deded143f6fefec63d21ee2","label":"interpret_approval_status","locator":{"end_column":21,"end_line":817,"fragment":"","pointer":"","start_column":1,"start_line":807},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interpret_approval_status","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"interpret_approval_status","semantic_key":"python:function:interpret_approval_status","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9dd2df01bd86c7617b835155:aoa:abyss-stack:anchor:959e32bf4dcd7002f1b5c6e8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:959e32bf4dcd7002f1b5c6e8","label":"agon-runtime","locator":{"end_column":57,"end_line":33,"fragment":"","pointer":"","start_column":3,"start_line":33},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:package-entrypoints","target_ref":"../../mechanics/agon-runtime/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:33:3:0:../../mechanics/agon-runtime/README.md","source_id":"aoa:abyss-stack:artifact:9dd2df01bd86c7617b835155","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/e3.jsonl b/kag/indexes/shards/anchor/e3.jsonl index b2ead9aad..459725fdd 100644 --- a/kag/indexes/shards/anchor/e3.jsonl +++ b/kag/indexes/shards/anchor/e3.jsonl @@ -34,13 +34,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8835a41340228ce9fcf964cb:aoa:abyss-stack:anchor:3145d75c1a347d1b7beaa7e6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3145d75c1a347d1b7beaa7e6","label":"test_server_builds","locator":{"end_column":38,"end_line":165,"fragment":"","pointer":"","start_column":1,"start_line":164},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_builds","target_ref":"python:build_server"}],"parser_ref":"python-ast@1","qualified_name":"test_server_builds","semantic_key":"python:function:test_server_builds","source_id":"aoa:abyss-stack:artifact:8835a41340228ce9fcf964cb","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:13b973e69553d0da007e1e29","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:13b973e69553d0da007e1e29","label":"utc_timestamp","locator":{"end_column":67,"end_line":132,"fragment":"","pointer":"","start_column":1,"start_line":131},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:utc_timestamp","target_ref":"python:dt.isoformat"}],"parser_ref":"python-ast@1","qualified_name":"utc_timestamp","semantic_key":"python:function:utc_timestamp","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:89145dfe2daf8f8bc52de5b9:aoa:abyss-stack:anchor:8d5b2680fc6d8ce7af1b2f9a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:8d5b2680fc6d8ce7af1b2f9a","label":"target_owner","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/target_owner","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/target_owner","source_id":"aoa:abyss-stack:artifact:89145dfe2daf8f8bc52de5b9","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:4e942019083594b1967105c7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4e942019083594b1967105c7","label":"return-policy","locator":{"end_column":16,"end_line":360,"fragment":"return-policy","pointer":"","start_column":1,"start_line":360},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:return-policy","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:4e942019083594b1967105c7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4e942019083594b1967105c7","label":"return-policy","locator":{"end_column":16,"end_line":372,"fragment":"return-policy","pointer":"","start_column":1,"start_line":372},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:return-policy","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8cfaf0f9abca5f7d156f2273:aoa:abyss-stack:anchor:3a8760876f6e3c535bf131c7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3a8760876f6e3c535bf131c7","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:8cfaf0f9abca5f7d156f2273","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:8bf338fdedebb8acb8429607","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8bf338fdedebb8acb8429607","label":"default_log_root_for","locator":{"end_column":64,"end_line":174,"fragment":"","pointer":"","start_column":1,"start_line":173},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"default_log_root_for","semantic_key":"python:function:default_log_root_for","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9022a190547043d202488b6f:aoa:abyss-stack:anchor:34f36e7615c1e09cbc237fba","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:34f36e7615c1e09cbc237fba","label":"eval_select","locator":{"end_column":10,"end_line":262,"fragment":"","pointer":"","start_column":5,"start_line":257},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.eval_select","target_ref":"python:mcp.prompt"}],"parser_ref":"python-ast@1","qualified_name":"build_server.eval_select","semantic_key":"python:method:build_server.eval_select","source_id":"aoa:abyss-stack:artifact:9022a190547043d202488b6f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e:aoa:abyss-stack:anchor:005b91b7bcc9570f863baf73","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:005b91b7bcc9570f863baf73","label":"cpus","locator":{"end_column":15,"end_line":22,"fragment":"","pointer":"/services/llama-cpp/cpus","start_column":5,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/cpus","source_id":"aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:16caeab4b12a15edcc03813a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:16caeab4b12a15edcc03813a","label":"route_from_phase","locator":{"end_column":73,"end_line":2035,"fragment":"","pointer":"","start_column":5,"start_line":2033},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.route_from_phase","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.route_from_phase","target_ref":"python:state.get"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.route_from_phase","semantic_key":"python:method:build_graph.route_from_phase","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:ad98374a138fffdd4d9d5075","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ad98374a138fffdd4d9d5075","label":"resolve_case_truth_status","locator":{"end_column":96,"end_line":337,"fragment":"","pointer":"","start_column":1,"start_line":327},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_case_truth_status","target_ref":"python:TRIALS.normalize_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_case_truth_status","target_ref":"python:case_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_case_truth_status","target_ref":"python:result_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_case_truth_status","target_ref":"python:result_summary.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_case_truth_status","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"resolve_case_truth_status","semantic_key":"python:function:resolve_case_truth_status","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:38d40433848ace5419d79711","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:38d40433848ace5419d79711","label":"ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle","locator":{"end_column":107,"end_line":298,"fragment":"","pointer":"","start_column":3,"start_line":298},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:loopback-owner-lifecycle","target_ref":"../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:298:3:0:../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:7b853c2848a615cf46fec667","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7b853c2848a615cf46fec667","label":"environment","locator":{"end_column":16,"end_line":11,"fragment":"","pointer":"/services/qwen-tts/environment","start_column":5,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/qwen-tts/environment","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075:aoa:abyss-stack:anchor:ac459bbf013b941d7eaede5d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ac459bbf013b941d7eaede5d","label":"Purpose","locator":{"end_column":10,"end_line":3,"fragment":"purpose","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:cae02a86135b9b241ea78bfe","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cae02a86135b9b241ea78bfe","label":"aoa_session_graph_shortest_path","locator":{"end_column":113,"end_line":597,"fragment":"","pointer":"","start_column":5,"start_line":595},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_graph_shortest_path","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_graph_shortest_path","semantic_key":"python:method:build_server.aoa_session_graph_shortest_path","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} @@ -58,6 +59,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:06a74bba8c6a60fae0ecb8f2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:06a74bba8c6a60fae0ecb8f2","label":"_first_registry_entry","locator":{"end_column":14,"end_line":2515,"fragment":"","pointer":"","start_column":1,"start_line":2505},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_first_registry_entry","target_ref":"python:_compact_entity_registry_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_first_registry_entry","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_first_registry_entry","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_first_registry_entry","target_ref":"python:payload.get"}],"parser_ref":"python-ast@1","qualified_name":"_first_registry_entry","semantic_key":"python:function:_first_registry_entry","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e8aabe9915182759330d0c1e:aoa:abyss-stack:anchor:17270e25cb4fda4982991867","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:17270e25cb4fda4982991867","label":"expected_registry","locator":{"end_column":6,"end_line":34,"fragment":"","pointer":"","start_column":1,"start_line":26},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:expected_registry","target_ref":"python:data.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:expected_registry","target_ref":"python:data.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:expected_registry","target_ref":"python:data.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:expected_registry","target_ref":"python:digest_obj"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:expected_registry","target_ref":"python:len"}],"parser_ref":"python-ast@1","qualified_name":"expected_registry","semantic_key":"python:function:expected_registry","source_id":"aoa:abyss-stack:artifact:e8aabe9915182759330d0c1e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ed475f3e52544903ccf78666:aoa:abyss-stack:anchor:edbb89ca8352d73fa6e05784","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:edbb89ca8352d73fa6e05784","label":"Interface","locator":{"end_column":12,"end_line":13,"fragment":"interface","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:interface","source_id":"aoa:abyss-stack:artifact:ed475f3e52544903ccf78666","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:f15344e903142b98352b83e5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f15344e903142b98352b83e5","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":222,"fragment":"","pointer":"","start_column":3,"start_line":222},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:222:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4afb79f5156758000028500:aoa:abyss-stack:anchor:7aa2f8ab048e42cf3416c37e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7aa2f8ab048e42cf3416c37e","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:f4afb79f5156758000028500","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f56016eb77292c07b3c478f4:aoa:abyss-stack:anchor:fdb7c57f3644d540b560373a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:fdb7c57f3644d540b560373a","label":"services","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/services","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/services","source_id":"aoa:abyss-stack:artifact:f56016eb77292c07b3c478f4","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/e4.jsonl b/kag/indexes/shards/anchor/e4.jsonl index 22a978df0..5ce51f42a 100644 --- a/kag/indexes/shards/anchor/e4.jsonl +++ b/kag/indexes/shards/anchor/e4.jsonl @@ -31,13 +31,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:d40df90ae5ce682804ec252a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d40df90ae5ce682804ec252a","label":"routing_tiny_model_entrypoints","locator":{"end_column":82,"end_line":2260,"fragment":"","pointer":"","start_column":1,"start_line":2258},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_tiny_model_entrypoints","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_tiny_model_entrypoints","target_ref":"python:require_store"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_tiny_model_entrypoints","target_ref":"python:routing_payload"}],"parser_ref":"python-ast@1","qualified_name":"routing_tiny_model_entrypoints","semantic_key":"python:function:routing_tiny_model_entrypoints","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8835a41340228ce9fcf964cb:aoa:abyss-stack:anchor:3e26282dee967feb98cb32be","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3e26282dee967feb98cb32be","label":"test_repo_checkout_uses_python_module_with_pythonpath","locator":{"end_column":33,"end_line":149,"fragment":"","pointer":"","start_column":1,"start_line":138},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_repo_checkout_uses_python_module_with_pythonpath","target_ref":"python:AoA4PDAConnectorMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_repo_checkout_uses_python_module_with_pythonpath","target_ref":"python:FakeRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_repo_checkout_uses_python_module_with_pythonpath","target_ref":"python:state.answer"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_repo_checkout_uses_python_module_with_pythonpath","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"test_repo_checkout_uses_python_module_with_pythonpath","semantic_key":"python:function:test_repo_checkout_uses_python_module_with_pythonpath","source_id":"aoa:abyss-stack:artifact:8835a41340228ce9fcf964cb","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8a43d2a3f1bb00e78677bb47:aoa:abyss-stack:anchor:8e835fe28ac38ac4dda72237","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8e835fe28ac38ac4dda72237","label":"Flow","locator":{"end_column":7,"end_line":23,"fragment":"flow","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:flow","source_id":"aoa:abyss-stack:artifact:8a43d2a3f1bb00e78677bb47","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:27934c19681a39127f3f430c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:27934c19681a39127f3f430c","label":"ABYSS-STACK-D-0047 Federation Upstream Compatibility Language Split","locator":{"end_column":147,"end_line":280,"fragment":"","pointer":"","start_column":3,"start_line":280},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacy-boundary","target_ref":"../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:280:3:0:../ABYSS-STACK-D-0047-federation-upstream-compatibility-language-split.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:315b29016c709fa2fac59ee3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:315b29016c709fa2fac59ee3","label":"profile composition","locator":{"end_column":22,"end_line":59,"fragment":"profile-composition","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:profile-composition","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:8f3edfae621275af346f08eb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8f3edfae621275af346f08eb","label":"ABYSS-STACK-D-0057 Mechanics Topology Validator Module","locator":{"end_column":121,"end_line":300,"fragment":"","pointer":"","start_column":3,"start_line":300},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics-topology","target_ref":"../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:300:3:0:../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9:aoa:abyss-stack:anchor:19c07e21388a0a47920a50d6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:19c07e21388a0a47920a50d6","label":"Action posture","locator":{"end_column":17,"end_line":43,"fragment":"action-posture","pointer":"","start_column":1,"start_line":43},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:action-posture","source_id":"aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ddb37492894185ce432219d:aoa:abyss-stack:anchor:6ba50659e21b36ef31302728","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6ba50659e21b36ef31302728","label":"governance/RELEASING","locator":{"end_column":48,"end_line":5,"fragment":"","pointer":"","start_column":1,"start_line":5},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasing-abyss-stack","target_ref":"governance/RELEASING.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:5:1:0:governance/RELEASING.md","source_id":"aoa:abyss-stack:artifact:8ddb37492894185ce432219d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e:aoa:abyss-stack:anchor:b2aff1aff79c7a49520d9f9a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b2aff1aff79c7a49520d9f9a","label":"volumes","locator":{"end_column":12,"end_line":57,"fragment":"","pointer":"/services/llama-cpp/volumes","start_column":5,"start_line":57},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/volumes","source_id":"aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a3768bb1b4757f9013b356b3:aoa:abyss-stack:anchor:be7b0fd584c9c683568f3edc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:be7b0fd584c9c683568f3edc","label":"__init__","locator":{"end_column":34,"end_line":36,"fragment":"","pointer":"","start_column":5,"start_line":33},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaticBearerTokenVerifier.__init__","target_ref":"python:token.encode"}],"parser_ref":"python-ast@1","qualified_name":"StaticBearerTokenVerifier.__init__","semantic_key":"python:method:StaticBearerTokenVerifier.__init__","source_id":"aoa:abyss-stack:artifact:a3768bb1b4757f9013b356b3","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:f57fb8239f9c8d0ee3a8d208","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f57fb8239f9c8d0ee3a8d208","label":"node_json","locator":{"end_column":80,"end_line":417,"fragment":"","pointer":"","start_column":1,"start_line":416},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:node_json","target_ref":"python:node_artifacts_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:node_json","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"node_json","semantic_key":"python:function:node_json","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:4114cd0526067b31d6b36822","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4114cd0526067b31d6b36822","label":"governed-execution","locator":{"end_column":63,"end_line":156,"fragment":"","pointer":"","start_column":3,"start_line":156},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/governed-execution/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:156:3:0:mechanics/governed-execution/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7:aoa:abyss-stack:anchor:79d3a8f5114fc20ccce14f9e","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:79d3a8f5114fc20ccce14f9e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b93ac68c0c8b2eb1d62bed23:aoa:abyss-stack:anchor:edc2bcf9548b89490f2088de","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:edc2bcf9548b89490f2088de","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b93ac68c0c8b2eb1d62bed23","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bab9626b83b85981acea8d19:aoa:abyss-stack:anchor:d44adaaf1706663235ec6873","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d44adaaf1706663235ec6873","label":"bootstrap","locator":{"end_column":35,"end_line":9,"fragment":"","pointer":"","start_column":3,"start_line":9},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection-parts","target_ref":"bootstrap/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:9:3:0:bootstrap/README.md","source_id":"aoa:abyss-stack:artifact:bab9626b83b85981acea8d19","symbol_kind":""} @@ -50,6 +51,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8:aoa:abyss-stack:anchor:de9efac7dc1167594d4f76df","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:de9efac7dc1167594d4f76df","label":"route-api","locator":{"end_column":16,"end_line":36,"fragment":"","pointer":"/services/rag-api/depends_on/route-api","start_column":7,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/rag-api/depends_on/route-api","source_id":"aoa:abyss-stack:artifact:d86d56410152adaa2c8aaca8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6:aoa:abyss-stack:anchor:115855a04380a8f1573ec241","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:115855a04380a8f1573ec241","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:63117bf09fc65afb19177ebf","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:63117bf09fc65afb19177ebf","label":"_session_date_from_entry","locator":{"end_column":106,"end_line":742,"fragment":"","pointer":"","start_column":1,"start_line":741},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_session_date_from_entry","target_ref":"python:_session_date_from_label"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_session_date_from_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_session_date_from_entry","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_session_date_from_entry","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_session_date_from_entry","semantic_key":"python:function:_session_date_from_entry","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:bf78b46fe79ba2604b323e6d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bf78b46fe79ba2604b323e6d","label":"ABYSS-STACK-D-0020 Docs District Topology","locator":{"end_column":95,"end_line":126,"fragment":"","pointer":"","start_column":3,"start_line":126},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0020-docs-district-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:126:3:0:../ABYSS-STACK-D-0020-docs-district-topology.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c5e403833861495f331d07d4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c5e403833861495f331d07d4","label":"ABYSS-STACK-D-0080 Diagnostic Skill Owner Home","locator":{"end_column":105,"end_line":175,"fragment":"","pointer":"","start_column":3,"start_line":175},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:diagnostics","target_ref":"../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:175:3:0:../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f56016eb77292c07b3c478f4:aoa:abyss-stack:anchor:dea79094ad44b6d62c021a48","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:dea79094ad44b6d62c021a48","label":"host_class","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/host_class","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/host_class","source_id":"aoa:abyss-stack:artifact:f56016eb77292c07b3c478f4","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:3eca5ebf956cf28e92c87306","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3eca5ebf956cf28e92c87306","label":"freedom","locator":{"end_column":16,"end_line":24,"fragment":"","pointer":"/operations/capture/freedom","start_column":5,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/operations/capture/freedom","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:2a13b7d34b1677a23ca561cf","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2a13b7d34b1677a23ca561cf","label":"maximum_rollback_failures","locator":{"end_column":39,"end_line":34,"fragment":"","pointer":"/maximum_rollback_failures","start_column":9,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/maximum_rollback_failures#occurrence-2","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/e6.jsonl b/kag/indexes/shards/anchor/e6.jsonl index d0749be9b..6d7c36181 100644 --- a/kag/indexes/shards/anchor/e6.jsonl +++ b/kag/indexes/shards/anchor/e6.jsonl @@ -15,7 +15,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:b19b878319c626f6a6d9904a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b19b878319c626f6a6d9904a","label":"run_w1","locator":{"end_column":6,"end_line":3319,"fragment":"","pointer":"","start_column":1,"start_line":3241},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:build_catalog"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:case_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:case_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:case_report_name"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:ensure_w0_gate_passed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:ensure_wave_materialized"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:next"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:result_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:results.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:run_w1_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:run_w1_preflight"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_w1","target_ref":"python:write_wave_surfaces"}],"parser_ref":"python-ast@1","qualified_name":"run_w1","semantic_key":"python:function:run_w1","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:27cd13321da3f618a7c8f04f:aoa:abyss-stack:anchor:00f3674bd14284c89f51c28c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:00f3674bd14284c89f51c28c","label":"Cutover Gates","locator":{"end_column":16,"end_line":22,"fragment":"cutover-gates","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:cutover-gates","source_id":"aoa:abyss-stack:artifact:27cd13321da3f618a7c8f04f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:2ac88fca89a0b92d06681b2a:aoa:abyss-stack:anchor:f4db8aa45c2d473bf3b6edcb","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:f4db8aa45c2d473bf3b6edcb","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:2ac88fca89a0b92d06681b2a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:2679c42975f5cabf273df7e4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2679c42975f5cabf273df7e4","label":"test_skill_projection_symlink_target_must_use_abyssos_workspace","locator":{"end_column":10,"end_line":366,"fragment":"","pointer":"","start_column":5,"start_line":337},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_symlink_target_must_use_abyssos_workspace","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_symlink_target_must_use_abyssos_workspace","target_ref":"python:agent_skill_projection.validate_agent_skill_projection_routes"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_symlink_target_must_use_abyssos_workspace","target_ref":"python:overlay.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_symlink_target_must_use_abyssos_workspace","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_symlink_target_must_use_abyssos_workspace","target_ref":"python:skill_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_symlink_target_must_use_abyssos_workspace","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_skill_projection_symlink_target_must_use_abyssos_workspace","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_skill_projection_symlink_target_must_use_abyssos_workspace","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:2679c42975f5cabf273df7e4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2679c42975f5cabf273df7e4","label":"test_skill_projection_symlink_target_must_use_abyssos_workspace","locator":{"end_column":10,"end_line":353,"fragment":"","pointer":"","start_column":5,"start_line":327},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_symlink_target_must_use_abyssos_workspace","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_symlink_target_must_use_abyssos_workspace","target_ref":"python:agent_skill_projection.validate_agent_skill_projection_routes"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_symlink_target_must_use_abyssos_workspace","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_symlink_target_must_use_abyssos_workspace","target_ref":"python:skill_root.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_skill_projection_symlink_target_must_use_abyssos_workspace","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_skill_projection_symlink_target_must_use_abyssos_workspace","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_skill_projection_symlink_target_must_use_abyssos_workspace","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:32d38508f07849aaa7d87b3c:aoa:abyss-stack:anchor:ca303f2dfea454398d322f65","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ca303f2dfea454398d322f65","label":"Read before editing","locator":{"end_column":22,"end_line":6,"fragment":"read-before-editing","pointer":"","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:read-before-editing","source_id":"aoa:abyss-stack:artifact:32d38508f07849aaa7d87b3c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:390630c03798b24e2d99ac78:aoa:abyss-stack:anchor:b10a6b43878c41af3b00ae64","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b10a6b43878c41af3b00ae64","label":"Follow-up route","locator":{"end_column":18,"end_line":73,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":73},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:390630c03798b24e2d99ac78","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3a19975bebd9b61a7cc33efa:aoa:abyss-stack:anchor:1f32c09f9f899d40a42cf37d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1f32c09f9f899d40a42cf37d","label":"capabilities_resource","locator":{"end_column":61,"end_line":172,"fragment":"","pointer":"","start_column":5,"start_line":171},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.capabilities_resource","target_ref":"python:_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.capabilities_resource","target_ref":"python:application.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.capabilities_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.capabilities_resource","semantic_key":"python:method:build_server.capabilities_resource","source_id":"aoa:abyss-stack:artifact:3a19975bebd9b61a7cc33efa","symbol_kind":"method"} @@ -32,15 +32,17 @@ {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:11a593e36c889dc6021a0445","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:11a593e36c889dc6021a0445","label":"alertmanager","locator":{"end_column":15,"end_line":35,"fragment":"","pointer":"/services/alertmanager","start_column":3,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/alertmanager","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5:aoa:abyss-stack:anchor:bdc68cce014fb10963871d73","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:bdc68cce014fb10963871d73","label":"docs/NODE_CONTRACT.md","locator":{"end_column":25,"end_line":9,"fragment":"","pointer":"/required_files/2","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/2","source_id":"aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5:aoa:abyss-stack:anchor:dc024b92c4fc629f45a8df9d","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:dc024b92c4fc629f45a8df9d","label":"docs/PRACTICE_BRANCH.md","locator":{"end_column":27,"end_line":10,"fragment":"","pointer":"/required_files/3","start_column":3,"start_line":10},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/3","source_id":"aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:2a8bb70c3ec9c671b53fd391","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2a8bb70c3ec9c671b53fd391","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":345,"fragment":"","pointer":"","start_column":3,"start_line":345},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profile-topology","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:345:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9416cfb2713839e38234a612:aoa:abyss-stack:anchor:468d1ca62672c35a6770c13b","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:468d1ca62672c35a6770c13b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:9416cfb2713839e38234a612","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73:aoa:abyss-stack:anchor:01b02de572c09d0d01bd4c1e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:01b02de572c09d0d01bd4c1e","label":"test_maps_resource_and_surfaces_are_allowlisted","locator":{"end_column":41,"end_line":647,"fragment":"","pointer":"","start_column":1,"start_line":633},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_maps_resource_and_surfaces_are_allowlisted","target_ref":"python:state.read_resource"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_maps_resource_and_surfaces_are_allowlisted","target_ref":"python:state.surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_maps_resource_and_surfaces_are_allowlisted","target_ref":"python:state.surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_maps_resource_and_surfaces_are_allowlisted","target_ref":"python:state.surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_maps_resource_and_surfaces_are_allowlisted","target_ref":"python:state_with_fake"}],"parser_ref":"python-ast@1","qualified_name":"test_maps_resource_and_surfaces_are_allowlisted","semantic_key":"python:function:test_maps_resource_and_surfaces_are_allowlisted","source_id":"aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:c2b05b692b0df588a75bb0fb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c2b05b692b0df588a75bb0fb","label":"finalize_case_with_summary","locator":{"end_column":6,"end_line":773,"fragment":"","pointer":"","start_column":1,"start_line":725},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_case_with_summary","target_ref":"python:TRIALS.build_result_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_case_with_summary","target_ref":"python:TRIALS.finalize_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_case_with_summary","target_ref":"python:case_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:finalize_case_with_summary","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"finalize_case_with_summary","semantic_key":"python:function:finalize_case_with_summary","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:c91885dc4527e8be41543241","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c91885dc4527e8be41543241","label":"load_json","locator":{"end_column":56,"end_line":268,"fragment":"","pointer":"","start_column":1,"start_line":267},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_json","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_json","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"load_json","semantic_key":"python:function:load_json","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:1c831429bc22f1bfeacaee1f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1c831429bc22f1bfeacaee1f","label":"ui","locator":{"end_column":3,"end_line":14,"fragment":"","pointer":"/ui","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/ui","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:613a4eb79c3911dbd4be083a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:613a4eb79c3911dbd4be083a","label":"healthCheckTimeout","locator":{"end_column":23,"end_line":1,"fragment":"","pointer":"/healthCheckTimeout","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/healthCheckTimeout","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:c9f50b803e7a5c4b704a1b35","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c9f50b803e7a5c4b704a1b35","label":"profile/public-contract","locator":{"end_column":26,"end_line":307,"fragment":"profilepublic-contract","pointer":"","start_column":1,"start_line":307},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:profilepublic-contract","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:c9f50b803e7a5c4b704a1b35","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c9f50b803e7a5c4b704a1b35","label":"profile/public-contract","locator":{"end_column":26,"end_line":312,"fragment":"profilepublic-contract","pointer":"","start_column":1,"start_line":312},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:profilepublic-contract","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:af733ceef13848830e6ea691:aoa:abyss-stack:anchor:006671576611d4cf22ec6ca0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:006671576611d4cf22ec6ca0","label":"agon-dry-run-handoff","locator":{"end_column":57,"end_line":12,"fragment":"","pointer":"","start_column":3,"start_line":12},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots-parts","target_ref":"agon-dry-run-handoff/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:12:3:0:agon-dry-run-handoff/README.md","source_id":"aoa:abyss-stack:artifact:af733ceef13848830e6ea691","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:6a7c945fe5e910631404caa2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6a7c945fe5e910631404caa2","label":"_configured_transport_spec","locator":{"end_column":58,"end_line":574,"fragment":"","pointer":"","start_column":1,"start_line":496},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:StdioServerParameters"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:_codex_config_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:_stdio_env"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:authentication.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:authentication.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:authentication.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:config_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:config_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:config_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:config_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:config_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:config_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:configured_env.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:configured_server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:configured_server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:configured_server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:configured_server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:cwd.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:cwd.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:data.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:data.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:env.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:environment.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:environment.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:os.path.expandvars"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:preflight.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:servers.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:servers.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:state.session_mcp_transport_preflight"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:state.workspace_root.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_configured_transport_spec","target_ref":"python:tomllib.loads"}],"parser_ref":"python-ast@1","qualified_name":"_configured_transport_spec","semantic_key":"python:function:_configured_transport_spec","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:617ec1f33ee6c6bf5fb674a4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:617ec1f33ee6c6bf5fb674a4","label":"docs/decisions","locator":{"end_column":97,"end_line":100,"fragment":"","pointer":"","start_column":55,"start_line":100},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:claim-check","target_ref":"docs/decisions/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:100:55:0:docs/decisions/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:5098ac97cb9501a0c3c98a58","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5098ac97cb9501a0c3c98a58","label":"maintenance_status_resource","locator":{"end_column":130,"end_line":696,"fragment":"","pointer":"","start_column":5,"start_line":695},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.maintenance_status_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.maintenance_status_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.maintenance_status_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.maintenance_status_resource","semantic_key":"python:method:build_server.maintenance_status_resource","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7:aoa:abyss-stack:anchor:114da5489d92c55f4c550309","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:114da5489d92c55f4c550309","label":"build-backend","locator":{"end_column":39,"end_line":3,"fragment":"","pointer":"build-system.build-backend","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:build-system.build-backend","source_id":"aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7:aoa:abyss-stack:anchor:ae8de808ea142ba9fe6dc0c4","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:ae8de808ea142ba9fe6dc0c4","label":"project.scripts","locator":{"end_column":17,"end_line":15,"fragment":"","pointer":"project.scripts","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"table:project.scripts","source_id":"aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7","symbol_kind":""} @@ -50,7 +52,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:c75c16fc1cecf3ca5636c04d:aoa:abyss-stack:anchor:4c7998f86981fc4a4f9ade08","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:4c7998f86981fc4a4f9ade08","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:c75c16fc1cecf3ca5636c04d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea1a73c3524c9e1c4469c454:aoa:abyss-stack:anchor:50fb50cb51ffe0501f5a3b1d","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:50fb50cb51ffe0501f5a3b1d","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ea1a73c3524c9e1c4469c454","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eba358107a3211fd09d3172c:aoa:abyss-stack:anchor:90f74dc33cb86ccef9e82169","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:90f74dc33cb86ccef9e82169","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:eba358107a3211fd09d3172c","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:9f01885605e3b670743d71bf","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9f01885605e3b670743d71bf","label":"ABYSS-STACK-D-0075 AoA KAG MCP Access Plane","locator":{"end_column":99,"end_line":198,"fragment":"","pointer":"","start_column":3,"start_line":198},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-surface","target_ref":"../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:198:3:0:../ABYSS-STACK-D-0075-aoa-kag-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:88eea30ba0c39944f8bda7bb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:88eea30ba0c39944f8bda7bb","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":73,"fragment":"","pointer":"","start_column":3,"start_line":73},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:73:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:9fe92e9093073400e918232c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9fe92e9093073400e918232c","label":"ABYSS-STACK-D-0066 AoA Decisions MCP Access Plane","locator":{"end_column":111,"end_line":149,"fragment":"","pointer":"","start_column":3,"start_line":149},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:149:3:0:../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c90f653a5716887de40e7938","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c90f653a5716887de40e7938","label":"ABYSS-STACK-D-0078 Federated Stats MCP Access Plane","locator":{"end_column":115,"end_line":233,"fragment":"","pointer":"","start_column":3,"start_line":233},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-access-plane","target_ref":"../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:233:3:0:../ABYSS-STACK-D-0078-federated-stats-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:e4a9fd374427562055261bd3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e4a9fd374427562055261bd3","label":"ABYSS-STACK-D-0066 AoA Decisions MCP Access Plane","locator":{"end_column":111,"end_line":200,"fragment":"","pointer":"","start_column":3,"start_line":200},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-surface","target_ref":"../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:200:3:0:../ABYSS-STACK-D-0066-aoa-decisions-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f323b2bec780ad026a892be1:aoa:abyss-stack:anchor:11a0001aa28d43232a7e4718","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:11a0001aa28d43232a7e4718","label":"source_trust","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/source_trust","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/source_trust","source_id":"aoa:abyss-stack:artifact:f323b2bec780ad026a892be1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f4d2815af8395c988dfa1ded:aoa:abyss-stack:anchor:ddb550c80da6eb05a06f7b1f","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ddb550c80da6eb05a06f7b1f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f4d2815af8395c988dfa1ded","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:96b9be791de7646c8e7752e0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:96b9be791de7646c8e7752e0","label":"_layer_allowed","locator":{"end_column":67,"end_line":55,"fragment":"","pointer":"","start_column":1,"start_line":49},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_layer_allowed","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_layer_allowed","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_layer_allowed","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_layer_allowed","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_layer_allowed","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"_layer_allowed","semantic_key":"python:function:_layer_allowed","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/e7.jsonl b/kag/indexes/shards/anchor/e7.jsonl index ef3e83698..7c9ded37a 100644 --- a/kag/indexes/shards/anchor/e7.jsonl +++ b/kag/indexes/shards/anchor/e7.jsonl @@ -1,7 +1,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb:aoa:abyss-stack:anchor:e0e4096ca1c7572fc817733e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e0e4096ca1c7572fc817733e","label":"name","locator":{"end_column":47,"end_line":25,"fragment":"","pointer":"/jobs/release_audit/steps/3/name","start_column":7,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/jobs/release_audit/steps/3/name","source_id":"aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:aee8b19d87857124bd07b6d4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:aee8b19d87857124bd07b6d4","label":"resolve_w3_source_entries","locator":{"end_column":42,"end_line":4554,"fragment":"","pointer":"","start_column":1,"start_line":4518},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:build_text_excerpt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:entries.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:entries.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:http_get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:persist_http_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:read_local_source_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:ref.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:ref.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:result.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_w3_source_entries","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"resolve_w3_source_entries","semantic_key":"python:function:resolve_w3_source_entries","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:03da311a8d0a9cacb0d14c33:aoa:abyss-stack:anchor:710ae4395e988fec466e054e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:710ae4395e988fec466e054e","label":"_render_public_subject","locator":{"end_column":105,"end_line":215,"fragment":"","pointer":"","start_column":1,"start_line":185},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:os.environ.copy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:shutil.copyfile"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:stack_env.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:subject_path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:subject_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:subject_path.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_render_public_subject","target_ref":"python:text.replace"}],"parser_ref":"python-ast@1","qualified_name":"_render_public_subject","semantic_key":"python:function:_render_public_subject","source_id":"aoa:abyss-stack:artifact:03da311a8d0a9cacb0d14c33","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:01237873f1a8d1729fbb6698","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:01237873f1a8d1729fbb6698","label":"Notes","locator":{"end_column":9,"end_line":684,"fragment":"notes-1","pointer":"","start_column":1,"start_line":684},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:notes-1","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:01237873f1a8d1729fbb6698","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:01237873f1a8d1729fbb6698","label":"Notes","locator":{"end_column":9,"end_line":686,"fragment":"notes-1","pointer":"","start_column":1,"start_line":686},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:notes-1","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0743905f57097dd04327214e:aoa:abyss-stack:anchor:e0abdd75ee479e931d1b9653","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e0abdd75ee479e931d1b9653","label":"projection_metadata","locator":{"end_column":6,"end_line":665,"fragment":"","pointer":"","start_column":1,"start_line":661},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:projection_metadata","target_ref":"python:connection.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:projection_metadata","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:projection_metadata","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"projection_metadata","semantic_key":"python:function:projection_metadata","source_id":"aoa:abyss-stack:artifact:0743905f57097dd04327214e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43:aoa:abyss-stack:anchor:266674d8ce313be95b040dbf","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:266674d8ce313be95b040dbf","label":"boundary","locator":{"end_column":13,"end_line":24,"fragment":"","pointer":"/complexity_basis/boundary","start_column":3,"start_line":24},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/complexity_basis/boundary","source_id":"aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:135f9435bd9b63fe00db729f:aoa:abyss-stack:anchor:109ab84ce78aefea8ca047a5","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:109ab84ce78aefea8ca047a5","label":"Follow-up route","locator":{"end_column":18,"end_line":116,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":116},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:135f9435bd9b63fe00db729f","symbol_kind":""} @@ -28,6 +28,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:820a126d182b67ae800967b9:aoa:abyss-stack:anchor:43182958db1e78a801f24f5b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:43182958db1e78a801f24f5b","label":"Relationship To Existing Surfaces","locator":{"end_column":36,"end_line":113,"fragment":"relationship-to-existing-surfaces","pointer":"","start_column":1,"start_line":113},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:relationship-to-existing-surfaces","source_id":"aoa:abyss-stack:artifact:820a126d182b67ae800967b9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:be9fad582e19d7a99a57160b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:be9fad582e19d7a99a57160b","label":"load_yaml","locator":{"end_column":18,"end_line":67,"fragment":"","pointer":"","start_column":1,"start_line":60},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_yaml","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_yaml","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_yaml","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_yaml","target_ref":"python:path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_yaml","target_ref":"python:yaml.safe_load"}],"parser_ref":"python-ast@1","qualified_name":"load_yaml","semantic_key":"python:function:load_yaml","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:c43715df5e981a8087bfd4ed","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c43715df5e981a8087bfd4ed","label":"grafana_datasource_inventory","locator":{"end_column":6,"end_line":280,"fragment":"","pointer":"","start_column":1,"start_line":212},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:datasource_dir.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:datasource_dir.glob"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:datasource_dir.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:datetime.now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:entries.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:iso_mtime"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:safe_grafana_datasource_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:grafana_datasource_inventory","target_ref":"python:yaml.safe_load"}],"parser_ref":"python-ast@1","qualified_name":"grafana_datasource_inventory","semantic_key":"python:function:grafana_datasource_inventory","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:2f0217e83bf2733d6d87a381","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2f0217e83bf2733d6d87a381","label":"ABYSS-STACK-D-0074 Telegram and Discord Connector MCP Access Planes","locator":{"end_column":143,"end_line":459,"fragment":"","pointer":"","start_column":3,"start_line":459},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-structure","target_ref":"../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:459:3:0:../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:a7ac978902aec042927b378d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a7ac978902aec042927b378d","label":"ABYSS-STACK-D-0051 Runtime Hygiene Validator Module","locator":{"end_column":115,"end_line":471,"fragment":"","pointer":"","start_column":3,"start_line":471},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:status-readout","target_ref":"../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:471:3:0:../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:f2fb4342592a3e89c0705ce8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f2fb4342592a3e89c0705ce8","label":"interrupt_path","locator":{"end_column":63,"end_line":217,"fragment":"","pointer":"","start_column":1,"start_line":216},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:interrupt_path","target_ref":"python:scenario_root"}],"parser_ref":"python-ast@1","qualified_name":"interrupt_path","semantic_key":"python:function:interrupt_path","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9a2daa8b86644f570884688d:aoa:abyss-stack:anchor:8472916ef6b140f5f3f74415","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8472916ef6b140f5f3f74415","label":"child_schema","locator":{"end_column":14,"end_line":74,"fragment":"","pointer":"","start_column":1,"start_line":68},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:child_schema","target_ref":"python:effective_schema"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:child_schema","target_ref":"python:effective_schema"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:child_schema","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:child_schema","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:child_schema","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:child_schema","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:child_schema","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:child_schema","target_ref":"python:schema.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:child_schema","target_ref":"python:schema_properties"}],"parser_ref":"python-ast@1","qualified_name":"child_schema","semantic_key":"python:function:child_schema","source_id":"aoa:abyss-stack:artifact:9a2daa8b86644f570884688d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:f5ff9407fd35fb6e479c9c4f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f5ff9407fd35fb6e479c9c4f","label":"land_or_rollback","locator":{"end_column":10,"end_line":2632,"fragment":"","pointer":"","start_column":5,"start_line":2566},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:TRIALS.w4_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:land_validated_diff"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:repo_root_for_scenario"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.land_or_rollback","target_ref":"python:state.get"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.land_or_rollback","semantic_key":"python:method:build_graph.land_or_rollback","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"method"} @@ -37,7 +39,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:15c8019fe62a5b5eb0d3d1ea","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:15c8019fe62a5b5eb0d3d1ea","label":"QUESTBOOK.md exists","locator":{"end_column":23,"end_line":35,"fragment":"","pointer":"/evidence/0","start_column":3,"start_line":35},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/evidence/0","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0:aoa:abyss-stack:anchor:17f865aade236efd7a8544d7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:17f865aade236efd7a8544d7","label":"Boundaries","locator":{"end_column":13,"end_line":53,"fragment":"boundaries","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundaries","source_id":"aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32:aoa:abyss-stack:anchor:1b962b4d7623ae93a8a0d7d8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1b962b4d7623ae93a8a0d7d8","label":"PhilosophyReviewPacketResponse","locator":{"end_column":24,"end_line":140,"fragment":"","pointer":"","start_column":1,"start_line":136},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"PhilosophyReviewPacketResponse","semantic_key":"python:class:PhilosophyReviewPacketResponse","source_id":"aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32","symbol_kind":"class"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:efa04b80adc79410f5c95555","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:efa04b80adc79410f5c95555","label":"generated/read-model","locator":{"end_column":23,"end_line":265,"fragment":"generatedread-model","pointer":"","start_column":1,"start_line":265},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:generatedread-model","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:efa04b80adc79410f5c95555","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:efa04b80adc79410f5c95555","label":"generated/read-model","locator":{"end_column":23,"end_line":266,"fragment":"generatedread-model","pointer":"","start_column":1,"start_line":266},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:generatedread-model","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bdd8e29155bca1dc97d82d84:aoa:abyss-stack:anchor:4527510ac312dd1b1c0d6fc4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4527510ac312dd1b1c0d6fc4","label":"Experience Runtime Legacy Artifacts","locator":{"end_column":37,"end_line":1,"fragment":"experience-runtime-legacy-artifacts","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:experience-runtime-legacy-artifacts","source_id":"aoa:abyss-stack:artifact:bdd8e29155bca1dc97d82d84","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cd170c60bd01cac1292bb6ce:aoa:abyss-stack:anchor:e21819b930c7f1819f2b4c4e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e21819b930c7f1819f2b4c4e","label":"generated/playbook_review_packet_contracts.min.json","locator":{"end_column":55,"end_line":12,"fragment":"","pointer":"/required_files/4","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/4","source_id":"aoa:abyss-stack:artifact:cd170c60bd01cac1292bb6ce","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cd5fdeba2544b9f5d88f39d4:aoa:abyss-stack:anchor:48ac09d33efc6eecdd3ba814","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:48ac09d33efc6eecdd3ba814","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:cd5fdeba2544b9f5d88f39d4","symbol_kind":""} @@ -50,9 +52,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6f9285e8b72289dd81628d0:aoa:abyss-stack:anchor:7f295553d73dc6a655e76b83","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7f295553d73dc6a655e76b83","label":"main","locator":{"end_column":26,"end_line":103,"fragment":"","pointer":"","start_column":1,"start_line":76},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:AoATelegramConnectorMCPState"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:build_server"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:checks.values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:require_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.answer"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.query_graph"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.source_route"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:state.status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:e6f9285e8b72289dd81628d0","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e7e844145f679def5f0d0efb:aoa:abyss-stack:anchor:f64bd118729793631caba5d7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f64bd118729793631caba5d7","label":"legacy/DISTILLATION_LOG.md","locator":{"end_column":59,"end_line":24,"fragment":"","pointer":"","start_column":3,"start_line":24},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"legacy/DISTILLATION_LOG.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:24:3:0:legacy/DISTILLATION_LOG.md","source_id":"aoa:abyss-stack:artifact:e7e844145f679def5f0d0efb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:6ba23c69600a145ad5981f72","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:6ba23c69600a145ad5981f72","label":"docs/decisions/indexes/by-mechanic.md","locator":{"end_column":41,"end_line":11,"fragment":"","pointer":"/generated_indexes/5","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/generated_indexes/5","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:99c4c16277ade224649dedb6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:99c4c16277ade224649dedb6","label":"ABYSS-STACK-D-0015 Mechanics Package Card Completeness","locator":{"end_column":121,"end_line":106,"fragment":"","pointer":"","start_column":3,"start_line":106},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0015-mechanics-package-card-completeness.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:106:3:0:../ABYSS-STACK-D-0015-mechanics-package-card-completeness.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:c3ac52dc40f762ee5da8c31d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c3ac52dc40f762ee5da8c31d","label":"point_id","locator":{"end_column":90,"end_line":500,"fragment":"","pointer":"","start_column":1,"start_line":498},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:point_id","target_ref":"python:hashlib.sha256"}],"parser_ref":"python-ast@1","qualified_name":"point_id","semantic_key":"python:function:point_id","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:0cd81bad25d87147371a9319","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0cd81bad25d87147371a9319","label":"ABYSS-STACK-D-0068 Decision Graph Contract And Impact Packets","locator":{"end_column":135,"end_line":181,"fragment":"","pointer":"","start_column":3,"start_line":181},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-lane","target_ref":"../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:181:3:0:../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f3f877cd85ae95f826205525:aoa:abyss-stack:anchor:fceb729a96793444e3ac7aca","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:fceb729a96793444e3ac7aca","label":"hook_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/hook_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/hook_id","source_id":"aoa:abyss-stack:artifact:f3f877cd85ae95f826205525","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f4561a5cd595232410a84dc8:aoa:abyss-stack:anchor:51383fad4f0fe37a4534a1f6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:51383fad4f0fe37a4534a1f6","label":"test_build_count_and_digest","locator":{"end_column":68,"end_line":27,"fragment":"","pointer":"","start_column":1,"start_line":23},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_build_count_and_digest","target_ref":"python:load"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_build_count_and_digest","target_ref":"python:mod.build"}],"parser_ref":"python-ast@1","qualified_name":"test_build_count_and_digest","semantic_key":"python:function:test_build_count_and_digest","source_id":"aoa:abyss-stack:artifact:f4561a5cd595232410a84dc8","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:21457f8aec5fe9918207906d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:21457f8aec5fe9918207906d","label":"status","locator":{"end_column":10,"end_line":156,"fragment":"","pointer":"","start_column":5,"start_line":142},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.status","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.status","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.status","target_ref":"python:self.index"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.status","target_ref":"python:self.index_exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.status","target_ref":"python:self.index_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.status","target_ref":"python:self.tos_root.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.status","target_ref":"python:view.get"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.status","semantic_key":"python:method:ToSCorpusMCPState.status","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:fa56341ee11dd504ea394482:aoa:abyss-stack:anchor:c702dab4fb165e999799c6c1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c702dab4fb165e999799c6c1","label":"load_settings","locator":{"end_column":6,"end_line":143,"fragment":"","pointer":"","start_column":1,"start_line":77},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:TosGraphSettings"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:_load_config_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:_load_env_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:_parse_bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:_split_neo4j_auth"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:projection_cfg.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:projection_cfg.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:runtime_env_payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:service_cfg.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:service_cfg.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:source_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:source_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:source_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:source_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:source_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:ui_cfg.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings","target_ref":"python:ui_cfg.get"}],"parser_ref":"python-ast@1","qualified_name":"load_settings","semantic_key":"python:function:load_settings","source_id":"aoa:abyss-stack:artifact:fa56341ee11dd504ea394482","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:04f8a0dc150734acdf90bc7f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:04f8a0dc150734acdf90bc7f","label":"The task is generic health explanation, artifact trust, source-authority mapping, live-session mining, repair, restart, or approval.","locator":{"end_column":138,"end_line":15,"fragment":"","pointer":"/applicability/do_not_use_when/0","start_column":5,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/applicability/do_not_use_when/0","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/e8.jsonl b/kag/indexes/shards/anchor/e8.jsonl index fa8eedeb1..49b26c1b5 100644 --- a/kag/indexes/shards/anchor/e8.jsonl +++ b/kag/indexes/shards/anchor/e8.jsonl @@ -22,7 +22,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:6e0bb2474e227bfae1faae8d:aoa:abyss-stack:anchor:cf64626a0645fe730be08b4a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cf64626a0645fe730be08b4a","label":"test_service_screenshot_inventory_module_aligns_addons_with_policy","locator":{"end_column":24,"end_line":177,"fragment":"","pointer":"","start_column":1,"start_line":125},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_service_screenshot_inventory_module_aligns_addons_with_policy","target_ref":"python:POLICY_PATH.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_service_screenshot_inventory_module_aligns_addons_with_policy","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_service_screenshot_inventory_module_aligns_addons_with_policy","target_ref":"python:selected_service"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_service_screenshot_inventory_module_aligns_addons_with_policy","target_ref":"python:selected_service"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_service_screenshot_inventory_module_aligns_addons_with_policy","target_ref":"python:selected_service"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_service_screenshot_inventory_module_aligns_addons_with_policy","target_ref":"python:service_selection.validate_service_screenshot_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_service_screenshot_inventory_module_aligns_addons_with_policy","target_ref":"python:write_minimal_runtime_shape"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_service_screenshot_inventory_module_aligns_addons_with_policy","target_ref":"python:write_policy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_service_screenshot_inventory_module_aligns_addons_with_policy","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_service_screenshot_inventory_module_aligns_addons_with_policy","semantic_key":"python:function:test_service_screenshot_inventory_module_aligns_addons_with_policy","source_id":"aoa:abyss-stack:artifact:6e0bb2474e227bfae1faae8d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3:aoa:abyss-stack:anchor:31a7f5bba90683cbbbbf432d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:31a7f5bba90683cbbbbf432d","label":"test_write_local_intake_rejects_skeleton_port_with_existing_pressure","locator":{"end_column":93,"end_line":1895,"fragment":"","pointer":"","start_column":1,"start_line":1883},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_write_local_intake_rejects_skeleton_port_with_existing_pressure","target_ref":"python:AoAEvalsMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_write_local_intake_rejects_skeleton_port_with_existing_pressure","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_write_local_intake_rejects_skeleton_port_with_existing_pressure","target_ref":"python:seed_evals"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_write_local_intake_rejects_skeleton_port_with_existing_pressure","target_ref":"python:seed_local_eval_port"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_write_local_intake_rejects_skeleton_port_with_existing_pressure","target_ref":"python:state.write_local_intake"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_write_local_intake_rejects_skeleton_port_with_existing_pressure","target_ref":"python:valid_eval_need_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_write_local_intake_rejects_skeleton_port_with_existing_pressure","target_ref":"python:valid_eval_need_packet"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_write_local_intake_rejects_skeleton_port_with_existing_pressure","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"test_write_local_intake_rejects_skeleton_port_with_existing_pressure","semantic_key":"python:function:test_write_local_intake_rejects_skeleton_port_with_existing_pressure","source_id":"aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:7fa95990ae828ff563befc45:aoa:abyss-stack:anchor:1c565f4835338513861d810f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1c565f4835338513861d810f","label":"test_validate_candidate_rejects_path_outside_known_port","locator":{"end_column":79,"end_line":547,"fragment":"","pointer":"","start_column":1,"start_line":538},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validate_candidate_rejects_path_outside_known_port","target_ref":"python:AoAMemoMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validate_candidate_rejects_path_outside_known_port","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validate_candidate_rejects_path_outside_known_port","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validate_candidate_rejects_path_outside_known_port","target_ref":"python:outside.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validate_candidate_rejects_path_outside_known_port","target_ref":"python:seed_workspace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validate_candidate_rejects_path_outside_known_port","target_ref":"python:state.validate_candidate"}],"parser_ref":"python-ast@1","qualified_name":"test_validate_candidate_rejects_path_outside_known_port","semantic_key":"python:function:test_validate_candidate_rejects_path_outside_known_port","source_id":"aoa:abyss-stack:artifact:7fa95990ae828ff563befc45","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:032f0d3272b43c267de1f8cc","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:032f0d3272b43c267de1f8cc","label":"ABYSS-STACK-D-0053 Return Policy Validator Module","locator":{"end_column":111,"end_line":398,"fragment":"","pointer":"","start_column":3,"start_line":398},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-schema","target_ref":"../ABYSS-STACK-D-0053-return-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:398:3:0:../ABYSS-STACK-D-0053-return-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:0740e9381bbedab53631ed70","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0740e9381bbedab53631ed70","label":"draft_plan","locator":{"end_column":10,"end_line":2606,"fragment":"","pointer":"","start_column":5,"start_line":2592},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:Command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:build_scenario_plan"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:load_case_spec"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:node_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:plan_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:plan_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:record_event"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:state.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.draft_plan","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.draft_plan","semantic_key":"python:method:build_graph.draft_plan","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:9ab79f50fc6aec8b01c95b19","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9ab79f50fc6aec8b01c95b19","label":"case_truth_status","locator":{"end_column":6,"end_line":343,"fragment":"","pointer":"","start_column":1,"start_line":288},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:TRIALS.infer_case_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:TRIALS.make_truth_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:notes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:script_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:script_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:script_contains"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:case_truth_status","target_ref":"python:script_contains"}],"parser_ref":"python-ast@1","qualified_name":"case_truth_status","semantic_key":"python:function:case_truth_status","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae:aoa:abyss-stack:anchor:8c03193d9fbe3cc71f5cb98c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8c03193d9fbe3cc71f5cb98c","label":"test_usage_example_must_avoid_billing_terms","locator":{"end_column":79,"end_line":184,"fragment":"","pointer":"","start_column":5,"start_line":172},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeHygieneContractTests.test_usage_example_must_avoid_billing_terms","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeHygieneContractTests.test_usage_example_must_avoid_billing_terms","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeHygieneContractTests.test_usage_example_must_avoid_billing_terms","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeHygieneContractTests.test_usage_example_must_avoid_billing_terms","target_ref":"python:self.validate_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeHygieneContractTests.test_usage_example_must_avoid_billing_terms","target_ref":"python:self.write_valid_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeHygieneContractTests.test_usage_example_must_avoid_billing_terms","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeHygieneContractTests.test_usage_example_must_avoid_billing_terms","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"RuntimeHygieneContractTests.test_usage_example_must_avoid_billing_terms","semantic_key":"python:method:RuntimeHygieneContractTests.test_usage_example_must_avoid_billing_terms","source_id":"aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae","symbol_kind":"method"} @@ -31,6 +30,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:c398f107530cb7659f1cf6ee","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:c398f107530cb7659f1cf6ee","label":"logTimeFormat","locator":{"end_column":22,"end_line":3,"fragment":"","pointer":"/logTimeFormat","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/logTimeFormat","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b166d89766b855ada4f4d5df:aoa:abyss-stack:anchor:f689f0701f927c0d3d88e205","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f689f0701f927c0d3d88e205","label":"ProfileCompositionTests","locator":{"end_column":58,"end_line":76,"fragment":"","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"ProfileCompositionTests","semantic_key":"python:class:ProfileCompositionTests","source_id":"aoa:abyss-stack:artifact:b166d89766b855ada4f4d5df","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:b254911fa834d0448374ad5c:aoa:abyss-stack:anchor:0ac80c4cf02b6b4128e092bf","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0ac80c4cf02b6b4128e092bf","label":"Lifecycle hooks","locator":{"end_column":18,"end_line":17,"fragment":"lifecycle-hooks","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:lifecycle-hooks","source_id":"aoa:abyss-stack:artifact:b254911fa834d0448374ad5c","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:083c9a72cdce418225d99351","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:083c9a72cdce418225d99351","label":"config-projection","locator":{"end_column":61,"end_line":152,"fragment":"","pointer":"","start_column":3,"start_line":152},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/config-projection/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:152:3:0:mechanics/config-projection/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5:aoa:abyss-stack:anchor:c1fe2fdb321b5b187c5a1dcb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c1fe2fdb321b5b187c5a1dcb","label":"read_text_or_none","locator":{"end_column":20,"end_line":29,"fragment":"","pointer":"","start_column":1,"start_line":25},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:read_text_or_none","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"read_text_or_none","semantic_key":"python:function:read_text_or_none","source_id":"aoa:abyss-stack:artifact:b36a9428f7523b6746c9b7e5","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:923a393deb7061b12040c2b8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:923a393deb7061b12040c2b8","label":"aoa_session_graph_timeline","locator":{"end_column":85,"end_line":592,"fragment":"","pointer":"","start_column":5,"start_line":590},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_graph_timeline","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_graph_timeline","semantic_key":"python:method:build_server.aoa_session_graph_timeline","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b7a803cf2072eed6a6825168:aoa:abyss-stack:anchor:70d6a00aea2f95f7d883cc7b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:70d6a00aea2f95f7d883cc7b","label":"Preset-aware smoke patterns","locator":{"end_column":30,"end_line":114,"fragment":"preset-aware-smoke-patterns","pointer":"","start_column":1,"start_line":114},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:preset-aware-smoke-patterns","source_id":"aoa:abyss-stack:artifact:b7a803cf2072eed6a6825168","symbol_kind":""} @@ -47,6 +47,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52:aoa:abyss-stack:anchor:59dc433adbaabd16f3207ca1","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:59dc433adbaabd16f3207ca1","label":"Known user-specific fit","locator":{"end_column":26,"end_line":87,"fragment":"known-user-specific-fit","pointer":"","start_column":1,"start_line":87},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:known-user-specific-fit","source_id":"aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf:aoa:abyss-stack:anchor:710b533b8222ef68342c866a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:710b533b8222ef68342c866a","label":"Security","locator":{"end_column":11,"end_line":55,"fragment":"security","pointer":"","start_column":1,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:security","source_id":"aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef819ea912b1550023dc4204:aoa:abyss-stack:anchor:28089bb4df595ef090bef212","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:28089bb4df595ef090bef212","label":"parse_compose_cpus_nano","locator":{"end_column":39,"end_line":222,"fragment":"","pointer":"","start_column":1,"start_line":213},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_compose_cpus_nano","target_ref":"python:Decimal"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_compose_cpus_nano","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_compose_cpus_nano","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_compose_cpus_nano","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_compose_cpus_nano","target_ref":"python:value.strip"}],"parser_ref":"python-ast@1","qualified_name":"parse_compose_cpus_nano","semantic_key":"python:function:parse_compose_cpus_nano","source_id":"aoa:abyss-stack:artifact:ef819ea912b1550023dc4204","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:4251ea4d557d8f12855be3c7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4251ea4d557d8f12855be3c7","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":208,"fragment":"","pointer":"","start_column":3,"start_line":208},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:observability","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:208:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:5be99d1d2f08057c5c927e42","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5be99d1d2f08057c5c927e42","label":"ABYSS-STACK-D-0030 RAG Orchestration Profile","locator":{"end_column":101,"end_line":114,"fragment":"","pointer":"","start_column":3,"start_line":114},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profiles-and-presets","target_ref":"../ABYSS-STACK-D-0030-rag-orchestration-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:114:3:0:../ABYSS-STACK-D-0030-rag-orchestration-profile.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f323b2bec780ad026a892be1:aoa:abyss-stack:anchor:cfcae1ffbe731b1013e5c1ec","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:cfcae1ffbe731b1013e5c1ec","label":"lifecycle","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/lifecycle","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/lifecycle","source_id":"aoa:abyss-stack:artifact:f323b2bec780ad026a892be1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:ea5616f29867442d40a79481","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ea5616f29867442d40a79481","label":"philosophy_projection","locator":{"end_column":23,"end_line":131,"fragment":"","pointer":"","start_column":5,"start_line":127},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_projection","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_projection","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_projection","target_ref":"python:payload.get"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.philosophy_projection","semantic_key":"python:method:ToSCorpusMCPState.philosophy_projection","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} diff --git a/kag/indexes/shards/anchor/e9.jsonl b/kag/indexes/shards/anchor/e9.jsonl index 27525ede8..bbf6a0343 100644 --- a/kag/indexes/shards/anchor/e9.jsonl +++ b/kag/indexes/shards/anchor/e9.jsonl @@ -44,7 +44,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:bcdcfcdc27a3e9b8ad8f2880","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bcdcfcdc27a3e9b8ad8f2880","label":"build_scenario_plan","locator":{"end_column":16,"end_line":595,"fragment":"","pointer":"","start_column":1,"start_line":563},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_scenario_plan","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_scenario_plan","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_scenario_plan","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_scenario_plan","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_scenario_plan","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_scenario_plan","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_scenario_plan","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_scenario_plan","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_scenario_plan","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_scenario_plan","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_scenario_plan","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"build_scenario_plan","semantic_key":"python:function:build_scenario_plan","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5:aoa:abyss-stack:anchor:790185dcb5bb0f7276b4c9e7","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:790185dcb5bb0f7276b4c9e7","label":"ttl","locator":{"end_column":12,"end_line":68,"fragment":"","pointer":"/models/gemma4-e2b-it/ttl","start_column":5,"start_line":68},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/models/gemma4-e2b-it/ttl","source_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:aefcde7da3496d5c282dfb53","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:aefcde7da3496d5c282dfb53","label":"ABYSS-STACK-D-0050 Diagnostic Spine Validator Module","locator":{"end_column":117,"end_line":164,"fragment":"","pointer":"","start_column":3,"start_line":164},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:164:3:0:../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:65ab40695cc86ec1de8e5dc2","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:65ab40695cc86ec1de8e5dc2","label":"mechanics/diagnostic-spine","locator":{"end_column":158,"end_line":65,"fragment":"","pointer":"","start_column":92,"start_line":65},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"mechanics/diagnostic-spine/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:65:92:0:mechanics/diagnostic-spine/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:0e1c168f94f7ab2354c59d94","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:0e1c168f94f7ab2354c59d94","label":"inference-pilots","locator":{"end_column":59,"end_line":154,"fragment":"","pointer":"","start_column":3,"start_line":154},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/inference-pilots/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:154:3:0:mechanics/inference-pilots/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bd20cbe4645b58cebee30a66:aoa:abyss-stack:anchor:958557b64c2fff5730b3a5ae","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:958557b64c2fff5730b3a5ae","label":"Decision","locator":{"end_column":11,"end_line":38,"fragment":"decision","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:bd20cbe4645b58cebee30a66","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:62644a358d736a5c8b5bad57","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:62644a358d736a5c8b5bad57","label":"resolve_playbook_id","locator":{"end_column":20,"end_line":670,"fragment":"","pointer":"","start_column":1,"start_line":653},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_playbook_id","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_playbook_id","target_ref":"python:advisory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_playbook_id","target_ref":"python:copy.deepcopy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_playbook_id","target_ref":"python:copy.deepcopy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_playbook_id","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_playbook_id","target_ref":"python:provider"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_playbook_id","target_ref":"python:request.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_playbook_id","target_ref":"python:request.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_playbook_id","target_ref":"python:resolve_playbook_policy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_playbook_id","target_ref":"python:resolve_target_policy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_playbook_id","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"resolve_playbook_id","semantic_key":"python:function:resolve_playbook_id","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b:aoa:abyss-stack:anchor:535f841236382b9363e2bff6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:535f841236382b9363e2bff6","label":"Relationship to local ops status","locator":{"end_column":35,"end_line":58,"fragment":"relationship-to-local-ops-status","pointer":"","start_column":1,"start_line":58},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:relationship-to-local-ops-status","source_id":"aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","symbol_kind":""} @@ -56,7 +56,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:ac130a2ca8a823da75280753","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ac130a2ca8a823da75280753","label":"First checks","locator":{"end_column":16,"end_line":226,"fragment":"first-checks-5","pointer":"","start_column":1,"start_line":226},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:first-checks-5","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e9763ad9395185e2eff2d14d:aoa:abyss-stack:anchor:918ed11c5f2cd532b3f7e54f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:918ed11c5f2cd532b3f7e54f","label":"test_runtime_configs_mirror_requires_decisions_mcp_and_graph_schema","locator":{"end_column":16,"end_line":72,"fragment":"","pointer":"","start_column":1,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_configs_mirror_requires_decisions_mcp_and_graph_schema","target_ref":"python:sync_parity.validate_runtime_configs_mirror"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_configs_mirror_requires_decisions_mcp_and_graph_schema","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_configs_mirror_requires_decisions_mcp_and_graph_schema","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"test_runtime_configs_mirror_requires_decisions_mcp_and_graph_schema","semantic_key":"python:function:test_runtime_configs_mirror_requires_decisions_mcp_and_graph_schema","source_id":"aoa:abyss-stack:artifact:e9763ad9395185e2eff2d14d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf:aoa:abyss-stack:anchor:9f836e15d097e21689257a6a","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9f836e15d097e21689257a6a","label":"Preferred PR scope","locator":{"end_column":21,"end_line":37,"fragment":"preferred-pr-scope","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:preferred-pr-scope","source_id":"aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:1ee0cdb93ceda84a8a78be14","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1ee0cdb93ceda84a8a78be14","label":"ABYSS-STACK-D-0009 Root Residual Topology Cleanup","locator":{"end_column":111,"end_line":122,"fragment":"","pointer":"","start_column":3,"start_line":122},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0009-root-residual-topology-cleanup.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:122:3:0:../ABYSS-STACK-D-0009-root-residual-topology-cleanup.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:9741ac2e056b1e6d21cbb938","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9741ac2e056b1e6d21cbb938","label":"test_runtime_config_bundle_hashes_rendered_subject","locator":{"end_column":60,"end_line":140,"fragment":"","pointer":"","start_column":1,"start_line":97},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_hashes_rendered_subject","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_hashes_rendered_subject","target_ref":"python:manifest_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_hashes_rendered_subject","target_ref":"python:next"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_runtime_config_bundle_hashes_rendered_subject","target_ref":"python:next"}],"parser_ref":"python-ast@1","qualified_name":"test_runtime_config_bundle_hashes_rendered_subject","semantic_key":"python:function:test_runtime_config_bundle_hashes_rendered_subject","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fbdda40e309d4e196adb0989:aoa:abyss-stack:anchor:d9bb178bf4e152aab6709beb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d9bb178bf4e152aab6709beb","label":"Contexts","locator":{"end_column":11,"end_line":17,"fragment":"contexts","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:contexts","source_id":"aoa:abyss-stack:artifact:fbdda40e309d4e196adb0989","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ffb0f6f1f47fd11880be16b5:aoa:abyss-stack:anchor:1e9d800a06fc0601e5cc9f6d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1e9d800a06fc0601e5cc9f6d","label":"test_historical_kag_indexes_are_not_reclassified_as_active_source","locator":{"end_column":55,"end_line":94,"fragment":"","pointer":"","start_column":1,"start_line":82},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_historical_kag_indexes_are_not_reclassified_as_active_source","target_ref":"python:run_runtime_route_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_historical_kag_indexes_are_not_reclassified_as_active_source","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_historical_kag_indexes_are_not_reclassified_as_active_source","target_ref":"python:write_valid_surface"}],"parser_ref":"python-ast@1","qualified_name":"test_historical_kag_indexes_are_not_reclassified_as_active_source","semantic_key":"python:function:test_historical_kag_indexes_are_not_reclassified_as_active_source","source_id":"aoa:abyss-stack:artifact:ffb0f6f1f47fd11880be16b5","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/ea.jsonl b/kag/indexes/shards/anchor/ea.jsonl index f3c254072..480fa52c8 100644 --- a/kag/indexes/shards/anchor/ea.jsonl +++ b/kag/indexes/shards/anchor/ea.jsonl @@ -17,7 +17,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:395c130db2603818245bdecb:aoa:abyss-stack:anchor:8185475bef96c5af148afd23","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8185475bef96c5af148afd23","label":"test_host_published_ports_are_loopback_bound","locator":{"end_column":30,"end_line":118,"fragment":"","pointer":"","start_column":5,"start_line":100},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_host_published_ports_are_loopback_bound","target_ref":"python:MODULE_DIR.glob"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_host_published_ports_are_loopback_bound","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_host_published_ports_are_loopback_bound","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_host_published_ports_are_loopback_bound","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_host_published_ports_are_loopback_bound","target_ref":"python:load_compose"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_host_published_ports_are_loopback_bound","target_ref":"python:port.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_host_published_ports_are_loopback_bound","target_ref":"python:port.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_host_published_ports_are_loopback_bound","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_host_published_ports_are_loopback_bound","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_host_published_ports_are_loopback_bound","target_ref":"python:self.subTest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_host_published_ports_are_loopback_bound","target_ref":"python:service_ports"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_host_published_ports_are_loopback_bound","target_ref":"python:services.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ComposeContractsTests.test_host_published_ports_are_loopback_bound","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"ComposeContractsTests.test_host_published_ports_are_loopback_bound","semantic_key":"python:method:ComposeContractsTests.test_host_published_ports_are_loopback_bound","source_id":"aoa:abyss-stack:artifact:395c130db2603818245bdecb","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:418e0c21b774af22d0d9a496:aoa:abyss-stack:anchor:cd252b010480a06f6e3941c2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cd252b010480a06f6e3941c2","label":"find_repo_root","locator":{"end_column":72,"end_line":16,"fragment":"","pointer":"","start_column":1,"start_line":12},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_repo_root","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_repo_root","target_ref":"python:start.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_repo_root","target_ref":"python:start.resolve"}],"parser_ref":"python-ast@1","qualified_name":"find_repo_root","semantic_key":"python:function:find_repo_root","source_id":"aoa:abyss-stack:artifact:418e0c21b774af22d0d9a496","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:47fe523c5b5b0ac0a26f5516:aoa:abyss-stack:anchor:07819548e96dae136fd80d73","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:07819548e96dae136fd80d73","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:47fe523c5b5b0ac0a26f5516","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b:aoa:abyss-stack:anchor:70a4921e62ff4a99b2b86a02","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:70a4921e62ff4a99b2b86a02","label":"It does not own","locator":{"end_column":18,"end_line":19,"fragment":"it-does-not-own","pointer":"","start_column":1,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:it-does-not-own","source_id":"aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b:aoa:abyss-stack:anchor:70a4921e62ff4a99b2b86a02","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:70a4921e62ff4a99b2b86a02","label":"It does not own","locator":{"end_column":18,"end_line":20,"fragment":"it-does-not-own","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:it-does-not-own","source_id":"aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239:aoa:abyss-stack:anchor:13043d2f9fdd8a8e6d1cd6ae","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:13043d2f9fdd8a8e6d1cd6ae","label":"_trace","locator":{"end_column":24,"end_line":408,"fragment":"","pointer":"","start_column":5,"start_line":401},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._trace","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._trace","target_ref":"python:self._traces.move_to_end"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._trace","target_ref":"python:self._traces.popitem"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._trace","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:KagApplication._trace","target_ref":"python:uuid.uuid4"}],"parser_ref":"python-ast@1","qualified_name":"KagApplication._trace","semantic_key":"python:method:KagApplication._trace","source_id":"aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:6608ce56cda8da7b23543c51:aoa:abyss-stack:anchor:76afae6222a790c6253b87be","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:76afae6222a790c6253b87be","label":"surface_resource","locator":{"end_column":87,"end_line":190,"fragment":"","pointer":"","start_column":5,"start_line":189},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.surface_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.surface_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.surface_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.surface_resource","semantic_key":"python:method:build_server.surface_resource","source_id":"aoa:abyss-stack:artifact:6608ce56cda8da7b23543c51","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:673e100db9b9a27bfec37159:aoa:abyss-stack:anchor:5145e5d0d53a687b507414d9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5145e5d0d53a687b507414d9","label":"N8N_RUNNERS_ENABLED","locator":{"end_column":33,"end_line":7,"fragment":"","pointer":"/services/n8n/environment/N8N_RUNNERS_ENABLED","start_column":7,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/n8n/environment/N8N_RUNNERS_ENABLED","source_id":"aoa:abyss-stack:artifact:673e100db9b9a27bfec37159","symbol_kind":""} @@ -34,7 +34,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f:aoa:abyss-stack:anchor:10e0ff2fc52ca3d15baee7a8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:10e0ff2fc52ca3d15baee7a8","label":"Artifacts","locator":{"end_column":12,"end_line":92,"fragment":"artifacts","pointer":"","start_column":1,"start_line":92},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:artifacts","source_id":"aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aafc77e27f12f5cf4e36f54e:aoa:abyss-stack:anchor:c97daf760f1a4cc8a89a593e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c97daf760f1a4cc8a89a593e","label":"Runtime","locator":{"end_column":10,"end_line":34,"fragment":"runtime","pointer":"","start_column":1,"start_line":34},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime","source_id":"aoa:abyss-stack:artifact:aafc77e27f12f5cf4e36f54e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:1e4a2a853dc91335a54e6684","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1e4a2a853dc91335a54e6684","label":"ABYSS-STACK-D-0023 Working Substrate Profile","locator":{"end_column":101,"end_line":58,"fragment":"","pointer":"","start_column":3,"start_line":58},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0023-working-substrate-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:58:3:0:../ABYSS-STACK-D-0023-working-substrate-profile.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:2fc9a42636d6a15c8f818bbc","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2fc9a42636d6a15c8f818bbc","label":"exact search","locator":{"end_column":15,"end_line":245,"fragment":"exact-search","pointer":"","start_column":1,"start_line":245},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:exact-search","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:2fc9a42636d6a15c8f818bbc","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2fc9a42636d6a15c8f818bbc","label":"exact search","locator":{"end_column":15,"end_line":246,"fragment":"exact-search","pointer":"","start_column":1,"start_line":246},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:exact-search","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b254911fa834d0448374ad5c:aoa:abyss-stack:anchor:6424c74b7fdf4b6fc1bcaf2e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:6424c74b7fdf4b6fc1bcaf2e","label":"Purpose","locator":{"end_column":10,"end_line":7,"fragment":"purpose","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:b254911fa834d0448374ad5c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b486de235baf12334c99478f:aoa:abyss-stack:anchor:595e7fa73bbc2528d6ddd073","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:595e7fa73bbc2528d6ddd073","label":"Stop lines","locator":{"end_column":13,"end_line":30,"fragment":"stop-lines","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:stop-lines","source_id":"aoa:abyss-stack:artifact:b486de235baf12334c99478f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e:aoa:abyss-stack:anchor:c8b83cbdcda25922cbef756b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c8b83cbdcda25922cbef756b","label":"Graph contract route","locator":{"end_column":23,"end_line":60,"fragment":"graph-contract-route","pointer":"","start_column":1,"start_line":60},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:graph-contract-route","source_id":"aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","symbol_kind":""} @@ -55,7 +55,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:20c2a8061fe298def49125ab","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:20c2a8061fe298def49125ab","label":"session_mcp_transport_preflight","locator":{"end_column":10,"end_line":3457,"fragment":"","pointer":"","start_column":5,"start_line":3107},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:_codex_config_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:_core_auto_reload_enabled"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:_http_bearer_auth_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:_http_bearer_next_action"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:_http_bearer_next_action"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:_is_session_memory_mcp_server_cmdline"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:_linux_boot_epoch"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:_proc_cmdline"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:_proc_cwd"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:_proc_cwd"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:_proc_ppid"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:_proc_ppid"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:_proc_ppid"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:_process_start_epoch"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:_source_mtime_epoch"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:ancestor_pids.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:codex_processes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:config.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:config_path.as_posix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:config_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:config_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:config_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:config_path.stat"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:configured_server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:configured_server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:configured_server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:configured_server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:configured_server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:configured_server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:configured_server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:configured_server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:configured_server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:configured_server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:configured_server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:configured_server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:configured_server.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:configured_server.update"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:entry.name.isdigit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:mcp_children_by_parent.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:mcp_children_by_parent.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:mcp_processes.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:os.getpid"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:path.stat"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:proc_root.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:proc_root.iterdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:process.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:process.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:restart_required_sources.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:self.runtime_identity"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:self.runtime_identity"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:server.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:tomllib.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:url_path.rstrip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_mcp_transport_preflight","target_ref":"python:urlparse"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState.session_mcp_transport_preflight","semantic_key":"python:method:AoASessionMemoryMCPState.session_mcp_transport_preflight","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:c5a4e89ae09e8e8c345ccbb6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c5a4e89ae09e8e8c345ccbb6","label":"_compact_search_provider","locator":{"end_column":93,"end_line":843,"fragment":"","pointer":"","start_column":1,"start_line":815},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_provider","target_ref":"python:_compact_usage_provider_status"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_provider","target_ref":"python:compact.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_provider","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_provider","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_provider","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_provider","target_ref":"python:provider.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_provider","target_ref":"python:provider.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_provider","target_ref":"python:provider.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_provider","target_ref":"python:provider.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_provider","target_ref":"python:value.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_search_provider","target_ref":"python:value.get"}],"parser_ref":"python-ast@1","qualified_name":"_compact_search_provider","semantic_key":"python:function:_compact_search_provider","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:7dbaca666dab2df93911e69b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7dbaca666dab2df93911e69b","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":19,"fragment":"","pointer":"","start_column":3,"start_line":19},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:config-projection","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:19:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:bb492d02eceb9847875566b1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bb492d02eceb9847875566b1","label":"ABYSS-STACK-D-0008 Root Design And Agent Surfaces","locator":{"end_column":107,"end_line":121,"fragment":"","pointer":"","start_column":3,"start_line":121},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0008-root-design-agent-surfaces.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:121:3:0:../ABYSS-STACK-D-0008-root-design-agent-surfaces.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fa56341ee11dd504ea394482:aoa:abyss-stack:anchor:0d75c9cb4b8f53b7afb5adcd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0d75c9cb4b8f53b7afb5adcd","label":"source_path","locator":{"end_column":75,"end_line":93,"fragment":"","pointer":"","start_column":5,"start_line":91},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings.source_path","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings.source_path","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings.source_path","target_ref":"python:raw_path.is_absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_settings.source_path","target_ref":"python:source_cfg.get"}],"parser_ref":"python-ast@1","qualified_name":"load_settings.source_path","semantic_key":"python:method:load_settings.source_path","source_id":"aoa:abyss-stack:artifact:fa56341ee11dd504ea394482","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:fc14d26fe85cf981f312d308:aoa:abyss-stack:anchor:c5fa74f9ef37339d3aee2c75","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c5fa74f9ef37339d3aee2c75","label":"evidence_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/evidence_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/evidence_refs","source_id":"aoa:abyss-stack:artifact:fc14d26fe85cf981f312d308","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80:aoa:abyss-stack:anchor:73ca457220041c7b64b1bd1b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:73ca457220041c7b64b1bd1b","label":"Owner Governance Reference","locator":{"end_column":29,"end_line":53,"fragment":"owner-governance-reference","pointer":"","start_column":1,"start_line":53},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owner-governance-reference","source_id":"aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/eb.jsonl b/kag/indexes/shards/anchor/eb.jsonl index 66db4a45d..d5a024e38 100644 --- a/kag/indexes/shards/anchor/eb.jsonl +++ b/kag/indexes/shards/anchor/eb.jsonl @@ -1,8 +1,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:03d315bb758c2f535d250890:aoa:abyss-stack:anchor:095f1a87424a7e842674ca0f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:095f1a87424a7e842674ca0f","label":"w4_proposal_artifact_refs","locator":{"end_column":16,"end_line":6947,"fragment":"","pointer":"","start_column":1,"start_line":6920},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w4_proposal_artifact_refs","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w4_proposal_artifact_refs","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w4_proposal_artifact_refs","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w4_proposal_artifact_refs","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w4_proposal_artifact_refs","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w4_proposal_artifact_refs","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w4_proposal_artifact_refs","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w4_proposal_artifact_refs","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w4_proposal_artifact_refs","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w4_proposal_artifact_refs","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w4_proposal_artifact_refs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w4_proposal_artifact_refs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w4_proposal_artifact_refs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w4_proposal_artifact_refs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w4_proposal_artifact_refs","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"w4_proposal_artifact_refs","semantic_key":"python:function:w4_proposal_artifact_refs","source_id":"aoa:abyss-stack:artifact:03d315bb758c2f535d250890","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:044aca1692e1ec1ef0444d76:aoa:abyss-stack:anchor:731f9e15f8e9a66232db5794","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:731f9e15f8e9a66232db5794","label":"type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/type","source_id":"aoa:abyss-stack:artifact:044aca1692e1ec1ef0444d76","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:ecdc487bc05ec2e1e3d026cd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ecdc487bc05ec2e1e3d026cd","label":"Validation","locator":{"end_column":14,"end_line":711,"fragment":"validation-2","pointer":"","start_column":1,"start_line":711},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation-2","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:ecdc487bc05ec2e1e3d026cd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ecdc487bc05ec2e1e3d026cd","label":"Validation","locator":{"end_column":14,"end_line":713,"fragment":"validation-2","pointer":"","start_column":1,"start_line":713},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validation-2","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:08bc2c833d9db3229fd08c82:aoa:abyss-stack:anchor:c69e37897813377a63f89fce","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c69e37897813377a63f89fce","label":"Follow-up route","locator":{"end_column":18,"end_line":83,"fragment":"follow-up-route","pointer":"","start_column":1,"start_line":83},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:follow-up-route","source_id":"aoa:abyss-stack:artifact:08bc2c833d9db3229fd08c82","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e:aoa:abyss-stack:anchor:4d0b88ea4a5383cdb51c7bc8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4d0b88ea4a5383cdb51c7bc8","label":"depends_on","locator":{"end_column":15,"end_line":36,"fragment":"","pointer":"/services/langchain-api/depends_on","start_column":5,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api/depends_on","source_id":"aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b:aoa:abyss-stack:anchor:684ad1bda002c7e934ce7a99","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:684ad1bda002c7e934ce7a99","label":"test_skill_projection_rejects_local_directory","locator":{"end_column":6,"end_line":73,"fragment":"","pointer":"","start_column":1,"start_line":64},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_projection_rejects_local_directory","target_ref":"python:run_skill_projection_validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_skill_projection_rejects_local_directory","target_ref":"python:write_minimal_skill_projection"}],"parser_ref":"python-ast@1","qualified_name":"test_skill_projection_rejects_local_directory","semantic_key":"python:function:test_skill_projection_rejects_local_directory","source_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:19e4148cb802b59e11e50d44:aoa:abyss-stack:anchor:9a47d7e68a7116183996953f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:9a47d7e68a7116183996953f","label":"${AOA_OVMS_TEXT_CACHE_SIZE_GB","locator":{"end_column":43,"end_line":25,"fragment":"","pointer":"/services/ovms-intel-text/command/21/${AOA_OVMS_TEXT_CACHE_SIZE_GB","start_column":7,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/ovms-intel-text/command/21/${AOA_OVMS_TEXT_CACHE_SIZE_GB","source_id":"aoa:abyss-stack:artifact:19e4148cb802b59e11e50d44","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:20406aeceb5067c3b5e6af44:aoa:abyss-stack:anchor:0f75e1dd051c3bf3bcba1670","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0f75e1dd051c3bf3bcba1670","label":"source/deployed Configs parity passed after aoa-sync-configs --delete","locator":{"end_column":73,"end_line":38,"fragment":"","pointer":"/evidence/0","start_column":3,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/evidence/0","source_id":"aoa:abyss-stack:artifact:20406aeceb5067c3b5e6af44","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:9b8d688cfc07262b4f61d069","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:9b8d688cfc07262b4f61d069","label":"mutation_surface_for_w4_case","locator":{"end_column":18,"end_line":7477,"fragment":"","pointer":"","start_column":1,"start_line":7472},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:mutation_surface_for_w4_case","target_ref":"python:case.get"}],"parser_ref":"python-ast@1","qualified_name":"mutation_surface_for_w4_case","semantic_key":"python:function:mutation_surface_for_w4_case","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} @@ -28,13 +29,14 @@ {"_key":"anchor:aoa:abyss-stack:artifact:795992a5745bace0747ef607:aoa:abyss-stack:anchor:34ab82d0c82c4d6e547e0559","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:34ab82d0c82c4d6e547e0559","label":"_require_bundle","locator":{"end_column":22,"end_line":2505,"fragment":"","pointer":"","start_column":5,"start_line":2501},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._require_bundle","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._require_bundle","target_ref":"python:self._find_by_name"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._require_bundle","target_ref":"python:self.catalog_records"}],"parser_ref":"python-ast@1","qualified_name":"AoAEvalsMCPState._require_bundle","semantic_key":"python:method:AoAEvalsMCPState._require_bundle","source_id":"aoa:abyss-stack:artifact:795992a5745bace0747ef607","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:795992a5745bace0747ef607:aoa:abyss-stack:anchor:e1d3dbfe4d6d94225b0ec68c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e1d3dbfe4d6d94225b0ec68c","label":"_local_port_payload","locator":{"end_column":60,"end_line":1734,"fragment":"","pointer":"","start_column":5,"start_line":1732},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_payload","target_ref":"python:_read_yaml"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAEvalsMCPState._local_port_payload","target_ref":"python:isinstance"}],"parser_ref":"python-ast@1","qualified_name":"AoAEvalsMCPState._local_port_payload","semantic_key":"python:method:AoAEvalsMCPState._local_port_payload","source_id":"aoa:abyss-stack:artifact:795992a5745bace0747ef607","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced:aoa:abyss-stack:anchor:d2dc9b60e23b78fd4e10ea08","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d2dc9b60e23b78fd4e10ea08","label":"control_mode","locator":{"end_column":30,"end_line":15,"fragment":"","pointer":"/control_mode","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/control_mode","source_id":"aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1:aoa:abyss-stack:anchor:d52712202ff233f8ccb8a5ac","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d52712202ff233f8ccb8a5ac","label":"2026-07-17","locator":{"end_column":13,"end_line":147,"fragment":"2026-07-17","pointer":"","start_column":1,"start_line":147},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:2026-07-17","source_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7fa95990ae828ff563befc45:aoa:abyss-stack:anchor:0e6b6d26fe4b32c338f17b10","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0e6b6d26fe4b32c338f17b10","label":"write_port_contract","locator":{"end_column":6,"end_line":450,"fragment":"","pointer":"","start_column":1,"start_line":423},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"write_port_contract","semantic_key":"python:function:write_port_contract","source_id":"aoa:abyss-stack:artifact:7fa95990ae828ff563befc45","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:81586d3c47d51fd09071a5b1:aoa:abyss-stack:anchor:47102067a626be987e3837a0","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:47102067a626be987e3837a0","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:81586d3c47d51fd09071a5b1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:0fc2b215e49f748b4078e9ec","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0fc2b215e49f748b4078e9ec","label":"parse_utc_timestamp","locator":{"end_column":43,"end_line":147,"fragment":"","pointer":"","start_column":1,"start_line":135},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_utc_timestamp","target_ref":"python:datetime.fromisoformat"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_utc_timestamp","target_ref":"python:normalized.endswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_utc_timestamp","target_ref":"python:parsed.astimezone"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_utc_timestamp","target_ref":"python:parsed.replace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_utc_timestamp","target_ref":"python:value.strip"}],"parser_ref":"python-ast@1","qualified_name":"parse_utc_timestamp","semantic_key":"python:function:parse_utc_timestamp","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:83ea64692300aeea0bb20d5b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:83ea64692300aeea0bb20d5b","label":"collect_doctor_check","locator":{"end_column":6,"end_line":248,"fragment":"","pointer":"","start_column":1,"start_line":220},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_doctor_check","target_ref":"python:doctor_warning_is_advisory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_doctor_check","target_ref":"python:doctor_warning_is_advisory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_doctor_check","target_ref":"python:line.removeprefix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_doctor_check","target_ref":"python:line.removeprefix"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_doctor_check","target_ref":"python:line.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_doctor_check","target_ref":"python:line.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_doctor_check","target_ref":"python:run_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_doctor_check","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:collect_doctor_check","target_ref":"python:strip_ansi"}],"parser_ref":"python-ast@1","qualified_name":"collect_doctor_check","semantic_key":"python:function:collect_doctor_check","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:1479278607871d732366588d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1479278607871d732366588d","label":"ABYSS-STACK-D-0036 Abyss Machine MCP Access Plane","locator":{"end_column":111,"end_line":73,"fragment":"","pointer":"","start_column":3,"start_line":73},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:host-evidence-freshness","target_ref":"../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:73:3:0:../ABYSS-STACK-D-0036-abyss-machine-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:9131d6ad2d703776c0742612","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9131d6ad2d703776c0742612","label":"ABYSS-STACK-D-0024 Fallback Gateway Profile","locator":{"end_column":99,"end_line":51,"fragment":"","pointer":"","start_column":3,"start_line":51},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-topology","target_ref":"../ABYSS-STACK-D-0024-fallback-gateway-profile.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:51:3:0:../ABYSS-STACK-D-0024-fallback-gateway-profile.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:afe079b5d97aaf1dc8515e15","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:afe079b5d97aaf1dc8515e15","label":"generated read-model","locator":{"end_column":23,"end_line":266,"fragment":"generated-read-model","pointer":"","start_column":1,"start_line":266},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:generated-read-model","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:afe079b5d97aaf1dc8515e15","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:afe079b5d97aaf1dc8515e15","label":"generated read-model","locator":{"end_column":23,"end_line":270,"fragment":"generated-read-model","pointer":"","start_column":1,"start_line":270},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:generated-read-model","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ddb37492894185ce432219d:aoa:abyss-stack:anchor:f20ec0afbd7ec8aeab6b8b53","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f20ec0afbd7ec8aeab6b8b53","label":"Releasing `abyss-stack`","locator":{"end_column":25,"end_line":1,"fragment":"releasing-abyss-stack","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:releasing-abyss-stack","source_id":"aoa:abyss-stack:artifact:8ddb37492894185ce432219d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd:aoa:abyss-stack:anchor:08a989a0b3cf635873c7a247","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:08a989a0b3cf635873c7a247","label":"source_owner","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/source_owner","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/source_owner","source_id":"aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725:aoa:abyss-stack:anchor:06fae014ad4e2fd42542e307","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:06fae014ad4e2fd42542e307","label":"target_surface","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/target_surface","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/target_surface","source_id":"aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725","symbol_kind":"json_key"} @@ -43,7 +45,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:f74dd10c244a066b6caaa4c4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f74dd10c244a066b6caaa4c4","label":"build_impl_edit_spec_json","locator":{"end_column":6,"end_line":1273,"fragment":"","pointer":"","start_column":1,"start_line":1259},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_impl_edit_spec_json","target_ref":"python:utc_now"}],"parser_ref":"python-ast@1","qualified_name":"build_impl_edit_spec_json","semantic_key":"python:function:build_impl_edit_spec_json","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:3f3e207cf5adcb5abac49b35","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:3f3e207cf5adcb5abac49b35","label":"owner_surface","locator":{"end_column":39,"end_line":7,"fragment":"","pointer":"/owner_surface","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/owner_surface","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32:aoa:abyss-stack:anchor:03dbe0124c4acc8edc83965f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:03dbe0124c4acc8edc83965f","label":"PhilosophyQueryViewResponse","locator":{"end_column":24,"end_line":204,"fragment":"","pointer":"","start_column":1,"start_line":186},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"PhilosophyQueryViewResponse","semantic_key":"python:class:PhilosophyQueryViewResponse","source_id":"aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32","symbol_kind":"class"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:3bc2e7b0963b902135ddb162","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3bc2e7b0963b902135ddb162","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":309,"fragment":"","pointer":"","start_column":3,"start_line":309},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profilepublic-contract","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:309:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:6f758d61575970324a5db392","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6f758d61575970324a5db392","label":"ABYSS-STACK-D-0005 Operator Wrappers With Part-Local Backends","locator":{"end_column":135,"end_line":52,"fragment":"","pointer":"","start_column":3,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:52:3:0:../ABYSS-STACK-D-0005-operator-wrappers-with-part-local-backends.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:adc1d5b771d14688767c7ced:aoa:abyss-stack:anchor:fefaf7443faab0fd1f5be141","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:fefaf7443faab0fd1f5be141","label":"Retirement Procedure","locator":{"end_column":23,"end_line":55,"fragment":"retirement-procedure","pointer":"","start_column":1,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:retirement-procedure","source_id":"aoa:abyss-stack:artifact:adc1d5b771d14688767c7ced","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ae994b5c4fb504e216fee66f:aoa:abyss-stack:anchor:6e65cddfe3842715db3beeb1","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:6e65cddfe3842715db3beeb1","label":"$id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$id","source_id":"aoa:abyss-stack:artifact:ae994b5c4fb504e216fee66f","symbol_kind":"json_key"} @@ -57,6 +58,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:393af9b369eccaba8917429e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:393af9b369eccaba8917429e","label":"health","locator":{"end_column":6,"end_line":389,"fragment":"","pointer":"","start_column":1,"start_line":364},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:CACHE_DIR.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:MODEL_DIR.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:health","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"health","semantic_key":"python:function:health","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:f8ccb981a2ba2335babfe685","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f8ccb981a2ba2335babfe685","label":"tsdb_shipper","locator":{"end_column":15,"end_line":31,"fragment":"","pointer":"/storage_config/tsdb_shipper","start_column":3,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/storage_config/tsdb_shipper","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:a74f3334f22f0bd8d67c0bd5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a74f3334f22f0bd8d67c0bd5","label":"ABYSS-STACK-D-0002 Runtime Mechanics Topology","locator":{"end_column":103,"end_line":12,"fragment":"","pointer":"","start_column":3,"start_line":12},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mechanics","target_ref":"../ABYSS-STACK-D-0002-runtime-mechanics-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:12:3:0:../ABYSS-STACK-D-0002-runtime-mechanics-topology.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:b8edc8360c1485529b3cb76c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b8edc8360c1485529b3cb76c","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":236,"fragment":"","pointer":"","start_column":3,"start_line":236},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mirror","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:236:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4d2815af8395c988dfa1ded:aoa:abyss-stack:anchor:ad6141cf85f3cc4147d5e6fd","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ad6141cf85f3cc4147d5e6fd","label":"embedding_profile","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/embedding_profile","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/embedding_profile","source_id":"aoa:abyss-stack:artifact:f4d2815af8395c988dfa1ded","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f94c00e397193440ec61cc10:aoa:abyss-stack:anchor:06b0d4e80c951b1c6f06f416","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:06b0d4e80c951b1c6f06f416","label":"Run","locator":{"end_column":6,"end_line":67,"fragment":"run","pointer":"","start_column":1,"start_line":67},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:run","source_id":"aoa:abyss-stack:artifact:f94c00e397193440ec61cc10","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/ec.jsonl b/kag/indexes/shards/anchor/ec.jsonl index e23387c22..61c1c5ee8 100644 --- a/kag/indexes/shards/anchor/ec.jsonl +++ b/kag/indexes/shards/anchor/ec.jsonl @@ -31,7 +31,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7fa95990ae828ff563befc45:aoa:abyss-stack:anchor:3f140f562159f87644e2ab5f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3f140f562159f87644e2ab5f","label":"test_server_builds","locator":{"end_column":46,"end_line":786,"fragment":"","pointer":"","start_column":1,"start_line":784},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_builds","target_ref":"python:build_server"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_server_builds","target_ref":"python:seed_workspace"}],"parser_ref":"python-ast@1","qualified_name":"test_server_builds","semantic_key":"python:function:test_server_builds","source_id":"aoa:abyss-stack:artifact:7fa95990ae828ff563befc45","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8442f99b758eb0b6fb87321e:aoa:abyss-stack:anchor:77f7c216f1b5f5fabeafe3ab","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:77f7c216f1b5f5fabeafe3ab","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:8442f99b758eb0b6fb87321e","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:699bc0f71ae8b414e0ad51e3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:699bc0f71ae8b414e0ad51e3","label":"resolve_eval_selection","locator":{"end_column":6,"end_line":1669,"fragment":"","pointer":"","start_column":1,"start_line":1632},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_eval_selection","target_ref":"python:HTTPException"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_eval_selection","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_eval_selection","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_eval_selection","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_eval_selection","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_eval_selection","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_eval_selection","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_eval_selection","target_ref":"python:evals_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_eval_selection","target_ref":"python:matches.append"}],"parser_ref":"python-ast@1","qualified_name":"resolve_eval_selection","semantic_key":"python:function:resolve_eval_selection","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:946a1bb6e92413c32a735a2b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:946a1bb6e92413c32a735a2b","label":"pilot route posture","locator":{"end_column":22,"end_line":331,"fragment":"pilot-route-posture","pointer":"","start_column":1,"start_line":331},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:pilot-route-posture","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:946a1bb6e92413c32a735a2b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:946a1bb6e92413c32a735a2b","label":"pilot route posture","locator":{"end_column":22,"end_line":339,"fragment":"pilot-route-posture","pointer":"","start_column":1,"start_line":339},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:pilot-route-posture","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:97832af636c5142442fd656e:aoa:abyss-stack:anchor:5f75ea28334352ad408fc783","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:5f75ea28334352ad408fc783","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:97832af636c5142442fd656e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f:aoa:abyss-stack:anchor:a7658d072be6d46de2e80607","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a7658d072be6d46de2e80607","label":"W5 PILOT","locator":{"end_column":10,"end_line":1,"fragment":"w5-pilot","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:w5-pilot","source_id":"aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a5ee0a6421758851103923ed:aoa:abyss-stack:anchor:70ad0b6da7283de83d9da3ef","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:70ad0b6da7283de83d9da3ef","label":"schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema","source_id":"aoa:abyss-stack:artifact:a5ee0a6421758851103923ed","symbol_kind":"json_key"} @@ -54,6 +54,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d:aoa:abyss-stack:anchor:ec8aee69f87d5ecec15f153e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ec8aee69f87d5ecec15f153e","label":"Scope","locator":{"end_column":8,"end_line":3,"fragment":"scope","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:scope","source_id":"aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267:aoa:abyss-stack:anchor:8a8f7bbc47ee0e067c7b2110","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8a8f7bbc47ee0e067c7b2110","label":"test_extract_markdown_section_excerpt_prefers_named_section","locator":{"end_column":54,"end_line":139,"fragment":"","pointer":"","start_column":5,"start_line":122},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_extract_markdown_section_excerpt_prefers_named_section","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_extract_markdown_section_excerpt_prefers_named_section","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_extract_markdown_section_excerpt_prefers_named_section","target_ref":"python:self.assertIsNotNone"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_extract_markdown_section_excerpt_prefers_named_section","target_ref":"python:self.assertNotIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerPolicyScopeTests.test_extract_markdown_section_excerpt_prefers_named_section","target_ref":"python:self.module.extract_markdown_section_excerpt"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerPolicyScopeTests.test_extract_markdown_section_excerpt_prefers_named_section","semantic_key":"python:method:GovernedRunnerPolicyScopeTests.test_extract_markdown_section_excerpt_prefers_named_section","source_id":"aoa:abyss-stack:artifact:e8738a8f1abaa120237dd267","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:1a544075be102f0bd9526ddf","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1a544075be102f0bd9526ddf","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":69,"fragment":"","pointer":"","start_column":3,"start_line":69},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:69:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:5d72ee318d9f543b4a4ec770","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5d72ee318d9f543b4a4ec770","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":225,"fragment":"","pointer":"","start_column":3,"start_line":225},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:225:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1:aoa:abyss-stack:anchor:900f967008d4b0ecb0110865","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:900f967008d4b0ecb0110865","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:d37387057390c8919ace6961","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d37387057390c8919ace6961","label":"test_validator_inventory_entries_have_required_fields_and_existing_paths","locator":{"end_column":61,"end_line":76,"fragment":"","pointer":"","start_column":1,"start_line":68},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_inventory_entries_have_required_fields_and_existing_paths","target_ref":"python:load_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_inventory_entries_have_required_fields_and_existing_paths","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_validator_inventory_entries_have_required_fields_and_existing_paths","target_ref":"python:set"}],"parser_ref":"python-ast@1","qualified_name":"test_validator_inventory_entries_have_required_fields_and_existing_paths","semantic_key":"python:function:test_validator_inventory_entries_have_required_fields_and_existing_paths","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fe87c9255d91862e65b80185:aoa:abyss-stack:anchor:733783f258f8fb0f491593af","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:733783f258f8fb0f491593af","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:fe87c9255d91862e65b80185","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:01baa523df68946013a291b2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:01baa523df68946013a291b2","label":"exact_write_intent","locator":{"end_column":28,"end_line":42,"fragment":"","pointer":"/abi/inputs/conditional/capture/1","start_column":9,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/inputs/conditional/capture/1","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/ed.jsonl b/kag/indexes/shards/anchor/ed.jsonl index c77f53092..fb8f6e77e 100644 --- a/kag/indexes/shards/anchor/ed.jsonl +++ b/kag/indexes/shards/anchor/ed.jsonl @@ -16,7 +16,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:2d70cefe07fb9779b2c3d3a4:aoa:abyss-stack:anchor:de1e13fd09e145711d5fd608","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:de1e13fd09e145711d5fd608","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:2d70cefe07fb9779b2c3d3a4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:33f121b2a407a6b4715027ff:aoa:abyss-stack:anchor:0ced42340d384f14198ad539","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0ced42340d384f14198ad539","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:33f121b2a407a6b4715027ff","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:36001b0dc63c1f1ddf4f661a:aoa:abyss-stack:anchor:b028998d9d3a6eee8f27aa52","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b028998d9d3a6eee8f27aa52","label":"build_parser","locator":{"end_column":18,"end_line":239,"fragment":"","pointer":"","start_column":1,"start_line":230},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_parser","target_ref":"python:parser.add_argument"}],"parser_ref":"python-ast@1","qualified_name":"build_parser","semantic_key":"python:function:build_parser","source_id":"aoa:abyss-stack:artifact:36001b0dc63c1f1ddf4f661a","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97:aoa:abyss-stack:anchor:ca3a8448435a53d8af5e98bf","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ca3a8448435a53d8af5e98bf","label":"Decision","locator":{"end_column":11,"end_line":36,"fragment":"decision","pointer":"","start_column":1,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97:aoa:abyss-stack:anchor:ca3a8448435a53d8af5e98bf","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ca3a8448435a53d8af5e98bf","label":"Decision","locator":{"end_column":11,"end_line":37,"fragment":"decision","pointer":"","start_column":1,"start_line":37},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9:aoa:abyss-stack:anchor:00fcfdc19c181d9725cbc767","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:00fcfdc19c181d9725cbc767","label":"__call__","locator":{"end_column":68,"end_line":1809,"fragment":"","pointer":"","start_column":5,"start_line":1778},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaleProviderRunner.__call__","target_ref":"python:CommandOutput"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaleProviderRunner.__call__","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaleProviderRunner.__call__","target_ref":"python:self.calls.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaleProviderRunner.__call__","target_ref":"python:self.timeouts.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaleProviderRunner.__call__","target_ref":"python:super"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:StaleProviderRunner.__call__","target_ref":"python:tuple"}],"parser_ref":"python-ast@1","qualified_name":"StaleProviderRunner.__call__","semantic_key":"python:method:StaleProviderRunner.__call__","source_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:ab06a883a00c2c5ed6a93bb0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ab06a883a00c2c5ed6a93bb0","label":"w6_catalog","locator":{"end_column":71,"end_line":677,"fragment":"","pointer":"","start_column":1,"start_line":645},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:case.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:find_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:llamacpp_verify_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:load_base_catalog"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:scenarios.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:scenarios.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:scenarios.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:w6_catalog","target_ref":"python:stack_sync_json_case"}],"parser_ref":"python-ast@1","qualified_name":"w6_catalog","semantic_key":"python:function:w6_catalog","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2:aoa:abyss-stack:anchor:618650abc011290024c14b8a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:618650abc011290024c14b8a","label":"default_memory_access_strategy","locator":{"end_column":68,"end_line":54,"fragment":"","pointer":"/profile_class_rules/1/default_memory_access_strategy","start_column":5,"start_line":54},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/profile_class_rules/1/default_memory_access_strategy","source_id":"aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","symbol_kind":""} @@ -30,8 +30,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced:aoa:abyss-stack:anchor:4abe8b2b44053f5bd75488bc","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4abe8b2b44053f5bd75488bc","label":"repo","locator":{"end_column":17,"end_line":5,"fragment":"","pointer":"/repo","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/repo","source_id":"aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7e2dc256b75fee0fdb6cef41:aoa:abyss-stack:anchor:17a7fabf44a8b3c31610fa27","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:17a7fabf44a8b3c31610fa27","label":"generated/task_to_tier_hints.json","locator":{"end_column":37,"end_line":11,"fragment":"","pointer":"/required_files/5","start_column":3,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/5","source_id":"aoa:abyss-stack:artifact:7e2dc256b75fee0fdb6cef41","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:863559bac2507d05daa623cc:aoa:abyss-stack:anchor:4b2b7157259a0a019687f2a1","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:4b2b7157259a0a019687f2a1","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:863559bac2507d05daa623cc","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:a81d5cc1b9c39875e8eb8f3b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a81d5cc1b9c39875e8eb8f3b","label":"ABYSS-STACK-D-0052 Machine Fit Validator Module","locator":{"end_column":107,"end_line":292,"fragment":"","pointer":"","start_column":3,"start_line":292},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:machine-bridge","target_ref":"../ABYSS-STACK-D-0052-machine-fit-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:292:3:0:../ABYSS-STACK-D-0052-machine-fit-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:f26b4da32ba16d830e4b9978","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f26b4da32ba16d830e4b9978","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":394,"fragment":"","pointer":"","start_column":3,"start_line":394},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-route-contracts","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:394:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:96a01e09d393906c65d82133","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:96a01e09d393906c65d82133","label":"ABYSS-STACK-D-0061 Active Topology Language Validator Module","locator":{"end_column":133,"end_line":394,"fragment":"","pointer":"","start_column":3,"start_line":394},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-api-compatibility-bridge","target_ref":"../ABYSS-STACK-D-0061-active-topology-language-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:394:3:0:../ABYSS-STACK-D-0061-active-topology-language-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8cfaf0f9abca5f7d156f2273:aoa:abyss-stack:anchor:1f0b91be96c9b923a7046e72","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1f0b91be96c9b923a7046e72","label":"Decision","locator":{"end_column":11,"end_line":31,"fragment":"decision","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decision","source_id":"aoa:abyss-stack:artifact:8cfaf0f9abca5f7d156f2273","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b:aoa:abyss-stack:anchor:90c3eff27a1e49f8d9075bef","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:90c3eff27a1e49f8d9075bef","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:01a99ba8c31e462be2509028","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:01a99ba8c31e462be2509028","label":"commit_checkpoint","locator":{"end_column":50,"end_line":2256,"fragment":"","pointer":"","start_column":1,"start_line":2200},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:TRIALS.git_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:TRIALS.list_changed_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:artifact_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:artifact_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:utc_now"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:commit_checkpoint","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"commit_checkpoint","semantic_key":"python:function:commit_checkpoint","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} @@ -63,4 +62,4 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:8d802afa764f4312bc616a59","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8d802afa764f4312bc616a59","label":"score","locator":{"end_column":69,"end_line":345,"fragment":"","pointer":"","start_column":5,"start_line":326},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.score","target_ref":"python:CACHE_DIR.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.score","target_ref":"python:MODEL_DIR.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.score","target_ref":"python:Qwen3OpenVINOReranker"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.score","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.score","target_ref":"python:lexical_score"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.score","target_ref":"python:scorer.load"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.score","target_ref":"python:self._mark_used"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.score","target_ref":"python:self._mark_used"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.score","target_ref":"python:self._scorer.score"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LazyScorer.score","target_ref":"python:time.time"}],"parser_ref":"python-ast@1","qualified_name":"LazyScorer.score","semantic_key":"python:method:LazyScorer.score","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52:aoa:abyss-stack:anchor:ae59b8ba44f1de48175c9114","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ae59b8ba44f1de48175c9114","label":"Minimum practical expectations","locator":{"end_column":33,"end_line":72,"fragment":"minimum-practical-expectations","pointer":"","start_column":1,"start_line":72},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:minimum-practical-expectations","source_id":"aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:ddc9fb2554c4607c61dbaa04","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ddc9fb2554c4607c61dbaa04","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:07da0a3492fdae83be77caae","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:07da0a3492fdae83be77caae","label":"ABYSS-STACK-D-0007 Inference Pilot Compatibility Gates","locator":{"end_column":121,"end_line":95,"fragment":"","pointer":"","start_column":3,"start_line":95},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0007-inference-pilot-compatibility-gates.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:95:3:0:../ABYSS-STACK-D-0007-inference-pilot-compatibility-gates.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:21e0b7b4a17eac378d43b2d7","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:21e0b7b4a17eac378d43b2d7","label":"Resolve the owner package from its canonical home or same-bundle source receipt; never use workspace discovery when the owner root is known.","locator":{"end_column":144,"end_line":70,"fragment":"","pointer":"/verification/0","start_column":3,"start_line":70},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/verification/0","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/ee.jsonl b/kag/indexes/shards/anchor/ee.jsonl index 3c321d5ac..2aa34fc15 100644 --- a/kag/indexes/shards/anchor/ee.jsonl +++ b/kag/indexes/shards/anchor/ee.jsonl @@ -3,7 +3,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:09768cdc5582265776b58235:aoa:abyss-stack:anchor:691f2740a663a82092cc5a9a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:691f2740a663a82092cc5a9a","label":"container_name","locator":{"end_column":29,"end_line":4,"fragment":"","pointer":"/services/tos-graph/container_name","start_column":5,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tos-graph/container_name","source_id":"aoa:abyss-stack:artifact:09768cdc5582265776b58235","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0df719f74f05463e2a865840:aoa:abyss-stack:anchor:58ed995e9cb7a68cf0252833","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:58ed995e9cb7a68cf0252833","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:0df719f74f05463e2a865840","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:0e32fdadd2717574386a3732:aoa:abyss-stack:anchor:f5a2e53c4579ae4364008bf8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f5a2e53c4579ae4364008bf8","label":"Machine Fit Validator Module","locator":{"end_column":30,"end_line":1,"fragment":"machine-fit-validator-module","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:machine-fit-validator-module","source_id":"aoa:abyss-stack:artifact:0e32fdadd2717574386a3732","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:ef00a58fc8c799cc24d63a2b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ef00a58fc8c799cc24d63a2b","label":"test_missing_diagnostic_doc_fails","locator":{"end_column":139,"end_line":89,"fragment":"","pointer":"","start_column":5,"start_line":74},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_doc_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_doc_fails","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_doc_fails","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_doc_fails","target_ref":"python:self.validate_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_doc_fails","target_ref":"python:self.write_valid_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_doc_fails","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_doc_fails","semantic_key":"python:method:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_doc_fails","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:ef00a58fc8c799cc24d63a2b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ef00a58fc8c799cc24d63a2b","label":"test_missing_diagnostic_doc_fails","locator":{"end_column":139,"end_line":85,"fragment":"","pointer":"","start_column":5,"start_line":70},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_doc_fails","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_doc_fails","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_doc_fails","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_doc_fails","target_ref":"python:self.validate_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_doc_fails","target_ref":"python:self.write_valid_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_doc_fails","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_doc_fails","semantic_key":"python:method:DiagnosticSpineSurfaceValidatorTests.test_missing_diagnostic_doc_fails","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:200e3f06dfa423f097e330d8:aoa:abyss-stack:anchor:92e5ddd2ecf48bf1e6674371","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:92e5ddd2ecf48bf1e6674371","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:200e3f06dfa423f097e330d8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:20406aeceb5067c3b5e6af44:aoa:abyss-stack:anchor:74f971f6afcfb6293afa57e0","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:74f971f6afcfb6293afa57e0","label":"handoff_role","locator":{"end_column":32,"end_line":36,"fragment":"","pointer":"/handoff_role","start_column":1,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/handoff_role","source_id":"aoa:abyss-stack:artifact:20406aeceb5067c3b5e6af44","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:221786448d369cb5f806ead8:aoa:abyss-stack:anchor:d0ce0acdfc108e869d49f322","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d0ce0acdfc108e869d49f322","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:221786448d369cb5f806ead8","symbol_kind":""} @@ -19,7 +19,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:5895715bcf429432b96dcae9:aoa:abyss-stack:anchor:d74b3cbdf047c1db212eceb2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d74b3cbdf047c1db212eceb2","label":"Mechanic card","locator":{"end_column":16,"end_line":3,"fragment":"mechanic-card","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:mechanic-card","source_id":"aoa:abyss-stack:artifact:5895715bcf429432b96dcae9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:59ee7d50e15b2d90758ed363:aoa:abyss-stack:anchor:bfdfb542aa68c034f8c5040c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:bfdfb542aa68c034f8c5040c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:59ee7d50e15b2d90758ed363","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:5aa66da8a51e4f7792b6ac4c:aoa:abyss-stack:anchor:40d4a188ac3931b5b90bf26f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:40d4a188ac3931b5b90bf26f","label":"config templates","locator":{"end_column":18,"end_line":1,"fragment":"config-templates","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:config-templates","source_id":"aoa:abyss-stack:artifact:5aa66da8a51e4f7792b6ac4c","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a:aoa:abyss-stack:anchor:f5c0bad3ebb8367eb63f4532","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f5c0bad3ebb8367eb63f4532","label":"ValidationResult","locator":{"end_column":30,"end_line":386,"fragment":"","pointer":"","start_column":1,"start_line":384},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidationResult","target_ref":"python:dataclass"}],"parser_ref":"python-ast@1","qualified_name":"ValidationResult","semantic_key":"python:class:ValidationResult","source_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"class"} +{"_key":"anchor:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a:aoa:abyss-stack:anchor:f5c0bad3ebb8367eb63f4532","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f5c0bad3ebb8367eb63f4532","label":"ValidationResult","locator":{"end_column":30,"end_line":396,"fragment":"","pointer":"","start_column":1,"start_line":394},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ValidationResult","target_ref":"python:dataclass"}],"parser_ref":"python-ast@1","qualified_name":"ValidationResult","semantic_key":"python:class:ValidationResult","source_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:5e30d58b80274f9e1649d3d4:aoa:abyss-stack:anchor:90639a0a944f1ad119a7c667","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:90639a0a944f1ad119a7c667","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:5e30d58b80274f9e1649d3d4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6b56c0ed1437e606153b4ba3:aoa:abyss-stack:anchor:739fd0a2296fa87800f99d7c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:739fd0a2296fa87800f99d7c","label":"status","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/status","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/status","source_id":"aoa:abyss-stack:artifact:6b56c0ed1437e606153b4ba3","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:70be9621ddc3da922be1e2dc:aoa:abyss-stack:anchor:d5b8300df712cd9bd34db53f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d5b8300df712cd9bd34db53f","label":"Experience Runtime Legacy","locator":{"end_column":27,"end_line":1,"fragment":"experience-runtime-legacy","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:experience-runtime-legacy","source_id":"aoa:abyss-stack:artifact:70be9621ddc3da922be1e2dc","symbol_kind":""} @@ -32,8 +32,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:18453de5d0df832b0a0eda16","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:18453de5d0df832b0a0eda16","label":"kag_repo_entry","locator":{"end_column":55,"end_line":2720,"fragment":"","pointer":"","start_column":1,"start_line":2718},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_repo_entry","target_ref":"python:app.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_repo_entry","target_ref":"python:require_store"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:kag_repo_entry","target_ref":"python:resolve_kag_repo_entry"}],"parser_ref":"python-ast@1","qualified_name":"kag_repo_entry","semantic_key":"python:function:kag_repo_entry","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac:aoa:abyss-stack:anchor:841835a57103866db879b711","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:841835a57103866db879b711","label":"test_federated_run_returns_503_when_route_api_unreachable","locator":{"end_column":70,"end_line":129,"fragment":"","pointer":"","start_column":5,"start_line":117},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_returns_503_when_route_api_unreachable","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_returns_503_when_route_api_unreachable","target_ref":"python:response.json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_returns_503_when_route_api_unreachable","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_returns_503_when_route_api_unreachable","target_ref":"python:self.assertIn"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_returns_503_when_route_api_unreachable","target_ref":"python:self.client.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:LangchainFederatedRunTests.test_federated_run_returns_503_when_route_api_unreachable","target_ref":"python:self.module.RouteAPIUnavailableError"}],"parser_ref":"python-ast@1","qualified_name":"LangchainFederatedRunTests.test_federated_run_returns_503_when_route_api_unreachable","semantic_key":"python:method:LangchainFederatedRunTests.test_federated_run_returns_503_when_route_api_unreachable","source_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d:aoa:abyss-stack:anchor:b70e89ebbcb6da717e0d8511","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:b70e89ebbcb6da717e0d8511","label":"exit_class","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/exit_class","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/exit_class","source_id":"aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:1691e2d9655a1e6f6525255b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1691e2d9655a1e6f6525255b","label":"ABYSS-STACK-D-0042 Source Structure Validator Module","locator":{"end_column":117,"end_line":431,"fragment":"","pointer":"","start_column":3,"start_line":431},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-topology","target_ref":"../ABYSS-STACK-D-0042-source-structure-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:431:3:0:../ABYSS-STACK-D-0042-source-structure-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:2a2ea7d5216b3912129e87e9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2a2ea7d5216b3912129e87e9","label":"sidecar posture","locator":{"end_column":18,"end_line":417,"fragment":"sidecar-posture","pointer":"","start_column":1,"start_line":417},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:sidecar-posture","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:2a2ea7d5216b3912129e87e9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2a2ea7d5216b3912129e87e9","label":"sidecar posture","locator":{"end_column":18,"end_line":429,"fragment":"sidecar-posture","pointer":"","start_column":1,"start_line":429},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:sidecar-posture","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03:aoa:abyss-stack:anchor:112d7d0c013cb3eaecc72c5e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:112d7d0c013cb3eaecc72c5e","label":"materialize","locator":{"end_column":6,"end_line":358,"fragment":"","pointer":"","start_column":1,"start_line":285},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:_cleanup_projections"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:_counts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:_counts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:_current_digest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:_load_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:_previous_digest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:_retained_digests"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:dict.fromkeys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:getattr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:getattr"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:graph.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:graph.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:graph.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:materialize","target_ref":"python:list"}],"parser_ref":"python-ast@1","qualified_name":"materialize","semantic_key":"python:function:materialize","source_id":"aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03:aoa:abyss-stack:anchor:547bd4a26eed51cd695f2568","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:547bd4a26eed51cd695f2568","label":"search_multihop","locator":{"end_column":55,"end_line":473,"fragment":"","pointer":"","start_column":1,"start_line":396},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_multihop","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_multihop","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_multihop","target_ref":"python:graph.execute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_multihop","target_ref":"python:hits_by_id.values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_multihop","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_multihop","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_multihop","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_multihop","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_multihop","target_ref":"python:time.perf_counter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search_multihop","target_ref":"python:time.perf_counter"}],"parser_ref":"python-ast@1","qualified_name":"search_multihop","semantic_key":"python:function:search_multihop","source_id":"aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba:aoa:abyss-stack:anchor:806502263cc843653c8d0e14","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:806502263cc843653c8d0e14","label":"write_json","locator":{"end_column":37,"end_line":255,"fragment":"","pointer":"","start_column":1,"start_line":254},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:TRIALS.write_json"}],"parser_ref":"python-ast@1","qualified_name":"write_json","semantic_key":"python:function:write_json","source_id":"aoa:abyss-stack:artifact:8f0c00fbc0118e15951010ba","symbol_kind":"function"} @@ -44,8 +43,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a686d58d792fb14b0a45e25b:aoa:abyss-stack:anchor:f9264ab4e7d0cffd52c11e76","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:f9264ab4e7d0cffd52c11e76","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:a686d58d792fb14b0a45e25b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:29836b398110aff4a1b620d1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:29836b398110aff4a1b620d1","label":"await_first_mutation","locator":{"end_column":130,"end_line":2466,"fragment":"","pointer":"","start_column":5,"start_line":2465},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_graph.await_first_mutation","target_ref":"python:milestone_gate"}],"parser_ref":"python-ast@1","qualified_name":"build_graph.await_first_mutation","semantic_key":"python:method:build_graph.await_first_mutation","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:9ff7a541f65b95e34024a6ca","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9ff7a541f65b95e34024a6ca","label":"ABYSS-STACK-D-0009 Root Residual Topology Cleanup","locator":{"end_column":111,"end_line":182,"fragment":"","pointer":"","start_column":3,"start_line":182},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:legacyprovenance","target_ref":"../ABYSS-STACK-D-0009-root-residual-topology-cleanup.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:182:3:0:../ABYSS-STACK-D-0009-root-residual-topology-cleanup.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:c0a5039b76650d2d212348e5","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c0a5039b76650d2d212348e5","label":"ABYSS-STACK-D-0051 Runtime Hygiene Validator Module","locator":{"end_column":115,"end_line":350,"fragment":"","pointer":"","start_column":3,"start_line":350},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:350:3:0:../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:653863293c6a380aa64478c6","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:653863293c6a380aa64478c6","label":"memo","locator":{"end_column":25,"end_line":173,"fragment":"","pointer":"","start_column":3,"start_line":173},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"memo/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:173:3:0:memo/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:181e9c3497567801fedcae9b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:181e9c3497567801fedcae9b","label":"GF_USERS_ALLOW_SIGN_UP","locator":{"end_column":37,"end_line":115,"fragment":"","pointer":"/services/grafana/environment/GF_USERS_ALLOW_SIGN_UP","start_column":7,"start_line":115},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/grafana/environment/GF_USERS_ALLOW_SIGN_UP","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:ba7d6324eb83e06ab588e2b3","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ba7d6324eb83e06ab588e2b3","label":"load_runtime_mirror_json","locator":{"end_column":19,"end_line":750,"fragment":"","pointer":"","start_column":1,"start_line":740},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_runtime_mirror_json","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_runtime_mirror_json","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_runtime_mirror_json","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_runtime_mirror_json","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_runtime_mirror_json","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_runtime_mirror_json","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"load_runtime_mirror_json","semantic_key":"python:function:load_runtime_mirror_json","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:bb9cf517d1d2444670502e5b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bb9cf517d1d2444670502e5b","label":"is_build_router_noop_goal","locator":{"end_column":82,"end_line":1639,"fragment":"","pointer":"","start_column":1,"start_line":1628},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:is_build_router_noop_goal","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:is_build_router_noop_goal","target_ref":"python:goal.lower"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:is_build_router_noop_goal","target_ref":"python:selected_target_file.endswith"}],"parser_ref":"python-ast@1","qualified_name":"is_build_router_noop_goal","semantic_key":"python:function:is_build_router_noop_goal","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} @@ -59,8 +56,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:f915da02d9ee520223940083","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f915da02d9ee520223940083","label":"reject_old_samples","locator":{"end_column":26,"end_line":44,"fragment":"","pointer":"/limits_config/reject_old_samples","start_column":3,"start_line":44},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/limits_config/reject_old_samples","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7:aoa:abyss-stack:anchor:0791492050515a11ab9aa46d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0791492050515a11ab9aa46d","label":"Active Route","locator":{"end_column":15,"end_line":58,"fragment":"active-route","pointer":"","start_column":1,"start_line":58},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:active-route","source_id":"aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345:aoa:abyss-stack:anchor:9971c6c24ddaf417fee5aa38","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:9971c6c24ddaf417fee5aa38","label":"validator","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/validator","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/validator","source_id":"aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:d66212295cb657eccfea769c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d66212295cb657eccfea769c","label":"ABYSS-STACK-D-0072 AoA 4PDA Connector MCP Access Plane","locator":{"end_column":121,"end_line":51,"fragment":"","pointer":"","start_column":3,"start_line":51},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:51:3:0:../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:41d5bba9616d487ed7325361","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:41d5bba9616d487ed7325361","label":"layer","locator":{"end_column":14,"end_line":1,"fragment":"","pointer":"/layer","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/layer","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:243c83d7125a30c497abb138","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:243c83d7125a30c497abb138","label":"ABYSS-STACK-D-0055 Root Routes Validator Module","locator":{"end_column":107,"end_line":182,"fragment":"","pointer":"","start_column":3,"start_line":182},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-lane","target_ref":"../ABYSS-STACK-D-0055-root-routes-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:182:3:0:../ABYSS-STACK-D-0055-root-routes-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:3ac5443cca6599f8f648caa1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3ac5443cca6599f8f648caa1","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":242,"fragment":"","pointer":"","start_column":3,"start_line":242},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-mirror","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:242:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f9ea39491eaf7aa91d1abe19:aoa:abyss-stack:anchor:c69ade5a0ef7cd268a02e315","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c69ade5a0ef7cd268a02e315","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:f9ea39491eaf7aa91d1abe19","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fe0094cafdebc1a274f0f632:aoa:abyss-stack:anchor:0146cda6c8de3453ad566fcc","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0146cda6c8de3453ad566fcc","label":"labels","locator":{"end_column":11,"end_line":5,"fragment":"","pointer":"/services/llama-cpp/labels","start_column":5,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/labels","source_id":"aoa:abyss-stack:artifact:fe0094cafdebc1a274f0f632","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fea9e25ef68e6fc7c3d78ca6:aoa:abyss-stack:anchor:cff5c05df8e6aa01e06ad294","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:cff5c05df8e6aa01e06ad294","label":"id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/id","source_id":"aoa:abyss-stack:artifact:fea9e25ef68e6fc7c3d78ca6","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/ef.jsonl b/kag/indexes/shards/anchor/ef.jsonl index 99ef144af..dd84d1b26 100644 --- a/kag/indexes/shards/anchor/ef.jsonl +++ b/kag/indexes/shards/anchor/ef.jsonl @@ -1,5 +1,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:057b381deecdd2579b4741d8:aoa:abyss-stack:anchor:ee05d62802a18bf9354ff89d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ee05d62802a18bf9354ff89d","label":"Reputation posture","locator":{"end_column":21,"end_line":116,"fragment":"reputation-posture","pointer":"","start_column":1,"start_line":116},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:reputation-posture","source_id":"aoa:abyss-stack:artifact:057b381deecdd2579b4741d8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:0c57539203f18a11b5bce9dc","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0c57539203f18a11b5bce9dc","label":"Changed","locator":{"end_column":11,"end_line":347,"fragment":"changed-1","pointer":"","start_column":1,"start_line":347},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:changed-1","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa:aoa:abyss-stack:anchor:0c57539203f18a11b5bce9dc","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0c57539203f18a11b5bce9dc","label":"Changed","locator":{"end_column":11,"end_line":349,"fragment":"changed-1","pointer":"","start_column":1,"start_line":349},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:changed-1","source_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0f7ef6838dd256cfc5faad4b:aoa:abyss-stack:anchor:074309cf08f53aeacf74aeb0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:074309cf08f53aeacf74aeb0","label":"Must not claim","locator":{"end_column":18,"end_line":38,"fragment":"must-not-claim","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:must-not-claim","source_id":"aoa:abyss-stack:artifact:0f7ef6838dd256cfc5faad4b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:16f69bcd84ec7a895c63a279:aoa:abyss-stack:anchor:06a6dd626e60f626d58addc0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:06a6dd626e60f626d58addc0","label":"By stack lane","locator":{"end_column":36,"end_line":13,"fragment":"","pointer":"","start_column":3,"start_line":13},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:indexes","target_ref":"by-stack-lane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:13:3:0:by-stack-lane.md","source_id":"aoa:abyss-stack:artifact:16f69bcd84ec7a895c63a279","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:20406aeceb5067c3b5e6af44:aoa:abyss-stack:anchor:24b7562765d4ecf99e67dc80","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:24b7562765d4ecf99e67dc80","label":"delegate_tier","locator":{"end_column":23,"end_line":16,"fragment":"","pointer":"/delegate_tier","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/delegate_tier","source_id":"aoa:abyss-stack:artifact:20406aeceb5067c3b5e6af44","symbol_kind":""} @@ -26,6 +26,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:f4f2c84b7af2ceb753b57ebd","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f4f2c84b7af2ceb753b57ebd","label":"proposal_artifact_refs","locator":{"end_column":16,"end_line":871,"fragment":"","pointer":"","start_column":1,"start_line":847},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:proposal_artifact_refs","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"proposal_artifact_refs","semantic_key":"python:function:proposal_artifact_refs","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:0bab4daac7e88f06f99db3eb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0bab4daac7e88f06f99db3eb","label":"state_path","locator":{"end_column":65,"end_line":210,"fragment":"","pointer":"","start_column":1,"start_line":209},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:state_path","target_ref":"python:scenario_root"}],"parser_ref":"python-ast@1","qualified_name":"state_path","semantic_key":"python:function:state_path","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32:aoa:abyss-stack:anchor:48dff45c89cd893b197e93f1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:48dff45c89cd893b197e93f1","label":"ProjectSyncResponse","locator":{"end_column":49,"end_line":253,"fragment":"","pointer":"","start_column":1,"start_line":241},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"ProjectSyncResponse","semantic_key":"python:class:ProjectSyncResponse","source_id":"aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32","symbol_kind":"class"} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:c2f58902460384e92385f314","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c2f58902460384e92385f314","label":"skills","locator":{"end_column":29,"end_line":178,"fragment":"","pointer":"","start_column":3,"start_line":178},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"skills/AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:178:3:0:skills/AGENTS.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4c7266b5c14d513a11c5423:aoa:abyss-stack:anchor:07b8ef156d81bc92ed6d9ef1","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:07b8ef156d81bc92ed6d9ef1","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:b4c7266b5c14d513a11c5423","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b7212a47afbad332ca394d0b:aoa:abyss-stack:anchor:2c57328b8dceeade20a32d32","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2c57328b8dceeade20a32d32","label":"reviewed_closeout_payload","locator":{"end_column":6,"end_line":60,"fragment":"","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"reviewed_closeout_payload","semantic_key":"python:function:reviewed_closeout_payload","source_id":"aoa:abyss-stack:artifact:b7212a47afbad332ca394d0b","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:badf964675bbec9938eff09e:aoa:abyss-stack:anchor:13c7fdb2f6e1724dc4c4e4cc","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:13c7fdb2f6e1724dc4c4e4cc","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:badf964675bbec9938eff09e","symbol_kind":"json_key"} diff --git a/kag/indexes/shards/anchor/f0.jsonl b/kag/indexes/shards/anchor/f0.jsonl index 86e465f67..4197ea106 100644 --- a/kag/indexes/shards/anchor/f0.jsonl +++ b/kag/indexes/shards/anchor/f0.jsonl @@ -43,7 +43,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a120db8f77d13164b6d8b82c:aoa:abyss-stack:anchor:57a4d565cd47c241c96e4db4","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:57a4d565cd47c241c96e4db4","label":"FIRST_RUN","locator":{"end_column":28,"end_line":8,"fragment":"","pointer":"","start_column":3,"start_line":8},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:install","target_ref":"FIRST_RUN.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:8:3:0:FIRST_RUN.md","source_id":"aoa:abyss-stack:artifact:a120db8f77d13164b6d8b82c","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:a4d2f31879d5577ecaadedef","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a4d2f31879d5577ecaadedef","label":"approval_payload","locator":{"end_column":27,"end_line":625,"fragment":"","pointer":"","start_column":1,"start_line":621},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:approval_payload","target_ref":"python:approval_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:approval_payload","target_ref":"python:load_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:approval_payload","target_ref":"python:path.exists"}],"parser_ref":"python-ast@1","qualified_name":"approval_payload","semantic_key":"python:function:approval_payload","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:5d7cac04858bddc83d00ba7b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:5d7cac04858bddc83d00ba7b","label":"summary","locator":{"end_column":112,"end_line":4,"fragment":"","pointer":"/summary","start_column":1,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/summary","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:84568ff38b782c66ef16c672","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:84568ff38b782c66ef16c672","label":"config-templates","locator":{"end_column":49,"end_line":169,"fragment":"","pointer":"","start_column":3,"start_line":169},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:technical-districts","target_ref":"config-templates/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:169:3:0:config-templates/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:812296ae751a7ec3f83ff6b6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:812296ae751a7ec3f83ff6b6","label":"FIRST RUN","locator":{"end_column":11,"end_line":1,"fragment":"first-run","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:first-run","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bd1dfe23921754f3f702a6b5:aoa:abyss-stack:anchor:15576f383447ed4bf9ed45c2","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:15576f383447ed4bf9ed45c2","label":"test_summary_exposes_flat_counts_for_gate_scripts","locator":{"end_column":10,"end_line":115,"fragment":"","pointer":"","start_column":5,"start_line":93},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ServiceSelectionStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","target_ref":"python:service_selection_status.summarize_service_selection"}],"parser_ref":"python-ast@1","qualified_name":"ServiceSelectionStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","semantic_key":"python:method:ServiceSelectionStatusTests.test_summary_exposes_flat_counts_for_gate_scripts","source_id":"aoa:abyss-stack:artifact:bd1dfe23921754f3f702a6b5","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:c54019c5a63579c128047573:aoa:abyss-stack:anchor:8482b31038ca4470330a3b23","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8482b31038ca4470330a3b23","label":"QueryTx","locator":{"end_column":37,"end_line":889,"fragment":"","pointer":"","start_column":5,"start_line":874},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"test_philosophy_neo4j_view_query_tx_returns_projection_packet.QueryTx","semantic_key":"python:class:test_philosophy_neo4j_view_query_tx_returns_projection_packet.QueryTx","source_id":"aoa:abyss-stack:artifact:c54019c5a63579c128047573","symbol_kind":"class"} diff --git a/kag/indexes/shards/anchor/f1.jsonl b/kag/indexes/shards/anchor/f1.jsonl index cebf547d1..44a753038 100644 --- a/kag/indexes/shards/anchor/f1.jsonl +++ b/kag/indexes/shards/anchor/f1.jsonl @@ -24,7 +24,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7d2d0624e73a4f7bfcfbd57b:aoa:abyss-stack:anchor:2587e9030c815e652df00fbd","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2587e9030c815e652df00fbd","label":"editable","locator":{"end_column":18,"end_line":9,"fragment":"","pointer":"/datasources/0/editable","start_column":5,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/datasources/0/editable","source_id":"aoa:abyss-stack:artifact:7d2d0624e73a4f7bfcfbd57b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0:aoa:abyss-stack:anchor:b9708ca7bdd849706d361963","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b9708ca7bdd849706d361963","label":"GF_LOG_LEVEL","locator":{"end_column":52,"end_line":82,"fragment":"","pointer":"/services/grafana/environment/GF_LOG_LEVEL","start_column":7,"start_line":82},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/grafana/environment/GF_LOG_LEVEL","source_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:3cd4fa9d764fbe1acbf22cdb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3cd4fa9d764fbe1acbf22cdb","label":"routing_return_hints","locator":{"end_column":72,"end_line":2254,"fragment":"","pointer":"","start_column":1,"start_line":2252},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_return_hints","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_return_hints","target_ref":"python:require_store"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:routing_return_hints","target_ref":"python:routing_payload"}],"parser_ref":"python-ast@1","qualified_name":"routing_return_hints","semantic_key":"python:function:routing_return_hints","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:d8727681e6282905edef0426","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d8727681e6282905edef0426","label":"ABYSS-STACK-D-0056 Decision Surface Validator Module","locator":{"end_column":117,"end_line":264,"fragment":"","pointer":"","start_column":3,"start_line":264},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:generated-index-handoff","target_ref":"../ABYSS-STACK-D-0056-decision-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:264:3:0:../ABYSS-STACK-D-0056-decision-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8dd05d1c07a5959179cb95d7:aoa:abyss-stack:anchor:47828d35c82706f9c052a7eb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:47828d35c82706f9c052a7eb","label":"repairing_provider","locator":{"end_column":51,"end_line":154,"fragment":"","pointer":"","start_column":9,"start_line":135},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:GovernedRunnerLifecycleTests.test_worktree_validation_failure_triggers_one_repair_loop.repairing_provider","target_ref":"python:self.proposal_provider"}],"parser_ref":"python-ast@1","qualified_name":"GovernedRunnerLifecycleTests.test_worktree_validation_failure_triggers_one_repair_loop.repairing_provider","semantic_key":"python:method:GovernedRunnerLifecycleTests.test_worktree_validation_failure_triggers_one_repair_loop.repairing_provider","source_id":"aoa:abyss-stack:artifact:8dd05d1c07a5959179cb95d7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e:aoa:abyss-stack:anchor:a27edae22b0fd96ff4bc074b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a27edae22b0fd96ff4bc074b","label":"test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","locator":{"end_column":88,"end_line":1003,"fragment":"","pointer":"","start_column":5,"start_line":947},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:patch.object"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.companion_validator.validate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.green_autonomy"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.green_doctor"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.green_render"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.handoff_validator.validate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.make_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.module.collect_diagnostic_bundle"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.module.diagnosis_companion_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.module.repair_handoff_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.selector_context"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:self.session_validator.validate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:tempfile.TemporaryDirectory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","target_ref":"python:write_json"}],"parser_ref":"python-ast@1","qualified_name":"AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","semantic_key":"python:method:AoADiagnoseTests.test_invalid_reviewed_diagnosis_ref_keeps_repair_handoff_in_review_required","source_id":"aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd:aoa:abyss-stack:anchor:4347c2ecb8d99e4f835ea7d3","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:4347c2ecb8d99e4f835ea7d3","label":"local_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/local_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/local_id","source_id":"aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd","symbol_kind":"json_key"} @@ -37,6 +36,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a5cad42a99cb223b8b424761:aoa:abyss-stack:anchor:6f862424c9ed6ebb560b17a9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6f862424c9ed6ebb560b17a9","label":"main","locator":{"end_column":20,"end_line":123,"fragment":"","pointer":"","start_column":1,"start_line":24},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:AoAKagMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_common"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_common"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_common"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_common"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_common"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:_print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:application.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:application.explain"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:application.read"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:application.search"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:application.traverse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:argparse.ArgumentParser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:build_application"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:discover.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:explain.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.add_subparsers"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:parser.parse_args"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:read.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:search.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:search.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:search.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:search.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:search.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:search.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:search.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:search.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:search.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:search.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:search.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:sub.add_parser"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:traverse.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:traverse.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:traverse.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:traverse.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:traverse.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:traverse.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:traverse.add_argument"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:traverse.add_argument"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:a5cad42a99cb223b8b424761","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a8b53ffd214e14165c65f9f4:aoa:abyss-stack:anchor:e5d774ab2d2b374c18055039","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e5d774ab2d2b374c18055039","label":"user-unit","locator":{"end_column":35,"end_line":13,"fragment":"","pointer":"","start_column":3,"start_line":13},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle-parts","target_ref":"user-unit/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:13:3:0:user-unit/README.md","source_id":"aoa:abyss-stack:artifact:a8b53ffd214e14165c65f9f4","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:aa35ef4872d840064fc5da65:aoa:abyss-stack:anchor:e87bc22a52c9712dbca4b1d2","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:e87bc22a52c9712dbca4b1d2","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:aa35ef4872d840064fc5da65","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:a5f25cefb513e2ea2b604328","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a5f25cefb513e2ea2b604328","label":"ABYSS-STACK-D-0041 Source Hygiene Validator Module","locator":{"end_column":113,"end_line":319,"fragment":"","pointer":"","start_column":3,"start_line":319},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:public-mirror-hygiene","target_ref":"../ABYSS-STACK-D-0041-source-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:319:3:0:../ABYSS-STACK-D-0041-source-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:daab542ffc7063c77d2df7f3","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:daab542ffc7063c77d2df7f3","label":"ABYSS-STACK-D-0040 Script Surface Validator Module","locator":{"end_column":113,"end_line":63,"fragment":"","pointer":"","start_column":3,"start_line":63},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0040-script-surface-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:63:3:0:../ABYSS-STACK-D-0040-script-surface-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b:aoa:abyss-stack:anchor:8fda0630b7f5b2ec0af3ea5f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:8fda0630b7f5b2ec0af3ea5f","label":"labels","locator":{"end_column":11,"end_line":33,"fragment":"","pointer":"/services/aoa-browser/labels","start_column":5,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/aoa-browser/labels","source_id":"aoa:abyss-stack:artifact:afd7f267f1d8f19ca166087b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:165a519d8f103887e37bda9c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:165a519d8f103887e37bda9c","label":"mechanics/runtime-repair","locator":{"end_column":441,"end_line":49,"fragment":"","pointer":"","start_column":379,"start_line":49},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"mechanics/runtime-repair/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:49:379:4:mechanics/runtime-repair/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} @@ -48,10 +48,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8:aoa:abyss-stack:anchor:65c9d6873c2f7620ce4b1bda","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:65c9d6873c2f7620ce4b1bda","label":"ports","locator":{"end_column":10,"end_line":61,"fragment":"","pointer":"/services/langchain-api-intel-text/ports","start_column":5,"start_line":61},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api-intel-text/ports","source_id":"aoa:abyss-stack:artifact:cbfe4b496b1d9dfa363829e8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d03af9d59783c9f2bc1a49a3:aoa:abyss-stack:anchor:a894028053f7415fdb6981eb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a894028053f7415fdb6981eb","label":"validation_errors","locator":{"end_column":103,"end_line":69,"fragment":"","pointer":"","start_column":1,"start_line":68},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validation_errors","target_ref":"python:Draft202012Validator"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validation_errors","target_ref":"python:list"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validation_errors","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"validation_errors","semantic_key":"python:function:validation_errors","source_id":"aoa:abyss-stack:artifact:d03af9d59783c9f2bc1a49a3","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f:aoa:abyss-stack:anchor:c1646c47f750b702cf43269f","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c1646c47f750b702cf43269f","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:6f978201d368db81ef928954","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:6f978201d368db81ef928954","label":"ABYSS-STACK-D-0065 Observability LogQL Loki Alloy","locator":{"end_column":111,"end_line":93,"fragment":"","pointer":"","start_column":3,"start_line":93},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:93:3:0:../ABYSS-STACK-D-0065-observability-logql-loki-alloy.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:9ebf886ccd92379124f97df9","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9ebf886ccd92379124f97df9","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":73,"fragment":"","pointer":"","start_column":3,"start_line":73},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:inference-pilots","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:73:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:669283b3fc6c753c997f0430","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:669283b3fc6c753c997f0430","label":"Decisions By Stack Lane","locator":{"end_column":25,"end_line":1,"fragment":"decisions-by-stack-lane","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:decisions-by-stack-lane","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c44189961ecf9aff2472b90e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c44189961ecf9aff2472b90e","label":"ABYSS-STACK-D-0038 Canonical Decision IDs And Indexes","locator":{"end_column":119,"end_line":175,"fragment":"","pointer":"","start_column":3,"start_line":175},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-lane","target_ref":"../ABYSS-STACK-D-0038-canonical-decision-ids-and-indexes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:175:3:0:../ABYSS-STACK-D-0038-canonical-decision-ids-and-indexes.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f84227614ba97fa957279225:aoa:abyss-stack:anchor:ab5fc998d022e5085f18647b","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ab5fc998d022e5085f18647b","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f84227614ba97fa957279225","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe:aoa:abyss-stack:anchor:3dd4bd1210a1b85e1a8e2963","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:3dd4bd1210a1b85e1a8e2963","label":"name","locator":{"end_column":20,"end_line":6,"fragment":"","pointer":"project.name","start_column":1,"start_line":6},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.name","source_id":"aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:50625b19afa0796e17e4cbe9","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:50625b19afa0796e17e4cbe9","label":"Treat exit codes 0, 1, and 2 as typed diagnostic outcomes when standalone owner-CLI stdout is JSON with the required diagnostic_session_v1 shape.","locator":{"end_column":149,"end_line":71,"fragment":"","pointer":"/verification/1","start_column":3,"start_line":71},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/verification/1","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:232a4e735710ad76f1aebadf","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:232a4e735710ad76f1aebadf","label":"enabled","locator":{"end_column":27,"end_line":107,"fragment":"","pointer":"/enabled","start_column":11,"start_line":107},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/enabled#occurrence-4","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/f2.jsonl b/kag/indexes/shards/anchor/f2.jsonl index 8b5dad614..e3a3406f6 100644 --- a/kag/indexes/shards/anchor/f2.jsonl +++ b/kag/indexes/shards/anchor/f2.jsonl @@ -38,7 +38,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7fa95990ae828ff563befc45:aoa:abyss-stack:anchor:d219d5aaec0819201f3aa156","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d219d5aaec0819201f3aa156","label":"test_candidate_creation_and_guardrail_validation","locator":{"end_column":73,"end_line":535,"fragment":"","pointer":"","start_column":1,"start_line":519},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_candidate_creation_and_guardrail_validation","target_ref":"python:AoAMemoMCPState.discover"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_candidate_creation_and_guardrail_validation","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_candidate_creation_and_guardrail_validation","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_candidate_creation_and_guardrail_validation","target_ref":"python:candidate.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_candidate_creation_and_guardrail_validation","target_ref":"python:candidate.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_candidate_creation_and_guardrail_validation","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_candidate_creation_and_guardrail_validation","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_candidate_creation_and_guardrail_validation","target_ref":"python:seed_workspace"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_candidate_creation_and_guardrail_validation","target_ref":"python:state.create_candidate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_candidate_creation_and_guardrail_validation","target_ref":"python:state.validate_candidate"}],"parser_ref":"python-ast@1","qualified_name":"test_candidate_creation_and_guardrail_validation","semantic_key":"python:function:test_candidate_creation_and_guardrail_validation","source_id":"aoa:abyss-stack:artifact:7fa95990ae828ff563befc45","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:83c0c19ffd26782848fe9760:aoa:abyss-stack:anchor:24b2676d926b3899da728865","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:24b2676d926b3899da728865","label":"Closeout","locator":{"end_column":11,"end_line":165,"fragment":"closeout","pointer":"","start_column":1,"start_line":165},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:closeout","source_id":"aoa:abyss-stack:artifact:83c0c19ffd26782848fe9760","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:84666e090dd5adfcf3917595:aoa:abyss-stack:anchor:2390b06c1a12e02d8efd7438","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2390b06c1a12e02d8efd7438","label":"risk","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/risk","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/risk","source_id":"aoa:abyss-stack:artifact:84666e090dd5adfcf3917595","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:575d7a051f60b7383d2ecc5e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:575d7a051f60b7383d2ecc5e","label":"ABYSS-STACK-D-0070 Observability OTLP Tempo Trace Plane","locator":{"end_column":123,"end_line":342,"fragment":"","pointer":"","start_column":3,"start_line":342},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:profile-topology-1","target_ref":"../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:342:3:0:../ABYSS-STACK-D-0070-observability-otlp-tempo-trace-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03:aoa:abyss-stack:anchor:c006a724d17980464c4eb172","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c006a724d17980464c4eb172","label":"Neo4jProjection","locator":{"end_column":26,"end_line":74,"fragment":"","pointer":"","start_column":1,"start_line":29},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"Neo4jProjection","semantic_key":"python:class:Neo4jProjection","source_id":"aoa:abyss-stack:artifact:8b8a5d99e128163fa6f99d03","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b:aoa:abyss-stack:anchor:ac6b2ab6b5c52ea904463c8e","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:ac6b2ab6b5c52ea904463c8e","label":"repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/repo","source_id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e:aoa:abyss-stack:anchor:7f2756962f2b634e9d7433f6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7f2756962f2b634e9d7433f6","label":"write_json","locator":{"end_column":95,"end_line":36,"fragment":"","pointer":"","start_column":1,"start_line":34},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:path.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_json","semantic_key":"python:function:write_json","source_id":"aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","symbol_kind":"function"} @@ -50,7 +49,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae:aoa:abyss-stack:anchor:a42c785059d603f4e0069124","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a42c785059d603f4e0069124","label":"test_git_mirror_hygiene_allows_public_docs_examples_and_fixtures","locator":{"end_column":18,"end_line":93,"fragment":"","pointer":"","start_column":5,"start_line":77},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeHygieneContractTests.test_git_mirror_hygiene_allows_public_docs_examples_and_fixtures","target_ref":"python:self.assertIsNone"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeHygieneContractTests.test_git_mirror_hygiene_allows_public_docs_examples_and_fixtures","target_ref":"python:self.subTest"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeHygieneContractTests.test_git_mirror_hygiene_allows_public_docs_examples_and_fixtures","target_ref":"python:self.tracked_hygiene_issue"}],"parser_ref":"python-ast@1","qualified_name":"RuntimeHygieneContractTests.test_git_mirror_hygiene_allows_public_docs_examples_and_fixtures","semantic_key":"python:method:RuntimeHygieneContractTests.test_git_mirror_hygiene_allows_public_docs_examples_and_fixtures","source_id":"aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d:aoa:abyss-stack:anchor:7caeaf6c88fb10533c0d2e8f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7caeaf6c88fb10533c0d2e8f","label":"run_read_only_scenario","locator":{"end_column":124,"end_line":1186,"fragment":"","pointer":"","start_column":1,"start_line":874},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_blocked_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_blocked_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_blocked_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_blocked_qwen_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_blocked_qwen_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_w2_evidence_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_w2_judge_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.build_w2_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.execute_w2_actions"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.parse_w2_answer"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.parse_w2_judge"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.persist_command_result"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.render_w2_grounding"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.render_w2_prompt_grounding"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.resolve_w2_source_entries"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.run_qwen_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.run_qwen_prompt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.score_w2_case"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.w2_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.w2_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:TRIALS.w2_boundary_note"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:all"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:answer_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:artifact_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:command_refs.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:command_refs.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:finalize_case_with_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:judge_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:judge_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:judge_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:judge_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:judge_qwen.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:observed_failures.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:observed_failures.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:observed_failures.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:parse_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:parse_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:parse_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:parse_errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:scenario_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:type"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:w5_report_artifact_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:write_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_read_only_scenario","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"run_read_only_scenario","semantic_key":"python:function:run_read_only_scenario","source_id":"aoa:abyss-stack:artifact:a847ac60d7b70853fbbac33d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b:aoa:abyss-stack:anchor:a217c3027cfa4ad819153bbd","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a217c3027cfa4ad819153bbd","label":"Outputs","locator":{"end_column":11,"end_line":33,"fragment":"outputs","pointer":"","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:outputs","source_id":"aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:45c4c0f750e6a37e8d2e4b19","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:45c4c0f750e6a37e8d2e4b19","label":"runtime routes","locator":{"end_column":17,"end_line":360,"fragment":"runtime-routes","pointer":"","start_column":1,"start_line":360},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-routes","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:45c4c0f750e6a37e8d2e4b19","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:45c4c0f750e6a37e8d2e4b19","label":"runtime routes","locator":{"end_column":17,"end_line":365,"fragment":"runtime-routes","pointer":"","start_column":1,"start_line":365},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-routes","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:8190eb8da763fe8159b3fd06","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8190eb8da763fe8159b3fd06","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":172,"fragment":"","pointer":"","start_column":3,"start_line":172},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:172:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:9dde4df1628002343f232ef8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:9dde4df1628002343f232ef8","label":"root/topology","locator":{"end_column":16,"end_line":5,"fragment":"roottopology","pointer":"","start_column":1,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:roottopology","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:a17e6d59700b713fa85216a1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:a17e6d59700b713fa85216a1","label":"ABYSS-STACK-D-0007 Inference Pilot Compatibility Gates","locator":{"end_column":121,"end_line":141,"fragment":"","pointer":"","start_column":3,"start_line":141},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0007-inference-pilot-compatibility-gates.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:141:3:0:../ABYSS-STACK-D-0007-inference-pilot-compatibility-gates.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} @@ -68,6 +67,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:0904b10539f9ccd0075c1cf7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:0904b10539f9ccd0075c1cf7","label":"session_literal_query_plan","locator":{"end_column":23,"end_line":3888,"fragment":"","pointer":"","start_column":5,"start_line":3824},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:_annotate_trace_kind_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:_coerce_bounded_int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:_coerce_bounded_int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:_coerce_trace_kind"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:_ensure_short_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:_normalize_search_filters"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:_safe_selector"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:_safe_selector"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:args.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:args.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:args.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:args.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:diagnostics.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:diagnostics.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:filters.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:filters.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:filters.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:filters.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:filters.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:payload.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:payload.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:self._archive_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState.session_literal_query_plan","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState.session_literal_query_plan","semantic_key":"python:method:AoASessionMemoryMCPState.session_literal_query_plan","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:6c9d5a4f666e4ff157b6ce14","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6c9d5a4f666e4ff157b6ce14","label":"authority_boundary","locator":{"end_column":10,"end_line":2986,"fragment":"","pointer":"","start_column":5,"start_line":2964},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState.authority_boundary","semantic_key":"python:method:AoASessionMemoryMCPState.authority_boundary","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:04b560f8985a9957414219bf","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:04b560f8985a9957414219bf","label":"list_pending_exports","locator":{"end_column":10,"end_line":733,"fragment":"","pointer":"","start_column":5,"start_line":691},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:exports.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:port.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:self._export_landing_readiness"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:self._local_packet_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:self.repo_route"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:sum"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState.list_pending_exports","target_ref":"python:sum"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState.list_pending_exports","semantic_key":"python:method:AoAMemoMCPState.list_pending_exports","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:ec5b3b244b5f11961b578b45","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ec5b3b244b5f11961b578b45","label":"ABYSS-STACK-D-0051 Runtime Hygiene Validator Module","locator":{"end_column":115,"end_line":89,"fragment":"","pointer":"","start_column":3,"start_line":89},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:89:3:0:../ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef819ea912b1550023dc4204:aoa:abyss-stack:anchor:a11313fb679f3d5fd517a390","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a11313fb679f3d5fd517a390","label":"print_text","locator":{"end_column":93,"end_line":359,"fragment":"","pointer":"","start_column":1,"start_line":319},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:expected.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:expected.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:expected.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:item.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:live.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:live.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:live.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:selection.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:selection.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:selection.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:selection.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:unit.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:print_text","target_ref":"python:unit.get"}],"parser_ref":"python-ast@1","qualified_name":"print_text","semantic_key":"python:function:print_text","source_id":"aoa:abyss-stack:artifact:ef819ea912b1550023dc4204","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:02663435cfd8274b18401b8b","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:02663435cfd8274b18401b8b","label":"test_source_hygiene_module_is_inventory_owned","locator":{"end_column":57,"end_line":248,"fragment":"","pointer":"","start_column":1,"start_line":238},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_source_hygiene_module_is_inventory_owned","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_source_hygiene_module_is_inventory_owned","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","qualified_name":"test_source_hygiene_module_is_inventory_owned","semantic_key":"python:function:test_source_hygiene_module_is_inventory_owned","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/f3.jsonl b/kag/indexes/shards/anchor/f3.jsonl index 43be18a14..d3056d7c6 100644 --- a/kag/indexes/shards/anchor/f3.jsonl +++ b/kag/indexes/shards/anchor/f3.jsonl @@ -24,6 +24,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:2e32575f8d7ca0625e2a32d1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2e32575f8d7ca0625e2a32d1","label":"split_csv","locator":{"end_column":71,"end_line":107,"fragment":"","pointer":"","start_column":1,"start_line":104},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:split_csv","target_ref":"python:part.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:split_csv","target_ref":"python:part.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:split_csv","target_ref":"python:value.split"}],"parser_ref":"python-ast@1","qualified_name":"split_csv","semantic_key":"python:function:split_csv","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:b9add3219ec51f6cea651d62","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b9add3219ec51f6cea651d62","label":"default_drift_watch","locator":{"end_column":41,"end_line":345,"fragment":"","pointer":"","start_column":1,"start_line":327},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:default_drift_watch","target_ref":"python:dict.fromkeys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:default_drift_watch","target_ref":"python:drifts.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:default_drift_watch","target_ref":"python:drifts.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:default_drift_watch","target_ref":"python:drifts.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:default_drift_watch","target_ref":"python:drifts.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:default_drift_watch","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"default_drift_watch","semantic_key":"python:function:default_drift_watch","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:232fe1ae0f09c98504981061","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:232fe1ae0f09c98504981061","label":"ABYSS-STACK-D-0073 ToS Philosophy Graph Access Plane","locator":{"end_column":117,"end_line":103,"fragment":"","pointer":"","start_column":3,"start_line":103},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:read-only-access-plane","target_ref":"../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:103:3:0:../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:9357a4a9358c5966325dab5a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9357a4a9358c5966325dab5a","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":390,"fragment":"","pointer":"","start_column":3,"start_line":390},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-api-closure-status","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:390:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:e612d6da41ff45650274aa26","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:e612d6da41ff45650274aa26","label":"ABYSS-STACK-D-0016 Live Runtime Cutover And Machine Parity","locator":{"end_column":117,"end_line":143,"fragment":"","pointer":"","start_column":3,"start_line":143},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-lane","target_ref":"../ABYSS-STACK-D-0016-live-runtime-cutover-parity.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:143:3:0:../ABYSS-STACK-D-0016-live-runtime-cutover-parity.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8cfaf0f9abca5f7d156f2273:aoa:abyss-stack:anchor:c75a9b3d6d0251133ca22c9e","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c75a9b3d6d0251133ca22c9e","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8cfaf0f9abca5f7d156f2273","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ea760f8380874c68b9ac11d:aoa:abyss-stack:anchor:de0c6a0176d8b36ab8d55eb3","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:de0c6a0176d8b36ab8d55eb3","label":"AGENTS Stack Law","locator":{"end_column":19,"end_line":58,"fragment":"agents-stack-law","pointer":"","start_column":1,"start_line":58},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agents-stack-law","source_id":"aoa:abyss-stack:artifact:8ea760f8380874c68b9ac11d","symbol_kind":""} @@ -49,7 +50,9 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:10e68ea0d00b917e44aff6a9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:10e68ea0d00b917e44aff6a9","label":"_iter_search_files","locator":{"end_column":27,"end_line":1758,"fragment":"","pointer":"","start_column":5,"start_line":1748},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._iter_search_files","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._iter_search_files","target_ref":"python:path.is_dir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._iter_search_files","target_ref":"python:root.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._iter_search_files","target_ref":"python:root.rglob"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._iter_search_files","target_ref":"python:sorted"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._iter_search_files","semantic_key":"python:method:AoAMemoMCPState._iter_search_files","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b:aoa:abyss-stack:anchor:458f4aba1548576eab0a491d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:458f4aba1548576eab0a491d","label":"MACHINE FIT POLICY","locator":{"end_column":20,"end_line":1,"fragment":"machine-fit-policy","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:machine-fit-policy","source_id":"aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:edcd9f5d72f0d568c5e53abf:aoa:abyss-stack:anchor:cbb89e800e10542cd7cd173e","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:cbb89e800e10542cd7cd173e","label":"Configuration","locator":{"end_column":16,"end_line":32,"fragment":"configuration","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:configuration","source_id":"aoa:abyss-stack:artifact:edcd9f5d72f0d568c5e53abf","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5:aoa:abyss-stack:anchor:8f74fa56445d15c61f8aaeec","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8f74fa56445d15c61f8aaeec","label":"validate_root_residual_topology","locator":{"end_column":72,"end_line":530,"fragment":"","pointer":"","start_column":1,"start_line":476},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:forbidden_paths.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:read_text_func"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:read_text_func"}],"parser_ref":"python-ast@1","qualified_name":"validate_root_residual_topology","semantic_key":"python:function:validate_root_residual_topology","source_id":"aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:997d764bd2016fe25df5967a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:997d764bd2016fe25df5967a","label":"ABYSS-STACK-D-0037 AoA Session Memory MCP Access Plane","locator":{"end_column":121,"end_line":147,"fragment":"","pointer":"","start_column":3,"start_line":147},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0037-aoa-session-memory-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:147:3:0:../ABYSS-STACK-D-0037-aoa-session-memory-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5:aoa:abyss-stack:anchor:8f74fa56445d15c61f8aaeec","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8f74fa56445d15c61f8aaeec","label":"validate_root_residual_topology","locator":{"end_column":72,"end_line":532,"fragment":"","pointer":"","start_column":1,"start_line":478},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:errors.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:forbidden_paths.items"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:read_text_func"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:validate_root_residual_topology","target_ref":"python:read_text_func"}],"parser_ref":"python-ast@1","qualified_name":"validate_root_residual_topology","semantic_key":"python:function:validate_root_residual_topology","source_id":"aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:f5d7803e7bc39858b501083b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f5d7803e7bc39858b501083b","label":"ABYSS-STACK-D-0057 Mechanics Topology Validator Module","locator":{"end_column":121,"end_line":133,"fragment":"","pointer":"","start_column":3,"start_line":133},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:docs-and-routes","target_ref":"../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:133:3:0:../ABYSS-STACK-D-0057-mechanics-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:f733ebe186f07a2b0b5d3ae7","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f733ebe186f07a2b0b5d3ae7","label":"ABYSS-STACK-D-0012 Quest And Compatibility Topology","locator":{"end_column":115,"end_line":137,"fragment":"","pointer":"","start_column":3,"start_line":137},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:questbook","target_ref":"../ABYSS-STACK-D-0012-quest-and-compatibility-topology.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:137:3:0:../ABYSS-STACK-D-0012-quest-and-compatibility-topology.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08:aoa:abyss-stack:anchor:2027fd3e16dcdd355631c70a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2027fd3e16dcdd355631c70a","label":"philosophy_unresolved","locator":{"end_column":10,"end_line":637,"fragment":"","pointer":"","start_column":5,"start_line":622},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_unresolved","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_unresolved","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_unresolved","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_unresolved","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_unresolved","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_unresolved","target_ref":"python:self.philosophy_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSCorpusMCPState.philosophy_unresolved","target_ref":"python:self.philosophy_review_packet"}],"parser_ref":"python-ast@1","qualified_name":"ToSCorpusMCPState.philosophy_unresolved","semantic_key":"python:method:ToSCorpusMCPState.philosophy_unresolved","source_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:cb41c99f0038a47fa105b4b0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:cb41c99f0038a47fa105b4b0","label":"StatsAccessError","locator":{"end_column":83,"end_line":29,"fragment":"","pointer":"","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"StatsAccessError","semantic_key":"python:class:StatsAccessError","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"class"} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:e47b0d79ee542781c0b3f630","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e47b0d79ee542781c0b3f630","label":"skipped_checks","locator":{"end_column":22,"end_line":60,"fragment":"","pointer":"/abi/outputs/required/11","start_column":7,"start_line":60},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/outputs/required/11","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/f4.jsonl b/kag/indexes/shards/anchor/f4.jsonl index add67dce3..de92f1d87 100644 --- a/kag/indexes/shards/anchor/f4.jsonl +++ b/kag/indexes/shards/anchor/f4.jsonl @@ -31,11 +31,12 @@ {"_key":"anchor:aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced:aoa:abyss-stack:anchor:d9917f88718618aff5ba10fc","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d9917f88718618aff5ba10fc","label":"split_required","locator":{"end_column":21,"end_line":20,"fragment":"","pointer":"/split_required","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/split_required","source_id":"aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:7e2dc256b75fee0fdb6cef41:aoa:abyss-stack:anchor:97a619452435742b265e768c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:97a619452435742b265e768c","label":"schemas/cross-repo-registry.schema.json","locator":{"end_column":43,"end_line":19,"fragment":"","pointer":"/required_files/13","start_column":3,"start_line":19},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/13","source_id":"aoa:abyss-stack:artifact:7e2dc256b75fee0fdb6cef41","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:84666e090dd5adfcf3917595:aoa:abyss-stack:anchor:472edbe0024df500cf1b21fc","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:472edbe0024df500cf1b21fc","label":"operation_mode","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/operation_mode","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/operation_mode","source_id":"aoa:abyss-stack:artifact:84666e090dd5adfcf3917595","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:ef28b4c19972f700768ddfcd","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:ef28b4c19972f700768ddfcd","label":"ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle","locator":{"end_column":107,"end_line":337,"fragment":"","pointer":"","start_column":3,"start_line":337},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:per-owner-canary","target_ref":"../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:337:3:0:../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e:aoa:abyss-stack:anchor:997792f78132b8f38a70be89","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:997792f78132b8f38a70be89","label":"LLAMA_ARG_N_GPU_LAYERS","locator":{"end_column":34,"end_line":42,"fragment":"","pointer":"/services/llama-cpp/environment/LLAMA_ARG_N_GPU_LAYERS","start_column":7,"start_line":42},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/environment/LLAMA_ARG_N_GPU_LAYERS","source_id":"aoa:abyss-stack:artifact:9c2a5d8a1b9e8e763518ff3e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:9fe6aa68a866d4565732dc8e:aoa:abyss-stack:anchor:4c93276faefc53e755da95b8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:4c93276faefc53e755da95b8","label":"parts/machine-bridge/docs/MACHINE_BRIDGE.md","locator":{"end_column":93,"end_line":28,"fragment":"","pointer":"","start_column":3,"start_line":28},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"parts/machine-bridge/docs/MACHINE_BRIDGE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:28:3:0:parts/machine-bridge/docs/MACHINE_BRIDGE.md","source_id":"aoa:abyss-stack:artifact:9fe6aa68a866d4565732dc8e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e:aoa:abyss-stack:anchor:f28aea5e35741d91ed7b2544","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f28aea5e35741d91ed7b2544","label":"find_case","locator":{"end_column":72,"end_line":428,"fragment":"","pointer":"","start_column":1,"start_line":424},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_case","target_ref":"python:RuntimeError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:find_case","target_ref":"python:copy.deepcopy"}],"parser_ref":"python-ast@1","qualified_name":"find_case","semantic_key":"python:function:find_case","source_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:a4f199748725b7e9b796670a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a4f199748725b7e9b796670a","label":"${AOA_REDIS_MAXMEMORY","locator":{"end_column":39,"end_line":63,"fragment":"","pointer":"/services/redis/command/4/${AOA_REDIS_MAXMEMORY","start_column":7,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/redis/command/4/${AOA_REDIS_MAXMEMORY","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:1fad9274f55729dc1a62e8e4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1fad9274f55729dc1a62e8e4","label":"inference pilot","locator":{"end_column":18,"end_line":287,"fragment":"inference-pilot","pointer":"","start_column":1,"start_line":287},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:inference-pilot","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:1fad9274f55729dc1a62e8e4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1fad9274f55729dc1a62e8e4","label":"inference pilot","locator":{"end_column":18,"end_line":288,"fragment":"inference-pilot","pointer":"","start_column":1,"start_line":288},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:inference-pilot","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:5257473f7892e55a6051a984","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5257473f7892e55a6051a984","label":"aoa_session_retrieve","locator":{"end_column":10,"end_line":443,"fragment":"","pointer":"","start_column":5,"start_line":429},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_retrieve","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_retrieve","semantic_key":"python:method:build_server.aoa_session_retrieve","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b7212a47afbad332ca394d0b:aoa:abyss-stack:anchor:1d0d4fd4f7e447c72555b630","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1d0d4fd4f7e447c72555b630","label":"test_adapter_accepts_full_sdk_e2e_fixture_wrapper","locator":{"end_column":87,"end_line":126,"fragment":"","pointer":"","start_column":5,"start_line":110},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_accepts_full_sdk_e2e_fixture_wrapper","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_accepts_full_sdk_e2e_fixture_wrapper","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_accepts_full_sdk_e2e_fixture_wrapper","target_ref":"python:reviewed_closeout_payload"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_accepts_full_sdk_e2e_fixture_wrapper","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_accepts_full_sdk_e2e_fixture_wrapper","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_accepts_full_sdk_e2e_fixture_wrapper","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_accepts_full_sdk_e2e_fixture_wrapper","target_ref":"python:self.assertFalse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_accepts_full_sdk_e2e_fixture_wrapper","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_accepts_full_sdk_e2e_fixture_wrapper","target_ref":"python:self.run_adapter"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:A2AReturnCloseoutDryRunTests.test_adapter_accepts_full_sdk_e2e_fixture_wrapper","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"A2AReturnCloseoutDryRunTests.test_adapter_accepts_full_sdk_e2e_fixture_wrapper","semantic_key":"python:method:A2AReturnCloseoutDryRunTests.test_adapter_accepts_full_sdk_e2e_fixture_wrapper","source_id":"aoa:abyss-stack:artifact:b7212a47afbad332ca394d0b","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:c14cd457521a00cbb9569ae4:aoa:abyss-stack:anchor:19baa7b197c88c58f82039aa","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:19baa7b197c88c58f82039aa","label":"Owned here","locator":{"end_column":13,"end_line":3,"fragment":"owned-here","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:owned-here","source_id":"aoa:abyss-stack:artifact:c14cd457521a00cbb9569ae4","symbol_kind":""} @@ -51,6 +52,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d:aoa:abyss-stack:anchor:358a37c8cc20a2cbeb48387b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:358a37c8cc20a2cbeb48387b","label":"Directory contract","locator":{"end_column":21,"end_line":13,"fragment":"directory-contract","pointer":"","start_column":1,"start_line":13},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:directory-contract","source_id":"aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302:aoa:abyss-stack:anchor:25682efd7a9139cc1ad7ab51","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:25682efd7a9139cc1ad7ab51","label":"schemas/counterpart-federation-exposure-review.schema.json","locator":{"end_column":62,"end_line":36,"fragment":"","pointer":"/required_files/29","start_column":3,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/29","source_id":"aoa:abyss-stack:artifact:ecebff8a8093f6835cfcd302","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:edcd9f5d72f0d568c5e53abf:aoa:abyss-stack:anchor:0847b3020b4e1a302d6841f4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0847b3020b4e1a302d6841f4","label":"Tools","locator":{"end_column":8,"end_line":20,"fragment":"tools","pointer":"","start_column":1,"start_line":20},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:tools","source_id":"aoa:abyss-stack:artifact:edcd9f5d72f0d568c5e53abf","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:33d3dc8ddd82a25bedc8c8d8","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:33d3dc8ddd82a25bedc8c8d8","label":"ABYSS-STACK-D-0080 Diagnostic Skill Owner Home","locator":{"end_column":105,"end_line":71,"fragment":"","pointer":"","start_column":3,"start_line":71},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:source-checkout","target_ref":"../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:71:3:0:../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f321af9bb18b59e86d10c26e:aoa:abyss-stack:anchor:2fe2f31485aab0a52d22f2d8","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:2fe2f31485aab0a52d22f2d8","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f321af9bb18b59e86d10c26e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f5e42ab47749ca3fffa5b850:aoa:abyss-stack:anchor:13d7a55d6962933e9e5bd8d2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:13d7a55d6962933e9e5bd8d2","label":"labels","locator":{"end_column":11,"end_line":5,"fragment":"","pointer":"/services/route-api/labels","start_column":5,"start_line":5},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/labels","source_id":"aoa:abyss-stack:artifact:f5e42ab47749ca3fffa5b850","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f5e42ab47749ca3fffa5b850:aoa:abyss-stack:anchor:f727073a4a621447324008ad","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:f727073a4a621447324008ad","label":"route-api","locator":{"end_column":12,"end_line":4,"fragment":"","pointer":"/services/route-api","start_column":3,"start_line":4},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api","source_id":"aoa:abyss-stack:artifact:f5e42ab47749ca3fffa5b850","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/f5.jsonl b/kag/indexes/shards/anchor/f5.jsonl index a0e7d17f2..1fc54d137 100644 --- a/kag/indexes/shards/anchor/f5.jsonl +++ b/kag/indexes/shards/anchor/f5.jsonl @@ -26,8 +26,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:45b6f58c2074569311ce8076:aoa:abyss-stack:anchor:bcfe7c57131523814a114917","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:bcfe7c57131523814a114917","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:45b6f58c2074569311ce8076","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:4fc71a8c3e899815f3ebd69b:aoa:abyss-stack:anchor:5b5c9843aa12289bd1670ac2","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:5b5c9843aa12289bd1670ac2","label":"diagnosisItem","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$defs/diagnosisItem","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"diagnosisItem","semantic_key":"json:/$defs/diagnosisItem","source_id":"aoa:abyss-stack:artifact:4fc71a8c3e899815f3ebd69b","symbol_kind":"schema_definition"} {"_key":"anchor:aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2:aoa:abyss-stack:anchor:e07b49575095fa5982f01208","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e07b49575095fa5982f01208","label":"verification_boundary_lost","locator":{"end_column":30,"end_line":21,"fragment":"","pointer":"/trigger_reasons/1","start_column":3,"start_line":21},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/trigger_reasons/1","source_id":"aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:1f6ec7b9b450b17a37fa407d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1f6ec7b9b450b17a37fa407d","label":"test_current_repo_diagnostic_spine_module_passes","locator":{"end_column":42,"end_line":83,"fragment":"","pointer":"","start_column":1,"start_line":82},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_current_repo_diagnostic_spine_module_passes","target_ref":"python:run_validator"}],"parser_ref":"python-ast@1","qualified_name":"test_current_repo_diagnostic_spine_module_passes","semantic_key":"python:function:test_current_repo_diagnostic_spine_module_passes","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:e655563316d939f4e07b2d0e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e655563316d939f4e07b2d0e","label":"copy_current_surface","locator":{"end_column":94,"end_line":27,"fragment":"","pointer":"","start_column":1,"start_line":26},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:copy_current_surface","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"copy_current_surface","semantic_key":"python:function:copy_current_surface","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:1f6ec7b9b450b17a37fa407d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:1f6ec7b9b450b17a37fa407d","label":"test_current_repo_diagnostic_spine_module_passes","locator":{"end_column":42,"end_line":70,"fragment":"","pointer":"","start_column":1,"start_line":69},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_current_repo_diagnostic_spine_module_passes","target_ref":"python:run_validator"}],"parser_ref":"python-ast@1","qualified_name":"test_current_repo_diagnostic_spine_module_passes","semantic_key":"python:function:test_current_repo_diagnostic_spine_module_passes","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df:aoa:abyss-stack:anchor:e655563316d939f4e07b2d0e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e655563316d939f4e07b2d0e","label":"copy_current_surface","locator":{"end_column":94,"end_line":26,"fragment":"","pointer":"","start_column":1,"start_line":25},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:copy_current_surface","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"copy_current_surface","semantic_key":"python:function:copy_current_surface","source_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:673e100db9b9a27bfec37159:aoa:abyss-stack:anchor:e92037a07990900b1b9597b7","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e92037a07990900b1b9597b7","label":"depends_on","locator":{"end_column":15,"end_line":28,"fragment":"","pointer":"/services/n8n-task-runners/depends_on","start_column":5,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/n8n-task-runners/depends_on","source_id":"aoa:abyss-stack:artifact:673e100db9b9a27bfec37159","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6:aoa:abyss-stack:anchor:12d3fba84b5fdbef6d33ecfb","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:12d3fba84b5fdbef6d33ecfb","label":"scope","locator":{"end_column":10,"end_line":22,"fragment":"","pointer":"/complexity_basis/scope","start_column":3,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/complexity_basis/scope","source_id":"aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6d9ed045df0fa5b419599600:aoa:abyss-stack:anchor:219630d3995615634f1c32b8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:219630d3995615634f1c32b8","label":"AGENTS.md","locator":{"end_column":11,"end_line":1,"fragment":"agentsmd","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agentsmd","source_id":"aoa:abyss-stack:artifact:6d9ed045df0fa5b419599600","symbol_kind":""} @@ -47,7 +47,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c:aoa:abyss-stack:anchor:a43b7f89d4a83f93c02b80b7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a43b7f89d4a83f93c02b80b7","label":"classify_retention","locator":{"end_column":6,"end_line":279,"fragment":"","pointer":"","start_column":1,"start_line":216},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:all_packet_refs.values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:entry.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:latest_by_target_label.keys"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:latest_by_target_label.values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:latest_packet_refs.values"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:classify_retention","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"classify_retention","semantic_key":"python:function:classify_retention","source_id":"aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41:aoa:abyss-stack:anchor:fea7c0acc400faceec8aad4a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:fea7c0acc400faceec8aad4a","label":"TRUTH_SURFACES","locator":{"end_column":91,"end_line":216,"fragment":"","pointer":"","start_column":1,"start_line":216},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:truth-status","target_ref":"../../../../diagnostic-spine/parts/truth-surfaces/docs/TRUTH_SURFACES.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:216:1:0:../../../../diagnostic-spine/parts/truth-surfaces/docs/TRUTH_SURFACES.md","source_id":"aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:87d8f32c402c6726bd1c4ecb","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:87d8f32c402c6726bd1c4ecb","label":"ambiguity","locator":{"end_column":14,"end_line":23,"fragment":"","pointer":"/complexity_basis/ambiguity","start_column":3,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/complexity_basis/ambiguity","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:370cc9b4776a8217d8aa73eb","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:370cc9b4776a8217d8aa73eb","label":"ABYSS-STACK-D-0063 Root Validator Wrapper Tail Removal","locator":{"end_column":121,"end_line":391,"fragment":"","pointer":"","start_column":3,"start_line":391},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-topology","target_ref":"../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:391:3:0:../ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:f8536a13e4ff00f2dffbc929","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f8536a13e4ff00f2dffbc929","label":"ABYSS-STACK-D-0068 Decision Graph Contract And Impact Packets","locator":{"end_column":135,"end_line":376,"fragment":"","pointer":"","start_column":3,"start_line":376},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:schemacontract","target_ref":"../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:376:3:0:../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:41d8efa820f274b98dd94946","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:41d8efa820f274b98dd94946","label":"CHANGELOG","locator":{"end_column":63,"end_line":99,"fragment":"","pointer":"","start_column":38,"start_line":99},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:claim-check","target_ref":"CHANGELOG.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:99:38:0:CHANGELOG.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b3c1d73cf0c4b3db6ba19adc:aoa:abyss-stack:anchor:0feb8045e95992c3b67f9881","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:0feb8045e95992c3b67f9881","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b3c1d73cf0c4b3db6ba19adc","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7:aoa:abyss-stack:anchor:bd216ba778123488237eddca","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:bd216ba778123488237eddca","label":"aoa-telegram-connector-mcp","locator":{"end_column":66,"end_line":16,"fragment":"","pointer":"project.scripts.aoa-telegram-connector-mcp","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.scripts.aoa-telegram-connector-mcp","source_id":"aoa:abyss-stack:artifact:b5c966b261fda9950cc65af7","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e:aoa:abyss-stack:anchor:ea0e5ba82de38afd9bd60ae8","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:ea0e5ba82de38afd9bd60ae8","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","symbol_kind":""} @@ -55,6 +56,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:cc235d9f26e8dce2f57ce8c5:aoa:abyss-stack:anchor:bd26a8a30fdbe333cf3d4b3e","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:bd26a8a30fdbe333cf3d4b3e","label":"builder","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/builder","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/builder","source_id":"aoa:abyss-stack:artifact:cc235d9f26e8dce2f57ce8c5","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:468aaaaaa97bee9e6b5ac42a","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:468aaaaaa97bee9e6b5ac42a","label":"last_unload_epoch","locator":{"end_column":39,"end_line":247,"fragment":"","pointer":"","start_column":5,"start_line":246},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"LazyScorer.last_unload_epoch","semantic_key":"python:method:LazyScorer.last_unload_epoch","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128:aoa:abyss-stack:anchor:0f4526601fded48fb868dfd6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0f4526601fded48fb868dfd6","label":"Boundaries","locator":{"end_column":13,"end_line":61,"fragment":"boundaries","pointer":"","start_column":1,"start_line":61},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundaries","source_id":"aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:bb1f2435abe6df1451a57875","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bb1f2435abe6df1451a57875","label":"ABYSS-STACK-D-0064 Federation Effective Runtime Inputs","locator":{"end_column":121,"end_line":223,"fragment":"","pointer":"","start_column":3,"start_line":223},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:223:3:0:../ABYSS-STACK-D-0064-federation-effective-runtime-inputs.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52:aoa:abyss-stack:anchor:6b0a11e7649cf30eff8b398f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6b0a11e7649cf30eff8b398f","label":"summarize","locator":{"end_column":52,"end_line":190,"fragment":"","pointer":"","start_column":1,"start_line":189},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:summarize","target_ref":"python:evaluation.summarize"}],"parser_ref":"python-ast@1","qualified_name":"summarize","semantic_key":"python:function:summarize","source_id":"aoa:abyss-stack:artifact:f31b6eba970b7ee60f008e52","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf:aoa:abyss-stack:anchor:668d548e7b7900cfe706ec58","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:668d548e7b7900cfe706ec58","label":"resolve_ref","locator":{"end_column":18,"end_line":125,"fragment":"","pointer":"","start_column":1,"start_line":121},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_ref","target_ref":"python:ValueError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:resolve_ref","target_ref":"python:target.exists"}],"parser_ref":"python-ast@1","qualified_name":"resolve_ref","semantic_key":"python:function:resolve_ref","source_id":"aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/f6.jsonl b/kag/indexes/shards/anchor/f6.jsonl index 2286761b0..3bf69a76e 100644 --- a/kag/indexes/shards/anchor/f6.jsonl +++ b/kag/indexes/shards/anchor/f6.jsonl @@ -5,7 +5,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:073dd6d37ba43a279a298d4a:aoa:abyss-stack:anchor:b947fa9509131d6800e496fb","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b947fa9509131d6800e496fb","label":"LC_TIMEOUT_S","locator":{"end_column":23,"end_line":11,"fragment":"","pointer":"/services/langchain-api-llamacpp/environment/LC_TIMEOUT_S","start_column":7,"start_line":11},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api-llamacpp/environment/LC_TIMEOUT_S","source_id":"aoa:abyss-stack:artifact:073dd6d37ba43a279a298d4a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9:aoa:abyss-stack:anchor:9501704dd5e894930a72f845","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:9501704dd5e894930a72f845","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:14d2f4881d9a68a8580f3170:aoa:abyss-stack:anchor:b5e26070e81fbae3e8c655d9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b5e26070e81fbae3e8c655d9","label":"Repair-Safe Closeout","locator":{"end_column":22,"end_line":1,"fragment":"repair-safe-closeout","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:repair-safe-closeout","source_id":"aoa:abyss-stack:artifact:14d2f4881d9a68a8580f3170","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:f21a2bb32192b75da43539f5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f21a2bb32192b75da43539f5","label":"test_current_repo_diagnostic_spine_contracts_pass","locator":{"end_column":37,"end_line":72,"fragment":"","pointer":"","start_column":5,"start_line":61},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_current_repo_diagnostic_spine_contracts_pass","target_ref":"python:agent_skill_projection.validate_overlay_skill_surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_current_repo_diagnostic_spine_contracts_pass","target_ref":"python:diagnostic_spine.validate_diagnostic_spine_contracts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_current_repo_diagnostic_spine_contracts_pass","target_ref":"python:self.assertEqual"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineSurfaceValidatorTests.test_current_repo_diagnostic_spine_contracts_pass","semantic_key":"python:method:DiagnosticSpineSurfaceValidatorTests.test_current_repo_diagnostic_spine_contracts_pass","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:17d21e76d287da0f58365486:aoa:abyss-stack:anchor:f21a2bb32192b75da43539f5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f21a2bb32192b75da43539f5","label":"test_current_repo_diagnostic_spine_contracts_pass","locator":{"end_column":37,"end_line":68,"fragment":"","pointer":"","start_column":5,"start_line":62},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_current_repo_diagnostic_spine_contracts_pass","target_ref":"python:diagnostic_spine.validate_diagnostic_spine_contracts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:DiagnosticSpineSurfaceValidatorTests.test_current_repo_diagnostic_spine_contracts_pass","target_ref":"python:self.assertEqual"}],"parser_ref":"python-ast@1","qualified_name":"DiagnosticSpineSurfaceValidatorTests.test_current_repo_diagnostic_spine_contracts_pass","semantic_key":"python:method:DiagnosticSpineSurfaceValidatorTests.test_current_repo_diagnostic_spine_contracts_pass","source_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:1ccd0979e059eaf6d2b2498b:aoa:abyss-stack:anchor:fdc913d9d474dcccb888ca4c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:fdc913d9d474dcccb888ca4c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:1ccd0979e059eaf6d2b2498b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:1dbb30958e1bf1da998293a0:aoa:abyss-stack:anchor:d78f1019a14eb24789d85cf6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d78f1019a14eb24789d85cf6","label":"current_input_fingerprint","locator":{"end_column":10,"end_line":180,"fragment":"","pointer":"","start_column":5,"start_line":174},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.current_input_fingerprint","target_ref":"python:builder.collect_repo_source_postures"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.current_input_fingerprint","target_ref":"python:builder.workspace_input_fingerprint"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.current_input_fingerprint","target_ref":"python:self._builder"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoADecisionsMCPState.current_input_fingerprint","target_ref":"python:self.repo_roots"}],"parser_ref":"python-ast@1","qualified_name":"AoADecisionsMCPState.current_input_fingerprint","semantic_key":"python:method:AoADecisionsMCPState.current_input_fingerprint","source_id":"aoa:abyss-stack:artifact:1dbb30958e1bf1da998293a0","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:1f63733307f0a53b367d2232:aoa:abyss-stack:anchor:7fc9ab38451d5bc07da7fe8d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7fc9ab38451d5bc07da7fe8d","label":"write_json","locator":{"end_column":95,"end_line":120,"fragment":"","pointer":"","start_column":1,"start_line":118},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:ensure_parent"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:write_json","target_ref":"python:path.write_text"}],"parser_ref":"python-ast@1","qualified_name":"write_json","semantic_key":"python:function:write_json","source_id":"aoa:abyss-stack:artifact:1f63733307f0a53b367d2232","symbol_kind":"function"} @@ -36,8 +36,8 @@ {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:65d0d943d06dc7498c98ffcf","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:65d0d943d06dc7498c98ffcf","label":"ABYSS-STACK-D-0079 KAG Query Application Port","locator":{"end_column":103,"end_line":192,"fragment":"","pointer":"","start_column":3,"start_line":192},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:kag-application-port","target_ref":"../ABYSS-STACK-D-0079-kag-query-application-port.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:192:3:0:../ABYSS-STACK-D-0079-kag-query-application-port.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:b22ce9dd127a559fa1f35703","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b22ce9dd127a559fa1f35703","label":"ABYSS-STACK-D-0031 AoA Memo MCP Under Stack MCP","locator":{"end_column":107,"end_line":89,"fragment":"","pointer":"","start_column":3,"start_line":89},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-access-plane","target_ref":"../ABYSS-STACK-D-0031-aoa-memo-mcp-under-stack-mcp.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:89:3:0:../ABYSS-STACK-D-0031-aoa-memo-mcp-under-stack-mcp.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:b604c8f95512d928ef095f68","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b604c8f95512d928ef095f68","label":"ABYSS-STACK-D-0074 Telegram and Discord Connector MCP Access Planes","locator":{"end_column":143,"end_line":102,"fragment":"","pointer":"","start_column":3,"start_line":102},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-access-plane","target_ref":"../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:102:3:0:../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:12682bdba69d19cab1b5c667","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:12682bdba69d19cab1b5c667","label":"federation-seams","locator":{"end_column":59,"end_line":154,"fragment":"","pointer":"","start_column":3,"start_line":154},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mechanics","target_ref":"mechanics/federation-seams/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:154:3:0:mechanics/federation-seams/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:58992ce26e8c3686566d152c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:58992ce26e8c3686566d152c","label":"runtime/ARCHITECTURE","locator":{"end_column":78,"end_line":39,"fragment":"","pointer":"","start_column":26,"start_line":39},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"docs/runtime/ARCHITECTURE.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:39:26:0:docs/runtime/ARCHITECTURE.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:b9cd2aa461293a2199697a1a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b9cd2aa461293a2199697a1a","label":"AGENTS","locator":{"end_column":117,"end_line":61,"fragment":"","pointer":"","start_column":98,"start_line":61},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:route-modes","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:61:98:1:AGENTS.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:b83d985942e2bbb508cd0874","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b83d985942e2bbb508cd0874","label":"session_brief_resource","locator":{"end_column":96,"end_line":724,"fragment":"","pointer":"","start_column":5,"start_line":723},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.session_brief_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.session_brief_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.session_brief_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.session_brief_resource","semantic_key":"python:method:build_server.session_brief_resource","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5:aoa:abyss-stack:anchor:93ce51ef4d53ba960b927415","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:93ce51ef4d53ba960b927415","label":"MACHINE_FIT_POLICY","locator":{"end_column":96,"end_line":256,"fragment":"","pointer":"","start_column":3,"start_line":256},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:if-something-feels-wrong","target_ref":"../../mechanics/machine-fit/parts/fit-record/docs/MACHINE_FIT_POLICY.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:256:3:0:../../mechanics/machine-fit/parts/fit-record/docs/MACHINE_FIT_POLICY.md","source_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ba80668245a3dabdecf9aae5:aoa:abyss-stack:anchor:b51501ae0d4f4c32b385d060","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b51501ae0d4f4c32b385d060","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:ba80668245a3dabdecf9aae5","symbol_kind":""} @@ -51,7 +51,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e06b0f586c91275b34752336:aoa:abyss-stack:anchor:5967789f6865e22b751d3364","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5967789f6865e22b751d3364","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:e06b0f586c91275b34752336","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d:aoa:abyss-stack:anchor:b7fb1dbf7c28806f68927ca2","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b7fb1dbf7c28806f68927ca2","label":"docs/decisions/indexes/by-surface.md","locator":{"end_column":40,"end_line":9,"fragment":"","pointer":"/generated_indexes/3","start_column":3,"start_line":9},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/generated_indexes/3","source_id":"aoa:abyss-stack:artifact:e85d1fe120dec821c2f1546d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:9a236ef0fe04860f5650f695","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:9a236ef0fe04860f5650f695","label":"auth_enabled","locator":{"end_column":19,"end_line":1,"fragment":"","pointer":"/auth_enabled","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/auth_enabled","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:efb590b1459a9fae4eddba68","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:efb590b1459a9fae4eddba68","label":"ABYSS-STACK-D-0073 ToS Philosophy Graph Access Plane","locator":{"end_column":117,"end_line":153,"fragment":"","pointer":"","start_column":3,"start_line":153},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-services","target_ref":"../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:153:3:0:../ABYSS-STACK-D-0073-tos-philosophy-graph-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:db9cb657a12b3df7d140184c","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:db9cb657a12b3df7d140184c","label":"ABYSS-STACK-D-0035 AoA Evals MCP Access Plane","locator":{"end_column":103,"end_line":162,"fragment":"","pointer":"","start_column":3,"start_line":162},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0035-aoa-evals-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:162:3:0:../ABYSS-STACK-D-0035-aoa-evals-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:3e4161fe9508108f847eed05","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3e4161fe9508108f847eed05","label":"owner_port_read","locator":{"end_column":10,"end_line":538,"fragment":"","pointer":"","start_column":5,"start_line":391},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:_child_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:branch.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:branch.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:branch.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:branch.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:branch.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:inventory.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:materialization_counts.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:measurement.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:measurement.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:next"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:next"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:port.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:port.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:port.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:port.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:port.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:port.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:port.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:port.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:port.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:port.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:row.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:row.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:row.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:row.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:self._inventory_entries"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:self._owner_entry"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:self._owner_materialization"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:self._owner_materialization"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:self._owner_root"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:self._port_relative"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:self.owner_inventory"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.owner_port_read","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoAStatsMCPState.owner_port_read","semantic_key":"python:method:AoAStatsMCPState.owner_port_read","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:fa4032b7abc661fddd41ef14:aoa:abyss-stack:anchor:f4935cd3385ff23abc431623","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:f4935cd3385ff23abc431623","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:fa4032b7abc661fddd41ef14","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe:aoa:abyss-stack:anchor:a0acc7a7ae1c05036c0ee91d","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:a0acc7a7ae1c05036c0ee91d","label":"requires","locator":{"end_column":29,"end_line":2,"fragment":"","pointer":"build-system.requires","start_column":1,"start_line":2},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:build-system.requires","source_id":"aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/f7.jsonl b/kag/indexes/shards/anchor/f7.jsonl index ddeff825c..c7ea01cc3 100644 --- a/kag/indexes/shards/anchor/f7.jsonl +++ b/kag/indexes/shards/anchor/f7.jsonl @@ -14,6 +14,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:39f7686efc6a05c4c9a23f54:aoa:abyss-stack:anchor:ea68912598c88224fc659c69","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ea68912598c88224fc659c69","label":"test_read_resources_and_server_build","locator":{"end_column":43,"end_line":198,"fragment":"","pointer":"","start_column":1,"start_line":194},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_read_resources_and_server_build","target_ref":"python:_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_read_resources_and_server_build","target_ref":"python:build_server"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_read_resources_and_server_build","target_ref":"python:state.read_resource"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_read_resources_and_server_build","target_ref":"python:state.read_resource"}],"parser_ref":"python-ast@1","qualified_name":"test_read_resources_and_server_build","semantic_key":"python:function:test_read_resources_and_server_build","source_id":"aoa:abyss-stack:artifact:39f7686efc6a05c4c9a23f54","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:42ee5dd93282e41aedf45b31:aoa:abyss-stack:anchor:e8d485d310c9a85acd71fb16","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:e8d485d310c9a85acd71fb16","label":"cpus","locator":{"end_column":15,"end_line":15,"fragment":"","pointer":"/services/llama-cpp/cpus","start_column":5,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/llama-cpp/cpus","source_id":"aoa:abyss-stack:artifact:42ee5dd93282e41aedf45b31","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:4889d6873d7232f6293142e9:aoa:abyss-stack:anchor:7dac936b6c821d2cc826f582","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7dac936b6c821d2cc826f582","label":"_credential_token","locator":{"end_column":34,"end_line":87,"fragment":"","pointer":"","start_column":1,"start_line":74},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:SystemExit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.is_symlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.is_symlink"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:credential_path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_credential_token","target_ref":"python:raw.removesuffix"}],"parser_ref":"python-ast@1","qualified_name":"_credential_token","semantic_key":"python:function:_credential_token","source_id":"aoa:abyss-stack:artifact:4889d6873d7232f6293142e9","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e:aoa:abyss-stack:anchor:5a00d1480bc4215ab70a4f98","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5a00d1480bc4215ab70a4f98","label":"Role","locator":{"end_column":7,"end_line":7,"fragment":"role","pointer":"","start_column":1,"start_line":7},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:role","source_id":"aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:4e987ae91e25c51250e8cc06:aoa:abyss-stack:anchor:8df740b0e4d0cc4875f30b51","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8df740b0e4d0cc4875f30b51","label":"_loopback_transport_security","locator":{"end_column":6,"end_line":124,"fragment":"","pointer":"","start_column":1,"start_line":110},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_loopback_transport_security","target_ref":"python:TransportSecuritySettings"}],"parser_ref":"python-ast@1","qualified_name":"_loopback_transport_security","semantic_key":"python:function:_loopback_transport_security","source_id":"aoa:abyss-stack:artifact:4e987ae91e25c51250e8cc06","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:6115ce3e2c3abe3e523bf972:aoa:abyss-stack:anchor:7f17e0c9645eed1a57f7cc28","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:7f17e0c9645eed1a57f7cc28","label":"Source surfaces","locator":{"end_column":18,"end_line":86,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":86},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:6115ce3e2c3abe3e523bf972","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:6757f802ddcf70a472022ea9:aoa:abyss-stack:anchor:0babe2c8e0b66893d2fe7898","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:0babe2c8e0b66893d2fe7898","label":"properties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/properties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/properties","source_id":"aoa:abyss-stack:artifact:6757f802ddcf70a472022ea9","symbol_kind":"json_key"} @@ -32,6 +33,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:9a2daa8b86644f570884688d:aoa:abyss-stack:anchor:a5bd0c6d50a24600c37d8328","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a5bd0c6d50a24600c37d8328","label":"set_path","locator":{"end_column":35,"end_line":132,"fragment":"","pointer":"","start_column":1,"start_line":117},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:set_path","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:set_path","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:set_path","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:set_path","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:set_path","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:set_path","target_ref":"python:isinstance"}],"parser_ref":"python-ast@1","qualified_name":"set_path","semantic_key":"python:function:set_path","source_id":"aoa:abyss-stack:artifact:9a2daa8b86644f570884688d","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73:aoa:abyss-stack:anchor:952c70a3e96a57d23d1e9816","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:952c70a3e96a57d23d1e9816","label":"__init__","locator":{"end_column":64,"end_line":388,"fragment":"","pointer":"","start_column":5,"start_line":386},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"FakeRunner.__init__","semantic_key":"python:method:FakeRunner.__init__","source_id":"aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:ca3d2b0139e1aee08ad6e6c4","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ca3d2b0139e1aee08ad6e6c4","label":"activation","locator":{"end_column":11,"end_line":28,"fragment":"","pointer":"/activation","start_column":1,"start_line":28},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/activation","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:92eecf77ba7b2fb7eb611010","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:92eecf77ba7b2fb7eb611010","label":"ABYSS-STACK-D-0079 KAG Query Application Port","locator":{"end_column":103,"end_line":359,"fragment":"","pointer":"","start_column":3,"start_line":359},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-retrieval","target_ref":"../ABYSS-STACK-D-0079-kag-query-application-port.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:359:3:0:../ABYSS-STACK-D-0079-kag-query-application-port.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ae10d9cb5a20aa7f60cb3439:aoa:abyss-stack:anchor:91267a1ff24af3242ff443be","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:91267a1ff24af3242ff443be","label":"target_paths","locator":{"end_column":6,"end_line":40,"fragment":"","pointer":"","start_column":1,"start_line":36},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:target_paths","target_ref":"python:TARGETS.items"}],"parser_ref":"python-ast@1","qualified_name":"target_paths","semantic_key":"python:function:target_paths","source_id":"aoa:abyss-stack:artifact:ae10d9cb5a20aa7f60cb3439","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:bd1dfe23921754f3f702a6b5:aoa:abyss-stack:anchor:523007d53535d84421a9d29e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:523007d53535d84421a9d29e","label":"ServiceSelectionStatusTests","locator":{"end_column":45,"end_line":153,"fragment":"","pointer":"","start_column":1,"start_line":26},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"ServiceSelectionStatusTests","semantic_key":"python:class:ServiceSelectionStatusTests","source_id":"aoa:abyss-stack:artifact:bd1dfe23921754f3f702a6b5","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:be15002acf13fcab67b2e734:aoa:abyss-stack:anchor:46803583a72e3bd258601075","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:46803583a72e3bd258601075","label":"\"4318\"","locator":{"end_column":14,"end_line":76,"fragment":"","pointer":"/services/tempo/expose/1","start_column":7,"start_line":76},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/tempo/expose/1","source_id":"aoa:abyss-stack:artifact:be15002acf13fcab67b2e734","symbol_kind":""} @@ -42,7 +44,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:cb5087c302f9799a551404e8:aoa:abyss-stack:anchor:e7edabe5ec9e578e5f44bc44","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:e7edabe5ec9e578e5f44bc44","label":"search","locator":{"end_column":53,"end_line":59,"fragment":"","pointer":"","start_column":1,"start_line":29},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search","target_ref":"python:content.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search","target_ref":"python:jsonify"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search","target_ref":"python:jsonify"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search","target_ref":"python:jsonify"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search","target_ref":"python:jsonify"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search","target_ref":"python:line.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search","target_ref":"python:p.stdout.splitlines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search","target_ref":"python:request.args.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search","target_ref":"python:results.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:search","target_ref":"python:subprocess.run"}],"parser_ref":"python-ast@1","qualified_name":"search","semantic_key":"python:function:search","source_id":"aoa:abyss-stack:artifact:cb5087c302f9799a551404e8","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:cd170c60bd01cac1292bb6ce:aoa:abyss-stack:anchor:36d5621ea197e607d6235288","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:36d5621ea197e607d6235288","label":"read_only","locator":{"end_column":15,"end_line":3,"fragment":"","pointer":"/read_only","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/read_only","source_id":"aoa:abyss-stack:artifact:cd170c60bd01cac1292bb6ce","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f:aoa:abyss-stack:anchor:cdffb7352720fa2489bf4a0e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:cdffb7352720fa2489bf4a0e","label":"mode","locator":{"end_column":14,"end_line":32,"fragment":"","pointer":"/activation/mode","start_column":3,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/activation/mode","source_id":"aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76:aoa:abyss-stack:anchor:dde828c8696205824622c7d0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:dde828c8696205824622c7d0","label":"_overlay_skill_surface_validator","locator":{"end_column":6,"end_line":159,"fragment":"","pointer":"","start_column":1,"start_line":146},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_overlay_skill_surface_validator","target_ref":"python:agent_skill_projection.validate_overlay_skill_surface"}],"parser_ref":"python-ast@1","qualified_name":"_overlay_skill_surface_validator","semantic_key":"python:function:_overlay_skill_surface_validator","source_id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e:aoa:abyss-stack:anchor:93d306b37c4abcb3f6cef3a6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:93d306b37c4abcb3f6cef3a6","label":"`federation`","locator":{"end_column":15,"end_line":266,"fragment":"federation","pointer":"","start_column":1,"start_line":266},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:federation","source_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:0ee511378220a95349f59eee","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:0ee511378220a95349f59eee","label":"delete_request_store","locator":{"end_column":34,"end_line":38,"fragment":"","pointer":"/compactor/delete_request_store","start_column":3,"start_line":38},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/compactor/delete_request_store","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f08d6728765221ab9844939e:aoa:abyss-stack:anchor:ed0c7c339a9af93ef6e52c6d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ed0c7c339a9af93ef6e52c6d","label":"Source surfaces","locator":{"end_column":18,"end_line":63,"fragment":"source-surfaces","pointer":"","start_column":1,"start_line":63},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:source-surfaces","source_id":"aoa:abyss-stack:artifact:f08d6728765221ab9844939e","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/f8.jsonl b/kag/indexes/shards/anchor/f8.jsonl index 5cc953699..a1e819b26 100644 --- a/kag/indexes/shards/anchor/f8.jsonl +++ b/kag/indexes/shards/anchor/f8.jsonl @@ -34,6 +34,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:b5b9bb1c7978a5404a2531b7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b5b9bb1c7978a5404a2531b7","label":"evals_runtime_evidence_template","locator":{"end_column":66,"end_line":2474,"fragment":"","pointer":"","start_column":1,"start_line":2472},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evals_runtime_evidence_template","target_ref":"python:app.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evals_runtime_evidence_template","target_ref":"python:require_store"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:evals_runtime_evidence_template","target_ref":"python:resolve_runtime_evidence_template"}],"parser_ref":"python-ast@1","qualified_name":"evals_runtime_evidence_template","semantic_key":"python:function:evals_runtime_evidence_template","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:f4d066764b70079f9ae9965d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f4d066764b70079f9ae9965d","label":"route","locator":{"end_column":6,"end_line":2212,"fragment":"","pointer":"","start_column":1,"start_line":2204},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:route","target_ref":"python:app.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:route","target_ref":"python:require_store"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:route","target_ref":"python:resolve_route"}],"parser_ref":"python-ast@1","qualified_name":"route","semantic_key":"python:function:route","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:2b1cd55936990b47f687a982","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:2b1cd55936990b47f687a982","label":"ABYSS-STACK-D-0072 AoA 4PDA Connector MCP Access Plane","locator":{"end_column":121,"end_line":42,"fragment":"","pointer":"","start_column":3,"start_line":42},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:42:3:0:../ABYSS-STACK-D-0072-aoa-4pda-connector-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:8942432c129ac64b764b9105","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:8942432c129ac64b764b9105","label":"ABYSS-STACK-D-0054 Branch Policy Validator Module","locator":{"end_column":111,"end_line":366,"fragment":"","pointer":"","start_column":3,"start_line":366},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:release-governance","target_ref":"../ABYSS-STACK-D-0054-branch-policy-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:366:3:0:../ABYSS-STACK-D-0054-branch-policy-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd:aoa:abyss-stack:anchor:a511ba4f3b49cb80274c4ff5","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a511ba4f3b49cb80274c4ff5","label":"storage_posture","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/storage_posture","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/storage_posture","source_id":"aoa:abyss-stack:artifact:8e616be0cdf2b775b3d0fcfd","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9:aoa:abyss-stack:anchor:7a72091c894a7569552a9e7e","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7a72091c894a7569552a9e7e","label":"discover","locator":{"end_column":10,"end_line":105,"fragment":"","pointer":"","start_column":5,"start_line":52},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:cls"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:coverage.is_absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:coverage.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:kag_root.is_absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:kag_root.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:os.environ.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:provider_map.is_absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:provider_map.resolve"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:readiness.is_absolute"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAKagMCPState.discover","target_ref":"python:readiness.resolve"}],"parser_ref":"python-ast@1","qualified_name":"AoAKagMCPState.discover","semantic_key":"python:method:AoAKagMCPState.discover","source_id":"aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:9138b3fa1e36a2ebf019949d:aoa:abyss-stack:anchor:7d75b10c62db605682629a3d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:7d75b10c62db605682629a3d","label":"../federation-seams/README.md","locator":{"end_column":65,"end_line":32,"fragment":"","pointer":"","start_column":3,"start_line":32},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:current-bridges","target_ref":"../federation-seams/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:32:3:0:../federation-seams/README.md","source_id":"aoa:abyss-stack:artifact:9138b3fa1e36a2ebf019949d","symbol_kind":""} @@ -44,13 +45,12 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:2ea838c61fa2fa0398dbb45a","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:2ea838c61fa2fa0398dbb45a","label":"effective_cache_size=${AOA_POSTGRES_EFFECTIVE_CACHE_SIZE","locator":{"end_column":72,"end_line":46,"fragment":"","pointer":"/services/postgres/command/8/effective_cache_size=${AOA_POSTGRES_EFFECTIVE_CACHE_SIZE","start_column":7,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/postgres/command/8/effective_cache_size=${AOA_POSTGRES_EFFECTIVE_CACHE_SIZE","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8:aoa:abyss-stack:anchor:7b2a745b85ab11069691c19b","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7b2a745b85ab11069691c19b","label":"labels","locator":{"end_column":11,"end_line":51,"fragment":"","pointer":"/services/redis/labels","start_column":5,"start_line":51},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/redis/labels","source_id":"aoa:abyss-stack:artifact:a2ddadaf60f4a20514e6f7b8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:4e9db097e9e0c185dfaf176c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:4e9db097e9e0c185dfaf176c","label":"handoff_role","locator":{"end_column":30,"end_line":33,"fragment":"","pointer":"/handoff_role","start_column":1,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/handoff_role","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:1dcdc8d39cd7adc9b36c850f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1dcdc8d39cd7adc9b36c850f","label":"runtime graph projection","locator":{"end_column":27,"end_line":344,"fragment":"runtime-graph-projection","pointer":"","start_column":1,"start_line":344},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-graph-projection","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:24a4f97b1f38f2ef9ecbe300","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:24a4f97b1f38f2ef9ecbe300","label":"ABYSS-STACK-D-0076 Repo-Self KAG Runtime Projections","locator":{"end_column":117,"end_line":396,"fragment":"","pointer":"","start_column":3,"start_line":396},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:vector-store","target_ref":"../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:396:3:0:../ABYSS-STACK-D-0076-repo-self-kag-runtime-projections.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:1dcdc8d39cd7adc9b36c850f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1dcdc8d39cd7adc9b36c850f","label":"runtime graph projection","locator":{"end_column":27,"end_line":349,"fragment":"runtime-graph-projection","pointer":"","start_column":1,"start_line":349},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-graph-projection","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:bda52b7afb142632d713d865","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:bda52b7afb142632d713d865","label":"ABYSS-STACK-D-0001 Runtime Root Under AbyssOS","locator":{"end_column":103,"end_line":51,"fragment":"","pointer":"","start_column":3,"start_line":51},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourceruntime-boundary","target_ref":"../ABYSS-STACK-D-0001-runtime-root-under-abyssos.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:51:3:0:../ABYSS-STACK-D-0001-runtime-root-under-abyssos.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:d545961c3c32039f0191b53d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:d545961c3c32039f0191b53d","label":"ABYSS-STACK-D-0068 Decision Graph Contract And Impact Packets","locator":{"end_column":135,"end_line":97,"fragment":"","pointer":"","start_column":3,"start_line":97},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:mcp-access-plane","target_ref":"../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:97:3:0:../ABYSS-STACK-D-0068-decision-graph-contract-and-impact-packets.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ad9131c859ebb9b117aa16bf:aoa:abyss-stack:anchor:2ef439fe4593c7d439394643","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:2ef439fe4593c7d439394643","label":"Model Lanes","locator":{"end_column":14,"end_line":75,"fragment":"model-lanes","pointer":"","start_column":1,"start_line":75},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:model-lanes","source_id":"aoa:abyss-stack:artifact:ad9131c859ebb9b117aa16bf","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b035ee8c834460c2468f7ce8:aoa:abyss-stack:anchor:0de1a521f02211c809d7dec9","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:0de1a521f02211c809d7dec9","label":"id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/id","source_id":"aoa:abyss-stack:artifact:b035ee8c834460c2468f7ce8","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:395d0823bd273881d2e6503f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:395d0823bd273881d2e6503f","label":"Validate","locator":{"end_column":11,"end_line":185,"fragment":"validate","pointer":"","start_column":1,"start_line":185},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validate","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:395d0823bd273881d2e6503f","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:395d0823bd273881d2e6503f","label":"Validate","locator":{"end_column":11,"end_line":187,"fragment":"validate","pointer":"","start_column":1,"start_line":187},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:validate","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:37a3849e37932a2957ae4572","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:37a3849e37932a2957ae4572","label":"diagnostics_resource","locator":{"end_column":103,"end_line":708,"fragment":"","pointer":"","start_column":5,"start_line":707},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.diagnostics_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.diagnostics_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.diagnostics_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.diagnostics_resource","semantic_key":"python:method:build_server.diagnostics_resource","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:bc3139884b9284e00e9cd481:aoa:abyss-stack:anchor:b706d4938e1fdc66a1bb7d67","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:b706d4938e1fdc66a1bb7d67","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:bc3139884b9284e00e9cd481","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:cb615ad63ed39de316e078c7:aoa:abyss-stack:anchor:0ea04e05c34539ff573a7dab","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0ea04e05c34539ff573a7dab","label":"Purpose","locator":{"end_column":10,"end_line":3,"fragment":"purpose","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:cb615ad63ed39de316e078c7","symbol_kind":""} @@ -63,6 +63,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:2731b14f79ef769a08babc18","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2731b14f79ef769a08babc18","label":"lexical_score","locator":{"end_column":91,"end_line":91,"fragment":"","pointer":"","start_column":1,"start_line":85},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:lexical_score","target_ref":"python:document.lower"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:lexical_score","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:lexical_score","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:lexical_score","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:lexical_score","target_ref":"python:math.sqrt"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:lexical_score","target_ref":"python:max"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:lexical_score","target_ref":"python:min"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:lexical_score","target_ref":"python:query.lower"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:lexical_score","target_ref":"python:re.findall"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:lexical_score","target_ref":"python:re.findall"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:lexical_score","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:lexical_score","target_ref":"python:set"}],"parser_ref":"python-ast@1","qualified_name":"lexical_score","semantic_key":"python:function:lexical_score","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:7a1678a9a83a5f6c82cdb22e","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:7a1678a9a83a5f6c82cdb22e","label":"reject_old_samples_max_age","locator":{"end_column":33,"end_line":45,"fragment":"","pointer":"/limits_config/reject_old_samples_max_age","start_column":3,"start_line":45},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/limits_config/reject_old_samples_max_age","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d:aoa:abyss-stack:anchor:b2c20b18dcd2d4cd685884e4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b2c20b18dcd2d4cd685884e4","label":"_object","locator":{"end_column":19,"end_line":63,"fragment":"","pointer":"","start_column":1,"start_line":60},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_object","target_ref":"python:BundleError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_object","target_ref":"python:isinstance"}],"parser_ref":"python-ast@1","qualified_name":"_object","semantic_key":"python:function:_object","source_id":"aoa:abyss-stack:artifact:f1c72b0a60f3fe7bba74b44d","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:3a467899b3219aaa6667ad1a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3a467899b3219aaa6667ad1a","label":"ABYSS-STACK-D-0037 AoA Session Memory MCP Access Plane","locator":{"end_column":121,"end_line":163,"fragment":"","pointer":"","start_column":3,"start_line":163},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0037-aoa-session-memory-mcp-access-plane.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:163:3:0:../ABYSS-STACK-D-0037-aoa-session-memory-mcp-access-plane.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f323b2bec780ad026a892be1:aoa:abyss-stack:anchor:0bb36675d630fd5c5921ad93","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:0bb36675d630fd5c5921ad93","label":"evidence_refs","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/evidence_refs","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/evidence_refs","source_id":"aoa:abyss-stack:artifact:f323b2bec780ad026a892be1","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f5a4496a4a5114a973456ccd:aoa:abyss-stack:anchor:d0f8acf62ebde4d48e0d06cd","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:d0f8acf62ebde4d48e0d06cd","label":"title","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/title","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/title","source_id":"aoa:abyss-stack:artifact:f5a4496a4a5114a973456ccd","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fa56341ee11dd504ea394482:aoa:abyss-stack:anchor:7991d54eaf37acf426f15ad6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7991d54eaf37acf426f15ad6","label":"TosGraphSettings","locator":{"end_column":25,"end_line":74,"fragment":"","pointer":"","start_column":1,"start_line":55},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:TosGraphSettings","target_ref":"python:dataclass"}],"parser_ref":"python-ast@1","qualified_name":"TosGraphSettings","semantic_key":"python:class:TosGraphSettings","source_id":"aoa:abyss-stack:artifact:fa56341ee11dd504ea394482","symbol_kind":"class"} diff --git a/kag/indexes/shards/anchor/f9.jsonl b/kag/indexes/shards/anchor/f9.jsonl index 8de599cae..ae75cbbbe 100644 --- a/kag/indexes/shards/anchor/f9.jsonl +++ b/kag/indexes/shards/anchor/f9.jsonl @@ -27,11 +27,11 @@ {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:4d8edc4cd75631fcbc41e42c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4d8edc4cd75631fcbc41e42c","label":"evals_payload","locator":{"end_column":37,"end_line":1004,"fragment":"","pointer":"","start_column":1,"start_line":1003},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"evals_payload","semantic_key":"python:function:evals_payload","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec:aoa:abyss-stack:anchor:f1109565b734f49c5ba78716","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:f1109565b734f49c5ba78716","label":"doctor_drifts","locator":{"end_column":10,"end_line":543,"fragment":"","pointer":"","start_column":1,"start_line":503},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:doctor_drifts","target_ref":"python:add_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:doctor_drifts","target_ref":"python:add_drift"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:doctor_drifts","target_ref":"python:command_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:doctor_drifts","target_ref":"python:warning.lower"}],"parser_ref":"python-ast@1","qualified_name":"doctor_drifts","semantic_key":"python:function:doctor_drifts","source_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:8a55b73a3e7d15426e4718e6:aoa:abyss-stack:anchor:87a5cfb3efdf45793e28336b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:87a5cfb3efdf45793e28336b","label":"trial_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/trial_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/trial_id","source_id":"aoa:abyss-stack:artifact:8a55b73a3e7d15426e4718e6","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:febe352788dd204ec374b8bb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:febe352788dd204ec374b8bb","label":"root route","locator":{"end_column":13,"end_line":364,"fragment":"root-route","pointer":"","start_column":1,"start_line":364},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:root-route","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:febe352788dd204ec374b8bb","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:febe352788dd204ec374b8bb","label":"root route","locator":{"end_column":13,"end_line":376,"fragment":"root-route","pointer":"","start_column":1,"start_line":376},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:root-route","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8f0fcd403807a8d54161bdec:aoa:abyss-stack:anchor:9d6cb8be73033ae4cee3c10c","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:9d6cb8be73033ae4cee3c10c","label":"owner_repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/owner_repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/owner_repo","source_id":"aoa:abyss-stack:artifact:8f0fcd403807a8d54161bdec","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:9a7f71117ce98a1a15bb5d36:aoa:abyss-stack:anchor:15b40d77fcc719c75ae2a0b7","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:15b40d77fcc719c75ae2a0b7","label":"Runtime Lifecycle Direction","locator":{"end_column":29,"end_line":1,"fragment":"runtime-lifecycle-direction","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-lifecycle-direction","source_id":"aoa:abyss-stack:artifact:9a7f71117ce98a1a15bb5d36","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32:aoa:abyss-stack:anchor:7f8f34e21dffac4014bd8ea6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7f8f34e21dffac4014bd8ea6","label":"CorpusSummaryResponse","locator":{"end_column":48,"end_line":45,"fragment":"","pointer":"","start_column":1,"start_line":38},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"CorpusSummaryResponse","semantic_key":"python:class:CorpusSummaryResponse","source_id":"aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32","symbol_kind":"class"} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:8b1e48614d3f40d9ebcf87b8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8b1e48614d3f40d9ebcf87b8","label":"vector store","locator":{"end_column":15,"end_line":394,"fragment":"vector-store","pointer":"","start_column":1,"start_line":394},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:vector-store","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:8b1e48614d3f40d9ebcf87b8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8b1e48614d3f40d9ebcf87b8","label":"vector store","locator":{"end_column":15,"end_line":403,"fragment":"vector-store","pointer":"","start_column":1,"start_line":403},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:vector-store","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:473e418a8e7ac29df60f65d9","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:473e418a8e7ac29df60f65d9","label":"aoa_session_task_episodes","locator":{"end_column":10,"end_line":184,"fragment":"","pointer":"","start_column":5,"start_line":166},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.aoa_session_task_episodes","target_ref":"python:current_state"}],"parser_ref":"python-ast@1","qualified_name":"build_server.aoa_session_task_episodes","semantic_key":"python:method:build_server.aoa_session_task_episodes","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be:aoa:abyss-stack:anchor:892a62c3d65bbd6a0e4e1463","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:892a62c3d65bbd6a0e4e1463","label":"surfaces_resource","locator":{"end_column":94,"end_line":688,"fragment":"","pointer":"","start_column":5,"start_line":687},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.surfaces_resource","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.surfaces_resource","target_ref":"python:json.dumps"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.surfaces_resource","target_ref":"python:mcp.resource"}],"parser_ref":"python-ast@1","qualified_name":"build_server.surfaces_resource","semantic_key":"python:method:build_server.surfaces_resource","source_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ba80668245a3dabdecf9aae5:aoa:abyss-stack:anchor:4f850009f362f8f98da85dd2","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:4f850009f362f8f98da85dd2","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:ba80668245a3dabdecf9aae5","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/fa.jsonl b/kag/indexes/shards/anchor/fa.jsonl index 1f171533b..a4db50270 100644 --- a/kag/indexes/shards/anchor/fa.jsonl +++ b/kag/indexes/shards/anchor/fa.jsonl @@ -4,7 +4,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93:aoa:abyss-stack:anchor:72339d2557d29fdd40aef377","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:72339d2557d29fdd40aef377","label":"extract_json_block","locator":{"end_column":20,"end_line":2536,"fragment":"","pointer":"","start_column":1,"start_line":2527},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:extract_json_block","target_ref":"python:body.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:extract_json_block","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:extract_json_block","target_ref":"python:stripped.splitlines"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:extract_json_block","target_ref":"python:stripped.startswith"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:extract_json_block","target_ref":"python:text.strip"}],"parser_ref":"python-ast@1","qualified_name":"extract_json_block","semantic_key":"python:function:extract_json_block","source_id":"aoa:abyss-stack:artifact:26b8de5bd8e7b35a6ca1ed93","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:2801318ed008128b8996f7df:aoa:abyss-stack:anchor:051b23de0544ca50dfeff190","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:051b23de0544ca50dfeff190","label":"tos_corpus_summary","locator":{"end_column":41,"end_line":59,"fragment":"","pointer":"","start_column":5,"start_line":57},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.tos_corpus_summary","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.tos_corpus_summary","target_ref":"python:mcp.tool"}],"parser_ref":"python-ast@1","qualified_name":"build_server.tos_corpus_summary","semantic_key":"python:method:build_server.tos_corpus_summary","source_id":"aoa:abyss-stack:artifact:2801318ed008128b8996f7df","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:2c8fbecae573a5f8ee88b290:aoa:abyss-stack:anchor:895e60ce21ee1afe0a52e64f","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:895e60ce21ee1afe0a52e64f","label":"generated_or_authored","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/generated_or_authored","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/generated_or_authored","source_id":"aoa:abyss-stack:artifact:2c8fbecae573a5f8ee88b290","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:4a340398810fa51a78d5df8d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4a340398810fa51a78d5df8d","label":"test_host_local_source_checkout_path_matches_sentence_punctuation","locator":{"end_column":10,"end_line":264,"fragment":"","pointer":"","start_column":5,"start_line":229},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","target_ref":"python:doc.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","target_ref":"python:doc.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","target_ref":"python:self.iter_text_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","target_ref":"python:source_hygiene.validate_no_host_local_source_checkout_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} +{"_key":"anchor:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f:aoa:abyss-stack:anchor:4a340398810fa51a78d5df8d","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4a340398810fa51a78d5df8d","label":"test_host_local_source_checkout_path_matches_sentence_punctuation","locator":{"end_column":10,"end_line":254,"fragment":"","pointer":"","start_column":5,"start_line":219},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","target_ref":"python:doc.parent.mkdir"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","target_ref":"python:doc.write_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","target_ref":"python:self.assertEqual"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","target_ref":"python:self.iter_text_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","target_ref":"python:source_hygiene.validate_no_host_local_source_checkout_paths"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","semantic_key":"python:method:SourceTopologyValidatorModulesTests.test_host_local_source_checkout_path_matches_sentence_punctuation","source_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:459489d18aac973bb7fcfa6d:aoa:abyss-stack:anchor:1f7e19bdde1013d340d3215d","_kind":"anchor","anchor_kind":"toml_key","id":"aoa:abyss-stack:anchor:1f7e19bdde1013d340d3215d","label":"tos-corpus-mcp","locator":{"end_column":42,"end_line":16,"fragment":"","pointer":"project.scripts.tos-corpus-mcp","start_column":1,"start_line":16},"outbound_refs":[],"parser_ref":"aoa-toml-path@1","qualified_name":"","semantic_key":"key:project.scripts.tos-corpus-mcp","source_id":"aoa:abyss-stack:artifact:459489d18aac973bb7fcfa6d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:46a6d11b0ad55e5f68248cea:aoa:abyss-stack:anchor:596851e5c175b85214430d39","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:596851e5c175b85214430d39","label":"copy_current_surface","locator":{"end_column":52,"end_line":22,"fragment":"","pointer":"","start_column":1,"start_line":17},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:copy_current_surface","target_ref":"python:source.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:copy_current_surface","target_ref":"python:source.stat"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:copy_current_surface","target_ref":"python:target.chmod"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:copy_current_surface","target_ref":"python:target.stat"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:copy_current_surface","target_ref":"python:write_text"}],"parser_ref":"python-ast@1","qualified_name":"copy_current_surface","semantic_key":"python:function:copy_current_surface","source_id":"aoa:abyss-stack:artifact:46a6d11b0ad55e5f68248cea","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:51098e4329e3b994a745372d:aoa:abyss-stack:anchor:4101fd8db208d8e81a2341fa","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:4101fd8db208d8e81a2341fa","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:51098e4329e3b994a745372d","symbol_kind":""} @@ -41,14 +41,13 @@ {"_key":"anchor:aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5:aoa:abyss-stack:anchor:fd51016cf5a72c5032d89e08","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:fd51016cf5a72c5032d89e08","label":"control_mode","locator":{"end_column":33,"end_line":15,"fragment":"","pointer":"/control_mode","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/control_mode","source_id":"aoa:abyss-stack:artifact:de6ed33b9e5ba02d4b66e2e5","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e451219962cb0039818e7aeb:aoa:abyss-stack:anchor:d5034afc589a223f94407a0c","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:d5034afc589a223f94407a0c","label":"schemas/agent-registry.schema.json","locator":{"end_column":38,"end_line":12,"fragment":"","pointer":"/required_files/6","start_column":3,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/required_files/6","source_id":"aoa:abyss-stack:artifact:e451219962cb0039818e7aeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ea1a73c3524c9e1c4469c454:aoa:abyss-stack:anchor:c251118de6a49b3d94260c84","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c251118de6a49b3d94260c84","label":"main","locator":{"end_column":13,"end_line":36,"fragment":"","pointer":"","start_column":1,"start_line":23},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:candidate_roots"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:print"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:subprocess.run"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:main","target_ref":"python:validator.is_file"}],"parser_ref":"python-ast@1","qualified_name":"main","semantic_key":"python:function:main","source_id":"aoa:abyss-stack:artifact:ea1a73c3524c9e1c4469c454","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:a99e56169d84d917028686a6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a99e56169d84d917028686a6","label":"experience-runtime","locator":{"end_column":21,"end_line":31,"fragment":"experience-runtime","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:experience-runtime","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:a99e56169d84d917028686a6","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a99e56169d84d917028686a6","label":"experience-runtime","locator":{"end_column":21,"end_line":32,"fragment":"experience-runtime","pointer":"","start_column":1,"start_line":32},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:experience-runtime","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f:aoa:abyss-stack:anchor:ba5c85fcc04750e8bfbd38f3","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ba5c85fcc04750e8bfbd38f3","label":"retries","locator":{"end_column":17,"end_line":18,"fragment":"","pointer":"/services/route-api/healthcheck/retries","start_column":7,"start_line":18},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/route-api/healthcheck/retries","source_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ecc7a1affc1da140dee9230e:aoa:abyss-stack:anchor:27c8f59efafae41df18dce16","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:27c8f59efafae41df18dce16","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ecc7a1affc1da140dee9230e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef819ea912b1550023dc4204:aoa:abyss-stack:anchor:817bd7f295ac3fd8327930bc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:817bd7f295ac3fd8327930bc","label":"parse_key_value_tokens","locator":{"end_column":18,"end_line":42,"fragment":"","pointer":"","start_column":1,"start_line":36},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_key_value_tokens","target_ref":"python:shlex.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:parse_key_value_tokens","target_ref":"python:token.partition"}],"parser_ref":"python-ast@1","qualified_name":"parse_key_value_tokens","semantic_key":"python:function:parse_key_value_tokens","source_id":"aoa:abyss-stack:artifact:ef819ea912b1550023dc4204","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:ef819ea912b1550023dc4204:aoa:abyss-stack:anchor:a0b5227a65ff24b8fe897700","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:a0b5227a65ff24b8fe897700","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ef819ea912b1550023dc4204","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8:aoa:abyss-stack:anchor:03096defb1a55000abd2f173","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:03096defb1a55000abd2f173","label":"LLAMACPP TUNING RESEARCH 2026-05","locator":{"end_column":34,"end_line":1,"fragment":"llamacpp-tuning-research-2026-05","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:llamacpp-tuning-research-2026-05","source_id":"aoa:abyss-stack:artifact:f0a455c3152766b865f8f3d8","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f1f79bfb26e812b26795c0c6:aoa:abyss-stack:anchor:fabbf2f78089d37a3191c96d","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:fabbf2f78089d37a3191c96d","label":"additionalProperties","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/additionalProperties","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/additionalProperties","source_id":"aoa:abyss-stack:artifact:f1f79bfb26e812b26795c0c6","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:9dbb8c0b143317584d4b771a","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9dbb8c0b143317584d4b771a","label":"ABYSS-STACK-D-0058 Profile Topology Validator Module","locator":{"end_column":117,"end_line":217,"fragment":"","pointer":"","start_column":3,"start_line":217},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../ABYSS-STACK-D-0058-profile-topology-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:217:3:0:../ABYSS-STACK-D-0058-profile-topology-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f2eccabcc2f06b90d3415beb:aoa:abyss-stack:anchor:2ef5015679a718a058f633e7","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:2ef5015679a718a058f633e7","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:f2eccabcc2f06b90d3415beb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f3f877cd85ae95f826205525:aoa:abyss-stack:anchor:0928752948dfe3f5375ca65b","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:0928752948dfe3f5375ca65b","label":"artifact_kind","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/artifact_kind","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/artifact_kind","source_id":"aoa:abyss-stack:artifact:f3f877cd85ae95f826205525","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe:aoa:abyss-stack:anchor:9e8e499773474b6318eb743c","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:9e8e499773474b6318eb743c","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:fb3fde94d5935feb1cf8d6fe","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/fb.jsonl b/kag/indexes/shards/anchor/fb.jsonl index 2ba141227..5b03e235e 100644 --- a/kag/indexes/shards/anchor/fb.jsonl +++ b/kag/indexes/shards/anchor/fb.jsonl @@ -33,7 +33,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73:aoa:abyss-stack:anchor:bf9521b74606fb6f84936bf8","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:bf9521b74606fb6f84936bf8","label":"test_artifact_trust_surfaces_are_allowlisted_and_typed","locator":{"end_column":25,"end_line":781,"fragment":"","pointer":"","start_column":1,"start_line":650},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_artifact_trust_surfaces_are_allowlisted_and_typed","target_ref":"python:FakeRunner"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_artifact_trust_surfaces_are_allowlisted_and_typed","target_ref":"python:state.surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_artifact_trust_surfaces_are_allowlisted_and_typed","target_ref":"python:state.surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_artifact_trust_surfaces_are_allowlisted_and_typed","target_ref":"python:state.surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_artifact_trust_surfaces_are_allowlisted_and_typed","target_ref":"python:state.surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_artifact_trust_surfaces_are_allowlisted_and_typed","target_ref":"python:state.surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_artifact_trust_surfaces_are_allowlisted_and_typed","target_ref":"python:state.surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_artifact_trust_surfaces_are_allowlisted_and_typed","target_ref":"python:state.surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_artifact_trust_surfaces_are_allowlisted_and_typed","target_ref":"python:state.surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_artifact_trust_surfaces_are_allowlisted_and_typed","target_ref":"python:state.surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_artifact_trust_surfaces_are_allowlisted_and_typed","target_ref":"python:state.surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_artifact_trust_surfaces_are_allowlisted_and_typed","target_ref":"python:state.surface"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_artifact_trust_surfaces_are_allowlisted_and_typed","target_ref":"python:state_with_fake"}],"parser_ref":"python-ast@1","qualified_name":"test_artifact_trust_surfaces_are_allowlisted_and_typed","semantic_key":"python:function:test_artifact_trust_surfaces_are_allowlisted_and_typed","source_id":"aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:a4ae041e697e7cd8faf8f30a:aoa:abyss-stack:anchor:42666d0bb7547e1491a0cc67","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:42666d0bb7547e1491a0cc67","label":"required","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/required","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/required","source_id":"aoa:abyss-stack:artifact:a4ae041e697e7cd8faf8f30a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29:aoa:abyss-stack:anchor:26128466fb4557bf7d66a0ef","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:26128466fb4557bf7d66a0ef","label":"One-line model","locator":{"end_column":17,"end_line":3,"fragment":"one-line-model","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:one-line-model","source_id":"aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:a287f614a667068e0207c6ad","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a287f614a667068e0207c6ad","label":"runtime docs","locator":{"end_column":15,"end_line":336,"fragment":"runtime-docs","pointer":"","start_column":1,"start_line":336},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-docs","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:42c0c3205e0cbfebdc12b751","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:42c0c3205e0cbfebdc12b751","label":"ABYSS-STACK-D-0080 Diagnostic Skill Owner Home","locator":{"end_column":105,"end_line":388,"fragment":"","pointer":"","start_column":3,"start_line":388},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:sourcederived-boundary","target_ref":"../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:388:3:0:../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:63e66eb5c3950f78b0a51f09","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:63e66eb5c3950f78b0a51f09","label":"ABYSS-STACK-D-0050 Diagnostic Spine Validator Module","locator":{"end_column":117,"end_line":244,"fragment":"","pointer":"","start_column":3,"start_line":244},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:diagnostic-surface","target_ref":"../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:244:3:0:../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:a287f614a667068e0207c6ad","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:a287f614a667068e0207c6ad","label":"runtime docs","locator":{"end_column":15,"end_line":341,"fragment":"runtime-docs","pointer":"","start_column":1,"start_line":341},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-docs","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:3707af3ec4401fc423b84cfe","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3707af3ec4401fc423b84cfe","label":"skill home manifest","locator":{"end_column":120,"end_line":50,"fragment":"","pointer":"","start_column":72,"start_line":50},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:start-here","target_ref":"skills/port.manifest.json"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:50:72:1:skills/port.manifest.json","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b58bee19d3b2ccee743ff5be:aoa:abyss-stack:anchor:c43b6725089af19646448e03","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c43b6725089af19646448e03","label":"Boundaries","locator":{"end_column":12,"end_line":1,"fragment":"boundaries","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:boundaries","source_id":"aoa:abyss-stack:artifact:b58bee19d3b2ccee743ff5be","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:badb22ef28dd9a469047cf4f:aoa:abyss-stack:anchor:585fe018b5d03e41a31eb897","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:585fe018b5d03e41a31eb897","label":"Index Metadata","locator":{"end_column":17,"end_line":8,"fragment":"index-metadata","pointer":"","start_column":1,"start_line":8},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:index-metadata","source_id":"aoa:abyss-stack:artifact:badb22ef28dd9a469047cf4f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bc0030c5d61296454d8e70c4:aoa:abyss-stack:anchor:c14be37dc77e4c21e2ddaf81","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c14be37dc77e4c21e2ddaf81","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:bc0030c5d61296454d8e70c4","symbol_kind":""} @@ -43,7 +46,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:cd0cb3978ae97166974cc913:aoa:abyss-stack:anchor:2872a4197a07f6e694174fbc","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:2872a4197a07f6e694174fbc","label":"path_between","locator":{"end_column":10,"end_line":965,"fragment":"","pointer":"","start_column":5,"start_line":895},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:ToSPhilosophyReaderError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:ToSPhilosophyReaderError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:_layer_allowed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:_predicate_allowed"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:_source_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:adjacency.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:adjacency.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:adjacency.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:edge.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:node.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:payload.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:queue.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:queue.pop"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:seen.add"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:self.load_projection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:set"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:sorted"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ToSPhilosophyProjectionReader.path_between","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"ToSPhilosophyProjectionReader.path_between","semantic_key":"python:method:ToSPhilosophyProjectionReader.path_between","source_id":"aoa:abyss-stack:artifact:cd0cb3978ae97166974cc913","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:d096d47f5be86168ef98d6c1:aoa:abyss-stack:anchor:c4b12db4df2eb05384048fa8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:c4b12db4df2eb05384048fa8","label":"AGENTS.md","locator":{"end_column":11,"end_line":1,"fragment":"agentsmd","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:agentsmd","source_id":"aoa:abyss-stack:artifact:d096d47f5be86168ef98d6c1","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed:aoa:abyss-stack:anchor:c4b855cd9c3e7872567e7091","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:c4b855cd9c3e7872567e7091","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed:aoa:abyss-stack:anchor:d3a9d16123a447f040a084e8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d3a9d16123a447f040a084e8","label":"Verify","locator":{"end_column":9,"end_line":30,"fragment":"verify","pointer":"","start_column":1,"start_line":30},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:verify","source_id":"aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed:aoa:abyss-stack:anchor:d3a9d16123a447f040a084e8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:d3a9d16123a447f040a084e8","label":"Verify","locator":{"end_column":9,"end_line":31,"fragment":"verify","pointer":"","start_column":1,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:verify","source_id":"aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d7b70279a3279fc91808efff:aoa:abyss-stack:anchor:56e558cb6ca1f7e546b26153","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:56e558cb6ca1f7e546b26153","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:d7b70279a3279fc91808efff","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f:aoa:abyss-stack:anchor:ef591876e24fdf362575eea8","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:ef591876e24fdf362575eea8","label":"repair-handoff","locator":{"end_column":18,"end_line":55,"fragment":"","pointer":"/tags/3","start_column":3,"start_line":55},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/tags/3","source_id":"aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0:aoa:abyss-stack:anchor:6d0f051e2895504b31df6b40","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:6d0f051e2895504b31df6b40","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","symbol_kind":""} @@ -53,5 +56,6 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:33bc0ffbccd0d8a27a23686c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:33bc0ffbccd0d8a27a23686c","label":"_compact_task_episode","locator":{"end_column":19,"end_line":1076,"fragment":"","pointer":"","start_column":1,"start_line":1054},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_task_episode","target_ref":"python:_compact_episode_ref"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_task_episode","target_ref":"python:_compact_episode_sample_refs"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_task_episode","target_ref":"python:episode.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_task_episode","target_ref":"python:episode.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_task_episode","target_ref":"python:episode.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_task_episode","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_compact_task_episode","target_ref":"python:isinstance"}],"parser_ref":"python-ast@1","qualified_name":"_compact_task_episode","semantic_key":"python:function:_compact_task_episode","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:d5b489a5fed1ae6c56df3cd0","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:d5b489a5fed1ae6c56df3cd0","label":"_vocabulary_warnings","locator":{"end_column":18,"end_line":1186,"fragment":"","pointer":"","start_column":5,"start_line":1181},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._vocabulary_warnings","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._vocabulary_warnings","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._vocabulary_warnings","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAMemoMCPState._vocabulary_warnings","target_ref":"python:payload.get"}],"parser_ref":"python-ast@1","qualified_name":"AoAMemoMCPState._vocabulary_warnings","semantic_key":"python:method:AoAMemoMCPState._vocabulary_warnings","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b:aoa:abyss-stack:anchor:a62b462c36c09b59b7b0e0a7","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a62b462c36c09b59b7b0e0a7","label":"from","locator":{"end_column":22,"end_line":22,"fragment":"","pointer":"/schema_config/configs/0/from","start_column":5,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/schema_config/configs/0/from","source_id":"aoa:abyss-stack:artifact:ea418373a3de408f7f920b8b","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:b38322803779b0a7486c14a1","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:b38322803779b0a7486c14a1","label":"ABYSS-STACK-D-0080 Diagnostic Skill Owner Home","locator":{"end_column":105,"end_line":204,"fragment":"","pointer":"","start_column":3,"start_line":204},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-surface","target_ref":"../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:204:3:0:../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a:aoa:abyss-stack:anchor:c4c8cd26bd4d67d7be53a856","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:c4c8cd26bd4d67d7be53a856","label":"type","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/type","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/type","source_id":"aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f:aoa:abyss-stack:anchor:a0bc471c347f0536a0ea96e6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a0bc471c347f0536a0ea96e6","label":"surface_read","locator":{"end_column":10,"end_line":294,"fragment":"","pointer":"","start_column":5,"start_line":217},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:StatsAccessError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:_preview_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:_read_json"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:mode.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:path.is_file"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:profile.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:profile.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:selected.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:selected.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:selected.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:self._catalog_candidates"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:self._catalog_surfaces"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoAStatsMCPState.surface_read","target_ref":"python:self._central_path"}],"parser_ref":"python-ast@1","qualified_name":"AoAStatsMCPState.surface_read","semantic_key":"python:method:AoAStatsMCPState.surface_read","source_id":"aoa:abyss-stack:artifact:f84604baad2b75e1c86d209f","symbol_kind":"method"} diff --git a/kag/indexes/shards/anchor/fc.jsonl b/kag/indexes/shards/anchor/fc.jsonl index 2bab34d03..a7a13b883 100644 --- a/kag/indexes/shards/anchor/fc.jsonl +++ b/kag/indexes/shards/anchor/fc.jsonl @@ -34,18 +34,19 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a69f509720de6f4404329b0b:aoa:abyss-stack:anchor:b7c5ed2b7cc33cd515fb7466","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:b7c5ed2b7cc33cd515fb7466","label":"control_mode","locator":{"end_column":33,"end_line":15,"fragment":"","pointer":"/control_mode","start_column":1,"start_line":15},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/control_mode","source_id":"aoa:abyss-stack:artifact:a69f509720de6f4404329b0b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:86c423159701641e3e43a90b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:86c423159701641e3e43a90b","label":"ABYSS-STACK-D-0049 Federation Runtime Seams Validator Module","locator":{"end_column":133,"end_line":163,"fragment":"","pointer":"","start_column":3,"start_line":163},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validation-guard","target_ref":"../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:163:3:0:../ABYSS-STACK-D-0049-federation-runtime-seams-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b12da4671f017302793df797:aoa:abyss-stack:anchor:5336fb12ff6f0749a1a7d580","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:5336fb12ff6f0749a1a7d580","label":"_process_start_epoch","locator":{"end_column":53,"end_line":239,"fragment":"","pointer":"","start_column":1,"start_line":228},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_process_start_epoch","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_process_start_epoch","target_ref":"python:_linux_boot_epoch"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_process_start_epoch","target_ref":"python:float"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_process_start_epoch","target_ref":"python:int"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_process_start_epoch","target_ref":"python:os.sysconf"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_process_start_epoch","target_ref":"python:os.sysconf_names.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_process_start_epoch","target_ref":"python:stat_text.split"}],"parser_ref":"python-ast@1","qualified_name":"_process_start_epoch","semantic_key":"python:function:_process_start_epoch","source_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:19b0ebd089a0e1440036c60d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:19b0ebd089a0e1440036c60d","label":"AGENTS","locator":{"end_column":56,"end_line":190,"fragment":"","pointer":"","start_column":37,"start_line":190},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validate","target_ref":"AGENTS.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:190:37:0:AGENTS.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d:aoa:abyss-stack:anchor:70a458bbd2e5a3bd3e4ba7ea","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:70a458bbd2e5a3bd3e4ba7ea","label":"Exposure and secret posture","locator":{"end_column":31,"end_line":59,"fragment":"exposure-and-secret-posture","pointer":"","start_column":1,"start_line":59},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:exposure-and-secret-posture","source_id":"aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c3e4f6b07dd7235e9142d86f:aoa:abyss-stack:anchor:b2b2738d26ed2b56e650a321","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:b2b2738d26ed2b56e650a321","label":"Stop-Lines","locator":{"end_column":13,"end_line":39,"fragment":"stop-lines","pointer":"","start_column":1,"start_line":39},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:stop-lines","source_id":"aoa:abyss-stack:artifact:c3e4f6b07dd7235e9142d86f","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d04729a0365291f3d480c034:aoa:abyss-stack:anchor:be6aed9d4568647a1293af7b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:be6aed9d4568647a1293af7b","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:d04729a0365291f3d480c034","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:d054cc1bd49ed7eb8bfd8831:aoa:abyss-stack:anchor:3ad25b4f8d1b7ab678f5e316","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3ad25b4f8d1b7ab678f5e316","label":"_collection_name","locator":{"end_column":65,"end_line":168,"fragment":"","pointer":"","start_column":1,"start_line":167},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"_collection_name","semantic_key":"python:function:_collection_name","source_id":"aoa:abyss-stack:artifact:d054cc1bd49ed7eb8bfd8831","symbol_kind":"function"} +{"_key":"anchor:aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc:aoa:abyss-stack:anchor:a317c3784346282e0b5f0413","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a317c3784346282e0b5f0413","label":"schema_version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/schema_version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/schema_version","source_id":"aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:d93ae432aa70ad1c89352350:aoa:abyss-stack:anchor:208c5ec1a02bd9507103e27b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:208c5ec1a02bd9507103e27b","label":"Canonical runtime policy","locator":{"end_column":27,"end_line":12,"fragment":"canonical-runtime-policy","pointer":"","start_column":1,"start_line":12},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:canonical-runtime-policy","source_id":"aoa:abyss-stack:artifact:d93ae432aa70ad1c89352350","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:b5f355b151fd0d4d2c79c9d5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b5f355b151fd0d4d2c79c9d5","label":"_archive_command_line","locator":{"end_column":61,"end_line":3507,"fragment":"","pointer":"","start_column":5,"start_line":3506},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._archive_command_line","target_ref":"python:self._archive_argv"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._archive_command_line","target_ref":"python:shlex.join"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._archive_command_line","semantic_key":"python:method:AoASessionMemoryMCPState._archive_command_line","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7:aoa:abyss-stack:anchor:aa63149c720f435dd13f0ff1","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:aa63149c720f435dd13f0ff1","label":"_id_slug","locator":{"end_column":57,"end_line":97,"fragment":"","pointer":"","start_column":1,"start_line":94},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_id_slug","target_ref":"python:re.sub"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_id_slug","target_ref":"python:text.lower"}],"parser_ref":"python-ast@1","qualified_name":"_id_slug","semantic_key":"python:function:_id_slug","source_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b:aoa:abyss-stack:anchor:46bae2c7a77fb1dd93c50829","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:46bae2c7a77fb1dd93c50829","label":"Storage contract","locator":{"end_column":19,"end_line":102,"fragment":"storage-contract","pointer":"","start_column":1,"start_line":102},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:storage-contract","source_id":"aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8:aoa:abyss-stack:anchor:343b9a38287dcd775d41b4f5","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:343b9a38287dcd775d41b4f5","label":"unload","locator":{"end_column":69,"end_line":394,"fragment":"","pointer":"","start_column":1,"start_line":393},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:unload","target_ref":"python:app.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:unload","target_ref":"python:scorer.unload"}],"parser_ref":"python-ast@1","qualified_name":"unload","semantic_key":"python:function:unload","source_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52:aoa:abyss-stack:anchor:ebd82876182b3da8c915f974","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ebd82876182b3da8c915f974","label":"Reference operating posture","locator":{"end_column":30,"end_line":3,"fragment":"reference-operating-posture","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:reference-operating-posture","source_id":"aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:f415418d24b7cc952ab6d50e","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:f415418d24b7cc952ab6d50e","label":"ABYSS-STACK-D-0077 Loopback MCP Owner Lifecycle","locator":{"end_column":107,"end_line":95,"fragment":"","pointer":"","start_column":3,"start_line":95},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:runtime-lifecycle","target_ref":"../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:95:3:0:../ABYSS-STACK-D-0077-loopback-mcp-owner-lifecycle.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:68a2173a64691d85ef92c97d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:68a2173a64691d85ef92c97d","label":"ABYSS-STACK-D-0048 Federation Landing Validator Split","locator":{"end_column":119,"end_line":44,"fragment":"","pointer":"","start_column":3,"start_line":44},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0048-federation-landing-validator-split.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:44:3:0:../ABYSS-STACK-D-0048-federation-landing-validator-split.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ed9b02a7853673af350a4dc0:aoa:abyss-stack:anchor:4ba1ec8e6d2aa8f85fa19c35","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:4ba1ec8e6d2aa8f85fa19c35","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:ed9b02a7853673af350a4dc0","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:1d06a305707309ffd11b5396","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:1d06a305707309ffd11b5396","label":"ABYSS-STACK-D-0060 Inference Pilot Compatibility Validator Module","locator":{"end_column":143,"end_line":219,"fragment":"","pointer":"","start_column":3,"start_line":219},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:releasetooling","target_ref":"../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:219:3:0:../ABYSS-STACK-D-0060-inference-pilot-compatibility-validator-module.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:3036950e846e5383068734b0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:3036950e846e5383068734b0","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":185,"fragment":"","pointer":"","start_column":3,"start_line":185},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decision-lane","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:185:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:c592d861c2f91bc45ed89ebc","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c592d861c2f91bc45ed89ebc","label":"ABYSS-STACK-D-0067 Decision Surface Coverage Registry","locator":{"end_column":119,"end_line":201,"fragment":"","pointer":"","start_column":3,"start_line":201},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:agent-surface","target_ref":"../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:201:3:0:../ABYSS-STACK-D-0067-decision-surface-coverage-registry.md","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f6818f763cf40101bb774211:aoa:abyss-stack:anchor:7c2e2d22bb431a3a8b702ff4","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7c2e2d22bb431a3a8b702ff4","label":"test_federation_runtime_seams_module_is_inventory_owned","locator":{"end_column":57,"end_line":404,"fragment":"","pointer":"","start_column":1,"start_line":394},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_federation_runtime_seams_module_is_inventory_owned","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:test_federation_runtime_seams_module_is_inventory_owned","target_ref":"python:load_inventory"}],"parser_ref":"python-ast@1","qualified_name":"test_federation_runtime_seams_module_is_inventory_owned","semantic_key":"python:function:test_federation_runtime_seams_module_is_inventory_owned","source_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","symbol_kind":"function"} diff --git a/kag/indexes/shards/anchor/fe.jsonl b/kag/indexes/shards/anchor/fe.jsonl index 57f295be6..1fcf20a3e 100644 --- a/kag/indexes/shards/anchor/fe.jsonl +++ b/kag/indexes/shards/anchor/fe.jsonl @@ -1,4 +1,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb:aoa:abyss-stack:anchor:dc83f1750e4657d88b133c45","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:dc83f1750e4657d88b133c45","label":"name","locator":{"end_column":21,"end_line":1,"fragment":"","pointer":"/name","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/name","source_id":"aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:02e6940a395ca8b888f25191:aoa:abyss-stack:anchor:5b7c64da2df7d054283da12d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5b7c64da2df7d054283da12d","label":"ABYSS-STACK-D-0080 Diagnostic Skill Owner Home","locator":{"end_column":139,"end_line":86,"fragment":"","pointer":"","start_column":37,"start_line":86},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:decisions-by-number","target_ref":"../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:86:37:0:../ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","source_id":"aoa:abyss-stack:artifact:02e6940a395ca8b888f25191","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0b26fbfd1ab9f4a758472ccf:aoa:abyss-stack:anchor:ab84840c2f83efb24281f384","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ab84840c2f83efb24281f384","label":"Preferred Backends","locator":{"end_column":21,"end_line":25,"fragment":"preferred-backends","pointer":"","start_column":1,"start_line":25},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:preferred-backends","source_id":"aoa:abyss-stack:artifact:0b26fbfd1ab9f4a758472ccf","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e:aoa:abyss-stack:anchor:a816a6e93a5233322053ca6f","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:a816a6e93a5233322053ca6f","label":"${AOA_STACK_ROOT","locator":{"end_column":126,"end_line":33,"fragment":"","pointer":"/services/langchain-api/volumes/0/${AOA_STACK_ROOT","start_column":7,"start_line":33},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/services/langchain-api/volumes/0/${AOA_STACK_ROOT","source_id":"aoa:abyss-stack:artifact:0e2292e390d3b853ea50ee5e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:0e32fdadd2717574386a3732:aoa:abyss-stack:anchor:0c1db206e9dfb4eb7aca1583","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0c1db206e9dfb4eb7aca1583","label":"Rationale","locator":{"end_column":12,"end_line":48,"fragment":"rationale","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:0e32fdadd2717574386a3732","symbol_kind":""} @@ -8,7 +9,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:24477d1d7cb209d1fbbdf83e:aoa:abyss-stack:anchor:0a08d1146bbbec2c7e2456c8","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0a08d1146bbbec2c7e2456c8","label":"Verify","locator":{"end_column":9,"end_line":123,"fragment":"verify","pointer":"","start_column":1,"start_line":123},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:verify","source_id":"aoa:abyss-stack:artifact:24477d1d7cb209d1fbbdf83e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:2801318ed008128b8996f7df:aoa:abyss-stack:anchor:7f293b378da5efd17bfece48","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:7f293b378da5efd17bfece48","label":"tos_philosophy_graph_neighborhood","locator":{"end_column":10,"end_line":159,"fragment":"","pointer":"","start_column":5,"start_line":145},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.tos_philosophy_graph_neighborhood","target_ref":"python:current_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:build_server.tos_philosophy_graph_neighborhood","target_ref":"python:mcp.tool"}],"parser_ref":"python-ast@1","qualified_name":"build_server.tos_philosophy_graph_neighborhood","semantic_key":"python:method:build_server.tos_philosophy_graph_neighborhood","source_id":"aoa:abyss-stack:artifact:2801318ed008128b8996f7df","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:3473d9903a09e1e905c34731:aoa:abyss-stack:anchor:e87203c807801f9e2dca6c24","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:e87203c807801f9e2dca6c24","label":"ledger_id","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/ledger_id","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/ledger_id","source_id":"aoa:abyss-stack:artifact:3473d9903a09e1e905c34731","symbol_kind":"json_key"} -{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:afd99f2226db5d2522357c5b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:afd99f2226db5d2522357c5b","label":"Route Modes","locator":{"end_column":14,"end_line":138,"fragment":"route-modes","pointer":"","start_column":1,"start_line":138},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-modes","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:36a72687b6b4322369071168:aoa:abyss-stack:anchor:afd99f2226db5d2522357c5b","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:afd99f2226db5d2522357c5b","label":"Route Modes","locator":{"end_column":14,"end_line":142,"fragment":"route-modes","pointer":"","start_column":1,"start_line":142},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:route-modes","source_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:41032884c21e9ddefd82efef:aoa:abyss-stack:anchor:8c8c0276b5902fbf28cf116f","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:8c8c0276b5902fbf28cf116f","label":"configure_program_runtime","locator":{"end_column":77,"end_line":187,"fragment":"","pointer":"","start_column":1,"start_line":181},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:configure_program_runtime","target_ref":"python:TRIALS.configure_program_runtime"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:configure_program_runtime","target_ref":"python:default_log_root_for"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:configure_program_runtime","target_ref":"python:default_mirror_root_for"}],"parser_ref":"python-ast@1","qualified_name":"configure_program_runtime","semantic_key":"python:function:configure_program_runtime","source_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:461cb45899fc23c8c828f35e:aoa:abyss-stack:anchor:89f39aaef6ba21b4f4ee1ed9","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:89f39aaef6ba21b4f4ee1ed9","label":"Rationale","locator":{"end_column":12,"end_line":47,"fragment":"rationale","pointer":"","start_column":1,"start_line":47},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:461cb45899fc23c8c828f35e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:46a6d11b0ad55e5f68248cea:aoa:abyss-stack:anchor:eb5ab49137fbf0a273fca530","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:eb5ab49137fbf0a273fca530","label":"run_inference_pilot_validator","locator":{"end_column":18,"end_line":54,"fragment":"","pointer":"","start_column":1,"start_line":41},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_inference_pilot_validator","target_ref":"python:inference_pilot_compatibility.validate_inference_pilot_compatibility_gate_language"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:run_inference_pilot_validator","target_ref":"python:inference_pilot_compatibility.validate_local_trials_compatibility_bridge"}],"parser_ref":"python-ast@1","qualified_name":"run_inference_pilot_validator","semantic_key":"python:function:run_inference_pilot_validator","source_id":"aoa:abyss-stack:artifact:46a6d11b0ad55e5f68248cea","symbol_kind":"function"} @@ -31,10 +32,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576:aoa:abyss-stack:anchor:5dc825f6b778256b4e6eeffc","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:5dc825f6b778256b4e6eeffc","label":"Purpose","locator":{"end_column":10,"end_line":3,"fragment":"purpose","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:purpose","source_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29:aoa:abyss-stack:anchor:0f19bca408b29c9975541d51","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0f19bca408b29c9975541d51","label":"1. Storage layer","locator":{"end_column":20,"end_line":14,"fragment":"1-storage-layer","pointer":"","start_column":1,"start_line":14},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:1-storage-layer","source_id":"aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:a6b136d922e6921a7f6f8bfa:aoa:abyss-stack:anchor:8042e222581b13509080717d","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:8042e222581b13509080717d","label":"Next route","locator":{"end_column":14,"end_line":48,"fragment":"next-route","pointer":"","start_column":1,"start_line":48},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:next-route","source_id":"aoa:abyss-stack:artifact:a6b136d922e6921a7f6f8bfa","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:27a16304b645579436bcd77c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:27a16304b645579436bcd77c","label":"compatibility bridge","locator":{"end_column":23,"end_line":218,"fragment":"compatibility-bridge","pointer":"","start_column":1,"start_line":218},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:compatibility-bridge","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} -{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:9b97200e6e162446cee7910b","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:9b97200e6e162446cee7910b","label":"ABYSS-STACK-D-0050 Diagnostic Spine Validator Module","locator":{"end_column":117,"end_line":243,"fragment":"","pointer":"","start_column":3,"start_line":243},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:diagnostic-surface","target_ref":"../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:243:3:0:../ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:acd156903f044a996b858398:aoa:abyss-stack:anchor:27a16304b645579436bcd77c","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:27a16304b645579436bcd77c","label":"compatibility bridge","locator":{"end_column":23,"end_line":219,"fragment":"compatibility-bridge","pointer":"","start_column":1,"start_line":219},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:compatibility-bridge","source_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:b035ee8c834460c2468f7ce8:aoa:abyss-stack:anchor:34b802f1c9cb22e5e4995b6a","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:34b802f1c9cb22e5e4995b6a","label":"version","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/version","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/version","source_id":"aoa:abyss-stack:artifact:b035ee8c834460c2468f7ce8","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:b166d89766b855ada4f4d5df:aoa:abyss-stack:anchor:80fffa3d2d6087a52f9e9a35","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:80fffa3d2d6087a52f9e9a35","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:b166d89766b855ada4f4d5df","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:b335630551682c19a781afeb:aoa:abyss-stack:anchor:c2ccc2b8f419eb0055da700d","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:c2ccc2b8f419eb0055da700d","label":"tests/README","locator":{"end_column":82,"end_line":193,"fragment":"","pointer":"","start_column":51,"start_line":193},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:validate","target_ref":"tests/README.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:193:51:1:tests/README.md","source_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e:aoa:abyss-stack:anchor:91826259b0cd12922e283c46","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:91826259b0cd12922e283c46","label":"Intended runtime shape","locator":{"end_column":25,"end_line":23,"fragment":"intended-runtime-shape","pointer":"","start_column":1,"start_line":23},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:intended-runtime-shape","source_id":"aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf:aoa:abyss-stack:anchor:6deb206ba05300f4f68808b6","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:6deb206ba05300f4f68808b6","label":"failure_result","locator":{"end_column":76,"end_line":2629,"fragment":"","pointer":"","start_column":1,"start_line":2606},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:failure_result","target_ref":"python:bool"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:failure_result","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:failure_result","target_ref":"python:make_failure_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:failure_result","target_ref":"python:result_artifact"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:failure_result","target_ref":"python:save_state"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:failure_result","target_ref":"python:save_summary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:failure_result","target_ref":"python:state.get"}],"parser_ref":"python-ast@1","qualified_name":"failure_result","semantic_key":"python:function:failure_result","source_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:c8a39bfeaf4fc6d20ab1fbec:aoa:abyss-stack:anchor:75f05758a41ae1920b3ca74c","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:75f05758a41ae1920b3ca74c","label":"records","locator":{"end_column":37,"end_line":1064,"fragment":"","pointer":"","start_column":13,"start_line":1062},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix.BundleView.records","semantic_key":"python:method:KagRuntimeProjectionTests.test_qdrant_projection_resumes_confirmed_document_prefix.BundleView.records","source_id":"aoa:abyss-stack:artifact:c8a39bfeaf4fc6d20ab1fbec","symbol_kind":"method"} @@ -45,6 +46,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:df0050adfae06f662470a1fd:aoa:abyss-stack:anchor:3f06256a32a2a880502b3e65","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:3f06256a32a2a880502b3e65","label":"owner_repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/owner_repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/owner_repo","source_id":"aoa:abyss-stack:artifact:df0050adfae06f662470a1fd","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:3c1cce95a52fd12478b876a7","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:3c1cce95a52fd12478b876a7","label":"_simple_agent_event_route","locator":{"end_column":23,"end_line":4184,"fragment":"","pointer":"","start_column":5,"start_line":4140},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:AGENT_EVENT_DEFAULTS_BY_ROUTE.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:_coerce_limit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:_coerce_limit"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:_ensure_short_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:_safe_selector"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:_safe_selector"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:_safe_selector"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:args.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:args.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:args.extend"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:payload.setdefault"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:self._agent_event_sqlite_fast_path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:self._archive_command"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:self.authority_boundary"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:str"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:AoASessionMemoryMCPState._simple_agent_event_route","target_ref":"python:str"}],"parser_ref":"python-ast@1","qualified_name":"AoASessionMemoryMCPState._simple_agent_event_route","semantic_key":"python:method:AoASessionMemoryMCPState._simple_agent_event_route","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345:aoa:abyss-stack:anchor:2300a03bb0aaab0cd6282b13","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2300a03bb0aaab0cd6282b13","label":"owner_return_route","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/owner_return_route","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/owner_return_route","source_id":"aoa:abyss-stack:artifact:eb35f94a51713ea7c9e8b345","symbol_kind":"json_key"} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:20e7de55bbb4e04756a22177","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:20e7de55bbb4e04756a22177","label":"ABYSS-STACK-D-0074 Telegram and Discord Connector MCP Access Planes","locator":{"end_column":143,"end_line":54,"fragment":"","pointer":"","start_column":3,"start_line":54},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:federation-seams","target_ref":"../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:54:3:0:../ABYSS-STACK-D-0074-telegram-discord-connector-mcp-access-planes.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:edcd9f5d72f0d568c5e53abf:aoa:abyss-stack:anchor:24109fc843c8d446324af811","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:24109fc843c8d446324af811","label":"Resources","locator":{"end_column":12,"end_line":27,"fragment":"resources","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:resources","source_id":"aoa:abyss-stack:artifact:edcd9f5d72f0d568c5e53abf","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:c180ba23442c625e6d745e86","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:c180ba23442c625e6d745e86","label":"ingest_source","locator":{"end_column":6,"end_line":703,"fragment":"","pointer":"","start_column":1,"start_line":657},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:app.post"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:chunk.encode"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:chunk_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:embed_texts"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:ensure_collection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:ensure_collection"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:enumerate"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:find_source"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:hashlib.sha256"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:iter_source_files"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:len"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:path.read_text"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:path.relative_to"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:point_id"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:points.append"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:round"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:source.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:source.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:time.time"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:time.time"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:upsert_points"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:ingest_source","target_ref":"python:upsert_points"}],"parser_ref":"python-ast@1","qualified_name":"ingest_source","semantic_key":"python:function:ingest_source","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:f303a0a7c1aabbe13c006229:aoa:abyss-stack:anchor:0b1ef0e1afec87967b598673","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:0b1ef0e1afec87967b598673","label":"Operation","locator":{"end_column":12,"end_line":27,"fragment":"operation","pointer":"","start_column":1,"start_line":27},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:operation","source_id":"aoa:abyss-stack:artifact:f303a0a7c1aabbe13c006229","symbol_kind":""} @@ -54,4 +56,5 @@ {"_key":"anchor:aoa:abyss-stack:artifact:fa56341ee11dd504ea394482:aoa:abyss-stack:anchor:b54157abbd20cb5a767588cf","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b54157abbd20cb5a767588cf","label":"_split_neo4j_auth","locator":{"end_column":26,"end_line":51,"fragment":"","pointer":"","start_column":1,"start_line":45},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_split_neo4j_auth","target_ref":"python:password.strip"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_split_neo4j_auth","target_ref":"python:raw.split"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_split_neo4j_auth","target_ref":"python:user.strip"}],"parser_ref":"python-ast@1","qualified_name":"_split_neo4j_auth","semantic_key":"python:function:_split_neo4j_auth","source_id":"aoa:abyss-stack:artifact:fa56341ee11dd504ea394482","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:fc14d26fe85cf981f312d308:aoa:abyss-stack:anchor:2a48ee3dd733b25f137bc108","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:2a48ee3dd733b25f137bc108","label":"owner_repo","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/owner_repo","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/owner_repo","source_id":"aoa:abyss-stack:artifact:fc14d26fe85cf981f312d308","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:fd2da5d803446ec942b229d1:aoa:abyss-stack:anchor:47c1b103a68ed2315308a685","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:47c1b103a68ed2315308a685","label":"Context","locator":{"end_column":10,"end_line":17,"fragment":"context","pointer":"","start_column":1,"start_line":17},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:context","source_id":"aoa:abyss-stack:artifact:fd2da5d803446ec942b229d1","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:457a3cc8d4a924ee0f022a09","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:457a3cc8d4a924ee0f022a09","label":"required","locator":{"end_column":13,"end_line":31,"fragment":"","pointer":"/abi/inputs/required","start_column":5,"start_line":31},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/abi/inputs/required","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f:aoa:abyss-stack:anchor:16afcbe1ae873b72babf64f0","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:16afcbe1ae873b72babf64f0","label":"task_class","locator":{"end_column":48,"end_line":122,"fragment":"","pointer":"/task_class","start_column":11,"start_line":122},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/task_class#occurrence-4","source_id":"aoa:abyss-stack:artifact:fff9a7e12b817f598ecec62f","symbol_kind":""} diff --git a/kag/indexes/shards/anchor/ff.jsonl b/kag/indexes/shards/anchor/ff.jsonl index 7c25709c9..db8546e26 100644 --- a/kag/indexes/shards/anchor/ff.jsonl +++ b/kag/indexes/shards/anchor/ff.jsonl @@ -22,6 +22,7 @@ {"_key":"anchor:aoa:abyss-stack:artifact:8774f424a3827f8e4d00dec7:aoa:abyss-stack:anchor:a79332ea4884c9fc13c8c41e","_kind":"anchor","anchor_kind":"json_pointer","id":"aoa:abyss-stack:anchor:a79332ea4884c9fc13c8c41e","label":"$schema","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"/$schema","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"python-json@1","qualified_name":"","semantic_key":"json:/$schema","source_id":"aoa:abyss-stack:artifact:8774f424a3827f8e4d00dec7","symbol_kind":"json_key"} {"_key":"anchor:aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83:aoa:abyss-stack:anchor:eed9732967afa38e5ad2b969","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:eed9732967afa38e5ad2b969","label":"EvalExpandRequest","locator":{"end_column":35,"end_line":1999,"fragment":"","pointer":"","start_column":1,"start_line":1997},"outbound_refs":[],"parser_ref":"python-ast@1","qualified_name":"EvalExpandRequest","semantic_key":"python:class:EvalExpandRequest","source_id":"aoa:abyss-stack:artifact:87d630d6cf7aeff3b522aa83","symbol_kind":"class"} {"_key":"anchor:aoa:abyss-stack:artifact:8a43d2a3f1bb00e78677bb47:aoa:abyss-stack:anchor:60aefa102cb386f952cb0470","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:60aefa102cb386f952cb0470","label":"Exit signal","locator":{"end_column":14,"end_line":36,"fragment":"exit-signal","pointer":"","start_column":1,"start_line":36},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:exit-signal","source_id":"aoa:abyss-stack:artifact:8a43d2a3f1bb00e78677bb47","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a:aoa:abyss-stack:anchor:5a515013dc2cd673e12ba4b0","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:5a515013dc2cd673e12ba4b0","label":"ABYSS-STACK-D-0059 Runtime Route Contracts Validator Module","locator":{"end_column":131,"end_line":276,"fragment":"","pointer":"","start_column":3,"start_line":276},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:governed-policy-envelope","target_ref":"../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:276:3:0:../ABYSS-STACK-D-0059-runtime-route-contracts-validator-module.md","source_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8e4e507465c6a2d1078fa8ab:aoa:abyss-stack:anchor:1f351fcaaa333b2c27ced008","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:1f351fcaaa333b2c27ced008","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:8e4e507465c6a2d1078fa8ab","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:8ff9af75219cc06332abe9a9:aoa:abyss-stack:anchor:ec8b545609653d81459bf801","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:ec8b545609653d81459bf801","label":"load_yaml","locator":{"end_column":16,"end_line":22,"fragment":"","pointer":"","start_column":1,"start_line":18},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_yaml","target_ref":"python:AssertionError"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_yaml","target_ref":"python:isinstance"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:load_yaml","target_ref":"python:load_compose_services"}],"parser_ref":"python-ast@1","qualified_name":"load_yaml","semantic_key":"python:function:load_yaml","source_id":"aoa:abyss-stack:artifact:8ff9af75219cc06332abe9a9","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:9c15f385bbc1a5a35366bcde:aoa:abyss-stack:anchor:bcbe77109c4e05a023e3f6b3","_kind":"anchor","anchor_kind":"artifact","id":"aoa:abyss-stack:anchor:bcbe77109c4e05a023e3f6b3","label":"$artifact","locator":{"end_column":1,"end_line":1,"fragment":"","pointer":"","start_column":1,"start_line":1},"outbound_refs":[],"parser_ref":"aoa-artifact@1","qualified_name":"","semantic_key":"$artifact","source_id":"aoa:abyss-stack:artifact:9c15f385bbc1a5a35366bcde","symbol_kind":""} @@ -47,8 +48,10 @@ {"_key":"anchor:aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f:aoa:abyss-stack:anchor:a0d6c4a6e92b025ea8755864","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:a0d6c4a6e92b025ea8755864","label":"_read_json","locator":{"end_column":20,"end_line":579,"fragment":"","pointer":"","start_column":1,"start_line":573},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json","target_ref":"python:json.loads"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json","target_ref":"python:path.exists"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:_read_json","target_ref":"python:path.read_text"}],"parser_ref":"python-ast@1","qualified_name":"_read_json","semantic_key":"python:function:_read_json","source_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","symbol_kind":"function"} {"_key":"anchor:aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644:aoa:abyss-stack:anchor:b140596f508a904679a550cb","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:b140596f508a904679a550cb","label":"test_memo_contradiction_candidate_eval_ref_uses_gap_contract_ref","locator":{"end_column":112,"end_line":109,"fragment":"","pointer":"","start_column":5,"start_line":93},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_contradiction_candidate_eval_ref_uses_gap_contract_ref","target_ref":"python:Path"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_contradiction_candidate_eval_ref_uses_gap_contract_ref","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_contradiction_candidate_eval_ref_uses_gap_contract_ref","target_ref":"python:any"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_contradiction_candidate_eval_ref_uses_gap_contract_ref","target_ref":"python:self.assertFalse"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_contradiction_candidate_eval_ref_uses_gap_contract_ref","target_ref":"python:self.assertTrue"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_contradiction_candidate_eval_ref_uses_gap_contract_ref","target_ref":"python:self.assert_valid_runtime_evidence_candidate_shape"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_contradiction_candidate_eval_ref_uses_gap_contract_ref","target_ref":"python:self.run_export"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:RuntimeEvalEvidenceExportTests.test_memo_contradiction_candidate_eval_ref_uses_gap_contract_ref","target_ref":"python:tempfile.TemporaryDirectory"}],"parser_ref":"python-ast@1","qualified_name":"RuntimeEvalEvidenceExportTests.test_memo_contradiction_candidate_eval_ref_uses_gap_contract_ref","semantic_key":"python:method:RuntimeEvalEvidenceExportTests.test_memo_contradiction_candidate_eval_ref_uses_gap_contract_ref","source_id":"aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644","symbol_kind":"method"} {"_key":"anchor:aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7:aoa:abyss-stack:anchor:70e31b8481fc309f73d6d127","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:70e31b8481fc309f73d6d127","label":"Stronger owner split","locator":{"end_column":24,"end_line":22,"fragment":"stronger-owner-split","pointer":"","start_column":1,"start_line":22},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:stronger-owner-split","source_id":"aoa:abyss-stack:artifact:ea6ce112ca4389b983f6aec7","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ebd094489b277783f911ea74:aoa:abyss-stack:anchor:20e510654d48cf79a1524e21","_kind":"anchor","anchor_kind":"markdown_link","id":"aoa:abyss-stack:anchor:20e510654d48cf79a1524e21","label":"ABYSS-STACK-D-0055 Root Routes Validator Module","locator":{"end_column":107,"end_line":112,"fragment":"","pointer":"","start_column":3,"start_line":112},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"references","source_context":"heading:cross-mechanic","target_ref":"../ABYSS-STACK-D-0055-root-routes-validator-module.md"}],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"link:112:3:0:../ABYSS-STACK-D-0055-root-routes-validator-module.md","source_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711:aoa:abyss-stack:anchor:4ad529f8ec28c9adabbff452","_kind":"anchor","anchor_kind":"python_symbol","id":"aoa:abyss-stack:anchor:4ad529f8ec28c9adabbff452","label":"dag_jobs","locator":{"end_column":113,"end_line":638,"fragment":"","pointer":"","start_column":1,"start_line":637},"outbound_refs":[{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:dag_jobs","target_ref":"python:app.get"},{"evidence_class":"deterministic","relation_kind":"calls","source_context":"python:dag_jobs","target_ref":"python:read_json"}],"parser_ref":"python-ast@1","qualified_name":"dag_jobs","semantic_key":"python:function:dag_jobs","source_id":"aoa:abyss-stack:artifact:ef2c4502df104bc9b1c0d711","symbol_kind":"function"} -{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:1e17a743c3f23f19666c19e0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1e17a743c3f23f19666c19e0","label":"runtime access plane","locator":{"end_column":23,"end_line":225,"fragment":"runtime-access-plane","pointer":"","start_column":1,"start_line":225},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-access-plane","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e:aoa:abyss-stack:anchor:1e17a743c3f23f19666c19e0","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:1e17a743c3f23f19666c19e0","label":"runtime access plane","locator":{"end_column":23,"end_line":231,"fragment":"runtime-access-plane","pointer":"","start_column":1,"start_line":231},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:runtime-access-plane","source_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f80d68b85bc445f7b8bc4a73:aoa:abyss-stack:anchor:3c25e15e01b628a9710d80bf","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:3c25e15e01b628a9710d80bf","label":"Applies to","locator":{"end_column":13,"end_line":3,"fragment":"applies-to","pointer":"","start_column":1,"start_line":3},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:applies-to","source_id":"aoa:abyss-stack:artifact:f80d68b85bc445f7b8bc4a73","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6:aoa:abyss-stack:anchor:ba48ba421a1512de70f74aa4","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:ba48ba421a1512de70f74aa4","label":"`30-local-inference.yml`","locator":{"end_column":27,"end_line":46,"fragment":"30-local-inferenceyml","pointer":"","start_column":1,"start_line":46},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:30-local-inferenceyml","source_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","symbol_kind":""} {"_key":"anchor:aoa:abyss-stack:artifact:fd2da5d803446ec942b229d1:aoa:abyss-stack:anchor:398b994e9c4da04136195453","_kind":"anchor","anchor_kind":"markdown_heading","id":"aoa:abyss-stack:anchor:398b994e9c4da04136195453","label":"Rationale","locator":{"end_column":12,"end_line":50,"fragment":"rationale","pointer":"","start_column":1,"start_line":50},"outbound_refs":[],"parser_ref":"aoa-markdown@1","qualified_name":"","semantic_key":"heading:rationale","source_id":"aoa:abyss-stack:artifact:fd2da5d803446ec942b229d1","symbol_kind":""} +{"_key":"anchor:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9:aoa:abyss-stack:anchor:1d4a72b409fbe28e80642adc","_kind":"anchor","anchor_kind":"yaml_path","id":"aoa:abyss-stack:anchor:1d4a72b409fbe28e80642adc","label":"termination","locator":{"end_column":12,"end_line":75,"fragment":"","pointer":"/termination","start_column":1,"start_line":75},"outbound_refs":[],"parser_ref":"aoa-yaml-path@1","qualified_name":"","semantic_key":"yaml:/termination","source_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","symbol_kind":""} diff --git a/kag/indexes/shards/event/12.jsonl b/kag/indexes/shards/event/12.jsonl index c82b302a6..1d363c621 100644 --- a/kag/indexes/shards/event/12.jsonl +++ b/kag/indexes/shards/event/12.jsonl @@ -1,4 +1,4 @@ {"_key":"event:aoa:abyss-stack:event:1561b0e91f09817694481152","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:087df9c81f1cbc65402b12fa","aoa:abyss-stack:anchor:414948d2c8076b87cee13559","aoa:abyss-stack:anchor:495914f099a00fcf488d8af3","aoa:abyss-stack:anchor:557fa32581be8e582d711512","aoa:abyss-stack:anchor:93aedefeaf7f6545498d0b60","aoa:abyss-stack:anchor:a7222c9ee6ae877a3a692b22"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:60020ffbb3b40f61c9b82e5e","old_path":"","path":"mcp/services/aoa-session-memory-mcp/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b12da4671f017302793df797","old_path":"","path":"mcp/services/aoa-session-memory-mcp/scripts/validate_session_memory_mcp.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e1a773cab93116c4052a8c3a","old_path":"","path":"mcp/services/aoa-session-memory-mcp/src/aoa_session_memory_mcp/cli.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","old_path":"","path":"mcp/services/aoa-session-memory-mcp/src/aoa_session_memory_mcp/core.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","old_path":"","path":"mcp/services/aoa-session-memory-mcp/src/aoa_session_memory_mcp/server.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","old_path":"","path":"mcp/services/aoa-session-memory-mcp/tests/test_session_memory_mcp.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"e648ece78a4c65847a71a426ba59d75238832304"}],"id":"aoa:abyss-stack:event:1561b0e91f09817694481152","label":"Harden session memory MCP preflight (#274)","object_ids":["aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","aoa:abyss-stack:artifact:60020ffbb3b40f61c9b82e5e","aoa:abyss-stack:artifact:b12da4671f017302793df797","aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","aoa:abyss-stack:artifact:e1a773cab93116c4052a8c3a","aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f"],"observation_state":"observed","occurred_at":"2026-07-07T03:34:28-06:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","aoa:abyss-stack:artifact:60020ffbb3b40f61c9b82e5e","aoa:abyss-stack:artifact:b12da4671f017302793df797","aoa:abyss-stack:artifact:b4153a7fefe3f1d4326d39be","aoa:abyss-stack:artifact:e1a773cab93116c4052a8c3a","aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f"],"temporal_ref":"historical","trust_ref":"observed"} -{"_key":"event:aoa:abyss-stack:event:670f9f35912da46a380497b0","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:0699d31359f2a8c6a6f1bbe6","aoa:abyss-stack:anchor:06c89e02e5b6b04e56c75c8b","aoa:abyss-stack:anchor:0787935cd907b93c87555665","aoa:abyss-stack:anchor:08a585a141ed30076867fb7d","aoa:abyss-stack:anchor:08cb8c470b49f315eefdd571","aoa:abyss-stack:anchor:0e07aa8e6a845e5db8b7797e","aoa:abyss-stack:anchor:0e1f57eb3c47cfd619b80998","aoa:abyss-stack:anchor:16aa52dbcde8a245a08d6367","aoa:abyss-stack:anchor:1729155755f0e4d899fb0268","aoa:abyss-stack:anchor:1e6e9fa16f281565743e439d","aoa:abyss-stack:anchor:24f3babcb530298319e4d867","aoa:abyss-stack:anchor:264ced1aa45f28cfc78d3d70","aoa:abyss-stack:anchor:264d7dae42eda632e0185332","aoa:abyss-stack:anchor:2be82aba8a4b676c0f82cf3d","aoa:abyss-stack:anchor:2e13903a22bafdbb3ca9a232","aoa:abyss-stack:anchor:34c97d2a9bec50fb690d3f39","aoa:abyss-stack:anchor:3747bd6512a3f313f86804aa","aoa:abyss-stack:anchor:3b9c0d1bc37cb6bb9539747b","aoa:abyss-stack:anchor:3bb0c2b784f3a5f78b438300","aoa:abyss-stack:anchor:3e3ca57a420106a66447a877","aoa:abyss-stack:anchor:3eb971e45dbf616b65b28ac6","aoa:abyss-stack:anchor:40344a8e5fa2403913da5ab9","aoa:abyss-stack:anchor:4ca81af079bad581d25191f0","aoa:abyss-stack:anchor:4dad69d46bec7b9d5f7bf13f","aoa:abyss-stack:anchor:4f0b46edcbf9f5df5c0a9de2","aoa:abyss-stack:anchor:4f21151f3c91957649970677","aoa:abyss-stack:anchor:4f3fb91f069ff14922ea4eb7","aoa:abyss-stack:anchor:551d5f322f9f1d323d38ae1d","aoa:abyss-stack:anchor:56e558cb6ca1f7e546b26153","aoa:abyss-stack:anchor:590fd6c4b665ccdcb5b7694b","aoa:abyss-stack:anchor:5c3e532aaabc6d8e46b02d26","aoa:abyss-stack:anchor:5c5879b1bb25bb4cc74a779f","aoa:abyss-stack:anchor:5cdeb9abc4b4a8171fd7d4c6","aoa:abyss-stack:anchor:5ed15d84ba0ae241ffceb8f3","aoa:abyss-stack:anchor:6064e4418489f6ab9647e9fb","aoa:abyss-stack:anchor:60f4b154de6175479c6c8e78","aoa:abyss-stack:anchor:63c05c988b95ce88351562e8","aoa:abyss-stack:anchor:681d5f8c11f93450b06c053a","aoa:abyss-stack:anchor:6b35c88496ba8ba6ac47830c","aoa:abyss-stack:anchor:6d0f051e2895504b31df6b40","aoa:abyss-stack:anchor:6f9229c6cbcf61837f0feec4","aoa:abyss-stack:anchor:6fe05b3e10bf1cab2ef688ae","aoa:abyss-stack:anchor:7582e1e78d1e1e1c243d7468","aoa:abyss-stack:anchor:7de2d7bc27c642a23d09f548","aoa:abyss-stack:anchor:7e3aa32b03e07a4ccd0471d5","aoa:abyss-stack:anchor:7f32e397e824348069f85440","aoa:abyss-stack:anchor:80cb1cdc91b3f6127078f9c8","aoa:abyss-stack:anchor:8110515f73a241ee24342707","aoa:abyss-stack:anchor:82200199c4627d235aeda0d4","aoa:abyss-stack:anchor:822191e71f9e9299f40e9e09","aoa:abyss-stack:anchor:83eacd1c03ac67ab3f05e258","aoa:abyss-stack:anchor:8661eb501dbaa61072653d7b","aoa:abyss-stack:anchor:879a947e6293e1de17251809","aoa:abyss-stack:anchor:8b250cfac18e81af8e2a5f9f","aoa:abyss-stack:anchor:8cfe68dd81abce0cd526f5bb","aoa:abyss-stack:anchor:8f0f0bfcf805d5ced2d47fea","aoa:abyss-stack:anchor:903a387c1a264d152b395396","aoa:abyss-stack:anchor:90b897568bf42eb8f396ad73","aoa:abyss-stack:anchor:90f74dc33cb86ccef9e82169","aoa:abyss-stack:anchor:94f9d9f02e59f43673160949","aoa:abyss-stack:anchor:9501704dd5e894930a72f845","aoa:abyss-stack:anchor:98e5fa1343d202c506b3f011","aoa:abyss-stack:anchor:99955a608db9605ab8ef9d20","aoa:abyss-stack:anchor:99a1d0c6a083c51af9ee1598","aoa:abyss-stack:anchor:9a9bf74dafb00a4632bc1a78","aoa:abyss-stack:anchor:9ce48b4f94b504b530cade5f","aoa:abyss-stack:anchor:a0abcd0f0c998be633fddafd","aoa:abyss-stack:anchor:a0c385c52fe2fe0002545cc5","aoa:abyss-stack:anchor:a521fd81f92629d215d076d2","aoa:abyss-stack:anchor:a60c2fbbb18a954fd7c772bd","aoa:abyss-stack:anchor:a7066d011829390acac92618","aoa:abyss-stack:anchor:a7bc2fb565582e26dac4df2f","aoa:abyss-stack:anchor:a8f35feb1966061e09103fcf","aoa:abyss-stack:anchor:ae20f3072f47efbb89bbee37","aoa:abyss-stack:anchor:b64a80146efb3b06fdadf32a","aoa:abyss-stack:anchor:b81d948bb2b2c7887383ed5a","aoa:abyss-stack:anchor:b83645645df1b09fb99e1d63","aoa:abyss-stack:anchor:b933006dc1b6b51692d1c313","aoa:abyss-stack:anchor:b969dba4c0f0d25558a0cfce","aoa:abyss-stack:anchor:ba152c2021f3f3ca1e88b42a","aoa:abyss-stack:anchor:bce2b2bffa3f19a7a6791e67","aoa:abyss-stack:anchor:bd4578d91356675f9b3ac8c5","aoa:abyss-stack:anchor:bda033eb516b7fb15fe0c002","aoa:abyss-stack:anchor:bdca2f0308ad11d67a2d1cb4","aoa:abyss-stack:anchor:c1646c47f750b702cf43269f","aoa:abyss-stack:anchor:c3756beafd721bb7e476e6ad","aoa:abyss-stack:anchor:c4b855cd9c3e7872567e7091","aoa:abyss-stack:anchor:c6f548ab96fc3e6a3cf98150","aoa:abyss-stack:anchor:ca935de0938b6e966f3558a6","aoa:abyss-stack:anchor:cbb20c4a5023de34e3bfc489","aoa:abyss-stack:anchor:cc68a41d5e096334490776e6","aoa:abyss-stack:anchor:cf38d7c6484d0f1bdc77c2cc","aoa:abyss-stack:anchor:cf6e7f9e191daf498257a6f2","aoa:abyss-stack:anchor:d1578d989d07ee95d339cdf5","aoa:abyss-stack:anchor:d23f1b5467274862d6b50169","aoa:abyss-stack:anchor:d6efeab7c3044dac3ccb552e","aoa:abyss-stack:anchor:d7aedd28f88823438eca7467","aoa:abyss-stack:anchor:d90043e3434f0eba1b8e284d","aoa:abyss-stack:anchor:da17175fe4ec2e4e3cc993a7","aoa:abyss-stack:anchor:dd7242f9a56e00741633a9ea","aoa:abyss-stack:anchor:dd72777f149067f58f4993dc","aoa:abyss-stack:anchor:e0e43b857daafc38fa38a283","aoa:abyss-stack:anchor:e266b9ef7cef8085a5d08abb","aoa:abyss-stack:anchor:e41ba04294464b39b7652016","aoa:abyss-stack:anchor:e46703519584a2a979b47a74","aoa:abyss-stack:anchor:e783aa6845558ef6e7ebb632","aoa:abyss-stack:anchor:ec5758ede631c53fa8416a82","aoa:abyss-stack:anchor:f1020775717109aa7d33aa04","aoa:abyss-stack:anchor:f7c595b70dc8ffdd6b33f5af","aoa:abyss-stack:anchor:f9c6b9336d1225b5fb5ce853","aoa:abyss-stack:anchor:fba33bc2d0cd04b9879681ce","aoa:abyss-stack:anchor:fdb173db2ef41af00ad88346","aoa:abyss-stack:anchor:fddb141c7f49a684b41dcaf8"],"changes":[{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","old_path":"","path":".agents/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","old_path":"","path":".agents/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","old_path":"","path":".agents/skills/abyss-self-diagnostic-spine/SKILL.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f0cbd6aa0372f04d8e3ab075","old_path":"","path":".github/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:438478e7713ffdb96be895cd","old_path":"","path":".github/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","old_path":"","path":"AUDIT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","old_path":"","path":"README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2a7e780aaf2647f7cde8a07c","old_path":"","path":"Spark/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:a4fe577d98aba3921f97916d","old_path":"","path":"Spark/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:24477d1d7cb209d1fbbdf83e","old_path":"","path":"Spark/SWARM.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8","old_path":"","path":"compose/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","old_path":"","path":"config-templates/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d00743dc4e878f258330dead","old_path":"","path":"docs/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","old_path":"","path":"docs/AGENTS_ROOT_REFERENCE.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:da1d80b2400417779ab6aa89","old_path":"","path":"docs/DEPLOYMENT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","old_path":"","path":"docs/FIRST_RUN.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","old_path":"","path":"docs/PROFILES.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","old_path":"","path":"docs/PROFILE_RECIPES.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:04207dbbb4b099420596be5c","old_path":"","path":"docs/QUESTBOOK_STACK_INTEGRATION.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345","old_path":"","path":"docs/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","old_path":"","path":"docs/SERVICE_CATALOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:70d590cd02bafa083d61434e","old_path":"","path":"docs/decisions/2026-05-07-runtime-mechanics-topology.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:6999b3015686383e3398e25d","old_path":"","path":"env/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d6f410265e480af01e88f968","old_path":"","path":"env/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","old_path":"","path":"mechanics/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:7143893fdfbba453b2b6d91a","old_path":"","path":"mechanics/config-projection/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e6111170ee25c55c35082158","old_path":"","path":"mechanics/config-projection/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","old_path":"","path":"mechanics/config-projection/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:4e02b4ce2494c6e5b7ba0919","old_path":"","path":"mechanics/config-projection/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0c658da93184deede385ead1","old_path":"","path":"mechanics/config-projection/docs/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:16f5a6e2d134c213003f8671","old_path":"","path":"mechanics/config-projection/parts/bootstrap/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:2e72d89b5b622cb92f8758fa","old_path":"mechanics/config-projection/docs/SECRETS_BOOTSTRAP.md","path":"mechanics/config-projection/parts/bootstrap/docs/SECRETS_BOOTSTRAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432","old_path":"","path":"mechanics/config-projection/parts/rendering/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:4217770f4130ffb4a4b08d2e","old_path":"mechanics/config-projection/docs/RENDER_TRUTH.md","path":"mechanics/config-projection/parts/rendering/docs/RENDER_TRUTH.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:988355a3ab1745ea3a06700d","old_path":"","path":"mechanics/diagnostic-spine/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:19e62c78d703ed87b1acc383","old_path":"","path":"mechanics/diagnostic-spine/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:41880163345233e7ac4fa00e","old_path":"","path":"mechanics/diagnostic-spine/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0e8330abbde9070c25cea9a7","old_path":"","path":"mechanics/diagnostic-spine/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:de94a5cfe1e39f78a24d2a87","old_path":"","path":"mechanics/diagnostic-spine/docs/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:85959387c79731d9cac05569","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/diagnostic_surface_catalog_common.py"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","old_path":"mechanics/diagnostic-spine/docs/DIAGNOSTIC_SPINE.md","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/examples/diagnostic_session.min.example.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:69a5dc57095a5041045b42e0","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/generated/diagnostic_surface_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_validate_stack_diagnostic_spine.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:4db699741c50f62e46fc56f9","old_path":"","path":"mechanics/diagnostic-spine/parts/doctor-readiness/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","old_path":"mechanics/diagnostic-spine/docs/DOCTOR.md","path":"mechanics/diagnostic-spine/parts/doctor-readiness/docs/DOCTOR.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","old_path":"mechanics/diagnostic-spine/docs/LOCAL_OPS_DOCTOR_SPLIT.md","path":"mechanics/diagnostic-spine/parts/doctor-readiness/docs/LOCAL_OPS_DOCTOR_SPLIT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f9f927b89d14aef81dc22eb4","old_path":"","path":"mechanics/diagnostic-spine/parts/truth-surfaces/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82","old_path":"mechanics/diagnostic-spine/docs/TRUTH_SURFACES.md","path":"mechanics/diagnostic-spine/parts/truth-surfaces/docs/TRUTH_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:9e62d0a4f3ce8ca76ec23a5f","old_path":"","path":"mechanics/governed-execution/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:29b80f94a42de84530b5b9b4","old_path":"","path":"mechanics/governed-execution/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f","old_path":"","path":"mechanics/governed-execution/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e","old_path":"","path":"mechanics/governed-execution/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f","old_path":"","path":"mechanics/governed-execution/docs/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e4e4ef11d7ca5f75c58090ce","old_path":"","path":"mechanics/governed-execution/parts/governed-runner/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:d93ae432aa70ad1c89352350","old_path":"mechanics/governed-execution/docs/GOVERNED_EXECUTION.md","path":"mechanics/governed-execution/parts/governed-runner/docs/GOVERNED_EXECUTION.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:47605cbd7a8df1a61f6c8dbc","old_path":"","path":"mechanics/governed-execution/parts/governed-runner/tests/test_governed_execution.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:70a7cc76f8dc0e3d1481b741","old_path":"","path":"mechanics/governed-execution/parts/local-worker-path/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","old_path":"mechanics/governed-execution/docs/CONTEXT_BUDGET_POLICY.md","path":"mechanics/governed-execution/parts/local-worker-path/docs/CONTEXT_BUDGET_POLICY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:56b0657d6d0b757d19814dad","old_path":"","path":"mechanics/governed-execution/parts/return-policy/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3","old_path":"mechanics/governed-execution/docs/RECURRENCE_RUNTIME_POLICY.md","path":"mechanics/governed-execution/parts/return-policy/docs/RECURRENCE_RUNTIME_POLICY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:045dc66f27ed69f10ace6d71","old_path":"","path":"mechanics/inference-pilots/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:3e154855cd9778b014a8fc76","old_path":"","path":"mechanics/inference-pilots/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:40fa63093f668d552cf40354","old_path":"","path":"mechanics/inference-pilots/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:192704b782ac92955d3d9a90","old_path":"","path":"mechanics/inference-pilots/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:ccba9aa11dfab9bc875170e8","old_path":"","path":"mechanics/inference-pilots/docs/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f","old_path":"","path":"mechanics/inference-pilots/legacy/raw/W5_PILOT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d7b70279a3279fc91808efff","old_path":"","path":"mechanics/inference-pilots/legacy/raw/W6_PILOT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:94a87e80213bf92a684115ee","old_path":"","path":"mechanics/inference-pilots/parts/langgraph-pilot/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","old_path":"mechanics/inference-pilots/docs/LANGGRAPH_PILOT.md","path":"mechanics/inference-pilots/parts/langgraph-pilot/docs/LANGGRAPH_PILOT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0709cc4761624b90c0d2ce6d","old_path":"","path":"mechanics/inference-pilots/parts/llamacpp-pilot/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","old_path":"mechanics/inference-pilots/docs/LLAMACPP_PILOT.md","path":"mechanics/inference-pilots/parts/llamacpp-pilot/docs/LLAMACPP_PILOT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:6f7bb0be7e5409256c39dc34","old_path":"","path":"mechanics/inference-pilots/parts/local-trials/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","old_path":"mechanics/inference-pilots/docs/LOCAL_AI_TRIALS.md","path":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","old_path":"mechanics/inference-pilots/docs/RUNTIME_BENCH_POLICY.md","path":"mechanics/inference-pilots/parts/local-trials/docs/RUNTIME_BENCH_POLICY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:df8ada0c5fd59397005a7091","old_path":"","path":"mechanics/inference-pilots/parts/promotion-loop/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","old_path":"mechanics/inference-pilots/docs/RUNTIME_WINNER_PROMOTION_LOOP.md","path":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:18179fa1998e19789f510c50","old_path":"","path":"mechanics/machine-fit/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","old_path":"","path":"mechanics/machine-fit/parts/fit-record/docs/MACHINE_FIT_POLICY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","old_path":"","path":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0b26fbfd1ab9f4a758472ccf","old_path":"","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-4b-int4-ov.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","old_path":"","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","old_path":"","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-openvino-family.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2fe89f094403c2397b29fb1c","old_path":"","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3.5-9b-gguf-llamacpp.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d036a2110c420407733d9cbe","old_path":"","path":"mechanics/runtime-lifecycle/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0b40cf041e7b7dd262051b78","old_path":"","path":"mechanics/runtime-lifecycle/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:c9279abd6600acf30e043847","old_path":"","path":"mechanics/runtime-lifecycle/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:fc44f9098e73ccc61e94d4ee","old_path":"","path":"mechanics/runtime-lifecycle/docs/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:93e8f05871f044eb8e40d57c","old_path":"","path":"mechanics/runtime-lifecycle/parts/logs-status/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:4cd6376b8b302d6307a71278","old_path":"","path":"mechanics/runtime-lifecycle/parts/status-readouts/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:f56c67837383845a3353168f","old_path":"mechanics/runtime-lifecycle/docs/GATEWAY_CACHE_POLICY.md","path":"mechanics/runtime-lifecycle/parts/status-readouts/docs/GATEWAY_CACHE_POLICY.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8","old_path":"mechanics/runtime-lifecycle/docs/USAGE_BUDGET_POLICY.md","path":"mechanics/runtime-lifecycle/parts/status-readouts/docs/USAGE_BUDGET_POLICY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae","old_path":"","path":"mechanics/runtime-lifecycle/parts/status-readouts/tests/test_runtime_hygiene.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b58955bc0369b1f39e6b3fad","old_path":"","path":"mechanics/runtime-lifecycle/parts/wait-smoke/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:15abaec7a5c5b523e5d4da18","old_path":"mechanics/runtime-lifecycle/docs/INTERNAL_PROBES.md","path":"mechanics/runtime-lifecycle/parts/wait-smoke/docs/INTERNAL_PROBES.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","old_path":"","path":"quests/ABYSS-STACK-Q-0003.yaml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","old_path":"","path":"quests/ABYSS-STACK-Q-0007.yaml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","old_path":"","path":"scripts/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:25b96aa16f8b9f68c692d0db","old_path":"","path":"scripts/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2597a289333b54d91e8e7f9b","old_path":"","path":"scripts/aoa-first-run"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:176f6c51b37c35b5887c5b61","old_path":"","path":"scripts/aoa-local-ai-trials"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","old_path":"","path":"scripts/validate_nested_agents.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","old_path":"","path":"scripts/validate_stack.py"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:eba358107a3211fd09d3172c","old_path":"","path":"systemd/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:e15d3426c4047cc6e528d032","old_path":"","path":"systemd/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:712d5f03480e57eb0994afdd","old_path":"","path":"tests/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","old_path":"","path":"tests/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","old_path":"","path":"tests/test_validate_stack_questbook.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","old_path":"","path":"tests/test_validate_stack_required_files.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"1b00c482d2c65a2448089910ece917ce99934a78"}],"id":"aoa:abyss-stack:event:670f9f35912da46a380497b0","label":"Refactor mechanic docs into route indexes","object_ids":["aoa:abyss-stack:artifact:04207dbbb4b099420596be5c","aoa:abyss-stack:artifact:045dc66f27ed69f10ace6d71","aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","aoa:abyss-stack:artifact:0709cc4761624b90c0d2ce6d","aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","aoa:abyss-stack:artifact:0b26fbfd1ab9f4a758472ccf","aoa:abyss-stack:artifact:0b40cf041e7b7dd262051b78","aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345","aoa:abyss-stack:artifact:0c658da93184deede385ead1","aoa:abyss-stack:artifact:0e8330abbde9070c25cea9a7","aoa:abyss-stack:artifact:15abaec7a5c5b523e5d4da18","aoa:abyss-stack:artifact:16f5a6e2d134c213003f8671","aoa:abyss-stack:artifact:176f6c51b37c35b5887c5b61","aoa:abyss-stack:artifact:17d21e76d287da0f58365486","aoa:abyss-stack:artifact:18179fa1998e19789f510c50","aoa:abyss-stack:artifact:192704b782ac92955d3d9a90","aoa:abyss-stack:artifact:19e62c78d703ed87b1acc383","aoa:abyss-stack:artifact:24477d1d7cb209d1fbbdf83e","aoa:abyss-stack:artifact:2597a289333b54d91e8e7f9b","aoa:abyss-stack:artifact:25b96aa16f8b9f68c692d0db","aoa:abyss-stack:artifact:29b80f94a42de84530b5b9b4","aoa:abyss-stack:artifact:2a7e780aaf2647f7cde8a07c","aoa:abyss-stack:artifact:2e72d89b5b622cb92f8758fa","aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","aoa:abyss-stack:artifact:2fe89f094403c2397b29fb1c","aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","aoa:abyss-stack:artifact:3e154855cd9778b014a8fc76","aoa:abyss-stack:artifact:40fa63093f668d552cf40354","aoa:abyss-stack:artifact:41880163345233e7ac4fa00e","aoa:abyss-stack:artifact:4217770f4130ffb4a4b08d2e","aoa:abyss-stack:artifact:438478e7713ffdb96be895cd","aoa:abyss-stack:artifact:4cd6376b8b302d6307a71278","aoa:abyss-stack:artifact:4db699741c50f62e46fc56f9","aoa:abyss-stack:artifact:4e02b4ce2494c6e5b7ba0919","aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3","aoa:abyss-stack:artifact:56b0657d6d0b757d19814dad","aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0","aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f","aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","aoa:abyss-stack:artifact:6999b3015686383e3398e25d","aoa:abyss-stack:artifact:69a5dc57095a5041045b42e0","aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","aoa:abyss-stack:artifact:6f7bb0be7e5409256c39dc34","aoa:abyss-stack:artifact:70a7cc76f8dc0e3d1481b741","aoa:abyss-stack:artifact:70d590cd02bafa083d61434e","aoa:abyss-stack:artifact:712d5f03480e57eb0994afdd","aoa:abyss-stack:artifact:7143893fdfbba453b2b6d91a","aoa:abyss-stack:artifact:85959387c79731d9cac05569","aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432","aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","aoa:abyss-stack:artifact:93e8f05871f044eb8e40d57c","aoa:abyss-stack:artifact:94a87e80213bf92a684115ee","aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82","aoa:abyss-stack:artifact:988355a3ab1745ea3a06700d","aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae","aoa:abyss-stack:artifact:9e62d0a4f3ce8ca76ec23a5f","aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f","aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f","aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8","aoa:abyss-stack:artifact:a4fe577d98aba3921f97916d","aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","aoa:abyss-stack:artifact:b58955bc0369b1f39e6b3fad","aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e","aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","aoa:abyss-stack:artifact:c9279abd6600acf30e043847","aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","aoa:abyss-stack:artifact:ccba9aa11dfab9bc875170e8","aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","aoa:abyss-stack:artifact:d00743dc4e878f258330dead","aoa:abyss-stack:artifact:d036a2110c420407733d9cbe","aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","aoa:abyss-stack:artifact:d6f410265e480af01e88f968","aoa:abyss-stack:artifact:d7b70279a3279fc91808efff","aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","aoa:abyss-stack:artifact:d93ae432aa70ad1c89352350","aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","aoa:abyss-stack:artifact:da1d80b2400417779ab6aa89","aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","aoa:abyss-stack:artifact:de94a5cfe1e39f78a24d2a87","aoa:abyss-stack:artifact:df8ada0c5fd59397005a7091","aoa:abyss-stack:artifact:e15d3426c4047cc6e528d032","aoa:abyss-stack:artifact:e4e4ef11d7ca5f75c58090ce","aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","aoa:abyss-stack:artifact:e6111170ee25c55c35082158","aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","aoa:abyss-stack:artifact:eba358107a3211fd09d3172c","aoa:abyss-stack:artifact:f0cbd6aa0372f04d8e3ab075","aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf","aoa:abyss-stack:artifact:f56c67837383845a3353168f","aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","aoa:abyss-stack:artifact:f9f927b89d14aef81dc22eb4","aoa:abyss-stack:artifact:fc44f9098e73ccc61e94d4ee","aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8"],"observation_state":"observed","occurred_at":"2026-05-13T05:11:06+03:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:04207dbbb4b099420596be5c","aoa:abyss-stack:artifact:045dc66f27ed69f10ace6d71","aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","aoa:abyss-stack:artifact:0709cc4761624b90c0d2ce6d","aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","aoa:abyss-stack:artifact:0b26fbfd1ab9f4a758472ccf","aoa:abyss-stack:artifact:0b40cf041e7b7dd262051b78","aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345","aoa:abyss-stack:artifact:0c658da93184deede385ead1","aoa:abyss-stack:artifact:0e8330abbde9070c25cea9a7","aoa:abyss-stack:artifact:15abaec7a5c5b523e5d4da18","aoa:abyss-stack:artifact:16f5a6e2d134c213003f8671","aoa:abyss-stack:artifact:176f6c51b37c35b5887c5b61","aoa:abyss-stack:artifact:17d21e76d287da0f58365486","aoa:abyss-stack:artifact:18179fa1998e19789f510c50","aoa:abyss-stack:artifact:192704b782ac92955d3d9a90","aoa:abyss-stack:artifact:19e62c78d703ed87b1acc383","aoa:abyss-stack:artifact:24477d1d7cb209d1fbbdf83e","aoa:abyss-stack:artifact:2597a289333b54d91e8e7f9b","aoa:abyss-stack:artifact:25b96aa16f8b9f68c692d0db","aoa:abyss-stack:artifact:29b80f94a42de84530b5b9b4","aoa:abyss-stack:artifact:2a7e780aaf2647f7cde8a07c","aoa:abyss-stack:artifact:2e72d89b5b622cb92f8758fa","aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","aoa:abyss-stack:artifact:2fe89f094403c2397b29fb1c","aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","aoa:abyss-stack:artifact:3e154855cd9778b014a8fc76","aoa:abyss-stack:artifact:40fa63093f668d552cf40354","aoa:abyss-stack:artifact:41880163345233e7ac4fa00e","aoa:abyss-stack:artifact:4217770f4130ffb4a4b08d2e","aoa:abyss-stack:artifact:438478e7713ffdb96be895cd","aoa:abyss-stack:artifact:4cd6376b8b302d6307a71278","aoa:abyss-stack:artifact:4db699741c50f62e46fc56f9","aoa:abyss-stack:artifact:4e02b4ce2494c6e5b7ba0919","aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3","aoa:abyss-stack:artifact:56b0657d6d0b757d19814dad","aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0","aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f","aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","aoa:abyss-stack:artifact:6999b3015686383e3398e25d","aoa:abyss-stack:artifact:69a5dc57095a5041045b42e0","aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","aoa:abyss-stack:artifact:6f7bb0be7e5409256c39dc34","aoa:abyss-stack:artifact:70a7cc76f8dc0e3d1481b741","aoa:abyss-stack:artifact:70d590cd02bafa083d61434e","aoa:abyss-stack:artifact:712d5f03480e57eb0994afdd","aoa:abyss-stack:artifact:7143893fdfbba453b2b6d91a","aoa:abyss-stack:artifact:85959387c79731d9cac05569","aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432","aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","aoa:abyss-stack:artifact:93e8f05871f044eb8e40d57c","aoa:abyss-stack:artifact:94a87e80213bf92a684115ee","aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82","aoa:abyss-stack:artifact:988355a3ab1745ea3a06700d","aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae","aoa:abyss-stack:artifact:9e62d0a4f3ce8ca76ec23a5f","aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f","aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f","aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8","aoa:abyss-stack:artifact:a4fe577d98aba3921f97916d","aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","aoa:abyss-stack:artifact:b58955bc0369b1f39e6b3fad","aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e","aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","aoa:abyss-stack:artifact:c9279abd6600acf30e043847","aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","aoa:abyss-stack:artifact:ccba9aa11dfab9bc875170e8","aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","aoa:abyss-stack:artifact:d00743dc4e878f258330dead","aoa:abyss-stack:artifact:d036a2110c420407733d9cbe","aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","aoa:abyss-stack:artifact:d6f410265e480af01e88f968","aoa:abyss-stack:artifact:d7b70279a3279fc91808efff","aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","aoa:abyss-stack:artifact:d93ae432aa70ad1c89352350","aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","aoa:abyss-stack:artifact:da1d80b2400417779ab6aa89","aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","aoa:abyss-stack:artifact:de94a5cfe1e39f78a24d2a87","aoa:abyss-stack:artifact:df8ada0c5fd59397005a7091","aoa:abyss-stack:artifact:e15d3426c4047cc6e528d032","aoa:abyss-stack:artifact:e4e4ef11d7ca5f75c58090ce","aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","aoa:abyss-stack:artifact:e6111170ee25c55c35082158","aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","aoa:abyss-stack:artifact:eba358107a3211fd09d3172c","aoa:abyss-stack:artifact:f0cbd6aa0372f04d8e3ab075","aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf","aoa:abyss-stack:artifact:f56c67837383845a3353168f","aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","aoa:abyss-stack:artifact:f9f927b89d14aef81dc22eb4","aoa:abyss-stack:artifact:fc44f9098e73ccc61e94d4ee","aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8"],"temporal_ref":"historical","trust_ref":"observed"} +{"_key":"event:aoa:abyss-stack:event:670f9f35912da46a380497b0","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:0699d31359f2a8c6a6f1bbe6","aoa:abyss-stack:anchor:06c89e02e5b6b04e56c75c8b","aoa:abyss-stack:anchor:0787935cd907b93c87555665","aoa:abyss-stack:anchor:08a585a141ed30076867fb7d","aoa:abyss-stack:anchor:08cb8c470b49f315eefdd571","aoa:abyss-stack:anchor:0e07aa8e6a845e5db8b7797e","aoa:abyss-stack:anchor:0e1f57eb3c47cfd619b80998","aoa:abyss-stack:anchor:16aa52dbcde8a245a08d6367","aoa:abyss-stack:anchor:1729155755f0e4d899fb0268","aoa:abyss-stack:anchor:1e6e9fa16f281565743e439d","aoa:abyss-stack:anchor:24f3babcb530298319e4d867","aoa:abyss-stack:anchor:264ced1aa45f28cfc78d3d70","aoa:abyss-stack:anchor:264d7dae42eda632e0185332","aoa:abyss-stack:anchor:2be82aba8a4b676c0f82cf3d","aoa:abyss-stack:anchor:2e13903a22bafdbb3ca9a232","aoa:abyss-stack:anchor:34c97d2a9bec50fb690d3f39","aoa:abyss-stack:anchor:3747bd6512a3f313f86804aa","aoa:abyss-stack:anchor:3b9c0d1bc37cb6bb9539747b","aoa:abyss-stack:anchor:3bb0c2b784f3a5f78b438300","aoa:abyss-stack:anchor:3e3ca57a420106a66447a877","aoa:abyss-stack:anchor:3eb971e45dbf616b65b28ac6","aoa:abyss-stack:anchor:40344a8e5fa2403913da5ab9","aoa:abyss-stack:anchor:4ca81af079bad581d25191f0","aoa:abyss-stack:anchor:4dad69d46bec7b9d5f7bf13f","aoa:abyss-stack:anchor:4f0b46edcbf9f5df5c0a9de2","aoa:abyss-stack:anchor:4f21151f3c91957649970677","aoa:abyss-stack:anchor:4f3fb91f069ff14922ea4eb7","aoa:abyss-stack:anchor:551d5f322f9f1d323d38ae1d","aoa:abyss-stack:anchor:56e558cb6ca1f7e546b26153","aoa:abyss-stack:anchor:590fd6c4b665ccdcb5b7694b","aoa:abyss-stack:anchor:5c3e532aaabc6d8e46b02d26","aoa:abyss-stack:anchor:5c5879b1bb25bb4cc74a779f","aoa:abyss-stack:anchor:5cdeb9abc4b4a8171fd7d4c6","aoa:abyss-stack:anchor:5ed15d84ba0ae241ffceb8f3","aoa:abyss-stack:anchor:6064e4418489f6ab9647e9fb","aoa:abyss-stack:anchor:60f4b154de6175479c6c8e78","aoa:abyss-stack:anchor:63c05c988b95ce88351562e8","aoa:abyss-stack:anchor:681d5f8c11f93450b06c053a","aoa:abyss-stack:anchor:6b35c88496ba8ba6ac47830c","aoa:abyss-stack:anchor:6d0f051e2895504b31df6b40","aoa:abyss-stack:anchor:6f9229c6cbcf61837f0feec4","aoa:abyss-stack:anchor:6fe05b3e10bf1cab2ef688ae","aoa:abyss-stack:anchor:7582e1e78d1e1e1c243d7468","aoa:abyss-stack:anchor:7e3aa32b03e07a4ccd0471d5","aoa:abyss-stack:anchor:7f32e397e824348069f85440","aoa:abyss-stack:anchor:80cb1cdc91b3f6127078f9c8","aoa:abyss-stack:anchor:8110515f73a241ee24342707","aoa:abyss-stack:anchor:82200199c4627d235aeda0d4","aoa:abyss-stack:anchor:822191e71f9e9299f40e9e09","aoa:abyss-stack:anchor:83eacd1c03ac67ab3f05e258","aoa:abyss-stack:anchor:8661eb501dbaa61072653d7b","aoa:abyss-stack:anchor:879a947e6293e1de17251809","aoa:abyss-stack:anchor:8b250cfac18e81af8e2a5f9f","aoa:abyss-stack:anchor:8cfe68dd81abce0cd526f5bb","aoa:abyss-stack:anchor:8f0f0bfcf805d5ced2d47fea","aoa:abyss-stack:anchor:903a387c1a264d152b395396","aoa:abyss-stack:anchor:90b897568bf42eb8f396ad73","aoa:abyss-stack:anchor:90f74dc33cb86ccef9e82169","aoa:abyss-stack:anchor:94f9d9f02e59f43673160949","aoa:abyss-stack:anchor:9501704dd5e894930a72f845","aoa:abyss-stack:anchor:98e5fa1343d202c506b3f011","aoa:abyss-stack:anchor:99955a608db9605ab8ef9d20","aoa:abyss-stack:anchor:99a1d0c6a083c51af9ee1598","aoa:abyss-stack:anchor:9a9bf74dafb00a4632bc1a78","aoa:abyss-stack:anchor:9ce48b4f94b504b530cade5f","aoa:abyss-stack:anchor:a0abcd0f0c998be633fddafd","aoa:abyss-stack:anchor:a0c385c52fe2fe0002545cc5","aoa:abyss-stack:anchor:a521fd81f92629d215d076d2","aoa:abyss-stack:anchor:a60c2fbbb18a954fd7c772bd","aoa:abyss-stack:anchor:a7066d011829390acac92618","aoa:abyss-stack:anchor:a7bc2fb565582e26dac4df2f","aoa:abyss-stack:anchor:a8f35feb1966061e09103fcf","aoa:abyss-stack:anchor:ae20f3072f47efbb89bbee37","aoa:abyss-stack:anchor:b64a80146efb3b06fdadf32a","aoa:abyss-stack:anchor:b81d948bb2b2c7887383ed5a","aoa:abyss-stack:anchor:b83645645df1b09fb99e1d63","aoa:abyss-stack:anchor:b933006dc1b6b51692d1c313","aoa:abyss-stack:anchor:b969dba4c0f0d25558a0cfce","aoa:abyss-stack:anchor:ba152c2021f3f3ca1e88b42a","aoa:abyss-stack:anchor:bce2b2bffa3f19a7a6791e67","aoa:abyss-stack:anchor:bd4578d91356675f9b3ac8c5","aoa:abyss-stack:anchor:bda033eb516b7fb15fe0c002","aoa:abyss-stack:anchor:bdca2f0308ad11d67a2d1cb4","aoa:abyss-stack:anchor:c1646c47f750b702cf43269f","aoa:abyss-stack:anchor:c3756beafd721bb7e476e6ad","aoa:abyss-stack:anchor:c4b855cd9c3e7872567e7091","aoa:abyss-stack:anchor:c6f548ab96fc3e6a3cf98150","aoa:abyss-stack:anchor:ca935de0938b6e966f3558a6","aoa:abyss-stack:anchor:cbb20c4a5023de34e3bfc489","aoa:abyss-stack:anchor:cc68a41d5e096334490776e6","aoa:abyss-stack:anchor:cf38d7c6484d0f1bdc77c2cc","aoa:abyss-stack:anchor:cf6e7f9e191daf498257a6f2","aoa:abyss-stack:anchor:d1578d989d07ee95d339cdf5","aoa:abyss-stack:anchor:d23f1b5467274862d6b50169","aoa:abyss-stack:anchor:d6efeab7c3044dac3ccb552e","aoa:abyss-stack:anchor:d7aedd28f88823438eca7467","aoa:abyss-stack:anchor:d90043e3434f0eba1b8e284d","aoa:abyss-stack:anchor:da17175fe4ec2e4e3cc993a7","aoa:abyss-stack:anchor:dd7242f9a56e00741633a9ea","aoa:abyss-stack:anchor:dd72777f149067f58f4993dc","aoa:abyss-stack:anchor:e0e43b857daafc38fa38a283","aoa:abyss-stack:anchor:e266b9ef7cef8085a5d08abb","aoa:abyss-stack:anchor:e41ba04294464b39b7652016","aoa:abyss-stack:anchor:e46703519584a2a979b47a74","aoa:abyss-stack:anchor:e783aa6845558ef6e7ebb632","aoa:abyss-stack:anchor:ec5758ede631c53fa8416a82","aoa:abyss-stack:anchor:f1020775717109aa7d33aa04","aoa:abyss-stack:anchor:f7c595b70dc8ffdd6b33f5af","aoa:abyss-stack:anchor:f9c6b9336d1225b5fb5ce853","aoa:abyss-stack:anchor:fba33bc2d0cd04b9879681ce","aoa:abyss-stack:anchor:fdb173db2ef41af00ad88346","aoa:abyss-stack:anchor:fddb141c7f49a684b41dcaf8"],"changes":[{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","old_path":"","path":".agents/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","old_path":"","path":".agents/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","old_path":"","path":".agents/skills/abyss-self-diagnostic-spine/SKILL.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f0cbd6aa0372f04d8e3ab075","old_path":"","path":".github/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:438478e7713ffdb96be895cd","old_path":"","path":".github/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","old_path":"","path":"AUDIT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","old_path":"","path":"README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2a7e780aaf2647f7cde8a07c","old_path":"","path":"Spark/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:a4fe577d98aba3921f97916d","old_path":"","path":"Spark/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:24477d1d7cb209d1fbbdf83e","old_path":"","path":"Spark/SWARM.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8","old_path":"","path":"compose/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","old_path":"","path":"config-templates/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d00743dc4e878f258330dead","old_path":"","path":"docs/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","old_path":"","path":"docs/AGENTS_ROOT_REFERENCE.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:da1d80b2400417779ab6aa89","old_path":"","path":"docs/DEPLOYMENT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","old_path":"","path":"docs/FIRST_RUN.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","old_path":"","path":"docs/PROFILES.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","old_path":"","path":"docs/PROFILE_RECIPES.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:04207dbbb4b099420596be5c","old_path":"","path":"docs/QUESTBOOK_STACK_INTEGRATION.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345","old_path":"","path":"docs/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","old_path":"","path":"docs/SERVICE_CATALOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:70d590cd02bafa083d61434e","old_path":"","path":"docs/decisions/2026-05-07-runtime-mechanics-topology.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:6999b3015686383e3398e25d","old_path":"","path":"env/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d6f410265e480af01e88f968","old_path":"","path":"env/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","old_path":"","path":"mechanics/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:7143893fdfbba453b2b6d91a","old_path":"","path":"mechanics/config-projection/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e6111170ee25c55c35082158","old_path":"","path":"mechanics/config-projection/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","old_path":"","path":"mechanics/config-projection/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:4e02b4ce2494c6e5b7ba0919","old_path":"","path":"mechanics/config-projection/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0c658da93184deede385ead1","old_path":"","path":"mechanics/config-projection/docs/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:16f5a6e2d134c213003f8671","old_path":"","path":"mechanics/config-projection/parts/bootstrap/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:2e72d89b5b622cb92f8758fa","old_path":"mechanics/config-projection/docs/SECRETS_BOOTSTRAP.md","path":"mechanics/config-projection/parts/bootstrap/docs/SECRETS_BOOTSTRAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432","old_path":"","path":"mechanics/config-projection/parts/rendering/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:4217770f4130ffb4a4b08d2e","old_path":"mechanics/config-projection/docs/RENDER_TRUTH.md","path":"mechanics/config-projection/parts/rendering/docs/RENDER_TRUTH.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:988355a3ab1745ea3a06700d","old_path":"","path":"mechanics/diagnostic-spine/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:19e62c78d703ed87b1acc383","old_path":"","path":"mechanics/diagnostic-spine/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:41880163345233e7ac4fa00e","old_path":"","path":"mechanics/diagnostic-spine/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0e8330abbde9070c25cea9a7","old_path":"","path":"mechanics/diagnostic-spine/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:de94a5cfe1e39f78a24d2a87","old_path":"","path":"mechanics/diagnostic-spine/docs/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:85959387c79731d9cac05569","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/diagnostic_surface_catalog_common.py"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","old_path":"mechanics/diagnostic-spine/docs/DIAGNOSTIC_SPINE.md","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/examples/diagnostic_session.min.example.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:69a5dc57095a5041045b42e0","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/generated/diagnostic_surface_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_validate_stack_diagnostic_spine.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:4db699741c50f62e46fc56f9","old_path":"","path":"mechanics/diagnostic-spine/parts/doctor-readiness/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","old_path":"mechanics/diagnostic-spine/docs/DOCTOR.md","path":"mechanics/diagnostic-spine/parts/doctor-readiness/docs/DOCTOR.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","old_path":"mechanics/diagnostic-spine/docs/LOCAL_OPS_DOCTOR_SPLIT.md","path":"mechanics/diagnostic-spine/parts/doctor-readiness/docs/LOCAL_OPS_DOCTOR_SPLIT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f9f927b89d14aef81dc22eb4","old_path":"","path":"mechanics/diagnostic-spine/parts/truth-surfaces/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82","old_path":"mechanics/diagnostic-spine/docs/TRUTH_SURFACES.md","path":"mechanics/diagnostic-spine/parts/truth-surfaces/docs/TRUTH_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:9e62d0a4f3ce8ca76ec23a5f","old_path":"","path":"mechanics/governed-execution/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:29b80f94a42de84530b5b9b4","old_path":"","path":"mechanics/governed-execution/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f","old_path":"","path":"mechanics/governed-execution/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e","old_path":"","path":"mechanics/governed-execution/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f","old_path":"","path":"mechanics/governed-execution/docs/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e4e4ef11d7ca5f75c58090ce","old_path":"","path":"mechanics/governed-execution/parts/governed-runner/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:d93ae432aa70ad1c89352350","old_path":"mechanics/governed-execution/docs/GOVERNED_EXECUTION.md","path":"mechanics/governed-execution/parts/governed-runner/docs/GOVERNED_EXECUTION.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:47605cbd7a8df1a61f6c8dbc","old_path":"","path":"mechanics/governed-execution/parts/governed-runner/tests/test_governed_execution.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:70a7cc76f8dc0e3d1481b741","old_path":"","path":"mechanics/governed-execution/parts/local-worker-path/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","old_path":"mechanics/governed-execution/docs/CONTEXT_BUDGET_POLICY.md","path":"mechanics/governed-execution/parts/local-worker-path/docs/CONTEXT_BUDGET_POLICY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:56b0657d6d0b757d19814dad","old_path":"","path":"mechanics/governed-execution/parts/return-policy/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3","old_path":"mechanics/governed-execution/docs/RECURRENCE_RUNTIME_POLICY.md","path":"mechanics/governed-execution/parts/return-policy/docs/RECURRENCE_RUNTIME_POLICY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:045dc66f27ed69f10ace6d71","old_path":"","path":"mechanics/inference-pilots/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:3e154855cd9778b014a8fc76","old_path":"","path":"mechanics/inference-pilots/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:40fa63093f668d552cf40354","old_path":"","path":"mechanics/inference-pilots/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:192704b782ac92955d3d9a90","old_path":"","path":"mechanics/inference-pilots/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:ccba9aa11dfab9bc875170e8","old_path":"","path":"mechanics/inference-pilots/docs/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f","old_path":"","path":"mechanics/inference-pilots/legacy/raw/W5_PILOT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d7b70279a3279fc91808efff","old_path":"","path":"mechanics/inference-pilots/legacy/raw/W6_PILOT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:94a87e80213bf92a684115ee","old_path":"","path":"mechanics/inference-pilots/parts/langgraph-pilot/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","old_path":"mechanics/inference-pilots/docs/LANGGRAPH_PILOT.md","path":"mechanics/inference-pilots/parts/langgraph-pilot/docs/LANGGRAPH_PILOT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0709cc4761624b90c0d2ce6d","old_path":"","path":"mechanics/inference-pilots/parts/llamacpp-pilot/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","old_path":"mechanics/inference-pilots/docs/LLAMACPP_PILOT.md","path":"mechanics/inference-pilots/parts/llamacpp-pilot/docs/LLAMACPP_PILOT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:6f7bb0be7e5409256c39dc34","old_path":"","path":"mechanics/inference-pilots/parts/local-trials/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","old_path":"mechanics/inference-pilots/docs/LOCAL_AI_TRIALS.md","path":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","old_path":"mechanics/inference-pilots/docs/RUNTIME_BENCH_POLICY.md","path":"mechanics/inference-pilots/parts/local-trials/docs/RUNTIME_BENCH_POLICY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:df8ada0c5fd59397005a7091","old_path":"","path":"mechanics/inference-pilots/parts/promotion-loop/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","old_path":"mechanics/inference-pilots/docs/RUNTIME_WINNER_PROMOTION_LOOP.md","path":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:18179fa1998e19789f510c50","old_path":"","path":"mechanics/machine-fit/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","old_path":"","path":"mechanics/machine-fit/parts/fit-record/docs/MACHINE_FIT_POLICY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","old_path":"","path":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0b26fbfd1ab9f4a758472ccf","old_path":"","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-4b-int4-ov.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","old_path":"","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","old_path":"","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-openvino-family.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2fe89f094403c2397b29fb1c","old_path":"","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3.5-9b-gguf-llamacpp.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d036a2110c420407733d9cbe","old_path":"","path":"mechanics/runtime-lifecycle/LANDING_LOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0b40cf041e7b7dd262051b78","old_path":"","path":"mechanics/runtime-lifecycle/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:c9279abd6600acf30e043847","old_path":"","path":"mechanics/runtime-lifecycle/ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:fc44f9098e73ccc61e94d4ee","old_path":"","path":"mechanics/runtime-lifecycle/docs/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:93e8f05871f044eb8e40d57c","old_path":"","path":"mechanics/runtime-lifecycle/parts/logs-status/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:4cd6376b8b302d6307a71278","old_path":"","path":"mechanics/runtime-lifecycle/parts/status-readouts/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:f56c67837383845a3353168f","old_path":"mechanics/runtime-lifecycle/docs/GATEWAY_CACHE_POLICY.md","path":"mechanics/runtime-lifecycle/parts/status-readouts/docs/GATEWAY_CACHE_POLICY.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8","old_path":"mechanics/runtime-lifecycle/docs/USAGE_BUDGET_POLICY.md","path":"mechanics/runtime-lifecycle/parts/status-readouts/docs/USAGE_BUDGET_POLICY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae","old_path":"","path":"mechanics/runtime-lifecycle/parts/status-readouts/tests/test_runtime_hygiene.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b58955bc0369b1f39e6b3fad","old_path":"","path":"mechanics/runtime-lifecycle/parts/wait-smoke/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:15abaec7a5c5b523e5d4da18","old_path":"mechanics/runtime-lifecycle/docs/INTERNAL_PROBES.md","path":"mechanics/runtime-lifecycle/parts/wait-smoke/docs/INTERNAL_PROBES.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","old_path":"","path":"quests/ABYSS-STACK-Q-0003.yaml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","old_path":"","path":"quests/ABYSS-STACK-Q-0007.yaml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","old_path":"","path":"scripts/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:25b96aa16f8b9f68c692d0db","old_path":"","path":"scripts/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2597a289333b54d91e8e7f9b","old_path":"","path":"scripts/aoa-first-run"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:176f6c51b37c35b5887c5b61","old_path":"","path":"scripts/aoa-local-ai-trials"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","old_path":"","path":"scripts/validate_nested_agents.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","old_path":"","path":"scripts/validate_stack.py"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:eba358107a3211fd09d3172c","old_path":"","path":"systemd/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:e15d3426c4047cc6e528d032","old_path":"","path":"systemd/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:712d5f03480e57eb0994afdd","old_path":"","path":"tests/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","old_path":"","path":"tests/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","old_path":"","path":"tests/test_validate_stack_questbook.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","old_path":"","path":"tests/test_validate_stack_required_files.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"1b00c482d2c65a2448089910ece917ce99934a78"}],"id":"aoa:abyss-stack:event:670f9f35912da46a380497b0","label":"Refactor mechanic docs into route indexes","object_ids":["aoa:abyss-stack:artifact:04207dbbb4b099420596be5c","aoa:abyss-stack:artifact:045dc66f27ed69f10ace6d71","aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","aoa:abyss-stack:artifact:0709cc4761624b90c0d2ce6d","aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","aoa:abyss-stack:artifact:0b26fbfd1ab9f4a758472ccf","aoa:abyss-stack:artifact:0b40cf041e7b7dd262051b78","aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345","aoa:abyss-stack:artifact:0c658da93184deede385ead1","aoa:abyss-stack:artifact:0e8330abbde9070c25cea9a7","aoa:abyss-stack:artifact:15abaec7a5c5b523e5d4da18","aoa:abyss-stack:artifact:16f5a6e2d134c213003f8671","aoa:abyss-stack:artifact:176f6c51b37c35b5887c5b61","aoa:abyss-stack:artifact:17d21e76d287da0f58365486","aoa:abyss-stack:artifact:18179fa1998e19789f510c50","aoa:abyss-stack:artifact:192704b782ac92955d3d9a90","aoa:abyss-stack:artifact:19e62c78d703ed87b1acc383","aoa:abyss-stack:artifact:24477d1d7cb209d1fbbdf83e","aoa:abyss-stack:artifact:2597a289333b54d91e8e7f9b","aoa:abyss-stack:artifact:25b96aa16f8b9f68c692d0db","aoa:abyss-stack:artifact:29b80f94a42de84530b5b9b4","aoa:abyss-stack:artifact:2a7e780aaf2647f7cde8a07c","aoa:abyss-stack:artifact:2e72d89b5b622cb92f8758fa","aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","aoa:abyss-stack:artifact:2fe89f094403c2397b29fb1c","aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","aoa:abyss-stack:artifact:3e154855cd9778b014a8fc76","aoa:abyss-stack:artifact:40fa63093f668d552cf40354","aoa:abyss-stack:artifact:41880163345233e7ac4fa00e","aoa:abyss-stack:artifact:4217770f4130ffb4a4b08d2e","aoa:abyss-stack:artifact:438478e7713ffdb96be895cd","aoa:abyss-stack:artifact:4cd6376b8b302d6307a71278","aoa:abyss-stack:artifact:4db699741c50f62e46fc56f9","aoa:abyss-stack:artifact:4e02b4ce2494c6e5b7ba0919","aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3","aoa:abyss-stack:artifact:56b0657d6d0b757d19814dad","aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0","aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f","aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","aoa:abyss-stack:artifact:6999b3015686383e3398e25d","aoa:abyss-stack:artifact:69a5dc57095a5041045b42e0","aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","aoa:abyss-stack:artifact:6f7bb0be7e5409256c39dc34","aoa:abyss-stack:artifact:70a7cc76f8dc0e3d1481b741","aoa:abyss-stack:artifact:70d590cd02bafa083d61434e","aoa:abyss-stack:artifact:712d5f03480e57eb0994afdd","aoa:abyss-stack:artifact:7143893fdfbba453b2b6d91a","aoa:abyss-stack:artifact:85959387c79731d9cac05569","aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432","aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","aoa:abyss-stack:artifact:93e8f05871f044eb8e40d57c","aoa:abyss-stack:artifact:94a87e80213bf92a684115ee","aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82","aoa:abyss-stack:artifact:988355a3ab1745ea3a06700d","aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae","aoa:abyss-stack:artifact:9e62d0a4f3ce8ca76ec23a5f","aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f","aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f","aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8","aoa:abyss-stack:artifact:a4fe577d98aba3921f97916d","aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","aoa:abyss-stack:artifact:b58955bc0369b1f39e6b3fad","aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e","aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","aoa:abyss-stack:artifact:c9279abd6600acf30e043847","aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","aoa:abyss-stack:artifact:ccba9aa11dfab9bc875170e8","aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","aoa:abyss-stack:artifact:d00743dc4e878f258330dead","aoa:abyss-stack:artifact:d036a2110c420407733d9cbe","aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","aoa:abyss-stack:artifact:d6f410265e480af01e88f968","aoa:abyss-stack:artifact:d7b70279a3279fc91808efff","aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","aoa:abyss-stack:artifact:d93ae432aa70ad1c89352350","aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","aoa:abyss-stack:artifact:da1d80b2400417779ab6aa89","aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","aoa:abyss-stack:artifact:de94a5cfe1e39f78a24d2a87","aoa:abyss-stack:artifact:df8ada0c5fd59397005a7091","aoa:abyss-stack:artifact:e15d3426c4047cc6e528d032","aoa:abyss-stack:artifact:e4e4ef11d7ca5f75c58090ce","aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","aoa:abyss-stack:artifact:e6111170ee25c55c35082158","aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","aoa:abyss-stack:artifact:eba358107a3211fd09d3172c","aoa:abyss-stack:artifact:f0cbd6aa0372f04d8e3ab075","aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf","aoa:abyss-stack:artifact:f56c67837383845a3353168f","aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","aoa:abyss-stack:artifact:f9f927b89d14aef81dc22eb4","aoa:abyss-stack:artifact:fc44f9098e73ccc61e94d4ee","aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8"],"observation_state":"observed","occurred_at":"2026-05-13T05:11:06+03:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:04207dbbb4b099420596be5c","aoa:abyss-stack:artifact:045dc66f27ed69f10ace6d71","aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","aoa:abyss-stack:artifact:0709cc4761624b90c0d2ce6d","aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","aoa:abyss-stack:artifact:0b26fbfd1ab9f4a758472ccf","aoa:abyss-stack:artifact:0b40cf041e7b7dd262051b78","aoa:abyss-stack:artifact:0b5ca119d2be595aa307d345","aoa:abyss-stack:artifact:0c658da93184deede385ead1","aoa:abyss-stack:artifact:0e8330abbde9070c25cea9a7","aoa:abyss-stack:artifact:15abaec7a5c5b523e5d4da18","aoa:abyss-stack:artifact:16f5a6e2d134c213003f8671","aoa:abyss-stack:artifact:176f6c51b37c35b5887c5b61","aoa:abyss-stack:artifact:17d21e76d287da0f58365486","aoa:abyss-stack:artifact:18179fa1998e19789f510c50","aoa:abyss-stack:artifact:192704b782ac92955d3d9a90","aoa:abyss-stack:artifact:19e62c78d703ed87b1acc383","aoa:abyss-stack:artifact:24477d1d7cb209d1fbbdf83e","aoa:abyss-stack:artifact:2597a289333b54d91e8e7f9b","aoa:abyss-stack:artifact:25b96aa16f8b9f68c692d0db","aoa:abyss-stack:artifact:29b80f94a42de84530b5b9b4","aoa:abyss-stack:artifact:2a7e780aaf2647f7cde8a07c","aoa:abyss-stack:artifact:2e72d89b5b622cb92f8758fa","aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","aoa:abyss-stack:artifact:2fe89f094403c2397b29fb1c","aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","aoa:abyss-stack:artifact:3e154855cd9778b014a8fc76","aoa:abyss-stack:artifact:40fa63093f668d552cf40354","aoa:abyss-stack:artifact:41880163345233e7ac4fa00e","aoa:abyss-stack:artifact:4217770f4130ffb4a4b08d2e","aoa:abyss-stack:artifact:438478e7713ffdb96be895cd","aoa:abyss-stack:artifact:4cd6376b8b302d6307a71278","aoa:abyss-stack:artifact:4db699741c50f62e46fc56f9","aoa:abyss-stack:artifact:4e02b4ce2494c6e5b7ba0919","aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3","aoa:abyss-stack:artifact:56b0657d6d0b757d19814dad","aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0","aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f","aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","aoa:abyss-stack:artifact:6999b3015686383e3398e25d","aoa:abyss-stack:artifact:69a5dc57095a5041045b42e0","aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","aoa:abyss-stack:artifact:6f7bb0be7e5409256c39dc34","aoa:abyss-stack:artifact:70a7cc76f8dc0e3d1481b741","aoa:abyss-stack:artifact:70d590cd02bafa083d61434e","aoa:abyss-stack:artifact:712d5f03480e57eb0994afdd","aoa:abyss-stack:artifact:7143893fdfbba453b2b6d91a","aoa:abyss-stack:artifact:85959387c79731d9cac05569","aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432","aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","aoa:abyss-stack:artifact:8e69b96179bd10fef061bf6f","aoa:abyss-stack:artifact:93e8f05871f044eb8e40d57c","aoa:abyss-stack:artifact:94a87e80213bf92a684115ee","aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82","aoa:abyss-stack:artifact:988355a3ab1745ea3a06700d","aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae","aoa:abyss-stack:artifact:9e62d0a4f3ce8ca76ec23a5f","aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f","aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f","aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8","aoa:abyss-stack:artifact:a4fe577d98aba3921f97916d","aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","aoa:abyss-stack:artifact:b58955bc0369b1f39e6b3fad","aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e","aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","aoa:abyss-stack:artifact:b8ed244ff6d50fab1fe245f5","aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","aoa:abyss-stack:artifact:c9279abd6600acf30e043847","aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","aoa:abyss-stack:artifact:ccba9aa11dfab9bc875170e8","aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","aoa:abyss-stack:artifact:d00743dc4e878f258330dead","aoa:abyss-stack:artifact:d036a2110c420407733d9cbe","aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","aoa:abyss-stack:artifact:d6f410265e480af01e88f968","aoa:abyss-stack:artifact:d7b70279a3279fc91808efff","aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","aoa:abyss-stack:artifact:d93ae432aa70ad1c89352350","aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","aoa:abyss-stack:artifact:da1d80b2400417779ab6aa89","aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","aoa:abyss-stack:artifact:de94a5cfe1e39f78a24d2a87","aoa:abyss-stack:artifact:df8ada0c5fd59397005a7091","aoa:abyss-stack:artifact:e15d3426c4047cc6e528d032","aoa:abyss-stack:artifact:e4e4ef11d7ca5f75c58090ce","aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","aoa:abyss-stack:artifact:e6111170ee25c55c35082158","aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","aoa:abyss-stack:artifact:eba358107a3211fd09d3172c","aoa:abyss-stack:artifact:f0cbd6aa0372f04d8e3ab075","aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf","aoa:abyss-stack:artifact:f56c67837383845a3353168f","aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","aoa:abyss-stack:artifact:f9f927b89d14aef81dc22eb4","aoa:abyss-stack:artifact:fc44f9098e73ccc61e94d4ee","aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8"],"temporal_ref":"historical","trust_ref":"observed"} {"_key":"event:aoa:abyss-stack:event:843b79d4de673d53f57f829c","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:54a7e0d4f57aeadcb9ff4547"],"changes":[],"event_kind":"command_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:54a7e0d4f57aeadcb9ff4547"}],"id":"aoa:abyss-stack:event:843b79d4de673d53f57f829c","label":"mechanics/runtime-repair/parts/memo-contradiction-sidecar/aoa_memo_contradiction_integrity.py","object_ids":["aoa:abyss-stack:artifact:80fead3427c21a9a8b68509c"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:80fead3427c21a9a8b68509c"],"temporal_ref":"current","trust_ref":"declared"} {"_key":"event:aoa:abyss-stack:event:de6cae83117608bd59a30dd8","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:b8f2c8cddadd59f98f2e1e6a"],"changes":[],"event_kind":"decision_record","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:b8f2c8cddadd59f98f2e1e6a"}],"id":"aoa:abyss-stack:event:de6cae83117608bd59a30dd8","label":"docs/decisions/ABYSS-STACK-D-0028-intel-inference-and-rerank-service-selection.md","object_ids":["aoa:abyss-stack:artifact:59fb92cfa1d44710c74302b6"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:59fb92cfa1d44710c74302b6"],"temporal_ref":"current","trust_ref":"declared"} diff --git a/kag/indexes/shards/event/20.jsonl b/kag/indexes/shards/event/20.jsonl index 3fee0162e..9404d76e4 100644 --- a/kag/indexes/shards/event/20.jsonl +++ b/kag/indexes/shards/event/20.jsonl @@ -3,4 +3,4 @@ {"_key":"event:aoa:abyss-stack:event:63940eb05f6d20ec89e921c8","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:167b0492ede605ca199e7c87","aoa:abyss-stack:anchor:2e559543e498c054e515ba11","aoa:abyss-stack:anchor:59fe23e25304625f41fe0c04","aoa:abyss-stack:anchor:82dd53a9ced5e217c446afdc","aoa:abyss-stack:anchor:b3eb39bde3cbd2b32e8e9bb8","aoa:abyss-stack:anchor:be9372088ac6f2209e441992","aoa:abyss-stack:anchor:f4db8aa45c2d473bf3b6edcb"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:cd170c60bd01cac1292bb6ce","old_path":"","path":"config-templates/Configs/federation/aoa-playbooks.yaml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:1034d4302f733545c0128521","old_path":"","path":"mechanics/federation-seams/parts/playbook-seam/docs/PLAYBOOK_RUNTIME_SEAM.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:7d2af99c4afd5a9715f09684","old_path":"","path":"mechanics/federation-seams/parts/sync-wrapper/aoa_sync_federation_surfaces.sh"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:9fef57508ee312279b212144","old_path":"","path":"mechanics/runtime-lifecycle/parts/layout-install/aoa_check_layout.sh"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2ac88fca89a0b92d06681b2a","old_path":"","path":"scripts/validators/federation_surface.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:c623b56abc6ff1ad329f6fa5","old_path":"","path":"tests/test_federation_required_files_validator_module.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:26122ad215f27046207d4fe4","old_path":"","path":"tests/test_federation_validator_module.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"f3e8e2adde2592ddbe769440b999469b28f3bea7"}],"id":"aoa:abyss-stack:event:63940eb05f6d20ec89e921c8","label":"Tighten playbooks runtime mirror contract","object_ids":["aoa:abyss-stack:artifact:1034d4302f733545c0128521","aoa:abyss-stack:artifact:26122ad215f27046207d4fe4","aoa:abyss-stack:artifact:2ac88fca89a0b92d06681b2a","aoa:abyss-stack:artifact:7d2af99c4afd5a9715f09684","aoa:abyss-stack:artifact:9fef57508ee312279b212144","aoa:abyss-stack:artifact:c623b56abc6ff1ad329f6fa5","aoa:abyss-stack:artifact:cd170c60bd01cac1292bb6ce"],"observation_state":"observed","occurred_at":"2026-06-04T07:06:19+03:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:1034d4302f733545c0128521","aoa:abyss-stack:artifact:26122ad215f27046207d4fe4","aoa:abyss-stack:artifact:2ac88fca89a0b92d06681b2a","aoa:abyss-stack:artifact:7d2af99c4afd5a9715f09684","aoa:abyss-stack:artifact:9fef57508ee312279b212144","aoa:abyss-stack:artifact:c623b56abc6ff1ad329f6fa5","aoa:abyss-stack:artifact:cd170c60bd01cac1292bb6ce"],"temporal_ref":"historical","trust_ref":"observed"} {"_key":"event:aoa:abyss-stack:event:acf9127f50ce5c4efcc42535","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:115855a04380a8f1573ec241","aoa:abyss-stack:anchor:20fe62a3a489d6787ec8c692","aoa:abyss-stack:anchor:33f5df6ab90c3cd422a5c88f","aoa:abyss-stack:anchor:542488d2a69f20c2f0711ceb","aoa:abyss-stack:anchor:54aa7f736fb74f7ceea77aa6","aoa:abyss-stack:anchor:79b92194207f562a60a6fe32","aoa:abyss-stack:anchor:82e7c9cb642cc8d56a5244b8","aoa:abyss-stack:anchor:8c08a704ba2ec43e394ecc7d","aoa:abyss-stack:anchor:91930ceb0d623f20cadfb4c4","aoa:abyss-stack:anchor:a2671f9134fd55227d5770df","aoa:abyss-stack:anchor:a3da13c2182dae14f9ccf7ad","aoa:abyss-stack:anchor:ad607c190e7548e2cc66f2ee","aoa:abyss-stack:anchor:bbd73292de340c2032ba6c3c","aoa:abyss-stack:anchor:ea0e5ba82de38afd9bd60ae8","aoa:abyss-stack:anchor:f6b1ad7a2df6d251b0794a2d","aoa:abyss-stack:anchor:fe0b501504eba4df9a1e7733"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","old_path":"","path":"config-templates/Services/tos-graph/app/main.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32","old_path":"","path":"config-templates/Services/tos-graph/app/models.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8","old_path":"","path":"config-templates/Services/tos-graph/app/neo4j_store.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:cd0cb3978ae97166974cc913","old_path":"","path":"config-templates/Services/tos-graph/app/philosophy_reader.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:bf55b1bb9869901979072874","old_path":"","path":"config-templates/Services/tos-graph/frontend/src/main.ts"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:9a702f0ce45c0bef0a5e94a1","old_path":"","path":"config-templates/Services/tos-graph/frontend/src/styles.css"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:be497d4a58c7676c88d7b86f","old_path":"","path":"mcp/services/tos-corpus-mcp/DESIGN.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b5f0f69efcad06dffd096ef0","old_path":"","path":"mcp/services/tos-corpus-mcp/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:349645c888b2d4f499926aa1","old_path":"","path":"mcp/services/tos-corpus-mcp/scripts/validate_tos_corpus_mcp.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","old_path":"","path":"mcp/services/tos-corpus-mcp/src/tos_corpus_mcp/core.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2801318ed008128b8996f7df","old_path":"","path":"mcp/services/tos-corpus-mcp/src/tos_corpus_mcp/server.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:1a1e23023ea8ac462113bed3","old_path":"","path":"mcp/services/tos-corpus-mcp/tests/test_tos_corpus_mcp.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:69f41957ee42930e1e9edd04","old_path":"","path":"mechanics/federation-seams/parts/tos-graph/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","old_path":"","path":"mechanics/federation-seams/parts/tos-graph/docs/TOS_GRAPH_CURATION.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:c54019c5a63579c128047573","old_path":"","path":"tests/test_tos_graph_corpus_runtime.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2c331be4657d2e931f4a7e05","old_path":"","path":"tests/test_tos_graph_ui_browser.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"e0ae9f88b977767aa2c677f59ff286fa3c8d5139"}],"id":"aoa:abyss-stack:event:acf9127f50ce5c4efcc42535","label":"Harden ToS graph query packets (#267)","object_ids":["aoa:abyss-stack:artifact:1a1e23023ea8ac462113bed3","aoa:abyss-stack:artifact:2801318ed008128b8996f7df","aoa:abyss-stack:artifact:2c331be4657d2e931f4a7e05","aoa:abyss-stack:artifact:349645c888b2d4f499926aa1","aoa:abyss-stack:artifact:69f41957ee42930e1e9edd04","aoa:abyss-stack:artifact:9a702f0ce45c0bef0a5e94a1","aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32","aoa:abyss-stack:artifact:b5f0f69efcad06dffd096ef0","aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","aoa:abyss-stack:artifact:be497d4a58c7676c88d7b86f","aoa:abyss-stack:artifact:bf55b1bb9869901979072874","aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8","aoa:abyss-stack:artifact:c54019c5a63579c128047573","aoa:abyss-stack:artifact:cd0cb3978ae97166974cc913","aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08"],"observation_state":"observed","occurred_at":"2026-06-29T01:35:25-06:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:1a1e23023ea8ac462113bed3","aoa:abyss-stack:artifact:2801318ed008128b8996f7df","aoa:abyss-stack:artifact:2c331be4657d2e931f4a7e05","aoa:abyss-stack:artifact:349645c888b2d4f499926aa1","aoa:abyss-stack:artifact:69f41957ee42930e1e9edd04","aoa:abyss-stack:artifact:9a702f0ce45c0bef0a5e94a1","aoa:abyss-stack:artifact:a9faa7d7228e1920911bcf32","aoa:abyss-stack:artifact:b5f0f69efcad06dffd096ef0","aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","aoa:abyss-stack:artifact:be497d4a58c7676c88d7b86f","aoa:abyss-stack:artifact:bf55b1bb9869901979072874","aoa:abyss-stack:artifact:c2660dec5b97de05af7269f8","aoa:abyss-stack:artifact:c54019c5a63579c128047573","aoa:abyss-stack:artifact:cd0cb3978ae97166974cc913","aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08"],"temporal_ref":"historical","trust_ref":"observed"} {"_key":"event:aoa:abyss-stack:event:bbe5658063effb931cef620e","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:6f9229c6cbcf61837f0feec4","aoa:abyss-stack:anchor:ba152c2021f3f3ca1e88b42a","aoa:abyss-stack:anchor:c3756beafd721bb7e476e6ad","aoa:abyss-stack:anchor:d6efeab7c3044dac3ccb552e"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","old_path":"","path":"README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"234334a0d74c63ba9ce5bc8105c54a24d8d4dd26"}],"id":"aoa:abyss-stack:event:bbe5658063effb931cef620e","label":"[codex] Prepare v0.2.2 release","object_ids":["aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:d80751e731b3edc842703d8c"],"observation_state":"observed","occurred_at":"2026-04-23T18:49:40-06:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:d80751e731b3edc842703d8c"],"temporal_ref":"historical","trust_ref":"observed"} -{"_key":"event:aoa:abyss-stack:event:ec48ba9d65f8372af7a7ba05","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:0421d208343c855e2610dc9a","aoa:abyss-stack:anchor:0699d31359f2a8c6a6f1bbe6","aoa:abyss-stack:anchor:06c89e02e5b6b04e56c75c8b","aoa:abyss-stack:anchor:0787935cd907b93c87555665","aoa:abyss-stack:anchor:0801e3524030cd2bc2317866","aoa:abyss-stack:anchor:08a585a141ed30076867fb7d","aoa:abyss-stack:anchor:0b2cb059acfcaad151bdd343","aoa:abyss-stack:anchor:0e07aa8e6a845e5db8b7797e","aoa:abyss-stack:anchor:0e1f57eb3c47cfd619b80998","aoa:abyss-stack:anchor:0e920b2bb6ccde280ae52d0a","aoa:abyss-stack:anchor:114cb26120f29115014c1ba0","aoa:abyss-stack:anchor:11b286ceefcd42f82966b76e","aoa:abyss-stack:anchor:159787339a7c15fe0c83bc15","aoa:abyss-stack:anchor:16aa52dbcde8a245a08d6367","aoa:abyss-stack:anchor:1729155755f0e4d899fb0268","aoa:abyss-stack:anchor:17c12bde80745fe3f81355c8","aoa:abyss-stack:anchor:18a9a7276e72f20f49c69328","aoa:abyss-stack:anchor:1e6e9fa16f281565743e439d","aoa:abyss-stack:anchor:225f4933cee0c2dd8800328f","aoa:abyss-stack:anchor:24f3babcb530298319e4d867","aoa:abyss-stack:anchor:2617d5c1fd50de660a27454e","aoa:abyss-stack:anchor:264ced1aa45f28cfc78d3d70","aoa:abyss-stack:anchor:264d7dae42eda632e0185332","aoa:abyss-stack:anchor:271cce7f91c59c4230c847b4","aoa:abyss-stack:anchor:2be82aba8a4b676c0f82cf3d","aoa:abyss-stack:anchor:2e559543e498c054e515ba11","aoa:abyss-stack:anchor:2e83859361cb33be00528249","aoa:abyss-stack:anchor:3100b2207755788634c6441d","aoa:abyss-stack:anchor:32db67f87477c160c6bcb35a","aoa:abyss-stack:anchor:32df9f0a7c9cbeda5a253be2","aoa:abyss-stack:anchor:36e67f546d1b7bed6ecf9736","aoa:abyss-stack:anchor:36fdbae008f241ea9c691ed3","aoa:abyss-stack:anchor:3723c90b6a0af825687ff643","aoa:abyss-stack:anchor:391945873dab5497d1433197","aoa:abyss-stack:anchor:3b9c0d1bc37cb6bb9539747b","aoa:abyss-stack:anchor:3bb0c2b784f3a5f78b438300","aoa:abyss-stack:anchor:3e3ca57a420106a66447a877","aoa:abyss-stack:anchor:40344a8e5fa2403913da5ab9","aoa:abyss-stack:anchor:43fa23071e84125cc1ec4172","aoa:abyss-stack:anchor:482042f60e4118a9c7f4921d","aoa:abyss-stack:anchor:49f68da1bcd2f1c225d50d85","aoa:abyss-stack:anchor:4ca81af079bad581d25191f0","aoa:abyss-stack:anchor:4f0b46edcbf9f5df5c0a9de2","aoa:abyss-stack:anchor:4f21151f3c91957649970677","aoa:abyss-stack:anchor:4f3fb91f069ff14922ea4eb7","aoa:abyss-stack:anchor:4ff1717a28ef471df71fc20a","aoa:abyss-stack:anchor:50c06c398266936dae4aee7f","aoa:abyss-stack:anchor:514ccff27f06738ce2c9c756","aoa:abyss-stack:anchor:5187abf036370ba0a7436598","aoa:abyss-stack:anchor:5341187590829d82dafdec58","aoa:abyss-stack:anchor:56e558cb6ca1f7e546b26153","aoa:abyss-stack:anchor:590fd6c4b665ccdcb5b7694b","aoa:abyss-stack:anchor:5ad89736e719251399d6d5ab","aoa:abyss-stack:anchor:5c5879b1bb25bb4cc74a779f","aoa:abyss-stack:anchor:5d28db1dfb772512cc0ec71a","aoa:abyss-stack:anchor:5ed15d84ba0ae241ffceb8f3","aoa:abyss-stack:anchor:5fafbddfc979abf6c9d1b35e","aoa:abyss-stack:anchor:60231e3b9e75949a344fca6b","aoa:abyss-stack:anchor:6064e4418489f6ab9647e9fb","aoa:abyss-stack:anchor:63c05c988b95ce88351562e8","aoa:abyss-stack:anchor:67c070574a9919830e955246","aoa:abyss-stack:anchor:6b35c88496ba8ba6ac47830c","aoa:abyss-stack:anchor:6d0f051e2895504b31df6b40","aoa:abyss-stack:anchor:6f9229c6cbcf61837f0feec4","aoa:abyss-stack:anchor:6fe05b3e10bf1cab2ef688ae","aoa:abyss-stack:anchor:7a6b497dbc4ff4b772b3d76b","aoa:abyss-stack:anchor:7b9fdd9d3dc75f7cd0bdcf9c","aoa:abyss-stack:anchor:7de2d7bc27c642a23d09f548","aoa:abyss-stack:anchor:7e3aa32b03e07a4ccd0471d5","aoa:abyss-stack:anchor:7f32e397e824348069f85440","aoa:abyss-stack:anchor:80cb1cdc91b3f6127078f9c8","aoa:abyss-stack:anchor:8110515f73a241ee24342707","aoa:abyss-stack:anchor:82200199c4627d235aeda0d4","aoa:abyss-stack:anchor:822191e71f9e9299f40e9e09","aoa:abyss-stack:anchor:82e7c9cb642cc8d56a5244b8","aoa:abyss-stack:anchor:830cd42945d9836c6796d215","aoa:abyss-stack:anchor:83eacd1c03ac67ab3f05e258","aoa:abyss-stack:anchor:850f7c3916af383529841a39","aoa:abyss-stack:anchor:854b32fa027a8c436519a37b","aoa:abyss-stack:anchor:88faf43707f9d28e0c241a8e","aoa:abyss-stack:anchor:8a95ed7e7f215988a91a996f","aoa:abyss-stack:anchor:8b250cfac18e81af8e2a5f9f","aoa:abyss-stack:anchor:8cfe68dd81abce0cd526f5bb","aoa:abyss-stack:anchor:8f0f0bfcf805d5ced2d47fea","aoa:abyss-stack:anchor:8fb1fe66ef5b58c8d9ea3fa3","aoa:abyss-stack:anchor:903a387c1a264d152b395396","aoa:abyss-stack:anchor:90444cc3fa4607e2e6ae97f8","aoa:abyss-stack:anchor:90b897568bf42eb8f396ad73","aoa:abyss-stack:anchor:92e5ddd2ecf48bf1e6674371","aoa:abyss-stack:anchor:942526a817d6f415ee793b2e","aoa:abyss-stack:anchor:94f9d9f02e59f43673160949","aoa:abyss-stack:anchor:9501704dd5e894930a72f845","aoa:abyss-stack:anchor:960f0cc94039e361d2435b31","aoa:abyss-stack:anchor:967c40ae25b7b423ad677038","aoa:abyss-stack:anchor:98e5fa1343d202c506b3f011","aoa:abyss-stack:anchor:9914e46aea6be56b80236781","aoa:abyss-stack:anchor:99764f511fa67807ea275d40","aoa:abyss-stack:anchor:99955a608db9605ab8ef9d20","aoa:abyss-stack:anchor:99a1d0c6a083c51af9ee1598","aoa:abyss-stack:anchor:9a9bf74dafb00a4632bc1a78","aoa:abyss-stack:anchor:9ce48b4f94b504b530cade5f","aoa:abyss-stack:anchor:9eab60a27f8ef375495028bd","aoa:abyss-stack:anchor:a0abcd0f0c998be633fddafd","aoa:abyss-stack:anchor:a4333fcb0f12754209aae480","aoa:abyss-stack:anchor:a4f1251c70f046300737024e","aoa:abyss-stack:anchor:a55052a15bf59ed6ec00f253","aoa:abyss-stack:anchor:a7066d011829390acac92618","aoa:abyss-stack:anchor:a706efb4d8ab596b4b7aa756","aoa:abyss-stack:anchor:a7bc2fb565582e26dac4df2f","aoa:abyss-stack:anchor:a8f35feb1966061e09103fcf","aoa:abyss-stack:anchor:ae20f3072f47efbb89bbee37","aoa:abyss-stack:anchor:b2d9b67c66df67e8a02a4f8d","aoa:abyss-stack:anchor:b64a80146efb3b06fdadf32a","aoa:abyss-stack:anchor:b81d948bb2b2c7887383ed5a","aoa:abyss-stack:anchor:b83645645df1b09fb99e1d63","aoa:abyss-stack:anchor:ba152c2021f3f3ca1e88b42a","aoa:abyss-stack:anchor:bce2b2bffa3f19a7a6791e67","aoa:abyss-stack:anchor:bda033eb516b7fb15fe0c002","aoa:abyss-stack:anchor:bdca2f0308ad11d67a2d1cb4","aoa:abyss-stack:anchor:bf617b9928c6630dca10942a","aoa:abyss-stack:anchor:c14be37dc77e4c21e2ddaf81","aoa:abyss-stack:anchor:c1646c47f750b702cf43269f","aoa:abyss-stack:anchor:c27a92b9dec1428ed203f530","aoa:abyss-stack:anchor:c3756beafd721bb7e476e6ad","aoa:abyss-stack:anchor:c6f548ab96fc3e6a3cf98150","aoa:abyss-stack:anchor:c8d721ed3391614fbacdff75","aoa:abyss-stack:anchor:cbb20c4a5023de34e3bfc489","aoa:abyss-stack:anchor:cc68a41d5e096334490776e6","aoa:abyss-stack:anchor:cda5e35178112e1801d47c45","aoa:abyss-stack:anchor:ce2f094d038870565333707c","aoa:abyss-stack:anchor:cf2793234e70a34d1cd36177","aoa:abyss-stack:anchor:cf38d7c6484d0f1bdc77c2cc","aoa:abyss-stack:anchor:cf6e7f9e191daf498257a6f2","aoa:abyss-stack:anchor:d063dece9b1af26fb6b4f941","aoa:abyss-stack:anchor:d656fa4f82e87770f6cdaafc","aoa:abyss-stack:anchor:d8456608135a19a25bb3c7b7","aoa:abyss-stack:anchor:d90043e3434f0eba1b8e284d","aoa:abyss-stack:anchor:da17175fe4ec2e4e3cc993a7","aoa:abyss-stack:anchor:dab58d14d639f0f714d46ad1","aoa:abyss-stack:anchor:ddda0234df1da3bed0b58ac4","aoa:abyss-stack:anchor:e08d2a16abcdb82bbf79c0ed","aoa:abyss-stack:anchor:e0e43b857daafc38fa38a283","aoa:abyss-stack:anchor:e34b5d409bd61e1fa13b001d","aoa:abyss-stack:anchor:e41ba04294464b39b7652016","aoa:abyss-stack:anchor:e46703519584a2a979b47a74","aoa:abyss-stack:anchor:e76d43ac38cca186a319c383","aoa:abyss-stack:anchor:e783aa6845558ef6e7ebb632","aoa:abyss-stack:anchor:e84b8a00fe812d019bbeb329","aoa:abyss-stack:anchor:e882ed5e299220569519e9e7","aoa:abyss-stack:anchor:ea0e5ba82de38afd9bd60ae8","aoa:abyss-stack:anchor:eab1ab71b519616defb45048","aoa:abyss-stack:anchor:ec42e4ca16b7c6c584917a9e","aoa:abyss-stack:anchor:efa16ae811bcaeb220dddc85","aoa:abyss-stack:anchor:f0cd2ad30ab36a646dec8341","aoa:abyss-stack:anchor:f1020775717109aa7d33aa04","aoa:abyss-stack:anchor:f5bc7856f571c20e33bf48e5","aoa:abyss-stack:anchor:f7c595b70dc8ffdd6b33f5af","aoa:abyss-stack:anchor:f965082941b70bb6d204268f","aoa:abyss-stack:anchor:f9c6b9336d1225b5fb5ce853","aoa:abyss-stack:anchor:fba33bc2d0cd04b9879681ce","aoa:abyss-stack:anchor:fdb173db2ef41af00ad88346","aoa:abyss-stack:anchor:fddb141c7f49a684b41dcaf8"],"changes":[{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","old_path":"","path":".agents/skills/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","old_path":"","path":".agents/skills/abyss-self-diagnostic-spine/SKILL.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","old_path":"","path":"AUDIT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5","old_path":"","path":"QUESTBOOK.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","old_path":"","path":"README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2a7e780aaf2647f7cde8a07c","old_path":"","path":"Spark/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:24477d1d7cb209d1fbbdf83e","old_path":"","path":"Spark/SWARM.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8","old_path":"","path":"compose/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","old_path":"","path":"config-templates/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:d00743dc4e878f258330dead","old_path":"","path":"docs/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","old_path":"","path":"docs/AGENTS_ROOT_REFERENCE.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c","old_path":"","path":"docs/MIGRATION_FROM_OLD.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:04207dbbb4b099420596be5c","old_path":"","path":"docs/QUESTBOOK_STACK_INTEGRATION.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","old_path":"","path":"docs/SERVICE_CATALOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:6999b3015686383e3398e25d","old_path":"","path":"env/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d6f410265e480af01e88f968","old_path":"","path":"env/README.md"},{"change_kind":"delete","object_id":"aoa:abyss-stack:artifact:73de061b3989ed8c40a36b86","old_path":"","path":"generated/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","old_path":"","path":"mechanics/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:ce0ee3d0c0c36f835904a885","old_path":"","path":"mechanics/agon-runtime/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:cfc2c535cf6f7fa72321a185","old_path":"","path":"mechanics/agon-runtime/legacy/DISTILLATION_LOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e5815b1ddc8dee89443eb5d2","old_path":"","path":"mechanics/agon-runtime/legacy/INDEX.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:295db2da9089557dd84986ce","old_path":"quests/ABS-Q-AGON-0001-duel-runtime-kernel.md","path":"mechanics/agon-runtime/legacy/raw/quests/ABS-Q-AGON-0001-duel-runtime-kernel.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:a3fda5398b1d9c3dd5ec0b76","old_path":"quests/ABS-Q-AGON-0002-event-log-hash-chain.md","path":"mechanics/agon-runtime/legacy/raw/quests/ABS-Q-AGON-0002-event-log-hash-chain.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:fae68e13dbf6b118d53f7612","old_path":"quests/ABS-Q-AGON-0003-mechanical-trial-runs.md","path":"mechanics/agon-runtime/legacy/raw/quests/ABS-Q-AGON-0003-mechanical-trial-runs.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e6111170ee25c55c35082158","old_path":"","path":"mechanics/config-projection/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","old_path":"","path":"mechanics/config-projection/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:4e02b4ce2494c6e5b7ba0919","old_path":"","path":"mechanics/config-projection/ROADMAP.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:4217770f4130ffb4a4b08d2e","old_path":"docs/RENDER_TRUTH.md","path":"mechanics/config-projection/docs/RENDER_TRUTH.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:2e72d89b5b622cb92f8758fa","old_path":"docs/SECRETS_BOOTSTRAP.md","path":"mechanics/config-projection/docs/SECRETS_BOOTSTRAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:16f5a6e2d134c213003f8671","old_path":"","path":"mechanics/config-projection/parts/bootstrap/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432","old_path":"","path":"mechanics/config-projection/parts/rendering/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:19e62c78d703ed87b1acc383","old_path":"","path":"mechanics/diagnostic-spine/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:41880163345233e7ac4fa00e","old_path":"","path":"mechanics/diagnostic-spine/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","old_path":"docs/DIAGNOSTIC_SPINE.md","path":"mechanics/diagnostic-spine/docs/DIAGNOSTIC_SPINE.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","old_path":"docs/DOCTOR.md","path":"mechanics/diagnostic-spine/docs/DOCTOR.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","old_path":"docs/LOCAL_OPS_DOCTOR_SPLIT.md","path":"mechanics/diagnostic-spine/docs/LOCAL_OPS_DOCTOR_SPLIT.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82","old_path":"docs/TRUTH_SURFACES.md","path":"mechanics/diagnostic-spine/docs/TRUTH_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/examples/diagnostic_session.min.example.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:69a5dc57095a5041045b42e0","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/generated/diagnostic_surface_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_validate_stack_diagnostic_spine.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:4db699741c50f62e46fc56f9","old_path":"","path":"mechanics/diagnostic-spine/parts/doctor-readiness/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:701c9a47efe1e4efa94b02a6","old_path":"tests/test_aoa_doctor.py","path":"mechanics/diagnostic-spine/parts/doctor-readiness/tests/test_aoa_doctor.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f9f927b89d14aef81dc22eb4","old_path":"","path":"mechanics/diagnostic-spine/parts/truth-surfaces/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2df0ea8beac51da763252cf4","old_path":"","path":"mechanics/federation-seams/PARTS.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:d88e045666e8f6001885ee30","old_path":"docs/EVAL_RUNTIME_SEAM.md","path":"mechanics/federation-seams/docs/EVAL_RUNTIME_SEAM.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:5ee36d0a8f3420e108b06e8a","old_path":"docs/KAG_RUNTIME_SEAM.md","path":"mechanics/federation-seams/docs/KAG_RUNTIME_SEAM.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:19352afaca3b275c1292783b","old_path":"docs/MEMO_RUNTIME_SEAM.md","path":"mechanics/federation-seams/docs/MEMO_RUNTIME_SEAM.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:1034d4302f733545c0128521","old_path":"docs/PLAYBOOK_RUNTIME_SEAM.md","path":"mechanics/federation-seams/docs/PLAYBOOK_RUNTIME_SEAM.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5eaba2892c3b1bc6173bac35","old_path":"","path":"mechanics/federation-seams/docs/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9","old_path":"docs/RPG_FRONTEND_PROJECTION_SEAM.md","path":"mechanics/federation-seams/docs/RPG_FRONTEND_PROJECTION_SEAM.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:6743f9d31fab292702dfd8c0","old_path":"docs/RPG_ROUTE_API_SEAM.md","path":"mechanics/federation-seams/docs/RPG_ROUTE_API_SEAM.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:0f917e4e38d31855fa85df64","old_path":"docs/RPG_RUNTIME_BUILDERS.md","path":"mechanics/federation-seams/docs/RPG_RUNTIME_BUILDERS.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:c114886c48e53e98b501d49b","old_path":"docs/RPG_RUNTIME_COLLECTIONS.md","path":"mechanics/federation-seams/docs/RPG_RUNTIME_COLLECTIONS.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:057b381deecdd2579b4741d8","old_path":"docs/RPG_RUNTIME_FRONTEND_POSTURE.md","path":"mechanics/federation-seams/docs/RPG_RUNTIME_FRONTEND_POSTURE.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","old_path":"docs/TOS_GRAPH_CURATION.md","path":"mechanics/federation-seams/docs/TOS_GRAPH_CURATION.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a3841a7a3ec4b60947fc1cf9","old_path":"","path":"mechanics/federation-seams/parts/eval-seam/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d79936670225befe15a1f96a","old_path":"","path":"mechanics/federation-seams/parts/federation-checks/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:0364a8a294e82cd164bff95d","old_path":"tests/test_aoa_federated_check.py","path":"mechanics/federation-seams/parts/federation-checks/tests/test_aoa_federated_check.py"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","old_path":"tests/test_langchain_api_federated.py","path":"mechanics/federation-seams/parts/federation-checks/tests/test_langchain_api_federated.py"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:73352c3554c542868fcc2a30","old_path":"tests/test_route_api_closure_status.py","path":"mechanics/federation-seams/parts/federation-checks/tests/test_route_api_closure_status.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:c44ff56a3dae356f561315a5","old_path":"","path":"mechanics/federation-seams/parts/kag-seam/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:33ad8e14582bffb521967cbc","old_path":"","path":"mechanics/federation-seams/parts/memo-seam/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b04de26f40a52905191b5d4e","old_path":"","path":"mechanics/federation-seams/parts/playbook-seam/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:15d4765149dbdc359c665256","old_path":"","path":"mechanics/federation-seams/parts/rpg-runtime/examples/frontend_projection_bundle.example.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:10167a2c39bc283f3de3fc67","old_path":"","path":"mechanics/federation-seams/parts/rpg-runtime/generated/frontend_projection_bundles.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b4c7266b5c14d513a11c5423","old_path":"","path":"mechanics/federation-seams/parts/rpg-runtime/generated/quest_run_results.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:69f41957ee42930e1e9edd04","old_path":"","path":"mechanics/federation-seams/parts/tos-graph/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:29b80f94a42de84530b5b9b4","old_path":"","path":"mechanics/governed-execution/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f","old_path":"","path":"mechanics/governed-execution/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","old_path":"docs/CONTEXT_BUDGET_POLICY.md","path":"mechanics/governed-execution/docs/CONTEXT_BUDGET_POLICY.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:d93ae432aa70ad1c89352350","old_path":"docs/GOVERNED_EXECUTION.md","path":"mechanics/governed-execution/docs/GOVERNED_EXECUTION.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f","old_path":"","path":"mechanics/governed-execution/docs/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3","old_path":"docs/RECURRENCE_RUNTIME_POLICY.md","path":"mechanics/governed-execution/docs/RECURRENCE_RUNTIME_POLICY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:200e3f06dfa423f097e330d8","old_path":"","path":"mechanics/governed-execution/parts/autonomy-status/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:20453143f58f11868bffb84e","old_path":"tests/test_aoa_status_autonomy.py","path":"mechanics/governed-execution/parts/autonomy-status/tests/test_aoa_status_autonomy.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:70a7cc76f8dc0e3d1481b741","old_path":"","path":"mechanics/governed-execution/parts/local-worker-path/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:56b0657d6d0b757d19814dad","old_path":"","path":"mechanics/governed-execution/parts/return-policy/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:0918dfbcc68f5907d706c8f8","old_path":"examples/runtime_return_event.workhorse-local.example.json","path":"mechanics/governed-execution/parts/return-policy/examples/runtime_return_event.workhorse-local.example.json"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:261e270f854b940c7fcab2c8","old_path":"examples/runtime_return_policy.agentic-local.example.json","path":"mechanics/governed-execution/parts/return-policy/examples/runtime_return_policy.agentic-local.example.json"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:8774f424a3827f8e4d00dec7","old_path":"schemas/runtime-return-event.schema.json","path":"mechanics/governed-execution/parts/return-policy/schemas/runtime-return-event.schema.json"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:c9fc7a9570c2fcf7079a2f6d","old_path":"schemas/runtime-return-policy.schema.json","path":"mechanics/governed-execution/parts/return-policy/schemas/runtime-return-policy.schema.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:47605cbd7a8df1a61f6c8dbc","old_path":"","path":"mechanics/governed-execution/parts/runtime-contracts/tests/test_governed_execution.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:3e154855cd9778b014a8fc76","old_path":"","path":"mechanics/inference-pilots/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:40fa63093f668d552cf40354","old_path":"","path":"mechanics/inference-pilots/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a6b136d922e6921a7f6f8bfa","old_path":"","path":"mechanics/inference-pilots/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","old_path":"docs/LANGGRAPH_PILOT.md","path":"mechanics/inference-pilots/docs/LANGGRAPH_PILOT.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","old_path":"docs/LLAMACPP_PILOT.md","path":"mechanics/inference-pilots/docs/LLAMACPP_PILOT.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","old_path":"docs/LOCAL_AI_TRIALS.md","path":"mechanics/inference-pilots/docs/LOCAL_AI_TRIALS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:ccba9aa11dfab9bc875170e8","old_path":"","path":"mechanics/inference-pilots/docs/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","old_path":"docs/RUNTIME_BENCH_POLICY.md","path":"mechanics/inference-pilots/docs/RUNTIME_BENCH_POLICY.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","old_path":"docs/RUNTIME_WINNER_PROMOTION_LOOP.md","path":"mechanics/inference-pilots/docs/RUNTIME_WINNER_PROMOTION_LOOP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","old_path":"","path":"mechanics/inference-pilots/legacy/artifacts/scripts/aoa-w6-pilot"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f","old_path":"","path":"mechanics/inference-pilots/legacy/raw/W5_PILOT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d7b70279a3279fc91808efff","old_path":"","path":"mechanics/inference-pilots/legacy/raw/W6_PILOT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:94a87e80213bf92a684115ee","old_path":"","path":"mechanics/inference-pilots/parts/langgraph-pilot/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0709cc4761624b90c0d2ce6d","old_path":"","path":"mechanics/inference-pilots/parts/llamacpp-pilot/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:23d59a0790060bc770cfdb32","old_path":"tests/test_aoa_llamacpp_pilot.py","path":"mechanics/inference-pilots/parts/llamacpp-pilot/tests/test_aoa_llamacpp_pilot.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:df8ada0c5fd59397005a7091","old_path":"","path":"mechanics/inference-pilots/parts/promotion-loop/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2affc987758183ed27e32cb7","old_path":"","path":"mechanics/inference-pilots/parts/qwen-routes/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:4a3fca8d5813177e29019149","old_path":"tests/test_aoa_qwen_check.py","path":"mechanics/inference-pilots/parts/qwen-routes/tests/test_aoa_qwen_check.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:18179fa1998e19789f510c50","old_path":"","path":"mechanics/machine-fit/PARTS.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","old_path":"docs/MACHINE_FIT_POLICY.md","path":"mechanics/machine-fit/docs/MACHINE_FIT_POLICY.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:715756e41b133398a9d43463","old_path":"docs/PLATFORM_ADAPTATION_POLICY.md","path":"mechanics/machine-fit/docs/PLATFORM_ADAPTATION_POLICY.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52","old_path":"docs/REFERENCE_PLATFORM.md","path":"mechanics/machine-fit/docs/REFERENCE_PLATFORM.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:1110fd0c7175e9e418e0d284","old_path":"docs/REFERENCE_PLATFORM_SPEC.md","path":"mechanics/machine-fit/docs/REFERENCE_PLATFORM_SPEC.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:366ca06defbaa89d97d3d923","old_path":"docs/WINDOWS_BRIDGE.md","path":"mechanics/machine-fit/docs/WINDOWS_BRIDGE.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:d496c4b99ed44e07615778c1","old_path":"docs/WINDOWS_PERFORMANCE.md","path":"mechanics/machine-fit/docs/WINDOWS_PERFORMANCE.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:29de7059cc14d1243d40b8b2","old_path":"docs/WINDOWS_SETUP.md","path":"mechanics/machine-fit/docs/WINDOWS_SETUP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:60129cd8b700a7d6ca4ca460","old_path":"","path":"mechanics/machine-fit/parts/fit-record/examples/machine-fit.public.json.example"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b82a3b59dce2eb8a4cbf0c1c","old_path":"","path":"mechanics/machine-fit/parts/host-facts/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:aea638136de2ef62c3f19135","old_path":"","path":"mechanics/machine-fit/parts/inference-tuning/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","old_path":"docs/MODEL_CARDS.md","path":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:cb615ad63ed39de316e078c7","old_path":"docs/MODEL_PROFILES.md","path":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_PROFILES.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:0b26fbfd1ab9f4a758472ccf","old_path":"docs/model-cards/qwen3-4b-int4-ov.md","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-4b-int4-ov.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","old_path":"docs/model-cards/qwen3-8b-int4-ov.md","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","old_path":"docs/model-cards/qwen3-openvino-family.md","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-openvino-family.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:2fe89f094403c2397b29fb1c","old_path":"docs/model-cards/qwen3.5-9b-gguf-llamacpp.md","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3.5-9b-gguf-llamacpp.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b622086a10d0fe062bddd2c8","old_path":"","path":"mechanics/machine-fit/parts/platform-adaptations/examples/platform-adaptation.public.json.example"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:054ca73f0612c930414af6bd","old_path":"","path":"mechanics/machine-fit/parts/reference-platform/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0b40cf041e7b7dd262051b78","old_path":"","path":"mechanics/runtime-lifecycle/PARTS.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:f56c67837383845a3353168f","old_path":"docs/GATEWAY_CACHE_POLICY.md","path":"mechanics/runtime-lifecycle/docs/GATEWAY_CACHE_POLICY.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:15abaec7a5c5b523e5d4da18","old_path":"docs/INTERNAL_PROBES.md","path":"mechanics/runtime-lifecycle/docs/INTERNAL_PROBES.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:fc44f9098e73ccc61e94d4ee","old_path":"","path":"mechanics/runtime-lifecycle/docs/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8","old_path":"docs/USAGE_BUDGET_POLICY.md","path":"mechanics/runtime-lifecycle/docs/USAGE_BUDGET_POLICY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:93e8f05871f044eb8e40d57c","old_path":"","path":"mechanics/runtime-lifecycle/parts/logs-status/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:4cd6376b8b302d6307a71278","old_path":"","path":"mechanics/runtime-lifecycle/parts/status-readouts/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae","old_path":"","path":"mechanics/runtime-lifecycle/parts/status-readouts/tests/test_runtime_hygiene.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b58955bc0369b1f39e6b3fad","old_path":"","path":"mechanics/runtime-lifecycle/parts/wait-smoke/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:963681176585fdb0acf8bf42","old_path":"","path":"mechanics/runtime-repair/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:6f7f1e4c7412c5bbee29cb38","old_path":"","path":"mechanics/runtime-repair/PROVENANCE.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:bc0030c5d61296454d8e70c4","old_path":"docs/A2A_RETURN_DRY_RUN.md","path":"mechanics/runtime-repair/docs/A2A_RETURN_DRY_RUN.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:0136b8a9f8eb4ee60a42c75b","old_path":"docs/ANTIFRAGILITY_RUNTIME.md","path":"mechanics/runtime-repair/docs/ANTIFRAGILITY_RUNTIME.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:1c1b3adff01db11b845777af","old_path":"docs/REPAIR_SAFE_CLOSEOUT.md","path":"mechanics/runtime-repair/docs/REPAIR_SAFE_CLOSEOUT.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:8c94c4fc2ecfa8cdf56ae954","old_path":"docs/VIA_NEGATIVA_CHECKLIST.md","path":"mechanics/runtime-repair/docs/VIA_NEGATIVA_CHECKLIST.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:48070e12e763a0128a2d3176","old_path":"","path":"mechanics/runtime-repair/legacy/artifacts/examples/service_degradation_receipt.honest-degradation.example.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:1cf5b9683c1f8b7f8fa122d8","old_path":"","path":"mechanics/runtime-repair/legacy/artifacts/examples/service_degradation_receipt.retrieval-outage-honesty.example.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5ec246bc9aefc833a79ed8ae","old_path":"","path":"mechanics/runtime-repair/legacy/artifacts/tests/test_antifragility_contracts.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:1e54603f6d20370021ac2f9c","old_path":"","path":"mechanics/runtime-repair/parts/a2a-return-dry-run/examples/runtime_a2a_return_closeout_dry_run.example.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:831377bd8da42402f06fc7c5","old_path":"","path":"mechanics/runtime-repair/parts/antifragility-posture/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:14d2f4881d9a68a8580f3170","old_path":"","path":"mechanics/runtime-repair/parts/repair-safe-closeout/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","old_path":"","path":"quests/ABYSS-STACK-Q-0003.yaml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced","old_path":"","path":"quests/ABYSS-STACK-Q-0004.yaml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","old_path":"","path":"quests/ABYSS-STACK-Q-0005.yaml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:38c98727c64e92de3a457d58","old_path":"","path":"quests/ABYSS-STACK-Q-0006.yaml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","old_path":"","path":"quests/ABYSS-STACK-Q-0007.yaml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43","old_path":"","path":"quests/ABYSS-STACK-Q-0008.yaml"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:c2e8a587202c4399cb81d74d","old_path":"","path":"quests/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4","old_path":"","path":"quests/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:24628c85428aa74804ae00e0","old_path":"examples/quest_catalog.min.example.json","path":"quests/examples/quest_catalog.min.example.json"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:3f0d6bf659cb80384218ef26","old_path":"examples/quest_dispatch.min.example.json","path":"quests/examples/quest_dispatch.min.example.json"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:badf964675bbec9938eff09e","old_path":"schemas/quest.schema.json","path":"quests/schemas/quest.schema.json"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a","old_path":"schemas/quest_dispatch.schema.json","path":"quests/schemas/quest_dispatch.schema.json"},{"change_kind":"delete","object_id":"aoa:abyss-stack:artifact:1c6fbd98c4a0f88f7d8bfb6c","old_path":"","path":"schemas/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","old_path":"","path":"scripts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:c85a3629464c953897b2b3e6","old_path":"","path":"scripts/aoa-a2a-return-closeout-dry-run"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2597a289333b54d91e8e7f9b","old_path":"","path":"scripts/aoa-first-run"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:176f6c51b37c35b5887c5b61","old_path":"","path":"scripts/aoa-local-ai-trials"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:51072df02f14be98bbab3a00","old_path":"","path":"scripts/aoa-rpg-runtime-projection"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf","old_path":"","path":"scripts/diagnostic_surface_catalog_common.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","old_path":"","path":"scripts/validate_nested_agents.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","old_path":"","path":"scripts/validate_stack.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:712d5f03480e57eb0994afdd","old_path":"","path":"tests/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","old_path":"","path":"tests/test_validate_stack_questbook.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"9ccff793cd9b7eaf9205f7826a325cdf85643426"}],"id":"aoa:abyss-stack:event:ec48ba9d65f8372af7a7ba05","label":"Refactor abyss-stack topology (#82)","object_ids":["aoa:abyss-stack:artifact:0136b8a9f8eb4ee60a42c75b","aoa:abyss-stack:artifact:0364a8a294e82cd164bff95d","aoa:abyss-stack:artifact:04207dbbb4b099420596be5c","aoa:abyss-stack:artifact:054ca73f0612c930414af6bd","aoa:abyss-stack:artifact:057b381deecdd2579b4741d8","aoa:abyss-stack:artifact:0709cc4761624b90c0d2ce6d","aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","aoa:abyss-stack:artifact:0918dfbcc68f5907d706c8f8","aoa:abyss-stack:artifact:0b26fbfd1ab9f4a758472ccf","aoa:abyss-stack:artifact:0b40cf041e7b7dd262051b78","aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43","aoa:abyss-stack:artifact:0f917e4e38d31855fa85df64","aoa:abyss-stack:artifact:10167a2c39bc283f3de3fc67","aoa:abyss-stack:artifact:1034d4302f733545c0128521","aoa:abyss-stack:artifact:1110fd0c7175e9e418e0d284","aoa:abyss-stack:artifact:14d2f4881d9a68a8580f3170","aoa:abyss-stack:artifact:15abaec7a5c5b523e5d4da18","aoa:abyss-stack:artifact:15d4765149dbdc359c665256","aoa:abyss-stack:artifact:16f5a6e2d134c213003f8671","aoa:abyss-stack:artifact:176f6c51b37c35b5887c5b61","aoa:abyss-stack:artifact:17d21e76d287da0f58365486","aoa:abyss-stack:artifact:18179fa1998e19789f510c50","aoa:abyss-stack:artifact:19352afaca3b275c1292783b","aoa:abyss-stack:artifact:19e62c78d703ed87b1acc383","aoa:abyss-stack:artifact:1c1b3adff01db11b845777af","aoa:abyss-stack:artifact:1cf5b9683c1f8b7f8fa122d8","aoa:abyss-stack:artifact:1e54603f6d20370021ac2f9c","aoa:abyss-stack:artifact:200e3f06dfa423f097e330d8","aoa:abyss-stack:artifact:20453143f58f11868bffb84e","aoa:abyss-stack:artifact:23d59a0790060bc770cfdb32","aoa:abyss-stack:artifact:24477d1d7cb209d1fbbdf83e","aoa:abyss-stack:artifact:24628c85428aa74804ae00e0","aoa:abyss-stack:artifact:2597a289333b54d91e8e7f9b","aoa:abyss-stack:artifact:261e270f854b940c7fcab2c8","aoa:abyss-stack:artifact:295db2da9089557dd84986ce","aoa:abyss-stack:artifact:29b80f94a42de84530b5b9b4","aoa:abyss-stack:artifact:29de7059cc14d1243d40b8b2","aoa:abyss-stack:artifact:2a7e780aaf2647f7cde8a07c","aoa:abyss-stack:artifact:2affc987758183ed27e32cb7","aoa:abyss-stack:artifact:2df0ea8beac51da763252cf4","aoa:abyss-stack:artifact:2e72d89b5b622cb92f8758fa","aoa:abyss-stack:artifact:2fe89f094403c2397b29fb1c","aoa:abyss-stack:artifact:33ad8e14582bffb521967cbc","aoa:abyss-stack:artifact:366ca06defbaa89d97d3d923","aoa:abyss-stack:artifact:38c98727c64e92de3a457d58","aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","aoa:abyss-stack:artifact:3e154855cd9778b014a8fc76","aoa:abyss-stack:artifact:3f0d6bf659cb80384218ef26","aoa:abyss-stack:artifact:40fa63093f668d552cf40354","aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","aoa:abyss-stack:artifact:41880163345233e7ac4fa00e","aoa:abyss-stack:artifact:4217770f4130ffb4a4b08d2e","aoa:abyss-stack:artifact:48070e12e763a0128a2d3176","aoa:abyss-stack:artifact:4a3fca8d5813177e29019149","aoa:abyss-stack:artifact:4cd6376b8b302d6307a71278","aoa:abyss-stack:artifact:4db699741c50f62e46fc56f9","aoa:abyss-stack:artifact:4e02b4ce2494c6e5b7ba0919","aoa:abyss-stack:artifact:51072df02f14be98bbab3a00","aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3","aoa:abyss-stack:artifact:56b0657d6d0b757d19814dad","aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0","aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","aoa:abyss-stack:artifact:5eaba2892c3b1bc6173bac35","aoa:abyss-stack:artifact:5ee36d0a8f3420e108b06e8a","aoa:abyss-stack:artifact:60129cd8b700a7d6ca4ca460","aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f","aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","aoa:abyss-stack:artifact:6743f9d31fab292702dfd8c0","aoa:abyss-stack:artifact:6999b3015686383e3398e25d","aoa:abyss-stack:artifact:69a5dc57095a5041045b42e0","aoa:abyss-stack:artifact:69f41957ee42930e1e9edd04","aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","aoa:abyss-stack:artifact:6f7f1e4c7412c5bbee29cb38","aoa:abyss-stack:artifact:701c9a47efe1e4efa94b02a6","aoa:abyss-stack:artifact:70a7cc76f8dc0e3d1481b741","aoa:abyss-stack:artifact:712d5f03480e57eb0994afdd","aoa:abyss-stack:artifact:715756e41b133398a9d43463","aoa:abyss-stack:artifact:73352c3554c542868fcc2a30","aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced","aoa:abyss-stack:artifact:831377bd8da42402f06fc7c5","aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","aoa:abyss-stack:artifact:8774f424a3827f8e4d00dec7","aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432","aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9","aoa:abyss-stack:artifact:8c94c4fc2ecfa8cdf56ae954","aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","aoa:abyss-stack:artifact:93e8f05871f044eb8e40d57c","aoa:abyss-stack:artifact:94a87e80213bf92a684115ee","aoa:abyss-stack:artifact:963681176585fdb0acf8bf42","aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82","aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae","aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f","aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f","aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8","aoa:abyss-stack:artifact:a3841a7a3ec4b60947fc1cf9","aoa:abyss-stack:artifact:a3fda5398b1d9c3dd5ec0b76","aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","aoa:abyss-stack:artifact:a6b136d922e6921a7f6f8bfa","aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","aoa:abyss-stack:artifact:aea638136de2ef62c3f19135","aoa:abyss-stack:artifact:b04de26f40a52905191b5d4e","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","aoa:abyss-stack:artifact:b4c7266b5c14d513a11c5423","aoa:abyss-stack:artifact:b58955bc0369b1f39e6b3fad","aoa:abyss-stack:artifact:b622086a10d0fe062bddd2c8","aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c","aoa:abyss-stack:artifact:b82a3b59dce2eb8a4cbf0c1c","aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","aoa:abyss-stack:artifact:badf964675bbec9938eff09e","aoa:abyss-stack:artifact:bc0030c5d61296454d8e70c4","aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","aoa:abyss-stack:artifact:c114886c48e53e98b501d49b","aoa:abyss-stack:artifact:c2e8a587202c4399cb81d74d","aoa:abyss-stack:artifact:c44ff56a3dae356f561315a5","aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","aoa:abyss-stack:artifact:c85a3629464c953897b2b3e6","aoa:abyss-stack:artifact:c9fc7a9570c2fcf7079a2f6d","aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","aoa:abyss-stack:artifact:cb615ad63ed39de316e078c7","aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","aoa:abyss-stack:artifact:ccba9aa11dfab9bc875170e8","aoa:abyss-stack:artifact:ce0ee3d0c0c36f835904a885","aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","aoa:abyss-stack:artifact:cfc2c535cf6f7fa72321a185","aoa:abyss-stack:artifact:d00743dc4e878f258330dead","aoa:abyss-stack:artifact:d496c4b99ed44e07615778c1","aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","aoa:abyss-stack:artifact:d6f410265e480af01e88f968","aoa:abyss-stack:artifact:d79936670225befe15a1f96a","aoa:abyss-stack:artifact:d7b70279a3279fc91808efff","aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","aoa:abyss-stack:artifact:d88e045666e8f6001885ee30","aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","aoa:abyss-stack:artifact:d93ae432aa70ad1c89352350","aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","aoa:abyss-stack:artifact:df8ada0c5fd59397005a7091","aoa:abyss-stack:artifact:e5815b1ddc8dee89443eb5d2","aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","aoa:abyss-stack:artifact:e6111170ee25c55c35082158","aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52","aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5","aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf","aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a","aoa:abyss-stack:artifact:f56c67837383845a3353168f","aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4","aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","aoa:abyss-stack:artifact:f9f927b89d14aef81dc22eb4","aoa:abyss-stack:artifact:fae68e13dbf6b118d53f7612","aoa:abyss-stack:artifact:fc44f9098e73ccc61e94d4ee","aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8"],"observation_state":"observed","occurred_at":"2026-05-13T00:43:40+03:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:0136b8a9f8eb4ee60a42c75b","aoa:abyss-stack:artifact:0364a8a294e82cd164bff95d","aoa:abyss-stack:artifact:04207dbbb4b099420596be5c","aoa:abyss-stack:artifact:054ca73f0612c930414af6bd","aoa:abyss-stack:artifact:057b381deecdd2579b4741d8","aoa:abyss-stack:artifact:0709cc4761624b90c0d2ce6d","aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","aoa:abyss-stack:artifact:0918dfbcc68f5907d706c8f8","aoa:abyss-stack:artifact:0b26fbfd1ab9f4a758472ccf","aoa:abyss-stack:artifact:0b40cf041e7b7dd262051b78","aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43","aoa:abyss-stack:artifact:0f917e4e38d31855fa85df64","aoa:abyss-stack:artifact:10167a2c39bc283f3de3fc67","aoa:abyss-stack:artifact:1034d4302f733545c0128521","aoa:abyss-stack:artifact:1110fd0c7175e9e418e0d284","aoa:abyss-stack:artifact:14d2f4881d9a68a8580f3170","aoa:abyss-stack:artifact:15abaec7a5c5b523e5d4da18","aoa:abyss-stack:artifact:15d4765149dbdc359c665256","aoa:abyss-stack:artifact:16f5a6e2d134c213003f8671","aoa:abyss-stack:artifact:176f6c51b37c35b5887c5b61","aoa:abyss-stack:artifact:17d21e76d287da0f58365486","aoa:abyss-stack:artifact:18179fa1998e19789f510c50","aoa:abyss-stack:artifact:19352afaca3b275c1292783b","aoa:abyss-stack:artifact:19e62c78d703ed87b1acc383","aoa:abyss-stack:artifact:1c1b3adff01db11b845777af","aoa:abyss-stack:artifact:1cf5b9683c1f8b7f8fa122d8","aoa:abyss-stack:artifact:1e54603f6d20370021ac2f9c","aoa:abyss-stack:artifact:200e3f06dfa423f097e330d8","aoa:abyss-stack:artifact:20453143f58f11868bffb84e","aoa:abyss-stack:artifact:23d59a0790060bc770cfdb32","aoa:abyss-stack:artifact:24477d1d7cb209d1fbbdf83e","aoa:abyss-stack:artifact:24628c85428aa74804ae00e0","aoa:abyss-stack:artifact:2597a289333b54d91e8e7f9b","aoa:abyss-stack:artifact:261e270f854b940c7fcab2c8","aoa:abyss-stack:artifact:295db2da9089557dd84986ce","aoa:abyss-stack:artifact:29b80f94a42de84530b5b9b4","aoa:abyss-stack:artifact:29de7059cc14d1243d40b8b2","aoa:abyss-stack:artifact:2a7e780aaf2647f7cde8a07c","aoa:abyss-stack:artifact:2affc987758183ed27e32cb7","aoa:abyss-stack:artifact:2df0ea8beac51da763252cf4","aoa:abyss-stack:artifact:2e72d89b5b622cb92f8758fa","aoa:abyss-stack:artifact:2fe89f094403c2397b29fb1c","aoa:abyss-stack:artifact:33ad8e14582bffb521967cbc","aoa:abyss-stack:artifact:366ca06defbaa89d97d3d923","aoa:abyss-stack:artifact:38c98727c64e92de3a457d58","aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","aoa:abyss-stack:artifact:3e154855cd9778b014a8fc76","aoa:abyss-stack:artifact:3f0d6bf659cb80384218ef26","aoa:abyss-stack:artifact:40fa63093f668d552cf40354","aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","aoa:abyss-stack:artifact:41880163345233e7ac4fa00e","aoa:abyss-stack:artifact:4217770f4130ffb4a4b08d2e","aoa:abyss-stack:artifact:48070e12e763a0128a2d3176","aoa:abyss-stack:artifact:4a3fca8d5813177e29019149","aoa:abyss-stack:artifact:4cd6376b8b302d6307a71278","aoa:abyss-stack:artifact:4db699741c50f62e46fc56f9","aoa:abyss-stack:artifact:4e02b4ce2494c6e5b7ba0919","aoa:abyss-stack:artifact:51072df02f14be98bbab3a00","aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3","aoa:abyss-stack:artifact:56b0657d6d0b757d19814dad","aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0","aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","aoa:abyss-stack:artifact:5eaba2892c3b1bc6173bac35","aoa:abyss-stack:artifact:5ee36d0a8f3420e108b06e8a","aoa:abyss-stack:artifact:60129cd8b700a7d6ca4ca460","aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f","aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","aoa:abyss-stack:artifact:6743f9d31fab292702dfd8c0","aoa:abyss-stack:artifact:6999b3015686383e3398e25d","aoa:abyss-stack:artifact:69a5dc57095a5041045b42e0","aoa:abyss-stack:artifact:69f41957ee42930e1e9edd04","aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","aoa:abyss-stack:artifact:6f7f1e4c7412c5bbee29cb38","aoa:abyss-stack:artifact:701c9a47efe1e4efa94b02a6","aoa:abyss-stack:artifact:70a7cc76f8dc0e3d1481b741","aoa:abyss-stack:artifact:712d5f03480e57eb0994afdd","aoa:abyss-stack:artifact:715756e41b133398a9d43463","aoa:abyss-stack:artifact:73352c3554c542868fcc2a30","aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced","aoa:abyss-stack:artifact:831377bd8da42402f06fc7c5","aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","aoa:abyss-stack:artifact:8774f424a3827f8e4d00dec7","aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432","aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9","aoa:abyss-stack:artifact:8c94c4fc2ecfa8cdf56ae954","aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","aoa:abyss-stack:artifact:93e8f05871f044eb8e40d57c","aoa:abyss-stack:artifact:94a87e80213bf92a684115ee","aoa:abyss-stack:artifact:963681176585fdb0acf8bf42","aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82","aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae","aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f","aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f","aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8","aoa:abyss-stack:artifact:a3841a7a3ec4b60947fc1cf9","aoa:abyss-stack:artifact:a3fda5398b1d9c3dd5ec0b76","aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","aoa:abyss-stack:artifact:a6b136d922e6921a7f6f8bfa","aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","aoa:abyss-stack:artifact:aea638136de2ef62c3f19135","aoa:abyss-stack:artifact:b04de26f40a52905191b5d4e","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","aoa:abyss-stack:artifact:b4c7266b5c14d513a11c5423","aoa:abyss-stack:artifact:b58955bc0369b1f39e6b3fad","aoa:abyss-stack:artifact:b622086a10d0fe062bddd2c8","aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c","aoa:abyss-stack:artifact:b82a3b59dce2eb8a4cbf0c1c","aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","aoa:abyss-stack:artifact:badf964675bbec9938eff09e","aoa:abyss-stack:artifact:bc0030c5d61296454d8e70c4","aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","aoa:abyss-stack:artifact:c114886c48e53e98b501d49b","aoa:abyss-stack:artifact:c2e8a587202c4399cb81d74d","aoa:abyss-stack:artifact:c44ff56a3dae356f561315a5","aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","aoa:abyss-stack:artifact:c85a3629464c953897b2b3e6","aoa:abyss-stack:artifact:c9fc7a9570c2fcf7079a2f6d","aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","aoa:abyss-stack:artifact:cb615ad63ed39de316e078c7","aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","aoa:abyss-stack:artifact:ccba9aa11dfab9bc875170e8","aoa:abyss-stack:artifact:ce0ee3d0c0c36f835904a885","aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","aoa:abyss-stack:artifact:cfc2c535cf6f7fa72321a185","aoa:abyss-stack:artifact:d00743dc4e878f258330dead","aoa:abyss-stack:artifact:d496c4b99ed44e07615778c1","aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","aoa:abyss-stack:artifact:d6f410265e480af01e88f968","aoa:abyss-stack:artifact:d79936670225befe15a1f96a","aoa:abyss-stack:artifact:d7b70279a3279fc91808efff","aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","aoa:abyss-stack:artifact:d88e045666e8f6001885ee30","aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","aoa:abyss-stack:artifact:d93ae432aa70ad1c89352350","aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","aoa:abyss-stack:artifact:df8ada0c5fd59397005a7091","aoa:abyss-stack:artifact:e5815b1ddc8dee89443eb5d2","aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","aoa:abyss-stack:artifact:e6111170ee25c55c35082158","aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52","aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5","aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf","aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a","aoa:abyss-stack:artifact:f56c67837383845a3353168f","aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4","aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","aoa:abyss-stack:artifact:f9f927b89d14aef81dc22eb4","aoa:abyss-stack:artifact:fae68e13dbf6b118d53f7612","aoa:abyss-stack:artifact:fc44f9098e73ccc61e94d4ee","aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8"],"temporal_ref":"historical","trust_ref":"observed"} +{"_key":"event:aoa:abyss-stack:event:ec48ba9d65f8372af7a7ba05","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:0421d208343c855e2610dc9a","aoa:abyss-stack:anchor:0699d31359f2a8c6a6f1bbe6","aoa:abyss-stack:anchor:06c89e02e5b6b04e56c75c8b","aoa:abyss-stack:anchor:0787935cd907b93c87555665","aoa:abyss-stack:anchor:0801e3524030cd2bc2317866","aoa:abyss-stack:anchor:08a585a141ed30076867fb7d","aoa:abyss-stack:anchor:0b2cb059acfcaad151bdd343","aoa:abyss-stack:anchor:0e07aa8e6a845e5db8b7797e","aoa:abyss-stack:anchor:0e1f57eb3c47cfd619b80998","aoa:abyss-stack:anchor:0e920b2bb6ccde280ae52d0a","aoa:abyss-stack:anchor:114cb26120f29115014c1ba0","aoa:abyss-stack:anchor:11b286ceefcd42f82966b76e","aoa:abyss-stack:anchor:159787339a7c15fe0c83bc15","aoa:abyss-stack:anchor:16aa52dbcde8a245a08d6367","aoa:abyss-stack:anchor:1729155755f0e4d899fb0268","aoa:abyss-stack:anchor:17c12bde80745fe3f81355c8","aoa:abyss-stack:anchor:18a9a7276e72f20f49c69328","aoa:abyss-stack:anchor:1e6e9fa16f281565743e439d","aoa:abyss-stack:anchor:225f4933cee0c2dd8800328f","aoa:abyss-stack:anchor:24f3babcb530298319e4d867","aoa:abyss-stack:anchor:2617d5c1fd50de660a27454e","aoa:abyss-stack:anchor:264ced1aa45f28cfc78d3d70","aoa:abyss-stack:anchor:264d7dae42eda632e0185332","aoa:abyss-stack:anchor:271cce7f91c59c4230c847b4","aoa:abyss-stack:anchor:2be82aba8a4b676c0f82cf3d","aoa:abyss-stack:anchor:2e559543e498c054e515ba11","aoa:abyss-stack:anchor:2e83859361cb33be00528249","aoa:abyss-stack:anchor:3100b2207755788634c6441d","aoa:abyss-stack:anchor:32db67f87477c160c6bcb35a","aoa:abyss-stack:anchor:32df9f0a7c9cbeda5a253be2","aoa:abyss-stack:anchor:36e67f546d1b7bed6ecf9736","aoa:abyss-stack:anchor:36fdbae008f241ea9c691ed3","aoa:abyss-stack:anchor:3723c90b6a0af825687ff643","aoa:abyss-stack:anchor:391945873dab5497d1433197","aoa:abyss-stack:anchor:3b9c0d1bc37cb6bb9539747b","aoa:abyss-stack:anchor:3bb0c2b784f3a5f78b438300","aoa:abyss-stack:anchor:3e3ca57a420106a66447a877","aoa:abyss-stack:anchor:40344a8e5fa2403913da5ab9","aoa:abyss-stack:anchor:43fa23071e84125cc1ec4172","aoa:abyss-stack:anchor:482042f60e4118a9c7f4921d","aoa:abyss-stack:anchor:49f68da1bcd2f1c225d50d85","aoa:abyss-stack:anchor:4ca81af079bad581d25191f0","aoa:abyss-stack:anchor:4f0b46edcbf9f5df5c0a9de2","aoa:abyss-stack:anchor:4f21151f3c91957649970677","aoa:abyss-stack:anchor:4f3fb91f069ff14922ea4eb7","aoa:abyss-stack:anchor:4ff1717a28ef471df71fc20a","aoa:abyss-stack:anchor:50c06c398266936dae4aee7f","aoa:abyss-stack:anchor:514ccff27f06738ce2c9c756","aoa:abyss-stack:anchor:5187abf036370ba0a7436598","aoa:abyss-stack:anchor:5341187590829d82dafdec58","aoa:abyss-stack:anchor:56e558cb6ca1f7e546b26153","aoa:abyss-stack:anchor:590fd6c4b665ccdcb5b7694b","aoa:abyss-stack:anchor:5ad89736e719251399d6d5ab","aoa:abyss-stack:anchor:5c5879b1bb25bb4cc74a779f","aoa:abyss-stack:anchor:5d28db1dfb772512cc0ec71a","aoa:abyss-stack:anchor:5ed15d84ba0ae241ffceb8f3","aoa:abyss-stack:anchor:5fafbddfc979abf6c9d1b35e","aoa:abyss-stack:anchor:60231e3b9e75949a344fca6b","aoa:abyss-stack:anchor:6064e4418489f6ab9647e9fb","aoa:abyss-stack:anchor:63c05c988b95ce88351562e8","aoa:abyss-stack:anchor:67c070574a9919830e955246","aoa:abyss-stack:anchor:6b35c88496ba8ba6ac47830c","aoa:abyss-stack:anchor:6d0f051e2895504b31df6b40","aoa:abyss-stack:anchor:6f9229c6cbcf61837f0feec4","aoa:abyss-stack:anchor:6fe05b3e10bf1cab2ef688ae","aoa:abyss-stack:anchor:7a6b497dbc4ff4b772b3d76b","aoa:abyss-stack:anchor:7b9fdd9d3dc75f7cd0bdcf9c","aoa:abyss-stack:anchor:7e3aa32b03e07a4ccd0471d5","aoa:abyss-stack:anchor:7f32e397e824348069f85440","aoa:abyss-stack:anchor:80cb1cdc91b3f6127078f9c8","aoa:abyss-stack:anchor:8110515f73a241ee24342707","aoa:abyss-stack:anchor:82200199c4627d235aeda0d4","aoa:abyss-stack:anchor:822191e71f9e9299f40e9e09","aoa:abyss-stack:anchor:82e7c9cb642cc8d56a5244b8","aoa:abyss-stack:anchor:830cd42945d9836c6796d215","aoa:abyss-stack:anchor:83eacd1c03ac67ab3f05e258","aoa:abyss-stack:anchor:850f7c3916af383529841a39","aoa:abyss-stack:anchor:854b32fa027a8c436519a37b","aoa:abyss-stack:anchor:88faf43707f9d28e0c241a8e","aoa:abyss-stack:anchor:8a95ed7e7f215988a91a996f","aoa:abyss-stack:anchor:8b250cfac18e81af8e2a5f9f","aoa:abyss-stack:anchor:8cfe68dd81abce0cd526f5bb","aoa:abyss-stack:anchor:8f0f0bfcf805d5ced2d47fea","aoa:abyss-stack:anchor:8fb1fe66ef5b58c8d9ea3fa3","aoa:abyss-stack:anchor:903a387c1a264d152b395396","aoa:abyss-stack:anchor:90444cc3fa4607e2e6ae97f8","aoa:abyss-stack:anchor:90b897568bf42eb8f396ad73","aoa:abyss-stack:anchor:92e5ddd2ecf48bf1e6674371","aoa:abyss-stack:anchor:942526a817d6f415ee793b2e","aoa:abyss-stack:anchor:94f9d9f02e59f43673160949","aoa:abyss-stack:anchor:9501704dd5e894930a72f845","aoa:abyss-stack:anchor:960f0cc94039e361d2435b31","aoa:abyss-stack:anchor:967c40ae25b7b423ad677038","aoa:abyss-stack:anchor:98e5fa1343d202c506b3f011","aoa:abyss-stack:anchor:9914e46aea6be56b80236781","aoa:abyss-stack:anchor:99764f511fa67807ea275d40","aoa:abyss-stack:anchor:99955a608db9605ab8ef9d20","aoa:abyss-stack:anchor:99a1d0c6a083c51af9ee1598","aoa:abyss-stack:anchor:9a9bf74dafb00a4632bc1a78","aoa:abyss-stack:anchor:9ce48b4f94b504b530cade5f","aoa:abyss-stack:anchor:9eab60a27f8ef375495028bd","aoa:abyss-stack:anchor:a0abcd0f0c998be633fddafd","aoa:abyss-stack:anchor:a4333fcb0f12754209aae480","aoa:abyss-stack:anchor:a4f1251c70f046300737024e","aoa:abyss-stack:anchor:a55052a15bf59ed6ec00f253","aoa:abyss-stack:anchor:a7066d011829390acac92618","aoa:abyss-stack:anchor:a706efb4d8ab596b4b7aa756","aoa:abyss-stack:anchor:a7bc2fb565582e26dac4df2f","aoa:abyss-stack:anchor:a8f35feb1966061e09103fcf","aoa:abyss-stack:anchor:ae20f3072f47efbb89bbee37","aoa:abyss-stack:anchor:b2d9b67c66df67e8a02a4f8d","aoa:abyss-stack:anchor:b64a80146efb3b06fdadf32a","aoa:abyss-stack:anchor:b81d948bb2b2c7887383ed5a","aoa:abyss-stack:anchor:b83645645df1b09fb99e1d63","aoa:abyss-stack:anchor:ba152c2021f3f3ca1e88b42a","aoa:abyss-stack:anchor:bce2b2bffa3f19a7a6791e67","aoa:abyss-stack:anchor:bda033eb516b7fb15fe0c002","aoa:abyss-stack:anchor:bdca2f0308ad11d67a2d1cb4","aoa:abyss-stack:anchor:bf617b9928c6630dca10942a","aoa:abyss-stack:anchor:c14be37dc77e4c21e2ddaf81","aoa:abyss-stack:anchor:c1646c47f750b702cf43269f","aoa:abyss-stack:anchor:c27a92b9dec1428ed203f530","aoa:abyss-stack:anchor:c3756beafd721bb7e476e6ad","aoa:abyss-stack:anchor:c6f548ab96fc3e6a3cf98150","aoa:abyss-stack:anchor:c8d721ed3391614fbacdff75","aoa:abyss-stack:anchor:cbb20c4a5023de34e3bfc489","aoa:abyss-stack:anchor:cc68a41d5e096334490776e6","aoa:abyss-stack:anchor:cda5e35178112e1801d47c45","aoa:abyss-stack:anchor:ce2f094d038870565333707c","aoa:abyss-stack:anchor:cf2793234e70a34d1cd36177","aoa:abyss-stack:anchor:cf38d7c6484d0f1bdc77c2cc","aoa:abyss-stack:anchor:cf6e7f9e191daf498257a6f2","aoa:abyss-stack:anchor:d063dece9b1af26fb6b4f941","aoa:abyss-stack:anchor:d656fa4f82e87770f6cdaafc","aoa:abyss-stack:anchor:d8456608135a19a25bb3c7b7","aoa:abyss-stack:anchor:d90043e3434f0eba1b8e284d","aoa:abyss-stack:anchor:da17175fe4ec2e4e3cc993a7","aoa:abyss-stack:anchor:dab58d14d639f0f714d46ad1","aoa:abyss-stack:anchor:ddda0234df1da3bed0b58ac4","aoa:abyss-stack:anchor:e08d2a16abcdb82bbf79c0ed","aoa:abyss-stack:anchor:e0e43b857daafc38fa38a283","aoa:abyss-stack:anchor:e34b5d409bd61e1fa13b001d","aoa:abyss-stack:anchor:e41ba04294464b39b7652016","aoa:abyss-stack:anchor:e46703519584a2a979b47a74","aoa:abyss-stack:anchor:e76d43ac38cca186a319c383","aoa:abyss-stack:anchor:e783aa6845558ef6e7ebb632","aoa:abyss-stack:anchor:e84b8a00fe812d019bbeb329","aoa:abyss-stack:anchor:e882ed5e299220569519e9e7","aoa:abyss-stack:anchor:ea0e5ba82de38afd9bd60ae8","aoa:abyss-stack:anchor:eab1ab71b519616defb45048","aoa:abyss-stack:anchor:ec42e4ca16b7c6c584917a9e","aoa:abyss-stack:anchor:efa16ae811bcaeb220dddc85","aoa:abyss-stack:anchor:f0cd2ad30ab36a646dec8341","aoa:abyss-stack:anchor:f1020775717109aa7d33aa04","aoa:abyss-stack:anchor:f5bc7856f571c20e33bf48e5","aoa:abyss-stack:anchor:f7c595b70dc8ffdd6b33f5af","aoa:abyss-stack:anchor:f965082941b70bb6d204268f","aoa:abyss-stack:anchor:f9c6b9336d1225b5fb5ce853","aoa:abyss-stack:anchor:fba33bc2d0cd04b9879681ce","aoa:abyss-stack:anchor:fdb173db2ef41af00ad88346","aoa:abyss-stack:anchor:fddb141c7f49a684b41dcaf8"],"changes":[{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","old_path":"","path":".agents/skills/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","old_path":"","path":".agents/skills/abyss-self-diagnostic-spine/SKILL.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","old_path":"","path":"AUDIT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5","old_path":"","path":"QUESTBOOK.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","old_path":"","path":"README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","old_path":"","path":"ROADMAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2a7e780aaf2647f7cde8a07c","old_path":"","path":"Spark/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:24477d1d7cb209d1fbbdf83e","old_path":"","path":"Spark/SWARM.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8","old_path":"","path":"compose/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","old_path":"","path":"config-templates/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:d00743dc4e878f258330dead","old_path":"","path":"docs/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","old_path":"","path":"docs/AGENTS_ROOT_REFERENCE.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c","old_path":"","path":"docs/MIGRATION_FROM_OLD.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:04207dbbb4b099420596be5c","old_path":"","path":"docs/QUESTBOOK_STACK_INTEGRATION.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","old_path":"","path":"docs/SERVICE_CATALOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:6999b3015686383e3398e25d","old_path":"","path":"env/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d6f410265e480af01e88f968","old_path":"","path":"env/README.md"},{"change_kind":"delete","object_id":"aoa:abyss-stack:artifact:73de061b3989ed8c40a36b86","old_path":"","path":"generated/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","old_path":"","path":"mechanics/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:ce0ee3d0c0c36f835904a885","old_path":"","path":"mechanics/agon-runtime/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:cfc2c535cf6f7fa72321a185","old_path":"","path":"mechanics/agon-runtime/legacy/DISTILLATION_LOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e5815b1ddc8dee89443eb5d2","old_path":"","path":"mechanics/agon-runtime/legacy/INDEX.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:295db2da9089557dd84986ce","old_path":"quests/ABS-Q-AGON-0001-duel-runtime-kernel.md","path":"mechanics/agon-runtime/legacy/raw/quests/ABS-Q-AGON-0001-duel-runtime-kernel.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:a3fda5398b1d9c3dd5ec0b76","old_path":"quests/ABS-Q-AGON-0002-event-log-hash-chain.md","path":"mechanics/agon-runtime/legacy/raw/quests/ABS-Q-AGON-0002-event-log-hash-chain.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:fae68e13dbf6b118d53f7612","old_path":"quests/ABS-Q-AGON-0003-mechanical-trial-runs.md","path":"mechanics/agon-runtime/legacy/raw/quests/ABS-Q-AGON-0003-mechanical-trial-runs.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e6111170ee25c55c35082158","old_path":"","path":"mechanics/config-projection/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","old_path":"","path":"mechanics/config-projection/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:4e02b4ce2494c6e5b7ba0919","old_path":"","path":"mechanics/config-projection/ROADMAP.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:4217770f4130ffb4a4b08d2e","old_path":"docs/RENDER_TRUTH.md","path":"mechanics/config-projection/docs/RENDER_TRUTH.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:2e72d89b5b622cb92f8758fa","old_path":"docs/SECRETS_BOOTSTRAP.md","path":"mechanics/config-projection/docs/SECRETS_BOOTSTRAP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:16f5a6e2d134c213003f8671","old_path":"","path":"mechanics/config-projection/parts/bootstrap/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432","old_path":"","path":"mechanics/config-projection/parts/rendering/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:19e62c78d703ed87b1acc383","old_path":"","path":"mechanics/diagnostic-spine/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:41880163345233e7ac4fa00e","old_path":"","path":"mechanics/diagnostic-spine/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","old_path":"docs/DIAGNOSTIC_SPINE.md","path":"mechanics/diagnostic-spine/docs/DIAGNOSTIC_SPINE.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","old_path":"docs/DOCTOR.md","path":"mechanics/diagnostic-spine/docs/DOCTOR.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","old_path":"docs/LOCAL_OPS_DOCTOR_SPLIT.md","path":"mechanics/diagnostic-spine/docs/LOCAL_OPS_DOCTOR_SPLIT.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82","old_path":"docs/TRUTH_SURFACES.md","path":"mechanics/diagnostic-spine/docs/TRUTH_SURFACES.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/examples/diagnostic_session.min.example.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:69a5dc57095a5041045b42e0","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/generated/diagnostic_surface_catalog.min.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_validate_stack_diagnostic_spine.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:4db699741c50f62e46fc56f9","old_path":"","path":"mechanics/diagnostic-spine/parts/doctor-readiness/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:701c9a47efe1e4efa94b02a6","old_path":"tests/test_aoa_doctor.py","path":"mechanics/diagnostic-spine/parts/doctor-readiness/tests/test_aoa_doctor.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f9f927b89d14aef81dc22eb4","old_path":"","path":"mechanics/diagnostic-spine/parts/truth-surfaces/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2df0ea8beac51da763252cf4","old_path":"","path":"mechanics/federation-seams/PARTS.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:d88e045666e8f6001885ee30","old_path":"docs/EVAL_RUNTIME_SEAM.md","path":"mechanics/federation-seams/docs/EVAL_RUNTIME_SEAM.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:5ee36d0a8f3420e108b06e8a","old_path":"docs/KAG_RUNTIME_SEAM.md","path":"mechanics/federation-seams/docs/KAG_RUNTIME_SEAM.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:19352afaca3b275c1292783b","old_path":"docs/MEMO_RUNTIME_SEAM.md","path":"mechanics/federation-seams/docs/MEMO_RUNTIME_SEAM.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:1034d4302f733545c0128521","old_path":"docs/PLAYBOOK_RUNTIME_SEAM.md","path":"mechanics/federation-seams/docs/PLAYBOOK_RUNTIME_SEAM.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5eaba2892c3b1bc6173bac35","old_path":"","path":"mechanics/federation-seams/docs/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9","old_path":"docs/RPG_FRONTEND_PROJECTION_SEAM.md","path":"mechanics/federation-seams/docs/RPG_FRONTEND_PROJECTION_SEAM.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:6743f9d31fab292702dfd8c0","old_path":"docs/RPG_ROUTE_API_SEAM.md","path":"mechanics/federation-seams/docs/RPG_ROUTE_API_SEAM.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:0f917e4e38d31855fa85df64","old_path":"docs/RPG_RUNTIME_BUILDERS.md","path":"mechanics/federation-seams/docs/RPG_RUNTIME_BUILDERS.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:c114886c48e53e98b501d49b","old_path":"docs/RPG_RUNTIME_COLLECTIONS.md","path":"mechanics/federation-seams/docs/RPG_RUNTIME_COLLECTIONS.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:057b381deecdd2579b4741d8","old_path":"docs/RPG_RUNTIME_FRONTEND_POSTURE.md","path":"mechanics/federation-seams/docs/RPG_RUNTIME_FRONTEND_POSTURE.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","old_path":"docs/TOS_GRAPH_CURATION.md","path":"mechanics/federation-seams/docs/TOS_GRAPH_CURATION.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a3841a7a3ec4b60947fc1cf9","old_path":"","path":"mechanics/federation-seams/parts/eval-seam/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d79936670225befe15a1f96a","old_path":"","path":"mechanics/federation-seams/parts/federation-checks/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:0364a8a294e82cd164bff95d","old_path":"tests/test_aoa_federated_check.py","path":"mechanics/federation-seams/parts/federation-checks/tests/test_aoa_federated_check.py"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","old_path":"tests/test_langchain_api_federated.py","path":"mechanics/federation-seams/parts/federation-checks/tests/test_langchain_api_federated.py"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:73352c3554c542868fcc2a30","old_path":"tests/test_route_api_closure_status.py","path":"mechanics/federation-seams/parts/federation-checks/tests/test_route_api_closure_status.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:c44ff56a3dae356f561315a5","old_path":"","path":"mechanics/federation-seams/parts/kag-seam/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:33ad8e14582bffb521967cbc","old_path":"","path":"mechanics/federation-seams/parts/memo-seam/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b04de26f40a52905191b5d4e","old_path":"","path":"mechanics/federation-seams/parts/playbook-seam/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:15d4765149dbdc359c665256","old_path":"","path":"mechanics/federation-seams/parts/rpg-runtime/examples/frontend_projection_bundle.example.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:10167a2c39bc283f3de3fc67","old_path":"","path":"mechanics/federation-seams/parts/rpg-runtime/generated/frontend_projection_bundles.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b4c7266b5c14d513a11c5423","old_path":"","path":"mechanics/federation-seams/parts/rpg-runtime/generated/quest_run_results.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:69f41957ee42930e1e9edd04","old_path":"","path":"mechanics/federation-seams/parts/tos-graph/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:29b80f94a42de84530b5b9b4","old_path":"","path":"mechanics/governed-execution/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f","old_path":"","path":"mechanics/governed-execution/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","old_path":"docs/CONTEXT_BUDGET_POLICY.md","path":"mechanics/governed-execution/docs/CONTEXT_BUDGET_POLICY.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:d93ae432aa70ad1c89352350","old_path":"docs/GOVERNED_EXECUTION.md","path":"mechanics/governed-execution/docs/GOVERNED_EXECUTION.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f","old_path":"","path":"mechanics/governed-execution/docs/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3","old_path":"docs/RECURRENCE_RUNTIME_POLICY.md","path":"mechanics/governed-execution/docs/RECURRENCE_RUNTIME_POLICY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:200e3f06dfa423f097e330d8","old_path":"","path":"mechanics/governed-execution/parts/autonomy-status/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:20453143f58f11868bffb84e","old_path":"tests/test_aoa_status_autonomy.py","path":"mechanics/governed-execution/parts/autonomy-status/tests/test_aoa_status_autonomy.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:70a7cc76f8dc0e3d1481b741","old_path":"","path":"mechanics/governed-execution/parts/local-worker-path/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:56b0657d6d0b757d19814dad","old_path":"","path":"mechanics/governed-execution/parts/return-policy/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:0918dfbcc68f5907d706c8f8","old_path":"examples/runtime_return_event.workhorse-local.example.json","path":"mechanics/governed-execution/parts/return-policy/examples/runtime_return_event.workhorse-local.example.json"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:261e270f854b940c7fcab2c8","old_path":"examples/runtime_return_policy.agentic-local.example.json","path":"mechanics/governed-execution/parts/return-policy/examples/runtime_return_policy.agentic-local.example.json"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:8774f424a3827f8e4d00dec7","old_path":"schemas/runtime-return-event.schema.json","path":"mechanics/governed-execution/parts/return-policy/schemas/runtime-return-event.schema.json"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:c9fc7a9570c2fcf7079a2f6d","old_path":"schemas/runtime-return-policy.schema.json","path":"mechanics/governed-execution/parts/return-policy/schemas/runtime-return-policy.schema.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:47605cbd7a8df1a61f6c8dbc","old_path":"","path":"mechanics/governed-execution/parts/runtime-contracts/tests/test_governed_execution.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:3e154855cd9778b014a8fc76","old_path":"","path":"mechanics/inference-pilots/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:40fa63093f668d552cf40354","old_path":"","path":"mechanics/inference-pilots/PROVENANCE.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a6b136d922e6921a7f6f8bfa","old_path":"","path":"mechanics/inference-pilots/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","old_path":"docs/LANGGRAPH_PILOT.md","path":"mechanics/inference-pilots/docs/LANGGRAPH_PILOT.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","old_path":"docs/LLAMACPP_PILOT.md","path":"mechanics/inference-pilots/docs/LLAMACPP_PILOT.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","old_path":"docs/LOCAL_AI_TRIALS.md","path":"mechanics/inference-pilots/docs/LOCAL_AI_TRIALS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:ccba9aa11dfab9bc875170e8","old_path":"","path":"mechanics/inference-pilots/docs/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","old_path":"docs/RUNTIME_BENCH_POLICY.md","path":"mechanics/inference-pilots/docs/RUNTIME_BENCH_POLICY.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","old_path":"docs/RUNTIME_WINNER_PROMOTION_LOOP.md","path":"mechanics/inference-pilots/docs/RUNTIME_WINNER_PROMOTION_LOOP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","old_path":"","path":"mechanics/inference-pilots/legacy/artifacts/scripts/aoa-w6-pilot"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f","old_path":"","path":"mechanics/inference-pilots/legacy/raw/W5_PILOT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d7b70279a3279fc91808efff","old_path":"","path":"mechanics/inference-pilots/legacy/raw/W6_PILOT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:94a87e80213bf92a684115ee","old_path":"","path":"mechanics/inference-pilots/parts/langgraph-pilot/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0709cc4761624b90c0d2ce6d","old_path":"","path":"mechanics/inference-pilots/parts/llamacpp-pilot/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:23d59a0790060bc770cfdb32","old_path":"tests/test_aoa_llamacpp_pilot.py","path":"mechanics/inference-pilots/parts/llamacpp-pilot/tests/test_aoa_llamacpp_pilot.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:df8ada0c5fd59397005a7091","old_path":"","path":"mechanics/inference-pilots/parts/promotion-loop/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2affc987758183ed27e32cb7","old_path":"","path":"mechanics/inference-pilots/parts/qwen-routes/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:4a3fca8d5813177e29019149","old_path":"tests/test_aoa_qwen_check.py","path":"mechanics/inference-pilots/parts/qwen-routes/tests/test_aoa_qwen_check.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:18179fa1998e19789f510c50","old_path":"","path":"mechanics/machine-fit/PARTS.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","old_path":"docs/MACHINE_FIT_POLICY.md","path":"mechanics/machine-fit/docs/MACHINE_FIT_POLICY.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:715756e41b133398a9d43463","old_path":"docs/PLATFORM_ADAPTATION_POLICY.md","path":"mechanics/machine-fit/docs/PLATFORM_ADAPTATION_POLICY.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52","old_path":"docs/REFERENCE_PLATFORM.md","path":"mechanics/machine-fit/docs/REFERENCE_PLATFORM.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:1110fd0c7175e9e418e0d284","old_path":"docs/REFERENCE_PLATFORM_SPEC.md","path":"mechanics/machine-fit/docs/REFERENCE_PLATFORM_SPEC.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:366ca06defbaa89d97d3d923","old_path":"docs/WINDOWS_BRIDGE.md","path":"mechanics/machine-fit/docs/WINDOWS_BRIDGE.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:d496c4b99ed44e07615778c1","old_path":"docs/WINDOWS_PERFORMANCE.md","path":"mechanics/machine-fit/docs/WINDOWS_PERFORMANCE.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:29de7059cc14d1243d40b8b2","old_path":"docs/WINDOWS_SETUP.md","path":"mechanics/machine-fit/docs/WINDOWS_SETUP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:60129cd8b700a7d6ca4ca460","old_path":"","path":"mechanics/machine-fit/parts/fit-record/examples/machine-fit.public.json.example"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b82a3b59dce2eb8a4cbf0c1c","old_path":"","path":"mechanics/machine-fit/parts/host-facts/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:aea638136de2ef62c3f19135","old_path":"","path":"mechanics/machine-fit/parts/inference-tuning/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","old_path":"docs/MODEL_CARDS.md","path":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:cb615ad63ed39de316e078c7","old_path":"docs/MODEL_PROFILES.md","path":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_PROFILES.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:0b26fbfd1ab9f4a758472ccf","old_path":"docs/model-cards/qwen3-4b-int4-ov.md","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-4b-int4-ov.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","old_path":"docs/model-cards/qwen3-8b-int4-ov.md","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","old_path":"docs/model-cards/qwen3-openvino-family.md","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-openvino-family.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:2fe89f094403c2397b29fb1c","old_path":"docs/model-cards/qwen3.5-9b-gguf-llamacpp.md","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3.5-9b-gguf-llamacpp.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b622086a10d0fe062bddd2c8","old_path":"","path":"mechanics/machine-fit/parts/platform-adaptations/examples/platform-adaptation.public.json.example"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:054ca73f0612c930414af6bd","old_path":"","path":"mechanics/machine-fit/parts/reference-platform/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0b40cf041e7b7dd262051b78","old_path":"","path":"mechanics/runtime-lifecycle/PARTS.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:f56c67837383845a3353168f","old_path":"docs/GATEWAY_CACHE_POLICY.md","path":"mechanics/runtime-lifecycle/docs/GATEWAY_CACHE_POLICY.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:15abaec7a5c5b523e5d4da18","old_path":"docs/INTERNAL_PROBES.md","path":"mechanics/runtime-lifecycle/docs/INTERNAL_PROBES.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:fc44f9098e73ccc61e94d4ee","old_path":"","path":"mechanics/runtime-lifecycle/docs/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8","old_path":"docs/USAGE_BUDGET_POLICY.md","path":"mechanics/runtime-lifecycle/docs/USAGE_BUDGET_POLICY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:93e8f05871f044eb8e40d57c","old_path":"","path":"mechanics/runtime-lifecycle/parts/logs-status/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:4cd6376b8b302d6307a71278","old_path":"","path":"mechanics/runtime-lifecycle/parts/status-readouts/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae","old_path":"","path":"mechanics/runtime-lifecycle/parts/status-readouts/tests/test_runtime_hygiene.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b58955bc0369b1f39e6b3fad","old_path":"","path":"mechanics/runtime-lifecycle/parts/wait-smoke/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:963681176585fdb0acf8bf42","old_path":"","path":"mechanics/runtime-repair/PARTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:6f7f1e4c7412c5bbee29cb38","old_path":"","path":"mechanics/runtime-repair/PROVENANCE.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:bc0030c5d61296454d8e70c4","old_path":"docs/A2A_RETURN_DRY_RUN.md","path":"mechanics/runtime-repair/docs/A2A_RETURN_DRY_RUN.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:0136b8a9f8eb4ee60a42c75b","old_path":"docs/ANTIFRAGILITY_RUNTIME.md","path":"mechanics/runtime-repair/docs/ANTIFRAGILITY_RUNTIME.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:1c1b3adff01db11b845777af","old_path":"docs/REPAIR_SAFE_CLOSEOUT.md","path":"mechanics/runtime-repair/docs/REPAIR_SAFE_CLOSEOUT.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:8c94c4fc2ecfa8cdf56ae954","old_path":"docs/VIA_NEGATIVA_CHECKLIST.md","path":"mechanics/runtime-repair/docs/VIA_NEGATIVA_CHECKLIST.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:48070e12e763a0128a2d3176","old_path":"","path":"mechanics/runtime-repair/legacy/artifacts/examples/service_degradation_receipt.honest-degradation.example.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:1cf5b9683c1f8b7f8fa122d8","old_path":"","path":"mechanics/runtime-repair/legacy/artifacts/examples/service_degradation_receipt.retrieval-outage-honesty.example.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5ec246bc9aefc833a79ed8ae","old_path":"","path":"mechanics/runtime-repair/legacy/artifacts/tests/test_antifragility_contracts.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:1e54603f6d20370021ac2f9c","old_path":"","path":"mechanics/runtime-repair/parts/a2a-return-dry-run/examples/runtime_a2a_return_closeout_dry_run.example.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:831377bd8da42402f06fc7c5","old_path":"","path":"mechanics/runtime-repair/parts/antifragility-posture/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:14d2f4881d9a68a8580f3170","old_path":"","path":"mechanics/runtime-repair/parts/repair-safe-closeout/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","old_path":"","path":"quests/ABYSS-STACK-Q-0003.yaml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced","old_path":"","path":"quests/ABYSS-STACK-Q-0004.yaml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","old_path":"","path":"quests/ABYSS-STACK-Q-0005.yaml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:38c98727c64e92de3a457d58","old_path":"","path":"quests/ABYSS-STACK-Q-0006.yaml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","old_path":"","path":"quests/ABYSS-STACK-Q-0007.yaml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43","old_path":"","path":"quests/ABYSS-STACK-Q-0008.yaml"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:c2e8a587202c4399cb81d74d","old_path":"","path":"quests/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4","old_path":"","path":"quests/README.md"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:24628c85428aa74804ae00e0","old_path":"examples/quest_catalog.min.example.json","path":"quests/examples/quest_catalog.min.example.json"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:3f0d6bf659cb80384218ef26","old_path":"examples/quest_dispatch.min.example.json","path":"quests/examples/quest_dispatch.min.example.json"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:badf964675bbec9938eff09e","old_path":"schemas/quest.schema.json","path":"quests/schemas/quest.schema.json"},{"change_kind":"rename","object_id":"aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a","old_path":"schemas/quest_dispatch.schema.json","path":"quests/schemas/quest_dispatch.schema.json"},{"change_kind":"delete","object_id":"aoa:abyss-stack:artifact:1c6fbd98c4a0f88f7d8bfb6c","old_path":"","path":"schemas/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","old_path":"","path":"scripts/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:c85a3629464c953897b2b3e6","old_path":"","path":"scripts/aoa-a2a-return-closeout-dry-run"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2597a289333b54d91e8e7f9b","old_path":"","path":"scripts/aoa-first-run"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:176f6c51b37c35b5887c5b61","old_path":"","path":"scripts/aoa-local-ai-trials"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:51072df02f14be98bbab3a00","old_path":"","path":"scripts/aoa-rpg-runtime-projection"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf","old_path":"","path":"scripts/diagnostic_surface_catalog_common.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","old_path":"","path":"scripts/validate_nested_agents.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","old_path":"","path":"scripts/validate_stack.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:712d5f03480e57eb0994afdd","old_path":"","path":"tests/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0","old_path":"","path":"tests/test_roadmap_parity.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","old_path":"","path":"tests/test_validate_stack_questbook.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"9ccff793cd9b7eaf9205f7826a325cdf85643426"}],"id":"aoa:abyss-stack:event:ec48ba9d65f8372af7a7ba05","label":"Refactor abyss-stack topology (#82)","object_ids":["aoa:abyss-stack:artifact:0136b8a9f8eb4ee60a42c75b","aoa:abyss-stack:artifact:0364a8a294e82cd164bff95d","aoa:abyss-stack:artifact:04207dbbb4b099420596be5c","aoa:abyss-stack:artifact:054ca73f0612c930414af6bd","aoa:abyss-stack:artifact:057b381deecdd2579b4741d8","aoa:abyss-stack:artifact:0709cc4761624b90c0d2ce6d","aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","aoa:abyss-stack:artifact:0918dfbcc68f5907d706c8f8","aoa:abyss-stack:artifact:0b26fbfd1ab9f4a758472ccf","aoa:abyss-stack:artifact:0b40cf041e7b7dd262051b78","aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43","aoa:abyss-stack:artifact:0f917e4e38d31855fa85df64","aoa:abyss-stack:artifact:10167a2c39bc283f3de3fc67","aoa:abyss-stack:artifact:1034d4302f733545c0128521","aoa:abyss-stack:artifact:1110fd0c7175e9e418e0d284","aoa:abyss-stack:artifact:14d2f4881d9a68a8580f3170","aoa:abyss-stack:artifact:15abaec7a5c5b523e5d4da18","aoa:abyss-stack:artifact:15d4765149dbdc359c665256","aoa:abyss-stack:artifact:16f5a6e2d134c213003f8671","aoa:abyss-stack:artifact:176f6c51b37c35b5887c5b61","aoa:abyss-stack:artifact:17d21e76d287da0f58365486","aoa:abyss-stack:artifact:18179fa1998e19789f510c50","aoa:abyss-stack:artifact:19352afaca3b275c1292783b","aoa:abyss-stack:artifact:19e62c78d703ed87b1acc383","aoa:abyss-stack:artifact:1c1b3adff01db11b845777af","aoa:abyss-stack:artifact:1cf5b9683c1f8b7f8fa122d8","aoa:abyss-stack:artifact:1e54603f6d20370021ac2f9c","aoa:abyss-stack:artifact:200e3f06dfa423f097e330d8","aoa:abyss-stack:artifact:20453143f58f11868bffb84e","aoa:abyss-stack:artifact:23d59a0790060bc770cfdb32","aoa:abyss-stack:artifact:24477d1d7cb209d1fbbdf83e","aoa:abyss-stack:artifact:24628c85428aa74804ae00e0","aoa:abyss-stack:artifact:2597a289333b54d91e8e7f9b","aoa:abyss-stack:artifact:261e270f854b940c7fcab2c8","aoa:abyss-stack:artifact:295db2da9089557dd84986ce","aoa:abyss-stack:artifact:29b80f94a42de84530b5b9b4","aoa:abyss-stack:artifact:29de7059cc14d1243d40b8b2","aoa:abyss-stack:artifact:2a7e780aaf2647f7cde8a07c","aoa:abyss-stack:artifact:2affc987758183ed27e32cb7","aoa:abyss-stack:artifact:2df0ea8beac51da763252cf4","aoa:abyss-stack:artifact:2e72d89b5b622cb92f8758fa","aoa:abyss-stack:artifact:2fe89f094403c2397b29fb1c","aoa:abyss-stack:artifact:33ad8e14582bffb521967cbc","aoa:abyss-stack:artifact:366ca06defbaa89d97d3d923","aoa:abyss-stack:artifact:38c98727c64e92de3a457d58","aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","aoa:abyss-stack:artifact:3e154855cd9778b014a8fc76","aoa:abyss-stack:artifact:3f0d6bf659cb80384218ef26","aoa:abyss-stack:artifact:40fa63093f668d552cf40354","aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","aoa:abyss-stack:artifact:41880163345233e7ac4fa00e","aoa:abyss-stack:artifact:4217770f4130ffb4a4b08d2e","aoa:abyss-stack:artifact:48070e12e763a0128a2d3176","aoa:abyss-stack:artifact:4a3fca8d5813177e29019149","aoa:abyss-stack:artifact:4cd6376b8b302d6307a71278","aoa:abyss-stack:artifact:4db699741c50f62e46fc56f9","aoa:abyss-stack:artifact:4e02b4ce2494c6e5b7ba0919","aoa:abyss-stack:artifact:51072df02f14be98bbab3a00","aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3","aoa:abyss-stack:artifact:56b0657d6d0b757d19814dad","aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0","aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","aoa:abyss-stack:artifact:5eaba2892c3b1bc6173bac35","aoa:abyss-stack:artifact:5ee36d0a8f3420e108b06e8a","aoa:abyss-stack:artifact:60129cd8b700a7d6ca4ca460","aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f","aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","aoa:abyss-stack:artifact:6743f9d31fab292702dfd8c0","aoa:abyss-stack:artifact:6999b3015686383e3398e25d","aoa:abyss-stack:artifact:69a5dc57095a5041045b42e0","aoa:abyss-stack:artifact:69f41957ee42930e1e9edd04","aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","aoa:abyss-stack:artifact:6f7f1e4c7412c5bbee29cb38","aoa:abyss-stack:artifact:701c9a47efe1e4efa94b02a6","aoa:abyss-stack:artifact:70a7cc76f8dc0e3d1481b741","aoa:abyss-stack:artifact:712d5f03480e57eb0994afdd","aoa:abyss-stack:artifact:715756e41b133398a9d43463","aoa:abyss-stack:artifact:73352c3554c542868fcc2a30","aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced","aoa:abyss-stack:artifact:831377bd8da42402f06fc7c5","aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","aoa:abyss-stack:artifact:8774f424a3827f8e4d00dec7","aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432","aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9","aoa:abyss-stack:artifact:8c94c4fc2ecfa8cdf56ae954","aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","aoa:abyss-stack:artifact:93e8f05871f044eb8e40d57c","aoa:abyss-stack:artifact:94a87e80213bf92a684115ee","aoa:abyss-stack:artifact:963681176585fdb0acf8bf42","aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82","aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae","aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f","aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f","aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8","aoa:abyss-stack:artifact:a3841a7a3ec4b60947fc1cf9","aoa:abyss-stack:artifact:a3fda5398b1d9c3dd5ec0b76","aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","aoa:abyss-stack:artifact:a6b136d922e6921a7f6f8bfa","aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","aoa:abyss-stack:artifact:aea638136de2ef62c3f19135","aoa:abyss-stack:artifact:b04de26f40a52905191b5d4e","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","aoa:abyss-stack:artifact:b4c7266b5c14d513a11c5423","aoa:abyss-stack:artifact:b58955bc0369b1f39e6b3fad","aoa:abyss-stack:artifact:b622086a10d0fe062bddd2c8","aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c","aoa:abyss-stack:artifact:b82a3b59dce2eb8a4cbf0c1c","aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","aoa:abyss-stack:artifact:badf964675bbec9938eff09e","aoa:abyss-stack:artifact:bc0030c5d61296454d8e70c4","aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","aoa:abyss-stack:artifact:c114886c48e53e98b501d49b","aoa:abyss-stack:artifact:c2e8a587202c4399cb81d74d","aoa:abyss-stack:artifact:c44ff56a3dae356f561315a5","aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","aoa:abyss-stack:artifact:c85a3629464c953897b2b3e6","aoa:abyss-stack:artifact:c9fc7a9570c2fcf7079a2f6d","aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","aoa:abyss-stack:artifact:cb615ad63ed39de316e078c7","aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","aoa:abyss-stack:artifact:ccba9aa11dfab9bc875170e8","aoa:abyss-stack:artifact:ce0ee3d0c0c36f835904a885","aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","aoa:abyss-stack:artifact:cfc2c535cf6f7fa72321a185","aoa:abyss-stack:artifact:d00743dc4e878f258330dead","aoa:abyss-stack:artifact:d496c4b99ed44e07615778c1","aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","aoa:abyss-stack:artifact:d6f410265e480af01e88f968","aoa:abyss-stack:artifact:d79936670225befe15a1f96a","aoa:abyss-stack:artifact:d7b70279a3279fc91808efff","aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","aoa:abyss-stack:artifact:d88e045666e8f6001885ee30","aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","aoa:abyss-stack:artifact:d93ae432aa70ad1c89352350","aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","aoa:abyss-stack:artifact:df8ada0c5fd59397005a7091","aoa:abyss-stack:artifact:e5815b1ddc8dee89443eb5d2","aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","aoa:abyss-stack:artifact:e6111170ee25c55c35082158","aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52","aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5","aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf","aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a","aoa:abyss-stack:artifact:f56c67837383845a3353168f","aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4","aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","aoa:abyss-stack:artifact:f9f927b89d14aef81dc22eb4","aoa:abyss-stack:artifact:fae68e13dbf6b118d53f7612","aoa:abyss-stack:artifact:fc44f9098e73ccc61e94d4ee","aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8"],"observation_state":"observed","occurred_at":"2026-05-13T00:43:40+03:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:0136b8a9f8eb4ee60a42c75b","aoa:abyss-stack:artifact:0364a8a294e82cd164bff95d","aoa:abyss-stack:artifact:04207dbbb4b099420596be5c","aoa:abyss-stack:artifact:054ca73f0612c930414af6bd","aoa:abyss-stack:artifact:057b381deecdd2579b4741d8","aoa:abyss-stack:artifact:0709cc4761624b90c0d2ce6d","aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","aoa:abyss-stack:artifact:0918dfbcc68f5907d706c8f8","aoa:abyss-stack:artifact:0b26fbfd1ab9f4a758472ccf","aoa:abyss-stack:artifact:0b40cf041e7b7dd262051b78","aoa:abyss-stack:artifact:0e681a549cdaa5bf91c4cb43","aoa:abyss-stack:artifact:0f917e4e38d31855fa85df64","aoa:abyss-stack:artifact:10167a2c39bc283f3de3fc67","aoa:abyss-stack:artifact:1034d4302f733545c0128521","aoa:abyss-stack:artifact:1110fd0c7175e9e418e0d284","aoa:abyss-stack:artifact:14d2f4881d9a68a8580f3170","aoa:abyss-stack:artifact:15abaec7a5c5b523e5d4da18","aoa:abyss-stack:artifact:15d4765149dbdc359c665256","aoa:abyss-stack:artifact:16f5a6e2d134c213003f8671","aoa:abyss-stack:artifact:176f6c51b37c35b5887c5b61","aoa:abyss-stack:artifact:17d21e76d287da0f58365486","aoa:abyss-stack:artifact:18179fa1998e19789f510c50","aoa:abyss-stack:artifact:19352afaca3b275c1292783b","aoa:abyss-stack:artifact:19e62c78d703ed87b1acc383","aoa:abyss-stack:artifact:1c1b3adff01db11b845777af","aoa:abyss-stack:artifact:1cf5b9683c1f8b7f8fa122d8","aoa:abyss-stack:artifact:1e54603f6d20370021ac2f9c","aoa:abyss-stack:artifact:200e3f06dfa423f097e330d8","aoa:abyss-stack:artifact:20453143f58f11868bffb84e","aoa:abyss-stack:artifact:23d59a0790060bc770cfdb32","aoa:abyss-stack:artifact:24477d1d7cb209d1fbbdf83e","aoa:abyss-stack:artifact:24628c85428aa74804ae00e0","aoa:abyss-stack:artifact:2597a289333b54d91e8e7f9b","aoa:abyss-stack:artifact:261e270f854b940c7fcab2c8","aoa:abyss-stack:artifact:295db2da9089557dd84986ce","aoa:abyss-stack:artifact:29b80f94a42de84530b5b9b4","aoa:abyss-stack:artifact:29de7059cc14d1243d40b8b2","aoa:abyss-stack:artifact:2a7e780aaf2647f7cde8a07c","aoa:abyss-stack:artifact:2affc987758183ed27e32cb7","aoa:abyss-stack:artifact:2df0ea8beac51da763252cf4","aoa:abyss-stack:artifact:2e72d89b5b622cb92f8758fa","aoa:abyss-stack:artifact:2fe89f094403c2397b29fb1c","aoa:abyss-stack:artifact:33ad8e14582bffb521967cbc","aoa:abyss-stack:artifact:366ca06defbaa89d97d3d923","aoa:abyss-stack:artifact:38c98727c64e92de3a457d58","aoa:abyss-stack:artifact:38d0ff2a27dd5e2ade1bafca","aoa:abyss-stack:artifact:3e154855cd9778b014a8fc76","aoa:abyss-stack:artifact:3f0d6bf659cb80384218ef26","aoa:abyss-stack:artifact:40fa63093f668d552cf40354","aoa:abyss-stack:artifact:41032884c21e9ddefd82efef","aoa:abyss-stack:artifact:41880163345233e7ac4fa00e","aoa:abyss-stack:artifact:4217770f4130ffb4a4b08d2e","aoa:abyss-stack:artifact:48070e12e763a0128a2d3176","aoa:abyss-stack:artifact:4a3fca8d5813177e29019149","aoa:abyss-stack:artifact:4cd6376b8b302d6307a71278","aoa:abyss-stack:artifact:4db699741c50f62e46fc56f9","aoa:abyss-stack:artifact:4e02b4ce2494c6e5b7ba0919","aoa:abyss-stack:artifact:51072df02f14be98bbab3a00","aoa:abyss-stack:artifact:52f502d57bca1b07eb74fcd3","aoa:abyss-stack:artifact:56b0657d6d0b757d19814dad","aoa:abyss-stack:artifact:574915dc67fceb4a19d9a4b0","aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","aoa:abyss-stack:artifact:5eaba2892c3b1bc6173bac35","aoa:abyss-stack:artifact:5ee36d0a8f3420e108b06e8a","aoa:abyss-stack:artifact:60129cd8b700a7d6ca4ca460","aoa:abyss-stack:artifact:603540b6829c7a21fbc0611f","aoa:abyss-stack:artifact:673ea632b1938f7776cb45f6","aoa:abyss-stack:artifact:6743f9d31fab292702dfd8c0","aoa:abyss-stack:artifact:6999b3015686383e3398e25d","aoa:abyss-stack:artifact:69a5dc57095a5041045b42e0","aoa:abyss-stack:artifact:69f41957ee42930e1e9edd04","aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","aoa:abyss-stack:artifact:6f7f1e4c7412c5bbee29cb38","aoa:abyss-stack:artifact:701c9a47efe1e4efa94b02a6","aoa:abyss-stack:artifact:70a7cc76f8dc0e3d1481b741","aoa:abyss-stack:artifact:712d5f03480e57eb0994afdd","aoa:abyss-stack:artifact:715756e41b133398a9d43463","aoa:abyss-stack:artifact:73352c3554c542868fcc2a30","aoa:abyss-stack:artifact:7b97804d90d12ebc39459ced","aoa:abyss-stack:artifact:831377bd8da42402f06fc7c5","aoa:abyss-stack:artifact:868a7951acf1fea5d87662bb","aoa:abyss-stack:artifact:8774f424a3827f8e4d00dec7","aoa:abyss-stack:artifact:888dafc4f84d13e7449c90ac","aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432","aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9","aoa:abyss-stack:artifact:8c94c4fc2ecfa8cdf56ae954","aoa:abyss-stack:artifact:8f235ad4d8127c4a865999d1","aoa:abyss-stack:artifact:93e8f05871f044eb8e40d57c","aoa:abyss-stack:artifact:94a87e80213bf92a684115ee","aoa:abyss-stack:artifact:963681176585fdb0acf8bf42","aoa:abyss-stack:artifact:966ed0e16554acbc0f28ef82","aoa:abyss-stack:artifact:9db48f9135a2f6484b130fae","aoa:abyss-stack:artifact:9f2173ff0273da02b4e69a2f","aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f","aoa:abyss-stack:artifact:a33cfdc737374bac5e7391f8","aoa:abyss-stack:artifact:a3841a7a3ec4b60947fc1cf9","aoa:abyss-stack:artifact:a3fda5398b1d9c3dd5ec0b76","aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","aoa:abyss-stack:artifact:a6b136d922e6921a7f6f8bfa","aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","aoa:abyss-stack:artifact:ac0ab86ff3ab4ebcda94bc5b","aoa:abyss-stack:artifact:aea638136de2ef62c3f19135","aoa:abyss-stack:artifact:b04de26f40a52905191b5d4e","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:b4c0c8cf2c70e99eb1f3ca1e","aoa:abyss-stack:artifact:b4c7266b5c14d513a11c5423","aoa:abyss-stack:artifact:b58955bc0369b1f39e6b3fad","aoa:abyss-stack:artifact:b622086a10d0fe062bddd2c8","aoa:abyss-stack:artifact:b7a0092d180ec2038ec8d63c","aoa:abyss-stack:artifact:b82a3b59dce2eb8a4cbf0c1c","aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","aoa:abyss-stack:artifact:badf964675bbec9938eff09e","aoa:abyss-stack:artifact:bc0030c5d61296454d8e70c4","aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","aoa:abyss-stack:artifact:bf8286ac6afb95a1e97f872d","aoa:abyss-stack:artifact:c091f898d3cc5f78b75c94dc","aoa:abyss-stack:artifact:c114886c48e53e98b501d49b","aoa:abyss-stack:artifact:c2e8a587202c4399cb81d74d","aoa:abyss-stack:artifact:c44ff56a3dae356f561315a5","aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","aoa:abyss-stack:artifact:c85a3629464c953897b2b3e6","aoa:abyss-stack:artifact:c9fc7a9570c2fcf7079a2f6d","aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","aoa:abyss-stack:artifact:cb615ad63ed39de316e078c7","aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","aoa:abyss-stack:artifact:ccba9aa11dfab9bc875170e8","aoa:abyss-stack:artifact:ce0ee3d0c0c36f835904a885","aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","aoa:abyss-stack:artifact:cfc2c535cf6f7fa72321a185","aoa:abyss-stack:artifact:d00743dc4e878f258330dead","aoa:abyss-stack:artifact:d496c4b99ed44e07615778c1","aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","aoa:abyss-stack:artifact:d6f410265e480af01e88f968","aoa:abyss-stack:artifact:d79936670225befe15a1f96a","aoa:abyss-stack:artifact:d7b70279a3279fc91808efff","aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","aoa:abyss-stack:artifact:d88e045666e8f6001885ee30","aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","aoa:abyss-stack:artifact:d93ae432aa70ad1c89352350","aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","aoa:abyss-stack:artifact:df8ada0c5fd59397005a7091","aoa:abyss-stack:artifact:e5815b1ddc8dee89443eb5d2","aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","aoa:abyss-stack:artifact:e6111170ee25c55c35082158","aoa:abyss-stack:artifact:e727fa5f49f01239984d9a9d","aoa:abyss-stack:artifact:e8e05a74463a4476d9c6de52","aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5","aoa:abyss-stack:artifact:f397341e5a504fc20a3d4cbf","aoa:abyss-stack:artifact:f3dd6e206faf881e1b1dda3a","aoa:abyss-stack:artifact:f56c67837383845a3353168f","aoa:abyss-stack:artifact:f64ecde9cc4ec22e9c3feec4","aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","aoa:abyss-stack:artifact:f9f927b89d14aef81dc22eb4","aoa:abyss-stack:artifact:fae68e13dbf6b118d53f7612","aoa:abyss-stack:artifact:fc44f9098e73ccc61e94d4ee","aoa:abyss-stack:artifact:fd1ca7a37142a6af280c51f8"],"temporal_ref":"historical","trust_ref":"observed"} diff --git a/kag/indexes/shards/event/4a.jsonl b/kag/indexes/shards/event/4a.jsonl index bd3daef84..1eb6f2a76 100644 --- a/kag/indexes/shards/event/4a.jsonl +++ b/kag/indexes/shards/event/4a.jsonl @@ -1,5 +1,6 @@ {"_key":"event:aoa:abyss-stack:event:0957cf82b19403b5b6586465","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:0763bb4026f527e2648c4009","aoa:abyss-stack:anchor:ab498bce03d3b12d48afbbf8"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e8aabe9915182759330d0c1e","old_path":"","path":"scripts/validate_agon_mechanical_trial_runs.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f4561a5cd595232410a84dc8","old_path":"","path":"tests/test_agon_mechanical_trial_runs.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"9dc25b5db2aa77f77148e8ac23abb73903fc188b"}],"id":"aoa:abyss-stack:event:0957cf82b19403b5b6586465","label":"Fix Agon Wave XIII runtime contract follow-ups (#67)","object_ids":["aoa:abyss-stack:artifact:e8aabe9915182759330d0c1e","aoa:abyss-stack:artifact:f4561a5cd595232410a84dc8"],"observation_state":"observed","occurred_at":"2026-04-20T20:26:00-06:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:e8aabe9915182759330d0c1e","aoa:abyss-stack:artifact:f4561a5cd595232410a84dc8"],"temporal_ref":"historical","trust_ref":"observed"} {"_key":"event:aoa:abyss-stack:event:9df723ee9760f8a8de611338","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:5627f28fe2a23782f5242f4b"],"changes":[],"event_kind":"command_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:5627f28fe2a23782f5242f4b"}],"id":"aoa:abyss-stack:event:9df723ee9760f8a8de611338","label":"scripts/aoa-lib.sh","object_ids":["aoa:abyss-stack:artifact:758909feaa1b65cd54f31863"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:758909feaa1b65cd54f31863"],"temporal_ref":"current","trust_ref":"declared"} +{"_key":"event:aoa:abyss-stack:event:a1f7a0d30c36ad0380ed31ba","_kind":"event","actor":{"email":"","name":"repository-snapshot"},"anchor_ids":["aoa:abyss-stack:anchor:08cb8c470b49f315eefdd571","aoa:abyss-stack:anchor:13914e3ca85f5d4e66476fb3","aoa:abyss-stack:anchor:16aa52dbcde8a245a08d6367","aoa:abyss-stack:anchor:24dc34023deca38cf53102b8","aoa:abyss-stack:anchor:264d7dae42eda632e0185332","aoa:abyss-stack:anchor:271cce7f91c59c4230c847b4","aoa:abyss-stack:anchor:2899f9c17fb2820dcb023f61","aoa:abyss-stack:anchor:29575cb32d18637eca53ca89","aoa:abyss-stack:anchor:296f5c77e8e77cd425c657ff","aoa:abyss-stack:anchor:3c86a9da329c43fa406508a8","aoa:abyss-stack:anchor:45da11094f373d6fed1701e3","aoa:abyss-stack:anchor:4a200052b27d54a4e263d67f","aoa:abyss-stack:anchor:4c26e8358ba61dc73fead59b","aoa:abyss-stack:anchor:4dad69d46bec7b9d5f7bf13f","aoa:abyss-stack:anchor:4f11318a45a47650fed6c7fc","aoa:abyss-stack:anchor:507bd57519e0dba5b6db0246","aoa:abyss-stack:anchor:5c8dfc7cccf6521cc20ae0b9","aoa:abyss-stack:anchor:6064e4418489f6ab9647e9fb","aoa:abyss-stack:anchor:7fb2b068e3b4cb0419e64411","aoa:abyss-stack:anchor:80cb1cdc91b3f6127078f9c8","aoa:abyss-stack:anchor:82ef42940b9c5ab59ee95a31","aoa:abyss-stack:anchor:8b250cfac18e81af8e2a5f9f","aoa:abyss-stack:anchor:8e426e302c207eadf5fd5363","aoa:abyss-stack:anchor:9501704dd5e894930a72f845","aoa:abyss-stack:anchor:959c0abc49a749edde0b45a5","aoa:abyss-stack:anchor:a63ff35375456ffeca6ab9d4","aoa:abyss-stack:anchor:aea0a18097681e7b86db7278","aoa:abyss-stack:anchor:b3f54784ba65be23d0c061b1","aoa:abyss-stack:anchor:ba152c2021f3f3ca1e88b42a","aoa:abyss-stack:anchor:c1f534ccd8eef06e92de6788","aoa:abyss-stack:anchor:c4b855cd9c3e7872567e7091","aoa:abyss-stack:anchor:c8a6795d4934162ad5f1ef12","aoa:abyss-stack:anchor:ca1fc8dd017374b3ab288462","aoa:abyss-stack:anchor:d6efeab7c3044dac3ccb552e","aoa:abyss-stack:anchor:d7aedd28f88823438eca7467","aoa:abyss-stack:anchor:dd042eedde7e1f2371c0b6ee","aoa:abyss-stack:anchor:ddc9fb2554c4607c61dbaa04","aoa:abyss-stack:anchor:e26bb196c873fb83117b50bd","aoa:abyss-stack:anchor:e43bcd30c60c407d474a152b","aoa:abyss-stack:anchor:ea8ea1919b218f599664faab","aoa:abyss-stack:anchor:f2bb066cc2afbadce1f28b30","aoa:abyss-stack:anchor:ff3dbf8247d208c7fe25137a"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","old_path":"","path":".agents/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","old_path":"","path":".agents/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","old_path":"","path":".agents/skills/AGENTS.md"},{"change_kind":"delete","object_id":"aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","old_path":"","path":".agents/skills/abyss-self-diagnostic-spine/SKILL.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","old_path":"","path":"AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:45e9a36bb68690da74806416","old_path":"","path":"BOUNDARIES.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b","old_path":"","path":"CHARTER.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:42d9f271dea9edd048f8e120","old_path":"","path":"DESIGN.AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","old_path":"","path":"DESIGN.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","old_path":"","path":"README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","old_path":"","path":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","old_path":"","path":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b","old_path":"","path":"docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358","old_path":"","path":"docs/decisions/generated/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:4110e0674862caea0a4f8558","old_path":"","path":"docs/decisions/generated/decision_graph.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","old_path":"","path":"docs/decisions/indexes/by-date.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","old_path":"","path":"docs/decisions/indexes/by-guard.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","old_path":"","path":"docs/decisions/indexes/by-mechanic.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:02e6940a395ca8b888f25191","old_path":"","path":"docs/decisions/indexes/by-number.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","old_path":"","path":"docs/decisions/indexes/by-stack-lane.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","old_path":"","path":"docs/decisions/indexes/by-surface.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e6559058d59fa5041a93ea06","old_path":"","path":"docs/validation/VALIDATOR_TOPOLOGY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:c1230c1b468b10ee8cca2d40","old_path":"","path":"docs/validation/validator_inventory.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","old_path":"","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_surface_validator.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","old_path":"","path":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","old_path":"","path":"scripts/validate_nested_agents.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","old_path":"","path":"scripts/validate_stack.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","old_path":"","path":"scripts/validators/agent_skill_projection.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","old_path":"","path":"scripts/validators/diagnostic_spine.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","old_path":"","path":"scripts/validators/source_structure.py"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e","old_path":"","path":"skills/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:b94f31cd290d351477a51077","old_path":"","path":"skills/abyss-self-diagnostic-spine/SKILL.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:d29ad807dabc7c951e11e7c6","old_path":"","path":"skills/abyss-self-diagnostic-spine/agents/openai.yaml"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","old_path":"","path":"skills/abyss-self-diagnostic-spine/references/contract.yaml"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315","old_path":"","path":"skills/abyss-self-diagnostic-spine/references/diagnose.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc","old_path":"","path":"skills/port.manifest.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","old_path":"","path":"tests/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","old_path":"","path":"tests/test_agent_skill_projection_validator_module.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","old_path":"","path":"tests/test_diagnostic_spine_validator_module.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","old_path":"","path":"tests/test_source_topology_validator_modules.py"}],"event_kind":"repository_snapshot_change_set","event_role":"observation","evidence_refs":[{"kind":"repository_snapshot","ref":"source-tree-snapshot"}],"id":"aoa:abyss-stack:event:a1f7a0d30c36ad0380ed31ba","label":"Repository source snapshot change set","object_ids":["aoa:abyss-stack:artifact:02e6940a395ca8b888f25191","aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","aoa:abyss-stack:artifact:17d21e76d287da0f58365486","aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","aoa:abyss-stack:artifact:36a72687b6b4322369071168","aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","aoa:abyss-stack:artifact:4110e0674862caea0a4f8558","aoa:abyss-stack:artifact:42d9f271dea9edd048f8e120","aoa:abyss-stack:artifact:45e9a36bb68690da74806416","aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e","aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b","aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315","aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b","aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358","aoa:abyss-stack:artifact:acd156903f044a996b858398","aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:b94f31cd290d351477a51077","aoa:abyss-stack:artifact:c1230c1b468b10ee8cca2d40","aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","aoa:abyss-stack:artifact:d29ad807dabc7c951e11e7c6","aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc","aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","aoa:abyss-stack:artifact:e6559058d59fa5041a93ea06","aoa:abyss-stack:artifact:ebd094489b277783f911ea74","aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9"],"observation_state":"observed","occurred_at":"","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:02e6940a395ca8b888f25191","aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","aoa:abyss-stack:artifact:17d21e76d287da0f58365486","aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","aoa:abyss-stack:artifact:36a72687b6b4322369071168","aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","aoa:abyss-stack:artifact:4110e0674862caea0a4f8558","aoa:abyss-stack:artifact:42d9f271dea9edd048f8e120","aoa:abyss-stack:artifact:45e9a36bb68690da74806416","aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e","aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b","aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315","aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b","aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358","aoa:abyss-stack:artifact:acd156903f044a996b858398","aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:b94f31cd290d351477a51077","aoa:abyss-stack:artifact:c1230c1b468b10ee8cca2d40","aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","aoa:abyss-stack:artifact:d29ad807dabc7c951e11e7c6","aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc","aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","aoa:abyss-stack:artifact:e6559058d59fa5041a93ea06","aoa:abyss-stack:artifact:ebd094489b277783f911ea74","aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9"],"temporal_ref":"current","trust_ref":"observed"} {"_key":"event:aoa:abyss-stack:event:b9323f6c653d4613de5e5ce9","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:3ed3e868c27c21ed87acc1f1"],"changes":[],"event_kind":"test_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:3ed3e868c27c21ed87acc1f1"}],"id":"aoa:abyss-stack:event:b9323f6c653d4613de5e5ce9","label":"mechanics/federation-seams/parts/sync-wrapper/tests/test_sync_wrapper_freshness.py","object_ids":["aoa:abyss-stack:artifact:5ee0bc9cb644601db50695ae"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:5ee0bc9cb644601db50695ae"],"temporal_ref":"current","trust_ref":"declared"} {"_key":"event:aoa:abyss-stack:event:c56d351e1ece7884950024ca","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:5f3bcf1e0483dc0452be9124"],"changes":[],"event_kind":"command_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:5f3bcf1e0483dc0452be9124"}],"id":"aoa:abyss-stack:event:c56d351e1ece7884950024ca","label":"mechanics/runtime-lifecycle/parts/start-stop/aoa_apply_resource_guards.sh","object_ids":["aoa:abyss-stack:artifact:79b0ff16598fd09365fb84dc"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:79b0ff16598fd09365fb84dc"],"temporal_ref":"current","trust_ref":"declared"} {"_key":"event:aoa:abyss-stack:event:f04640484a18a79197e810c8","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:0fe3aa8df197f43ce4a5a47e","aoa:abyss-stack:anchor:115855a04380a8f1573ec241","aoa:abyss-stack:anchor:1feaa44c26a843515ce1bd0a","aoa:abyss-stack:anchor:2e486ff2ba8359a051e23266","aoa:abyss-stack:anchor:31bbec8f538148682539b2b2","aoa:abyss-stack:anchor:3920fc6b2a21b82a5681df33","aoa:abyss-stack:anchor:3e3ca57a420106a66447a877","aoa:abyss-stack:anchor:542488d2a69f20c2f0711ceb","aoa:abyss-stack:anchor:5cafe7905ed234157bc8331e","aoa:abyss-stack:anchor:6f624f6f53af4d4318c5490a","aoa:abyss-stack:anchor:7fb2b068e3b4cb0419e64411","aoa:abyss-stack:anchor:82e7c9cb642cc8d56a5244b8","aoa:abyss-stack:anchor:8c08a704ba2ec43e394ecc7d","aoa:abyss-stack:anchor:96e6e3d130aaaa62fa27d925","aoa:abyss-stack:anchor:a2671f9134fd55227d5770df","aoa:abyss-stack:anchor:dd7242f9a56e00741633a9ea","aoa:abyss-stack:anchor:ea0e5ba82de38afd9bd60ae8"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:bc37d034bad564583790a46f","old_path":"","path":".gitignore"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a4e513bb937f1cde98309055","old_path":"","path":"config-templates/Services/tos-graph/Dockerfile"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","old_path":"","path":"config-templates/Services/tos-graph/app/main.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:cccf7b6225dd6f77121b2d1f","old_path":"","path":"config-templates/Services/tos-graph/app/ui.py"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:d8e2ab7c013f474465010d1a","old_path":"","path":"config-templates/Services/tos-graph/frontend/index.html"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:55a7d68de81e3666e0cf0385","old_path":"","path":"config-templates/Services/tos-graph/frontend/package-lock.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:2d8b86b19200736ce43d11a0","old_path":"","path":"config-templates/Services/tos-graph/frontend/package.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:bf55b1bb9869901979072874","old_path":"","path":"config-templates/Services/tos-graph/frontend/src/main.ts"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:9a702f0ce45c0bef0a5e94a1","old_path":"","path":"config-templates/Services/tos-graph/frontend/src/styles.css"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:cc78bd33a29becf807129011","old_path":"","path":"config-templates/Services/tos-graph/frontend/tsconfig.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:4531057470a5abbcfa5c08fa","old_path":"","path":"config-templates/Services/tos-graph/frontend/vite.config.ts"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","old_path":"","path":"docs/profiles/PROFILE_RECIPES.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","old_path":"","path":"docs/runtime/SERVICE_CATALOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:69f41957ee42930e1e9edd04","old_path":"","path":"mechanics/federation-seams/parts/tos-graph/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","old_path":"","path":"mechanics/federation-seams/parts/tos-graph/docs/TOS_GRAPH_CURATION.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","old_path":"","path":"scripts/validators/source_structure.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2c331be4657d2e931f4a7e05","old_path":"","path":"tests/test_tos_graph_ui_browser.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"5c94d639b85a33a8fb29cd76ea20b6bcfcbd79eb"}],"id":"aoa:abyss-stack:event:f04640484a18a79197e810c8","label":"Replace ToS graph SVG stub with WebGL workbench","object_ids":["aoa:abyss-stack:artifact:2c331be4657d2e931f4a7e05","aoa:abyss-stack:artifact:2d8b86b19200736ce43d11a0","aoa:abyss-stack:artifact:4531057470a5abbcfa5c08fa","aoa:abyss-stack:artifact:55a7d68de81e3666e0cf0385","aoa:abyss-stack:artifact:69f41957ee42930e1e9edd04","aoa:abyss-stack:artifact:9a702f0ce45c0bef0a5e94a1","aoa:abyss-stack:artifact:a4e513bb937f1cde98309055","aoa:abyss-stack:artifact:bc37d034bad564583790a46f","aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","aoa:abyss-stack:artifact:bf55b1bb9869901979072874","aoa:abyss-stack:artifact:cc78bd33a29becf807129011","aoa:abyss-stack:artifact:cccf7b6225dd6f77121b2d1f","aoa:abyss-stack:artifact:d8e2ab7c013f474465010d1a","aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6"],"observation_state":"observed","occurred_at":"2026-06-26T19:31:26-06:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:2c331be4657d2e931f4a7e05","aoa:abyss-stack:artifact:2d8b86b19200736ce43d11a0","aoa:abyss-stack:artifact:4531057470a5abbcfa5c08fa","aoa:abyss-stack:artifact:55a7d68de81e3666e0cf0385","aoa:abyss-stack:artifact:69f41957ee42930e1e9edd04","aoa:abyss-stack:artifact:9a702f0ce45c0bef0a5e94a1","aoa:abyss-stack:artifact:a4e513bb937f1cde98309055","aoa:abyss-stack:artifact:bc37d034bad564583790a46f","aoa:abyss-stack:artifact:bcf42ce0c3d11eb89f91a36e","aoa:abyss-stack:artifact:bf55b1bb9869901979072874","aoa:abyss-stack:artifact:cc78bd33a29becf807129011","aoa:abyss-stack:artifact:cccf7b6225dd6f77121b2d1f","aoa:abyss-stack:artifact:d8e2ab7c013f474465010d1a","aoa:abyss-stack:artifact:de96b5b27e92dbd37e1910e6","aoa:abyss-stack:artifact:e5c2b0ba39cdc92dc303bb2e","aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6"],"temporal_ref":"historical","trust_ref":"observed"} diff --git a/kag/indexes/shards/event/6.jsonl b/kag/indexes/shards/event/6.jsonl index 6011278c8..a3e505fb7 100644 --- a/kag/indexes/shards/event/6.jsonl +++ b/kag/indexes/shards/event/6.jsonl @@ -29,7 +29,7 @@ {"_key":"event:aoa:abyss-stack:event:95f987933bc9f6668d3cf804","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:20b2a5ba0d2753fb5e35f9af"],"changes":[],"event_kind":"test_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:20b2a5ba0d2753fb5e35f9af"}],"id":"aoa:abyss-stack:event:95f987933bc9f6668d3cf804","label":"mcp/services/aoa-evals-mcp/tests/test_evals_mcp.py","object_ids":["aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:7de69dd21160855b0bc0f3b3"],"temporal_ref":"current","trust_ref":"declared"} {"_key":"event:aoa:abyss-stack:event:979fd1368838188def1025e5","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:673993b60b72f5447f4daec7","aoa:abyss-stack:anchor:831190c5fd795754a345cc3e","aoa:abyss-stack:anchor:c75a9b3d6d0251133ca22c9e"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:8cfaf0f9abca5f7d156f2273","old_path":"","path":"docs/decisions/2026-05-22-aoa-memo-mcp-landing-plan-boundary.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","old_path":"","path":"mcp/services/aoa-memo-mcp/src/aoa_memo_mcp/core.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:7fa95990ae828ff563befc45","old_path":"","path":"mcp/services/aoa-memo-mcp/tests/test_memo_mcp.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"9fef703dc016f8e5c59a5d9625748174def6b809"}],"id":"aoa:abyss-stack:event:979fd1368838188def1025e5","label":"Harden memo MCP landing readiness (#129)","object_ids":["aoa:abyss-stack:artifact:7fa95990ae828ff563befc45","aoa:abyss-stack:artifact:8cfaf0f9abca5f7d156f2273","aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7"],"observation_state":"observed","occurred_at":"2026-05-22T08:30:18+03:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:7fa95990ae828ff563befc45","aoa:abyss-stack:artifact:8cfaf0f9abca5f7d156f2273","aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7"],"temporal_ref":"historical","trust_ref":"observed"} {"_key":"event:aoa:abyss-stack:event:9c521cbd6a7f855781f73a20","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:2bcb01ce123cb3f9d8f01e68"],"changes":[],"event_kind":"test_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:2bcb01ce123cb3f9d8f01e68"}],"id":"aoa:abyss-stack:event:9c521cbd6a7f855781f73a20","label":"tests/test_machine_fit_validator_module.py","object_ids":["aoa:abyss-stack:artifact:002dd1b5b9fd652d7856b76b"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:002dd1b5b9fd652d7856b76b"],"temporal_ref":"current","trust_ref":"declared"} -{"_key":"event:aoa:abyss-stack:event:9d1bb7f0d6a0c1b611f92f07","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:271cce7f91c59c4230c847b4","aoa:abyss-stack:anchor:4dad69d46bec7b9d5f7bf13f","aoa:abyss-stack:anchor:7de2d7bc27c642a23d09f548","aoa:abyss-stack:anchor:c1f534ccd8eef06e92de6788","aoa:abyss-stack:anchor:d6efeab7c3044dac3ccb552e","aoa:abyss-stack:anchor:e43bcd30c60c407d474a152b"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","old_path":"","path":".agents/skills/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","old_path":"","path":".agents/skills/abyss-self-diagnostic-spine/SKILL.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","old_path":"","path":"scripts/validators/agent_skill_projection.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","old_path":"","path":"tests/test_agent_skill_projection_validator_module.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","old_path":"","path":"tests/test_source_topology_validator_modules.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"2940057153e9c4f4579c892bb1d4040d2ec60fe9"}],"id":"aoa:abyss-stack:event:9d1bb7f0d6a0c1b611f92f07","label":"Validate repo-local skill metadata (#297)","object_ids":["aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8"],"observation_state":"observed","occurred_at":"2026-07-13T21:09:26-06:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8"],"temporal_ref":"historical","trust_ref":"observed"} +{"_key":"event:aoa:abyss-stack:event:9d1bb7f0d6a0c1b611f92f07","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:271cce7f91c59c4230c847b4","aoa:abyss-stack:anchor:4dad69d46bec7b9d5f7bf13f","aoa:abyss-stack:anchor:c1f534ccd8eef06e92de6788","aoa:abyss-stack:anchor:d6efeab7c3044dac3ccb552e","aoa:abyss-stack:anchor:e43bcd30c60c407d474a152b"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","old_path":"","path":".agents/skills/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","old_path":"","path":".agents/skills/abyss-self-diagnostic-spine/SKILL.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","old_path":"","path":"scripts/validators/agent_skill_projection.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","old_path":"","path":"tests/test_agent_skill_projection_validator_module.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","old_path":"","path":"tests/test_source_topology_validator_modules.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"2940057153e9c4f4579c892bb1d4040d2ec60fe9"}],"id":"aoa:abyss-stack:event:9d1bb7f0d6a0c1b611f92f07","label":"Validate repo-local skill metadata (#297)","object_ids":["aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8"],"observation_state":"observed","occurred_at":"2026-07-13T21:09:26-06:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8"],"temporal_ref":"historical","trust_ref":"observed"} {"_key":"event:aoa:abyss-stack:event:a29a780f3db506aacb2b1401","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"8Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:16008454437df10f80e584f2","aoa:abyss-stack:anchor:225f4933cee0c2dd8800328f","aoa:abyss-stack:anchor:2cd60ef665e51d205264e3ca","aoa:abyss-stack:anchor:3e3ca57a420106a66447a877","aoa:abyss-stack:anchor:63c05c988b95ce88351562e8","aoa:abyss-stack:anchor:77d086ead32186fb01257633","aoa:abyss-stack:anchor:83eacd1c03ac67ab3f05e258","aoa:abyss-stack:anchor:a0abcd0f0c998be633fddafd","aoa:abyss-stack:anchor:af8263ca95f7fedfbc85d468","aoa:abyss-stack:anchor:ba152c2021f3f3ca1e88b42a","aoa:abyss-stack:anchor:cc68a41d5e096334490776e6","aoa:abyss-stack:anchor:eb8397f4f476154f8750150b","aoa:abyss-stack:anchor:f1020775717109aa7d33aa04"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","old_path":"","path":"README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29","old_path":"","path":"docs/ARCHITECTURE.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","old_path":"","path":"docs/LANGGRAPH_PILOT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","old_path":"","path":"docs/LLAMACPP_PILOT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","old_path":"","path":"docs/LOCAL_AI_TRIALS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","old_path":"","path":"docs/MACHINE_FIT_POLICY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","old_path":"","path":"docs/RUNTIME_BENCH_POLICY.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6","old_path":"","path":"docs/SERVICE_CATALOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:60129cd8b700a7d6ca4ca460","old_path":"","path":"docs/machine-fit/machine-fit.public.json.example"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:3d71f0ccea63f1a9fc95fe13","old_path":"","path":"scripts/aoa-machine-fit"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:cb1c06bc4ec5de618227ba68","old_path":"","path":"scripts/aoa-qwen-bench"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:ef133b30c2fe3c800857ee36","old_path":"","path":"scripts/aoa-qwen-check"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:63daea3eb136fa0c835c3b07","old_path":"","path":"scripts/aoa-qwen-run"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"cd12ec2013beb4fb2305f02cb1a0e8e56a9ca2ed"}],"id":"aoa:abyss-stack:event:a29a780f3db506aacb2b1401","label":"Promote llama.cpp and LangGraph posture","object_ids":["aoa:abyss-stack:artifact:3d71f0ccea63f1a9fc95fe13","aoa:abyss-stack:artifact:60129cd8b700a7d6ca4ca460","aoa:abyss-stack:artifact:63daea3eb136fa0c835c3b07","aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29","aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:cb1c06bc4ec5de618227ba68","aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","aoa:abyss-stack:artifact:ef133b30c2fe3c800857ee36","aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6"],"observation_state":"observed","occurred_at":"2026-03-30T15:22:23-06:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:3d71f0ccea63f1a9fc95fe13","aoa:abyss-stack:artifact:60129cd8b700a7d6ca4ca460","aoa:abyss-stack:artifact:63daea3eb136fa0c835c3b07","aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","aoa:abyss-stack:artifact:a5d4ac2ec040bad7314b4576","aoa:abyss-stack:artifact:a63a016f620c03a31f6a4a29","aoa:abyss-stack:artifact:a7d71264e5968bf2a4cc74e0","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:cb1c06bc4ec5de618227ba68","aoa:abyss-stack:artifact:cf6b1d67a29edb39dbfe5935","aoa:abyss-stack:artifact:e58a7ab2ab87d1d9c82e3d7b","aoa:abyss-stack:artifact:ef133b30c2fe3c800857ee36","aoa:abyss-stack:artifact:f9bd7630e38092e5739646f6"],"temporal_ref":"historical","trust_ref":"observed"} {"_key":"event:aoa:abyss-stack:event:a4ee68995111efe2a1159fa9","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:aff968b14235a793c061d7a6"],"changes":[],"event_kind":"command_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:aff968b14235a793c061d7a6"}],"id":"aoa:abyss-stack:event:a4ee68995111efe2a1159fa9","label":"mechanics/federation-seams/parts/kag-seam/aoa_kag_runtime_projection.py","object_ids":["aoa:abyss-stack:artifact:24b14059c0643ecd06b4d007"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:24b14059c0643ecd06b4d007"],"temporal_ref":"current","trust_ref":"declared"} {"_key":"event:aoa:abyss-stack:event:a9e08e856d0d427b97bf56e3","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"8Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:9b1119435e637dce15d62c42"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf","old_path":"","path":"scripts/_aoa_governed_execution.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:47605cbd7a8df1a61f6c8dbc","old_path":"","path":"tests/test_governed_execution.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"7e7a4d6a960b5adcc7b71f75b016994000b0a67e"}],"id":"aoa:abyss-stack:event:a9e08e856d0d427b97bf56e3","label":"Steer governed lineage fixes toward blocked-run selection","object_ids":["aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf"],"observation_state":"observed","occurred_at":"2026-03-31T09:49:23-06:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:c2820300fe7cd4e30a0dddcf"],"temporal_ref":"historical","trust_ref":"observed"} diff --git a/kag/indexes/shards/event/8c.jsonl b/kag/indexes/shards/event/8c.jsonl index a09fab107..dd7fceac0 100644 --- a/kag/indexes/shards/event/8c.jsonl +++ b/kag/indexes/shards/event/8c.jsonl @@ -1,4 +1,5 @@ {"_key":"event:aoa:abyss-stack:event:0d8d9eb03f387fdf0c38dbfb","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:c66c48c11e48ab4b174fc88c"],"changes":[],"event_kind":"command_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:c66c48c11e48ab4b174fc88c"}],"id":"aoa:abyss-stack:event:0d8d9eb03f387fdf0c38dbfb","label":"scripts/aoa-governed-run","object_ids":["aoa:abyss-stack:artifact:1d67b4aa4201e7120faf0c99"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:1d67b4aa4201e7120faf0c99"],"temporal_ref":"current","trust_ref":"declared"} {"_key":"event:aoa:abyss-stack:event:12599278769d4b8b8b223f1e","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:087df9c81f1cbc65402b12fa","aoa:abyss-stack:anchor:207d93cd78d28de14bbc5dcf","aoa:abyss-stack:anchor:3cc6e2afbba2b96434b02f59","aoa:abyss-stack:anchor:7f32e397e824348069f85440","aoa:abyss-stack:anchor:8f98be92ea56246c62b2f584","aoa:abyss-stack:anchor:93aedefeaf7f6545498d0b60","aoa:abyss-stack:anchor:987aab2fdce375567a5d428e","aoa:abyss-stack:anchor:a7222c9ee6ae877a3a692b22"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:60020ffbb3b40f61c9b82e5e","old_path":"","path":"mcp/services/aoa-session-memory-mcp/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","old_path":"","path":"mcp/services/aoa-session-memory-mcp/src/aoa_session_memory_mcp/core.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","old_path":"","path":"mcp/services/aoa-session-memory-mcp/tests/test_session_memory_mcp.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432","old_path":"","path":"mechanics/config-projection/parts/rendering/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:172b2feffb7497e5688a8706","old_path":"","path":"mechanics/config-projection/parts/rendering/manifests/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:675e400e8c1c9a70ec0db8eb","old_path":"","path":"mechanics/config-projection/parts/rendering/manifests/runtime_config.bundle.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:03da311a8d0a9cacb0d14c33","old_path":"","path":"mechanics/config-projection/parts/rendering/scripts/validate_abyss_machine_runtime_config_bundle.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f6818f763cf40101bb774211","old_path":"","path":"tests/test_validation_topology.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"5782284855d4272354ae9cd22facfffd9ebde047"}],"id":"aoa:abyss-stack:event:12599278769d4b8b8b223f1e","label":"Normalize session memory MCP inventory layers","object_ids":["aoa:abyss-stack:artifact:03da311a8d0a9cacb0d14c33","aoa:abyss-stack:artifact:172b2feffb7497e5688a8706","aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","aoa:abyss-stack:artifact:60020ffbb3b40f61c9b82e5e","aoa:abyss-stack:artifact:675e400e8c1c9a70ec0db8eb","aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432","aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","aoa:abyss-stack:artifact:f6818f763cf40101bb774211"],"observation_state":"observed","occurred_at":"2026-06-21T02:41:54-06:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:03da311a8d0a9cacb0d14c33","aoa:abyss-stack:artifact:172b2feffb7497e5688a8706","aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","aoa:abyss-stack:artifact:60020ffbb3b40f61c9b82e5e","aoa:abyss-stack:artifact:675e400e8c1c9a70ec0db8eb","aoa:abyss-stack:artifact:8a50b04d3bb39f645633e432","aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","aoa:abyss-stack:artifact:f6818f763cf40101bb774211"],"temporal_ref":"historical","trust_ref":"observed"} +{"_key":"event:aoa:abyss-stack:event:2e7343a1c857bb90efdba881","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:23d9602c3e4b31b0a294c77b","aoa:abyss-stack:anchor:3c9038d08022367f05f78a84","aoa:abyss-stack:anchor:6e6c3d64e79a9289a1267caf","aoa:abyss-stack:anchor:82713d496662793b32ff83e6","aoa:abyss-stack:anchor:845555be71eb68d65d3142f4","aoa:abyss-stack:anchor:d6efeab7c3044dac3ccb552e","aoa:abyss-stack:anchor:d8afd013c6118f4f6b2b8615"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:6f9267f0ffa5e1f1d9dd3621","old_path":"","path":"mcp/services/aoa-kag-mcp/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e7953abdf09604c8b2a9582f","old_path":"","path":"mcp/services/aoa-kag-mcp/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2334ef570a60dc9e9a80c689","old_path":"","path":"mcp/services/aoa-kag-mcp/scripts/validate_kag_mcp.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:41161b77d8228c514a5dc945","old_path":"","path":"mcp/services/aoa-kag-mcp/src/aoa_kag_mcp/canonical.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9","old_path":"","path":"mcp/services/aoa-kag-mcp/src/aoa_kag_mcp/core.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:40f4e639431b201712f3b34a","old_path":"","path":"mcp/services/aoa-kag-mcp/tests/test_kag_mcp.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"44ebcc90ef17a76887645251fc9bc082eccb8aa4"}],"id":"aoa:abyss-stack:event:2e7343a1c857bb90efdba881","label":"Fix portable KAG MCP canonical reads (#312)","object_ids":["aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","aoa:abyss-stack:artifact:2334ef570a60dc9e9a80c689","aoa:abyss-stack:artifact:40f4e639431b201712f3b34a","aoa:abyss-stack:artifact:41161b77d8228c514a5dc945","aoa:abyss-stack:artifact:6f9267f0ffa5e1f1d9dd3621","aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9","aoa:abyss-stack:artifact:e7953abdf09604c8b2a9582f"],"observation_state":"observed","occurred_at":"2026-07-17T16:03:31-06:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","aoa:abyss-stack:artifact:2334ef570a60dc9e9a80c689","aoa:abyss-stack:artifact:40f4e639431b201712f3b34a","aoa:abyss-stack:artifact:41161b77d8228c514a5dc945","aoa:abyss-stack:artifact:6f9267f0ffa5e1f1d9dd3621","aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9","aoa:abyss-stack:artifact:e7953abdf09604c8b2a9582f"],"temporal_ref":"historical","trust_ref":"observed"} {"_key":"event:aoa:abyss-stack:event:2f56db92cbb515a70ad34656","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:0bb074a39e312bf3a363b202","aoa:abyss-stack:anchor:1e2e3e8f1f798c5cb05a57dc","aoa:abyss-stack:anchor:31350307c39f2eae72335451","aoa:abyss-stack:anchor:48ac09d33efc6eecdd3ba814","aoa:abyss-stack:anchor:5cf1e942fba988f1b678447b","aoa:abyss-stack:anchor:5e379c929700bedc4309b028","aoa:abyss-stack:anchor:673993b60b72f5447f4daec7","aoa:abyss-stack:anchor:6d26cad9f00756e89793ec0c","aoa:abyss-stack:anchor:831190c5fd795754a345cc3e","aoa:abyss-stack:anchor:833b803676762a9879ccf246","aoa:abyss-stack:anchor:893cf41e4c5134f2c61ff611","aoa:abyss-stack:anchor:93c6ab3a38c1b1847dce8c08","aoa:abyss-stack:anchor:9952dc798d123021b1dcc224","aoa:abyss-stack:anchor:b002f684f9f17acd55d93be4","aoa:abyss-stack:anchor:dd042eedde7e1f2371c0b6ee","aoa:abyss-stack:anchor:e9423672f30cdf821bb4ced8","aoa:abyss-stack:anchor:ed81ee6d77cf2cd736f42bf1","aoa:abyss-stack:anchor:ee9947657a861bb47f707f0b","aoa:abyss-stack:anchor:f197e44100fd1c0447ed865b"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","old_path":"","path":"AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:477e8476adcb8c1762ef6ed9","old_path":"","path":"mcp/services/aoa-memo-mcp/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:fbdda40e309d4e196adb0989","old_path":"","path":"mcp/services/aoa-memo-mcp/DESIGN.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d8fc33f7441fbc35c5c159ed","old_path":"","path":"mcp/services/aoa-memo-mcp/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:decc2fc8d1faa3a33190fba3","old_path":"","path":"mcp/services/aoa-memo-mcp/docs/BOUNDARIES.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:0c72339960f5aca58e3a6faa","old_path":"","path":"mcp/services/aoa-memo-mcp/docs/THREAT_MODEL.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d9619f82fe08df1d56cabdda","old_path":"","path":"mcp/services/aoa-memo-mcp/pyproject.toml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:89a9a99d1947fa1e9849822c","old_path":"","path":"mcp/services/aoa-memo-mcp/src/aoa_memo_mcp/cli.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","old_path":"","path":"mcp/services/aoa-memo-mcp/src/aoa_memo_mcp/core.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:51d13a0534f50b27882528ab","old_path":"","path":"mcp/services/aoa-memo-mcp/src/aoa_memo_mcp/server.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:7fa95990ae828ff563befc45","old_path":"","path":"mcp/services/aoa-memo-mcp/tests/test_memo_mcp.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2","old_path":"","path":"memo/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:cb2fa8ffda8316a4cedf93ed","old_path":"","path":"memo/INDEX.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:cc446856094ece21e21c98bd","old_path":"","path":"memo/PORT.yaml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:5fcddcc1af3e8db1a089b386","old_path":"","path":"memo/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:45c2d329b288bb4ca78c95e4","old_path":"","path":"memo/candidates/20260520T051034Z.aoa-memo-mcp-provides-the-first-stack-owned-mcp.candidate.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:382985014ebb3a4f084b9000","old_path":"","path":"memo/exports/20260520T051034Z.aoa-memo-mcp.reviewed-intake.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:cd5fdeba2544b9f5d88f39d4","old_path":"","path":"memo/index.min.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:86d07d7337f5b85c761459c0","old_path":"","path":"memo/receipts/20260520T051034Z.aoa-memo-mcp.validation-receipt.json"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"48de23f97b78d4c7ae6dbdb46def12f12d352b12"}],"id":"aoa:abyss-stack:event:2f56db92cbb515a70ad34656","label":"Extend aoa memo MCP port intake (#123)","object_ids":["aoa:abyss-stack:artifact:0c72339960f5aca58e3a6faa","aoa:abyss-stack:artifact:36a72687b6b4322369071168","aoa:abyss-stack:artifact:382985014ebb3a4f084b9000","aoa:abyss-stack:artifact:45c2d329b288bb4ca78c95e4","aoa:abyss-stack:artifact:477e8476adcb8c1762ef6ed9","aoa:abyss-stack:artifact:51d13a0534f50b27882528ab","aoa:abyss-stack:artifact:5fcddcc1af3e8db1a089b386","aoa:abyss-stack:artifact:7fa95990ae828ff563befc45","aoa:abyss-stack:artifact:86d07d7337f5b85c761459c0","aoa:abyss-stack:artifact:89a9a99d1947fa1e9849822c","aoa:abyss-stack:artifact:cb2fa8ffda8316a4cedf93ed","aoa:abyss-stack:artifact:cc446856094ece21e21c98bd","aoa:abyss-stack:artifact:cd5fdeba2544b9f5d88f39d4","aoa:abyss-stack:artifact:d8fc33f7441fbc35c5c159ed","aoa:abyss-stack:artifact:d9619f82fe08df1d56cabdda","aoa:abyss-stack:artifact:decc2fc8d1faa3a33190fba3","aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2","aoa:abyss-stack:artifact:fbdda40e309d4e196adb0989"],"observation_state":"observed","occurred_at":"2026-05-20T21:46:56+03:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:0c72339960f5aca58e3a6faa","aoa:abyss-stack:artifact:36a72687b6b4322369071168","aoa:abyss-stack:artifact:382985014ebb3a4f084b9000","aoa:abyss-stack:artifact:45c2d329b288bb4ca78c95e4","aoa:abyss-stack:artifact:477e8476adcb8c1762ef6ed9","aoa:abyss-stack:artifact:51d13a0534f50b27882528ab","aoa:abyss-stack:artifact:5fcddcc1af3e8db1a089b386","aoa:abyss-stack:artifact:7fa95990ae828ff563befc45","aoa:abyss-stack:artifact:86d07d7337f5b85c761459c0","aoa:abyss-stack:artifact:89a9a99d1947fa1e9849822c","aoa:abyss-stack:artifact:cb2fa8ffda8316a4cedf93ed","aoa:abyss-stack:artifact:cc446856094ece21e21c98bd","aoa:abyss-stack:artifact:cd5fdeba2544b9f5d88f39d4","aoa:abyss-stack:artifact:d8fc33f7441fbc35c5c159ed","aoa:abyss-stack:artifact:d9619f82fe08df1d56cabdda","aoa:abyss-stack:artifact:decc2fc8d1faa3a33190fba3","aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2","aoa:abyss-stack:artifact:fbdda40e309d4e196adb0989"],"temporal_ref":"historical","trust_ref":"observed"} {"_key":"event:aoa:abyss-stack:event:ab79110b349564305470840e","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"8Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:59fe23e25304625f41fe0c04"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:7d2af99c4afd5a9715f09684","old_path":"","path":"mechanics/federation-seams/parts/sync-wrapper/aoa_sync_federation_surfaces.sh"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"956e630f0a24fb6bc8dc8cb75a4f696246e6ed05"}],"id":"aoa:abyss-stack:event:ab79110b349564305470840e","label":"Sync bridge eval templates into federation mirror","object_ids":["aoa:abyss-stack:artifact:7d2af99c4afd5a9715f09684"],"observation_state":"observed","occurred_at":"2026-05-31T00:21:46-06:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:7d2af99c4afd5a9715f09684"],"temporal_ref":"historical","trust_ref":"observed"} diff --git a/kag/indexes/shards/event/9c.jsonl b/kag/indexes/shards/event/9c.jsonl index 2a8d41684..f50ea4342 100644 --- a/kag/indexes/shards/event/9c.jsonl +++ b/kag/indexes/shards/event/9c.jsonl @@ -1 +1,2 @@ {"_key":"event:aoa:abyss-stack:event:8dbce81f8dbe8853d56b1348","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:087df9c81f1cbc65402b12fa","aoa:abyss-stack:anchor:93aedefeaf7f6545498d0b60","aoa:abyss-stack:anchor:a7222c9ee6ae877a3a692b22","aoa:abyss-stack:anchor:e273ca03409ad9443cd946c2"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:cefca02cc505daa8287adc85","old_path":"","path":"mcp/services/aoa-session-memory-mcp/DESIGN.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:60020ffbb3b40f61c9b82e5e","old_path":"","path":"mcp/services/aoa-session-memory-mcp/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f","old_path":"","path":"mcp/services/aoa-session-memory-mcp/src/aoa_session_memory_mcp/core.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","old_path":"","path":"mcp/services/aoa-session-memory-mcp/tests/test_session_memory_mcp.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"9ea0c5814f5199d0b31a0fdd04440e0be0f1dc6b"}],"id":"aoa:abyss-stack:event:8dbce81f8dbe8853d56b1348","label":"Expose provider freshness on session inventory (#214)","object_ids":["aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","aoa:abyss-stack:artifact:60020ffbb3b40f61c9b82e5e","aoa:abyss-stack:artifact:cefca02cc505daa8287adc85","aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f"],"observation_state":"observed","occurred_at":"2026-06-25T04:51:20-06:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:3894ee72cf7f247201e74ee9","aoa:abyss-stack:artifact:60020ffbb3b40f61c9b82e5e","aoa:abyss-stack:artifact:cefca02cc505daa8287adc85","aoa:abyss-stack:artifact:e4b2a1d254ede2be1e28488f"],"temporal_ref":"historical","trust_ref":"observed"} +{"_key":"event:aoa:abyss-stack:event:ac930fd7e8af11258a9e8deb","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:aea0a18097681e7b86db7278"],"changes":[],"event_kind":"decision_record","event_role":"declaration","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:aea0a18097681e7b86db7278"}],"id":"aoa:abyss-stack:event:ac930fd7e8af11258a9e8deb","label":"docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","object_ids":["aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b"],"temporal_ref":"current","trust_ref":"declared"} diff --git a/kag/indexes/shards/event/9d.jsonl b/kag/indexes/shards/event/9d.jsonl index 8b324fdb5..a189e3e89 100644 --- a/kag/indexes/shards/event/9d.jsonl +++ b/kag/indexes/shards/event/9d.jsonl @@ -7,4 +7,4 @@ {"_key":"event:aoa:abyss-stack:event:b9a8e351a97dfe81b879abbc","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:0540f19e44e737022e0f896e"],"changes":[],"event_kind":"test_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:0540f19e44e737022e0f896e"}],"id":"aoa:abyss-stack:event:b9a8e351a97dfe81b879abbc","label":"mcp/services/aoa-telegram-connector-mcp/tests/test_telegram_connector_mcp.py","object_ids":["aoa:abyss-stack:artifact:39f7686efc6a05c4c9a23f54"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:39f7686efc6a05c4c9a23f54"],"temporal_ref":"current","trust_ref":"declared"} {"_key":"event:aoa:abyss-stack:event:bb95d3283a77d888d4063de1","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:7204e246b94a8614d12465fd"],"changes":[],"event_kind":"test_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:7204e246b94a8614d12465fd"}],"id":"aoa:abyss-stack:event:bb95d3283a77d888d4063de1","label":"tests/test_runtime_lifecycle_user_unit.py","object_ids":["aoa:abyss-stack:artifact:05bab38ce2d9e3e3f5e9da3b"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:05bab38ce2d9e3e3f5e9da3b"],"temporal_ref":"current","trust_ref":"declared"} {"_key":"event:aoa:abyss-stack:event:ee86362bfabaafe2e99657d1","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:869b69b4908ff5cebe404daa"],"changes":[],"event_kind":"command_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:869b69b4908ff5cebe404daa"}],"id":"aoa:abyss-stack:event:ee86362bfabaafe2e99657d1","label":"scripts/aoa-bounded-autonomy-pilot","object_ids":["aoa:abyss-stack:artifact:1d2f4d6199c50e2ae0abb605"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:1d2f4d6199c50e2ae0abb605"],"temporal_ref":"current","trust_ref":"declared"} -{"_key":"event:aoa:abyss-stack:event:ff792ec190ca104a9f3d206a","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:131ddf3b10e86c2f37237acf","aoa:abyss-stack:anchor:264d7dae42eda632e0185332","aoa:abyss-stack:anchor:3723c90b6a0af825687ff643","aoa:abyss-stack:anchor:3c1bd1247ea5b95c9b15bc64","aoa:abyss-stack:anchor:40344a8e5fa2403913da5ab9","aoa:abyss-stack:anchor:446fe15bea6c3ea39c0bbae3","aoa:abyss-stack:anchor:4f3fb91f069ff14922ea4eb7","aoa:abyss-stack:anchor:656103453b896b1551c55d17","aoa:abyss-stack:anchor:65bac59c712ceafaef5d6614","aoa:abyss-stack:anchor:6d0f051e2895504b31df6b40","aoa:abyss-stack:anchor:7de2d7bc27c642a23d09f548","aoa:abyss-stack:anchor:80cb1cdc91b3f6127078f9c8","aoa:abyss-stack:anchor:8121efd86e44a17110be9562","aoa:abyss-stack:anchor:84f3e5206281749e24b2d8f8","aoa:abyss-stack:anchor:854b32fa027a8c436519a37b","aoa:abyss-stack:anchor:8b250cfac18e81af8e2a5f9f","aoa:abyss-stack:anchor:90b897568bf42eb8f396ad73","aoa:abyss-stack:anchor:91350db7ec4793f96a69d67a","aoa:abyss-stack:anchor:94665b0e8dfdd16dd139b3f4","aoa:abyss-stack:anchor:9501704dd5e894930a72f845","aoa:abyss-stack:anchor:9fbbc280317432ce58bcff11","aoa:abyss-stack:anchor:aafb78eb561ab6ea8482fcc3","aoa:abyss-stack:anchor:b83645645df1b09fb99e1d63","aoa:abyss-stack:anchor:ba152c2021f3f3ca1e88b42a","aoa:abyss-stack:anchor:bf0687c5df7f9d429c9efcec","aoa:abyss-stack:anchor:c1646c47f750b702cf43269f","aoa:abyss-stack:anchor:c371af3474c07274cab5f28b","aoa:abyss-stack:anchor:cbf70bb803cb479e3168ff7d","aoa:abyss-stack:anchor:db59332f7ccdfe6b393ebf32","aoa:abyss-stack:anchor:e882ed5e299220569519e9e7","aoa:abyss-stack:anchor:e937cff087c6e1e321c025a0","aoa:abyss-stack:anchor:ef3dffcea1e676086c8c402c","aoa:abyss-stack:anchor:f24db4c2e39125ae78cfe66c","aoa:abyss-stack:anchor:fb342c7df75114af83d7de53"],"changes":[{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","old_path":"","path":".agents/skills/abyss-self-diagnostic-spine/SKILL.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb","old_path":"","path":".github/workflows/validate-stack.yml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5","old_path":"","path":"QUESTBOOK.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","old_path":"","path":"README.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","old_path":"","path":"docs/DIAGNOSTIC_SPINE.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","old_path":"","path":"docs/DOCTOR.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","old_path":"","path":"docs/LOCAL_OPS_DOCTOR_SPLIT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:17efbe03b3bab9d83a627c19","old_path":"","path":"docs/RUNBOOK.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:3080d62bb266a31e43971141","old_path":"","path":"docs/STORAGE_LAYOUT.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:6b623d738010f930bf73db8a","old_path":"","path":"examples/diagnosis_companion.min.example.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:5e74eb7efa59f0539e7dcea3","old_path":"","path":"examples/diagnostic_anchor_ref.min.example.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","old_path":"","path":"examples/diagnostic_session.min.example.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:c0009b60d613c0ed096b4892","old_path":"","path":"examples/diagnostic_target.min.example.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:24628c85428aa74804ae00e0","old_path":"","path":"examples/quest_catalog.min.example.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:3f0d6bf659cb80384218ef26","old_path":"","path":"examples/quest_dispatch.min.example.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:1c1e5e9c03618acb82859b88","old_path":"","path":"examples/repair_handoff.min.example.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:d6ba6fad4c15e63e33728db0","old_path":"","path":"examples/reviewed_diagnosis_ref.min.example.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","old_path":"","path":"quests/ABYSS-STACK-Q-0007.yaml"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:4fc71a8c3e899815f3ebd69b","old_path":"","path":"schemas/diagnosis_companion.schema.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:cc61f1a4b22237ea9a637f0c","old_path":"","path":"schemas/diagnostic_anchor_ref.schema.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:011f31be650254f87e9494f0","old_path":"","path":"schemas/diagnostic_session.schema.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:575d65a2ddf2604895f05dd7","old_path":"","path":"schemas/diagnostic_target.schema.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:6757f802ddcf70a472022ea9","old_path":"","path":"schemas/repair_handoff.schema.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:0ce3b1df3a26e0b4fc394a26","old_path":"","path":"schemas/reviewed_diagnosis_ref.schema.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","old_path":"","path":"scripts/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","old_path":"","path":"scripts/_aoa_diagnose.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:4ed0e80debf1bdf7c279597e","old_path":"","path":"scripts/aoa-check-layout"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:e532c4c0f06b76f49ccbef05","old_path":"","path":"scripts/aoa-diagnose"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:ce6bc18b78c1b7b1a5f8caba","old_path":"","path":"scripts/aoa-install-layout"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","old_path":"","path":"scripts/validate_stack.py"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","old_path":"","path":"tests/test_aoa_diagnose.py"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","old_path":"","path":"tests/test_diagnostic_spine_contracts.py"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","old_path":"","path":"tests/test_validate_stack_diagnostic_spine.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","old_path":"","path":"tests/test_validate_stack_questbook.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"5b90d693d7269c22a20702b20635c2c31749d497"}],"id":"aoa:abyss-stack:event:ff792ec190ca104a9f3d206a","label":"[codex] Land diagnostic spine runtime seam and contracts (#39)","object_ids":["aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb","aoa:abyss-stack:artifact:011f31be650254f87e9494f0","aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","aoa:abyss-stack:artifact:0ce3b1df3a26e0b4fc394a26","aoa:abyss-stack:artifact:17d21e76d287da0f58365486","aoa:abyss-stack:artifact:17efbe03b3bab9d83a627c19","aoa:abyss-stack:artifact:1c1e5e9c03618acb82859b88","aoa:abyss-stack:artifact:24628c85428aa74804ae00e0","aoa:abyss-stack:artifact:3080d62bb266a31e43971141","aoa:abyss-stack:artifact:3f0d6bf659cb80384218ef26","aoa:abyss-stack:artifact:4ed0e80debf1bdf7c279597e","aoa:abyss-stack:artifact:4fc71a8c3e899815f3ebd69b","aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","aoa:abyss-stack:artifact:575d65a2ddf2604895f05dd7","aoa:abyss-stack:artifact:5e74eb7efa59f0539e7dcea3","aoa:abyss-stack:artifact:6757f802ddcf70a472022ea9","aoa:abyss-stack:artifact:6b623d738010f930bf73db8a","aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:c0009b60d613c0ed096b4892","aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","aoa:abyss-stack:artifact:cc61f1a4b22237ea9a637f0c","aoa:abyss-stack:artifact:ce6bc18b78c1b7b1a5f8caba","aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","aoa:abyss-stack:artifact:d6ba6fad4c15e63e33728db0","aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","aoa:abyss-stack:artifact:e532c4c0f06b76f49ccbef05","aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5"],"observation_state":"observed","occurred_at":"2026-04-08T04:47:53+03:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb","aoa:abyss-stack:artifact:011f31be650254f87e9494f0","aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","aoa:abyss-stack:artifact:0ce3b1df3a26e0b4fc394a26","aoa:abyss-stack:artifact:17d21e76d287da0f58365486","aoa:abyss-stack:artifact:17efbe03b3bab9d83a627c19","aoa:abyss-stack:artifact:1c1e5e9c03618acb82859b88","aoa:abyss-stack:artifact:24628c85428aa74804ae00e0","aoa:abyss-stack:artifact:3080d62bb266a31e43971141","aoa:abyss-stack:artifact:3f0d6bf659cb80384218ef26","aoa:abyss-stack:artifact:4ed0e80debf1bdf7c279597e","aoa:abyss-stack:artifact:4fc71a8c3e899815f3ebd69b","aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","aoa:abyss-stack:artifact:575d65a2ddf2604895f05dd7","aoa:abyss-stack:artifact:5e74eb7efa59f0539e7dcea3","aoa:abyss-stack:artifact:6757f802ddcf70a472022ea9","aoa:abyss-stack:artifact:6b623d738010f930bf73db8a","aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:c0009b60d613c0ed096b4892","aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","aoa:abyss-stack:artifact:cc61f1a4b22237ea9a637f0c","aoa:abyss-stack:artifact:ce6bc18b78c1b7b1a5f8caba","aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","aoa:abyss-stack:artifact:d6ba6fad4c15e63e33728db0","aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","aoa:abyss-stack:artifact:e532c4c0f06b76f49ccbef05","aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5"],"temporal_ref":"historical","trust_ref":"observed"} +{"_key":"event:aoa:abyss-stack:event:ff792ec190ca104a9f3d206a","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:131ddf3b10e86c2f37237acf","aoa:abyss-stack:anchor:264d7dae42eda632e0185332","aoa:abyss-stack:anchor:3723c90b6a0af825687ff643","aoa:abyss-stack:anchor:3c1bd1247ea5b95c9b15bc64","aoa:abyss-stack:anchor:40344a8e5fa2403913da5ab9","aoa:abyss-stack:anchor:446fe15bea6c3ea39c0bbae3","aoa:abyss-stack:anchor:4f3fb91f069ff14922ea4eb7","aoa:abyss-stack:anchor:656103453b896b1551c55d17","aoa:abyss-stack:anchor:65bac59c712ceafaef5d6614","aoa:abyss-stack:anchor:6d0f051e2895504b31df6b40","aoa:abyss-stack:anchor:80cb1cdc91b3f6127078f9c8","aoa:abyss-stack:anchor:8121efd86e44a17110be9562","aoa:abyss-stack:anchor:84f3e5206281749e24b2d8f8","aoa:abyss-stack:anchor:854b32fa027a8c436519a37b","aoa:abyss-stack:anchor:8b250cfac18e81af8e2a5f9f","aoa:abyss-stack:anchor:90b897568bf42eb8f396ad73","aoa:abyss-stack:anchor:91350db7ec4793f96a69d67a","aoa:abyss-stack:anchor:94665b0e8dfdd16dd139b3f4","aoa:abyss-stack:anchor:9501704dd5e894930a72f845","aoa:abyss-stack:anchor:9fbbc280317432ce58bcff11","aoa:abyss-stack:anchor:aafb78eb561ab6ea8482fcc3","aoa:abyss-stack:anchor:b83645645df1b09fb99e1d63","aoa:abyss-stack:anchor:ba152c2021f3f3ca1e88b42a","aoa:abyss-stack:anchor:bf0687c5df7f9d429c9efcec","aoa:abyss-stack:anchor:c1646c47f750b702cf43269f","aoa:abyss-stack:anchor:c371af3474c07274cab5f28b","aoa:abyss-stack:anchor:cbf70bb803cb479e3168ff7d","aoa:abyss-stack:anchor:db59332f7ccdfe6b393ebf32","aoa:abyss-stack:anchor:e882ed5e299220569519e9e7","aoa:abyss-stack:anchor:e937cff087c6e1e321c025a0","aoa:abyss-stack:anchor:ef3dffcea1e676086c8c402c","aoa:abyss-stack:anchor:f24db4c2e39125ae78cfe66c","aoa:abyss-stack:anchor:fb342c7df75114af83d7de53"],"changes":[{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","old_path":"","path":".agents/skills/abyss-self-diagnostic-spine/SKILL.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb","old_path":"","path":".github/workflows/validate-stack.yml"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5","old_path":"","path":"QUESTBOOK.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","old_path":"","path":"README.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","old_path":"","path":"docs/DIAGNOSTIC_SPINE.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","old_path":"","path":"docs/DOCTOR.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","old_path":"","path":"docs/LOCAL_OPS_DOCTOR_SPLIT.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:17efbe03b3bab9d83a627c19","old_path":"","path":"docs/RUNBOOK.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:3080d62bb266a31e43971141","old_path":"","path":"docs/STORAGE_LAYOUT.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:6b623d738010f930bf73db8a","old_path":"","path":"examples/diagnosis_companion.min.example.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:5e74eb7efa59f0539e7dcea3","old_path":"","path":"examples/diagnostic_anchor_ref.min.example.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","old_path":"","path":"examples/diagnostic_session.min.example.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:c0009b60d613c0ed096b4892","old_path":"","path":"examples/diagnostic_target.min.example.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:24628c85428aa74804ae00e0","old_path":"","path":"examples/quest_catalog.min.example.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:3f0d6bf659cb80384218ef26","old_path":"","path":"examples/quest_dispatch.min.example.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:1c1e5e9c03618acb82859b88","old_path":"","path":"examples/repair_handoff.min.example.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:d6ba6fad4c15e63e33728db0","old_path":"","path":"examples/reviewed_diagnosis_ref.min.example.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","old_path":"","path":"quests/ABYSS-STACK-Q-0007.yaml"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:4fc71a8c3e899815f3ebd69b","old_path":"","path":"schemas/diagnosis_companion.schema.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:cc61f1a4b22237ea9a637f0c","old_path":"","path":"schemas/diagnostic_anchor_ref.schema.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:011f31be650254f87e9494f0","old_path":"","path":"schemas/diagnostic_session.schema.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:575d65a2ddf2604895f05dd7","old_path":"","path":"schemas/diagnostic_target.schema.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:6757f802ddcf70a472022ea9","old_path":"","path":"schemas/repair_handoff.schema.json"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:0ce3b1df3a26e0b4fc394a26","old_path":"","path":"schemas/reviewed_diagnosis_ref.schema.json"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","old_path":"","path":"scripts/AGENTS.md"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","old_path":"","path":"scripts/_aoa_diagnose.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:4ed0e80debf1bdf7c279597e","old_path":"","path":"scripts/aoa-check-layout"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:e532c4c0f06b76f49ccbef05","old_path":"","path":"scripts/aoa-diagnose"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:ce6bc18b78c1b7b1a5f8caba","old_path":"","path":"scripts/aoa-install-layout"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","old_path":"","path":"scripts/validate_stack.py"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","old_path":"","path":"tests/test_aoa_diagnose.py"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","old_path":"","path":"tests/test_diagnostic_spine_contracts.py"},{"change_kind":"add","object_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","old_path":"","path":"tests/test_validate_stack_diagnostic_spine.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","old_path":"","path":"tests/test_validate_stack_questbook.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"5b90d693d7269c22a20702b20635c2c31749d497"}],"id":"aoa:abyss-stack:event:ff792ec190ca104a9f3d206a","label":"[codex] Land diagnostic spine runtime seam and contracts (#39)","object_ids":["aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb","aoa:abyss-stack:artifact:011f31be650254f87e9494f0","aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","aoa:abyss-stack:artifact:0ce3b1df3a26e0b4fc394a26","aoa:abyss-stack:artifact:17d21e76d287da0f58365486","aoa:abyss-stack:artifact:17efbe03b3bab9d83a627c19","aoa:abyss-stack:artifact:1c1e5e9c03618acb82859b88","aoa:abyss-stack:artifact:24628c85428aa74804ae00e0","aoa:abyss-stack:artifact:3080d62bb266a31e43971141","aoa:abyss-stack:artifact:3f0d6bf659cb80384218ef26","aoa:abyss-stack:artifact:4ed0e80debf1bdf7c279597e","aoa:abyss-stack:artifact:4fc71a8c3e899815f3ebd69b","aoa:abyss-stack:artifact:575d65a2ddf2604895f05dd7","aoa:abyss-stack:artifact:5e74eb7efa59f0539e7dcea3","aoa:abyss-stack:artifact:6757f802ddcf70a472022ea9","aoa:abyss-stack:artifact:6b623d738010f930bf73db8a","aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:c0009b60d613c0ed096b4892","aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","aoa:abyss-stack:artifact:cc61f1a4b22237ea9a637f0c","aoa:abyss-stack:artifact:ce6bc18b78c1b7b1a5f8caba","aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","aoa:abyss-stack:artifact:d6ba6fad4c15e63e33728db0","aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","aoa:abyss-stack:artifact:e532c4c0f06b76f49ccbef05","aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5"],"observation_state":"observed","occurred_at":"2026-04-08T04:47:53+03:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:00aaa772fef24a295cbed7eb","aoa:abyss-stack:artifact:011f31be650254f87e9494f0","aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","aoa:abyss-stack:artifact:0ce3b1df3a26e0b4fc394a26","aoa:abyss-stack:artifact:17d21e76d287da0f58365486","aoa:abyss-stack:artifact:17efbe03b3bab9d83a627c19","aoa:abyss-stack:artifact:1c1e5e9c03618acb82859b88","aoa:abyss-stack:artifact:24628c85428aa74804ae00e0","aoa:abyss-stack:artifact:3080d62bb266a31e43971141","aoa:abyss-stack:artifact:3f0d6bf659cb80384218ef26","aoa:abyss-stack:artifact:4ed0e80debf1bdf7c279597e","aoa:abyss-stack:artifact:4fc71a8c3e899815f3ebd69b","aoa:abyss-stack:artifact:575d65a2ddf2604895f05dd7","aoa:abyss-stack:artifact:5e74eb7efa59f0539e7dcea3","aoa:abyss-stack:artifact:6757f802ddcf70a472022ea9","aoa:abyss-stack:artifact:6b623d738010f930bf73db8a","aoa:abyss-stack:artifact:88df5ea49111e23f55bb0eec","aoa:abyss-stack:artifact:8aa5ea33d78ad3ddb413325d","aoa:abyss-stack:artifact:8e20647158e78b706d0bc62e","aoa:abyss-stack:artifact:b335630551682c19a781afeb","aoa:abyss-stack:artifact:c0009b60d613c0ed096b4892","aoa:abyss-stack:artifact:ca69e75e9d7976870fab2d3b","aoa:abyss-stack:artifact:cb91064dc54bd943e58ccc25","aoa:abyss-stack:artifact:cc61f1a4b22237ea9a637f0c","aoa:abyss-stack:artifact:ce6bc18b78c1b7b1a5f8caba","aoa:abyss-stack:artifact:d52f335ae01a6885971b3988","aoa:abyss-stack:artifact:d6ba6fad4c15e63e33728db0","aoa:abyss-stack:artifact:d8153067bce34c8da0b8978f","aoa:abyss-stack:artifact:d8aef8b9a842a066766f5df0","aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","aoa:abyss-stack:artifact:e532c4c0f06b76f49ccbef05","aoa:abyss-stack:artifact:f154afc903516acbc3b82fb5"],"temporal_ref":"historical","trust_ref":"observed"} diff --git a/kag/indexes/shards/event/d.jsonl b/kag/indexes/shards/event/d.jsonl index fb50735bf..d05f125d8 100644 --- a/kag/indexes/shards/event/d.jsonl +++ b/kag/indexes/shards/event/d.jsonl @@ -39,7 +39,6 @@ {"_key":"event:aoa:abyss-stack:event:d215ce359a43df3a7f1d2e18","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:50c06c398266936dae4aee7f"],"changes":[],"event_kind":"test_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:50c06c398266936dae4aee7f"}],"id":"aoa:abyss-stack:event:d215ce359a43df3a7f1d2e18","label":"mechanics/federation-seams/parts/federation-checks/tests/test_route_api_closure_status.py","object_ids":["aoa:abyss-stack:artifact:73352c3554c542868fcc2a30"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:73352c3554c542868fcc2a30"],"temporal_ref":"current","trust_ref":"declared"} {"_key":"event:aoa:abyss-stack:event:d27f44d0bb4fa21d2a70c633","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:03e80f90cb53a886c4306fc8"],"changes":[],"event_kind":"command_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:03e80f90cb53a886c4306fc8"}],"id":"aoa:abyss-stack:event:d27f44d0bb4fa21d2a70c633","label":"mechanics/governed-execution/parts/autonomy-status/aoa_status_autonomy.py","object_ids":["aoa:abyss-stack:artifact:756c625efa7d8fba0872a745"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:756c625efa7d8fba0872a745"],"temporal_ref":"current","trust_ref":"declared"} {"_key":"event:aoa:abyss-stack:event:d33d80ac1263ccdff7f2943e","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:ee32f4fe3a12118799fade59"],"changes":[],"event_kind":"validation_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:ee32f4fe3a12118799fade59"}],"id":"aoa:abyss-stack:event:d33d80ac1263ccdff7f2943e","label":"scripts/validate_diagnostic_surface_catalog.py","object_ids":["aoa:abyss-stack:artifact:27a4326556c55d6d32f94151"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:27a4326556c55d6d32f94151"],"temporal_ref":"current","trust_ref":"declared"} -{"_key":"event:aoa:abyss-stack:event:d36987fe9d9df8a9bed68599","_kind":"event","actor":{"email":"","name":"repository-snapshot"},"anchor_ids":["aoa:abyss-stack:anchor:23d9602c3e4b31b0a294c77b","aoa:abyss-stack:anchor:3c9038d08022367f05f78a84","aoa:abyss-stack:anchor:6e6c3d64e79a9289a1267caf","aoa:abyss-stack:anchor:82713d496662793b32ff83e6","aoa:abyss-stack:anchor:845555be71eb68d65d3142f4","aoa:abyss-stack:anchor:d6efeab7c3044dac3ccb552e","aoa:abyss-stack:anchor:d8afd013c6118f4f6b2b8615"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","old_path":"","path":"CHANGELOG.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:6f9267f0ffa5e1f1d9dd3621","old_path":"","path":"mcp/services/aoa-kag-mcp/AGENTS.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:e7953abdf09604c8b2a9582f","old_path":"","path":"mcp/services/aoa-kag-mcp/README.md"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:2334ef570a60dc9e9a80c689","old_path":"","path":"mcp/services/aoa-kag-mcp/scripts/validate_kag_mcp.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:41161b77d8228c514a5dc945","old_path":"","path":"mcp/services/aoa-kag-mcp/src/aoa_kag_mcp/canonical.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9","old_path":"","path":"mcp/services/aoa-kag-mcp/src/aoa_kag_mcp/core.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:40f4e639431b201712f3b34a","old_path":"","path":"mcp/services/aoa-kag-mcp/tests/test_kag_mcp.py"}],"event_kind":"repository_snapshot_change_set","event_role":"observation","evidence_refs":[{"kind":"repository_snapshot","ref":"source-tree-snapshot"}],"id":"aoa:abyss-stack:event:d36987fe9d9df8a9bed68599","label":"Repository source snapshot change set","object_ids":["aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","aoa:abyss-stack:artifact:2334ef570a60dc9e9a80c689","aoa:abyss-stack:artifact:40f4e639431b201712f3b34a","aoa:abyss-stack:artifact:41161b77d8228c514a5dc945","aoa:abyss-stack:artifact:6f9267f0ffa5e1f1d9dd3621","aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9","aoa:abyss-stack:artifact:e7953abdf09604c8b2a9582f"],"observation_state":"observed","occurred_at":"","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","aoa:abyss-stack:artifact:2334ef570a60dc9e9a80c689","aoa:abyss-stack:artifact:40f4e639431b201712f3b34a","aoa:abyss-stack:artifact:41161b77d8228c514a5dc945","aoa:abyss-stack:artifact:6f9267f0ffa5e1f1d9dd3621","aoa:abyss-stack:artifact:9035adedf9ee9a1b9e3834d9","aoa:abyss-stack:artifact:e7953abdf09604c8b2a9582f"],"temporal_ref":"current","trust_ref":"observed"} {"_key":"event:aoa:abyss-stack:event:d37178e78b0ef8e297c3dad7","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:fcb9aa31c1c46ea3fc2331ed"],"changes":[],"event_kind":"command_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:fcb9aa31c1c46ea3fc2331ed"}],"id":"aoa:abyss-stack:event:d37178e78b0ef8e297c3dad7","label":"mechanics/inference-pilots/parts/quiet-bridge-commands/aoa_long_horizon_pilot.sh","object_ids":["aoa:abyss-stack:artifact:99e9ca037460978019b90981"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:99e9ca037460978019b90981"],"temporal_ref":"current","trust_ref":"declared"} {"_key":"event:aoa:abyss-stack:event:db15226c0154591220c3baa5","_kind":"event","actor":{"email":"","name":"source-owner"},"anchor_ids":["aoa:abyss-stack:anchor:5e3e52d0355d9e8c703b431c"],"changes":[],"event_kind":"test_run","event_role":"producer","evidence_refs":[{"kind":"source_anchor","ref":"aoa:abyss-stack:anchor:5e3e52d0355d9e8c703b431c"}],"id":"aoa:abyss-stack:event:db15226c0154591220c3baa5","label":"mcp/services/abyss-machine-mcp/tests/test_machine_mcp.py","object_ids":["aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73"],"observation_state":"declared","occurred_at":"","provenance_ref":"declared","source_record_ids":["aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73"],"temporal_ref":"current","trust_ref":"declared"} {"_key":"event:aoa:abyss-stack:event:dec287554b3b7e09a68307ac","_kind":"event","actor":{"email":"gerhmangrant@gmail.com","name":"Dionysus"},"anchor_ids":["aoa:abyss-stack:anchor:03e80f90cb53a886c4306fc8","aoa:abyss-stack:anchor:e08d2a16abcdb82bbf79c0ed"],"changes":[{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:756c625efa7d8fba0872a745","old_path":"","path":"mechanics/governed-execution/parts/autonomy-status/aoa_status_autonomy.py"},{"change_kind":"modify","object_id":"aoa:abyss-stack:artifact:20453143f58f11868bffb84e","old_path":"","path":"mechanics/governed-execution/parts/autonomy-status/tests/test_aoa_status_autonomy.py"}],"event_kind":"git_commit","event_role":"observation","evidence_refs":[{"kind":"git_commit","ref":"8bf00ba3fa0a257a59eca29f1486add8b3545c60"}],"id":"aoa:abyss-stack:event:dec287554b3b7e09a68307ac","label":"Treat route-api inspect errors as actionable","object_ids":["aoa:abyss-stack:artifact:20453143f58f11868bffb84e","aoa:abyss-stack:artifact:756c625efa7d8fba0872a745"],"observation_state":"observed","occurred_at":"2026-07-01T02:27:07-06:00","provenance_ref":"observed","source_record_ids":["aoa:abyss-stack:artifact:20453143f58f11868bffb84e","aoa:abyss-stack:artifact:756c625efa7d8fba0872a745"],"temporal_ref":"historical","trust_ref":"observed"} diff --git a/kag/indexes/shards/source/08.jsonl b/kag/indexes/shards/source/08.jsonl index ac98db0f3..c50194910 100644 --- a/kag/indexes/shards/source/08.jsonl +++ b/kag/indexes/shards/source/08.jsonl @@ -2,5 +2,5 @@ {"_key":"source:aoa:abyss-stack:artifact:2029dfc05c745a9f1d572e31","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"service_unit","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"service_unit","classification":{"confidence":"high","primary_kind":"artifact"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"6f586ba614d88665788a301a81cef28378324a197a12690205cd082823da2613","git_blob_id":"b1c11b80b25f5bf999fbb7f5138bf20c2c9943eb","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:2029dfc05c745a9f1d572e31","lineage_path":"systemd/user/abyss-process-snapshot.service","logical_id":"aoa:abyss-stack:artifact:2029dfc05c745a9f1d572e31","mime":"text/plain","path":"systemd/user/abyss-process-snapshot.service","repo":"abyss-stack","size_bytes":347,"version_id":"aoa:abyss-stack:artifact-version:3c8f523de88082d6d1b6be3e"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"systemd/user/abyss-process-snapshot.service"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"systemd/user/abyss-process-snapshot.service","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["systemd/user/abyss-process-snapshot.service:1"],"path_ref":"systemd/user/abyss-process-snapshot.service"},"signs":{"attestation_ref":"","digest":"6f586ba614d88665788a301a81cef28378324a197a12690205cd082823da2613","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:2eb183ba9da731acde7c5c43","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"3297759def1a790a48ed99612fdd0973351d0a54e8fd6e1156601b48a6fc3dd9","git_blob_id":"6636de2d136609fb8e142cab85d5102c534c88a2","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:2eb183ba9da731acde7c5c43","lineage_path":"mechanics/inference-pilots/parts/agon-dry-run-handoff/README.md","logical_id":"aoa:abyss-stack:artifact:2eb183ba9da731acde7c5c43","mime":"text/markdown","path":"mechanics/inference-pilots/parts/agon-dry-run-handoff/README.md","repo":"abyss-stack","size_bytes":171,"version_id":"aoa:abyss-stack:artifact-version:542a1b17b5b6004d09848188"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/inference-pilots/parts/agon-dry-run-handoff/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/inference-pilots/parts/agon-dry-run-handoff/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agon-dry-run-handoff","level":1,"line":1,"ref":"mechanics/inference-pilots/parts/agon-dry-run-handoff/README.md#agon-dry-run-handoff","title":"Agon Dry-Run Handoff"}],"line_refs":["mechanics/inference-pilots/parts/agon-dry-run-handoff/README.md:1"],"path_ref":"mechanics/inference-pilots/parts/agon-dry-run-handoff/README.md"},"signs":{"attestation_ref":"","digest":"3297759def1a790a48ed99612fdd0973351d0a54e8fd6e1156601b48a6fc3dd9","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:b5da308945c5f0e677c8e101","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"unknown_document","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"a849d093b5c3841706f62df2c8e04d05e195175955dcce88c00e517ad4a408da","git_blob_id":"5c3aba7aee2aafedb2b1b3aeb278f3108de2d2aa","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:b5da308945c5f0e677c8e101","lineage_path":"mcp/services/aoa-discord-connector-mcp/docs/THREAT_MODEL.md","logical_id":"aoa:abyss-stack:artifact:b5da308945c5f0e677c8e101","mime":"text/markdown","path":"mcp/services/aoa-discord-connector-mcp/docs/THREAT_MODEL.md","repo":"abyss-stack","size_bytes":1179,"version_id":"aoa:abyss-stack:artifact-version:b80197de321d11e999757f03"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mcp/services/aoa-discord-connector-mcp/docs/THREAT_MODEL.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/aoa-discord-connector-mcp/docs/THREAT_MODEL.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"threat-model","level":1,"line":1,"ref":"mcp/services/aoa-discord-connector-mcp/docs/THREAT_MODEL.md#threat-model","title":"Threat Model"},{"anchor":"protected-assets","level":2,"line":3,"ref":"mcp/services/aoa-discord-connector-mcp/docs/THREAT_MODEL.md#protected-assets","title":"Protected Assets"},{"anchor":"risks","level":2,"line":11,"ref":"mcp/services/aoa-discord-connector-mcp/docs/THREAT_MODEL.md#risks","title":"Risks"},{"anchor":"controls","level":2,"line":21,"ref":"mcp/services/aoa-discord-connector-mcp/docs/THREAT_MODEL.md#controls","title":"Controls"}],"line_refs":["mcp/services/aoa-discord-connector-mcp/docs/THREAT_MODEL.md:1"],"path_ref":"mcp/services/aoa-discord-connector-mcp/docs/THREAT_MODEL.md"},"signs":{"attestation_ref":"","digest":"a849d093b5c3841706f62df2c8e04d05e195175955dcce88c00e517ad4a408da","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"5626ceefd1a491e202ece596a27474a769d061fdd186709325b9b65163aaf109","git_blob_id":"6469a9c7fd8990f8334b70d23e3f2674fb158e4f","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","lineage_path":"tests/test_diagnostic_spine_contracts.py","logical_id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","mime":"text/x-python","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py","repo":"abyss-stack","size_bytes":6755,"version_id":"aoa:abyss-stack:artifact-version:789ebbf87a82f3c95d8f1ab5"},"mechanics_role":"part_test","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py:1"],"path_ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py"},"signs":{"attestation_ref":"","digest":"5626ceefd1a491e202ece596a27474a769d061fdd186709325b9b65163aaf109","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"264232980aa6527190fc2894ffe4072397449e9440608b0827b9ad28bf96a25a","git_blob_id":"10371a2622149644950eeac9c8f91c35e9b9429c","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","lineage_path":"tests/test_diagnostic_spine_contracts.py","logical_id":"aoa:abyss-stack:artifact:d9b9579631d5fa71d8db64e7","mime":"text/x-python","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py","repo":"abyss-stack","size_bytes":6875,"version_id":"aoa:abyss-stack:artifact-version:770f190d973af55752d03359"},"mechanics_role":"part_test","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py:1"],"path_ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py"},"signs":{"attestation_ref":"","digest":"264232980aa6527190fc2894ffe4072397449e9440608b0827b9ad28bf96a25a","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:f3f877cd85ae95f826205525","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"1"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"24fc4a1a00ff6fbf20963b6596760f38e27e44a9a410c8b4a8a34f23df1e18e7","git_blob_id":"1cdff3be278527df957b23c15482135511dac4a1","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:f3f877cd85ae95f826205525","lineage_path":"examples/runtime_artifact_hook_candidate.self-agent-checkpoint-rollout.example.json","logical_id":"aoa:abyss-stack:artifact:f3f877cd85ae95f826205525","mime":"application/json","path":"mechanics/governed-execution/parts/candidate-exports/examples/runtime_artifact_hook_candidate.self-agent-checkpoint-rollout.example.json","repo":"abyss-stack","size_bytes":2067,"version_id":"aoa:abyss-stack:artifact-version:c2e0dfe8bed5d5f7ba9f78d7"},"mechanics_role":"mechanic_part","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mechanics/governed-execution/parts/candidate-exports/examples/runtime_artifact_hook_candidate.self-agent-checkpoint-rollout.example.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/governed-execution/parts/candidate-exports/examples/runtime_artifact_hook_candidate.self-agent-checkpoint-rollout.example.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/governed-execution/parts/candidate-exports/examples/runtime_artifact_hook_candidate.self-agent-checkpoint-rollout.example.json:1"],"path_ref":"mechanics/governed-execution/parts/candidate-exports/examples/runtime_artifact_hook_candidate.self-agent-checkpoint-rollout.example.json"},"signs":{"attestation_ref":"","digest":"24fc4a1a00ff6fbf20963b6596760f38e27e44a9a410c8b4a8a34f23df1e18e7","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/0d.jsonl b/kag/indexes/shards/source/0d.jsonl index a6c18ef19..0a8396adf 100644 --- a/kag/indexes/shards/source/0d.jsonl +++ b/kag/indexes/shards/source/0d.jsonl @@ -1,5 +1,5 @@ -{"_key":"source:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"da353d2e7c0963f7c3d023e8c5c9d57cc3281fb88783086b15479e1b1dd3589e","git_blob_id":"8dd3d06a53dde02ba9867557322ca9b0f5ba2291","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","lineage_path":"tests/test_agent_skill_projection_validator_module.py","logical_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","mime":"text/x-python","path":"tests/test_agent_skill_projection_validator_module.py","repo":"abyss-stack","size_bytes":6396,"version_id":"aoa:abyss-stack:artifact-version:e54a6e3f95021e3648a2bae5"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"tests/test_agent_skill_projection_validator_module.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_agent_skill_projection_validator_module.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_agent_skill_projection_validator_module.py:1"],"path_ref":"tests/test_agent_skill_projection_validator_module.py"},"signs":{"attestation_ref":"","digest":"da353d2e7c0963f7c3d023e8c5c9d57cc3281fb88783086b15479e1b1dd3589e","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:17d21e76d287da0f58365486","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"36a27c0fa3a700bed6e62fd69de606982148706c2b251609eea49814cfc1b893","git_blob_id":"81223b2a974946c67904d62e9d5bf5586698998c","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","lineage_path":"tests/test_validate_stack_diagnostic_spine.py","logical_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","mime":"text/x-python","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_surface_validator.py","repo":"abyss-stack","size_bytes":6980,"version_id":"aoa:abyss-stack:artifact-version:a90eb9adbe63eec4ec09717e"},"mechanics_role":"part_test","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_surface_validator.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_surface_validator.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_surface_validator.py:1"],"path_ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_surface_validator.py"},"signs":{"attestation_ref":"","digest":"36a27c0fa3a700bed6e62fd69de606982148706c2b251609eea49814cfc1b893","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"c92df57c3ff4f266e9e0a0c77859d20d1134dbf75038ea74f58f78dddfe561d1","git_blob_id":"5062371da7d27049580b97b3991d777fc8472c7d","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","lineage_path":"tests/test_agent_skill_projection_validator_module.py","logical_id":"aoa:abyss-stack:artifact:17091dbf347a1c8e2a2d409b","mime":"text/x-python","path":"tests/test_agent_skill_projection_validator_module.py","repo":"abyss-stack","size_bytes":2585,"version_id":"aoa:abyss-stack:artifact-version:1f0960dab6df9d3bb32d20eb"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"tests/test_agent_skill_projection_validator_module.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_agent_skill_projection_validator_module.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_agent_skill_projection_validator_module.py:1"],"path_ref":"tests/test_agent_skill_projection_validator_module.py"},"signs":{"attestation_ref":"","digest":"c92df57c3ff4f266e9e0a0c77859d20d1134dbf75038ea74f58f78dddfe561d1","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:17d21e76d287da0f58365486","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"8867a6e5bbb997d3b2e7d1dfa5758cae4fb3d89de3e16fcfd69cd5685c3a74a6","git_blob_id":"ef4fd3ec03054f1aeb5fc55ca36a7afcf0125de0","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","lineage_path":"tests/test_validate_stack_diagnostic_spine.py","logical_id":"aoa:abyss-stack:artifact:17d21e76d287da0f58365486","mime":"text/x-python","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_surface_validator.py","repo":"abyss-stack","size_bytes":6717,"version_id":"aoa:abyss-stack:artifact-version:ccabbc3df18183bbbd39ae26"},"mechanics_role":"part_test","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_surface_validator.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_surface_validator.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_surface_validator.py:1"],"path_ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_surface_validator.py"},"signs":{"attestation_ref":"","digest":"8867a6e5bbb997d3b2e7d1dfa5758cae4fb3d89de3e16fcfd69cd5685c3a74a6","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"service_degradation_receipt_v1"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"65aa44a8f202472f7791ac3b891d610c07e75481de9f4b6868411f58fe665c3f","git_blob_id":"e17b6d6ae709022beb64867187715e83b2571ca6","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","lineage_path":"examples/service_degradation_receipt.example.json","logical_id":"aoa:abyss-stack:artifact:8de8f1c81776497ba7cc0f0b","mime":"application/json","path":"mechanics/runtime-repair/parts/degradation-receipts/examples/service-degradation-receipt.example.json","repo":"abyss-stack","size_bytes":1361,"version_id":"aoa:abyss-stack:artifact-version:64c310439486902759306dc0"},"mechanics_role":"mechanic_part","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mechanics/runtime-repair/parts/degradation-receipts/examples/service-degradation-receipt.example.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/runtime-repair/parts/degradation-receipts/examples/service-degradation-receipt.example.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/runtime-repair/parts/degradation-receipts/examples/service-degradation-receipt.example.json:1"],"path_ref":"mechanics/runtime-repair/parts/degradation-receipts/examples/service-degradation-receipt.example.json"},"signs":{"attestation_ref":"","digest":"65aa44a8f202472f7791ac3b891d610c07e75481de9f4b6868411f58fe665c3f","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:cb2fa8ffda8316a4cedf93ed","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"unknown_document","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"13c924a92c4beb0fecf7c521688901315ca61aafb6870f9844cbda3861667345","git_blob_id":"a231207858365355205c9eb6b375ce8ed10ca5d0","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:cb2fa8ffda8316a4cedf93ed","lineage_path":"memo/INDEX.md","logical_id":"aoa:abyss-stack:artifact:cb2fa8ffda8316a4cedf93ed","mime":"text/markdown","path":"memo/INDEX.md","repo":"abyss-stack","size_bytes":1373,"version_id":"aoa:abyss-stack:artifact-version:60957da9753d37ba007ca54d"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"memo/INDEX.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"memo/INDEX.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"abyss-stack-memo-port-index","level":1,"line":1,"ref":"memo/INDEX.md#abyss-stack-memo-port-index","title":"abyss-stack memo port index"},{"anchor":"counts","level":2,"line":5,"ref":"memo/INDEX.md#counts","title":"Counts"},{"anchor":"routes","level":2,"line":14,"ref":"memo/INDEX.md#routes","title":"Routes"},{"anchor":"open-items","level":2,"line":20,"ref":"memo/INDEX.md#open-items","title":"Open Items"},{"anchor":"agent-route","level":2,"line":29,"ref":"memo/INDEX.md#agent-route","title":"Agent Route"}],"line_refs":["memo/INDEX.md:1"],"path_ref":"memo/INDEX.md"},"signs":{"attestation_ref":"","digest":"13c924a92c4beb0fecf7c521688901315ca61aafb6870f9844cbda3861667345","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"legacy","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"5bfe5c013209514ff9e290fc7b2681b9b48d6096e894f1ca49d6d19319047042","git_blob_id":"80ba6583037d2f01aeecb1ef832e459a8ca378ac","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80","lineage_path":"docs/PATTERN_REGISTRY_SERVICE.md","logical_id":"aoa:abyss-stack:artifact:fcbbe170d12453e028acdd80","mime":"text/markdown","path":"mechanics/experience-runtime/legacy/raw/PATTERN_REGISTRY_SERVICE.md","repo":"abyss-stack","size_bytes":2135,"version_id":"aoa:abyss-stack:artifact-version:2114a14f76dc9f3b87897ce7"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/experience-runtime/legacy/raw/PATTERN_REGISTRY_SERVICE.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/experience-runtime/legacy/raw/PATTERN_REGISTRY_SERVICE.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"pattern-registry-service","level":1,"line":1,"ref":"mechanics/experience-runtime/legacy/raw/PATTERN_REGISTRY_SERVICE.md#pattern-registry-service","title":"PATTERN REGISTRY SERVICE"},{"anchor":"purpose","level":2,"line":3,"ref":"mechanics/experience-runtime/legacy/raw/PATTERN_REGISTRY_SERVICE.md#purpose","title":"Purpose"},{"anchor":"flow","level":2,"line":9,"ref":"mechanics/experience-runtime/legacy/raw/PATTERN_REGISTRY_SERVICE.md#flow","title":"Flow"},{"anchor":"this-surface-owns","level":2,"line":15,"ref":"mechanics/experience-runtime/legacy/raw/PATTERN_REGISTRY_SERVICE.md#this-surface-owns","title":"This surface owns"},{"anchor":"this-surface-does-not-own","level":2,"line":22,"ref":"mechanics/experience-runtime/legacy/raw/PATTERN_REGISTRY_SERVICE.md#this-surface-does-not-own","title":"This surface does not own"},{"anchor":"inputs","level":2,"line":29,"ref":"mechanics/experience-runtime/legacy/raw/PATTERN_REGISTRY_SERVICE.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":37,"ref":"mechanics/experience-runtime/legacy/raw/PATTERN_REGISTRY_SERVICE.md#outputs","title":"Outputs"},{"anchor":"gates","level":2,"line":45,"ref":"mechanics/experience-runtime/legacy/raw/PATTERN_REGISTRY_SERVICE.md#gates","title":"Gates"},{"anchor":"owner-governance-reference","level":2,"line":53,"ref":"mechanics/experience-runtime/legacy/raw/PATTERN_REGISTRY_SERVICE.md#owner-governance-reference","title":"Owner Governance Reference"},{"anchor":"runtime-invariants","level":2,"line":57,"ref":"mechanics/experience-runtime/legacy/raw/PATTERN_REGISTRY_SERVICE.md#runtime-invariants","title":"Runtime Invariants"},{"anchor":"notes","level":2,"line":63,"ref":"mechanics/experience-runtime/legacy/raw/PATTERN_REGISTRY_SERVICE.md#notes","title":"Notes"}],"line_refs":["mechanics/experience-runtime/legacy/raw/PATTERN_REGISTRY_SERVICE.md:1"],"path_ref":"mechanics/experience-runtime/legacy/raw/PATTERN_REGISTRY_SERVICE.md"},"signs":{"attestation_ref":"","digest":"5bfe5c013209514ff9e290fc7b2681b9b48d6096e894f1ca49d6d19319047042","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/0f.jsonl b/kag/indexes/shards/source/0f.jsonl index aebb397c7..835d9ff2c 100644 --- a/kag/indexes/shards/source/0f.jsonl +++ b/kag/indexes/shards/source/0f.jsonl @@ -2,4 +2,4 @@ {"_key":"source:aoa:abyss-stack:artifact:8774f424a3827f8e4d00dec7","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"schema","compatibility":"stable","contract_version":"https://raw.githubusercontent.com/8Dionysus/abyss-stack/main/mechanics/governed-execution/parts/return-policy/schemas/runtime-return-event.schema.json","schema_version":"https://json-schema.org/draft/2020-12/schema"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"schema","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"dd730fb790b699e08c1b2439468183fabdb3bee01a8c697211b39869e1a10344","git_blob_id":"e58ebfc69e38e1f9bfe4b00298aa10905bdac524","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:8774f424a3827f8e4d00dec7","lineage_path":"schemas/runtime-return-event.schema.json","logical_id":"aoa:abyss-stack:artifact:8774f424a3827f8e4d00dec7","mime":"application/json","path":"mechanics/governed-execution/parts/return-policy/schemas/runtime-return-event.schema.json","repo":"abyss-stack","size_bytes":5937,"version_id":"aoa:abyss-stack:artifact-version:d28bfdd76cc4216f521d5bc3"},"mechanics_role":"part_schema","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"schema_owner","surface":"mechanics/governed-execution/parts/return-policy/schemas/runtime-return-event.schema.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/governed-execution/parts/return-policy/schemas/runtime-return-event.schema.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/governed-execution/parts/return-policy/schemas/runtime-return-event.schema.json:1"],"path_ref":"mechanics/governed-execution/parts/return-policy/schemas/runtime-return-event.schema.json"},"signs":{"attestation_ref":"","digest":"dd730fb790b699e08c1b2439468183fabdb3bee01a8c697211b39869e1a10344","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:87c84308b15436ff125ed89e","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"entrypoint","command_role":"script","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"7d69ba0b247424202fea2490318efe23f9717eae3ce1e64b4d2e45c31024106b","git_blob_id":"354f47e7a059f8bb4365e7d9a0ddf63b9f4c76f6","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:87c84308b15436ff125ed89e","lineage_path":"mechanics/runtime-lifecycle/parts/wait-smoke/aoa_wait.sh","logical_id":"aoa:abyss-stack:artifact:87c84308b15436ff125ed89e","mime":"application/x-sh","path":"mechanics/runtime-lifecycle/parts/wait-smoke/aoa_wait.sh","repo":"abyss-stack","size_bytes":804,"version_id":"aoa:abyss-stack:artifact-version:0363a375cb5eecb5a0ed0d72"},"mechanics_role":"mechanic_part","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"mechanics/runtime-lifecycle/parts/wait-smoke/aoa_wait.sh"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/runtime-lifecycle/parts/wait-smoke/aoa_wait.sh","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/runtime-lifecycle/parts/wait-smoke/aoa_wait.sh:1"],"path_ref":"mechanics/runtime-lifecycle/parts/wait-smoke/aoa_wait.sh"},"signs":{"attestation_ref":"","digest":"7d69ba0b247424202fea2490318efe23f9717eae3ce1e64b4d2e45c31024106b","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["bash mechanics/runtime-lifecycle/parts/wait-smoke/aoa_wait.sh"],"required_tools":["bash"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"agents","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"2df6579b76ab8b8db5f85cf4bf8e6391f7e9018ef05bd9bf5bc674a3f394159b","git_blob_id":"7d8c26f9d3eadf0de786ed1abc874955c26074ce","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2","lineage_path":"memo/AGENTS.md","logical_id":"aoa:abyss-stack:artifact:e5e9ae718bb881eb2592cca2","mime":"text/markdown","path":"memo/AGENTS.md","repo":"abyss-stack","size_bytes":2487,"version_id":"aoa:abyss-stack:artifact-version:4756c3668de990c880dcde24"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"memo/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"memo/AGENTS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":"memo/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"applies-to","level":2,"line":3,"ref":"memo/AGENTS.md#applies-to","title":"Applies to"},{"anchor":"role","level":2,"line":7,"ref":"memo/AGENTS.md#role","title":"Role"},{"anchor":"read-before-editing","level":2,"line":13,"ref":"memo/AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"boundaries","level":2,"line":21,"ref":"memo/AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"candidate-route","level":2,"line":31,"ref":"memo/AGENTS.md#candidate-route","title":"Candidate Route"},{"anchor":"reviewed-landing-route","level":2,"line":48,"ref":"memo/AGENTS.md#reviewed-landing-route","title":"Reviewed Landing Route"},{"anchor":"validation","level":2,"line":62,"ref":"memo/AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":72,"ref":"memo/AGENTS.md#closeout","title":"Closeout"}],"line_refs":["memo/AGENTS.md:1"],"path_ref":"memo/AGENTS.md"},"signs":{"attestation_ref":"","digest":"2df6579b76ab8b8db5f85cf4bf8e6391f7e9018ef05bd9bf5bc674a3f394159b","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"b3ba904f7225b57aff4f06335673616a92ad16dc5e736f3abf4ac2d97b4f878c","git_blob_id":"1e15d874781d9baa56f7d1ac5fff906ca82ca646","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","lineage_path":"scripts/validators/agent_skill_projection.py","logical_id":"aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","mime":"text/x-python","path":"scripts/validators/agent_skill_projection.py","repo":"abyss-stack","size_bytes":6258,"version_id":"aoa:abyss-stack:artifact-version:e85a7f961669587baad59da2"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"scripts/validators/agent_skill_projection.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validators/agent_skill_projection.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validators/agent_skill_projection.py:1"],"path_ref":"scripts/validators/agent_skill_projection.py"},"signs":{"attestation_ref":"","digest":"b3ba904f7225b57aff4f06335673616a92ad16dc5e736f3abf4ac2d97b4f878c","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"f79611dd7984eec208d45350e3015f62187270794e8efa0926c8f7fc276a1cef","git_blob_id":"74029f3afc9a666ceed2f38b945e76ba20f7c4c8","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","lineage_path":"scripts/validators/agent_skill_projection.py","logical_id":"aoa:abyss-stack:artifact:fdb65ffa4ff9e2b1ef6b1be8","mime":"text/x-python","path":"scripts/validators/agent_skill_projection.py","repo":"abyss-stack","size_bytes":1691,"version_id":"aoa:abyss-stack:artifact-version:193b8744ef2f2c3d6697ebf5"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"scripts/validators/agent_skill_projection.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validators/agent_skill_projection.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validators/agent_skill_projection.py:1"],"path_ref":"scripts/validators/agent_skill_projection.py"},"signs":{"attestation_ref":"","digest":"f79611dd7984eec208d45350e3015f62187270794e8efa0926c8f7fc276a1cef","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/19.jsonl b/kag/indexes/shards/source/19.jsonl index c4fa00387..18493c1fc 100644 --- a/kag/indexes/shards/source/19.jsonl +++ b/kag/indexes/shards/source/19.jsonl @@ -3,4 +3,4 @@ {"_key":"source:aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"28d653e3410f1e7bd66b284785e18829a891c2d7c874650ea0f6630449864f10","git_blob_id":"d69a4e1178c790af914b96c76c96c496ca53b031","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","lineage_path":"docs/MODEL_CARDS.md","logical_id":"aoa:abyss-stack:artifact:b8d52e4b576e413d16b5f497","mime":"text/markdown","path":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md","repo":"abyss-stack","size_bytes":3371,"version_id":"aoa:abyss-stack:artifact-version:4490cd49b23247aad42f26cc"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"model-cards","level":1,"line":1,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md#model-cards","title":"MODEL CARDS"},{"anchor":"purpose","level":2,"line":3,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md#purpose","title":"Purpose"},{"anchor":"decision","level":2,"line":14,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md#decision","title":"Decision"},{"anchor":"what-a-model-card-owns","level":2,"line":28,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md#what-a-model-card-owns","title":"What a model card owns"},{"anchor":"what-a-model-card-must-not-become","level":2,"line":40,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md#what-a-model-card-must-not-become","title":"What a model card must not become"},{"anchor":"card-fields","level":2,"line":49,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md#card-fields","title":"Card fields"},{"anchor":"stepwise-test-loop","level":2,"line":66,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md#stepwise-test-loop","title":"Stepwise test loop"},{"anchor":"current-cards","level":2,"line":82,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md#current-cards","title":"Current cards"},{"anchor":"relationship-to-existing-docs","level":2,"line":91,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md#relationship-to-existing-docs","title":"Relationship to existing docs"}],"line_refs":["mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md:1"],"path_ref":"mechanics/machine-fit/parts/inference-tuning/docs/MODEL_CARDS.md"},"signs":{"attestation_ref":"","digest":"28d653e3410f1e7bd66b284785e18829a891c2d7c874650ea0f6630449864f10","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:c612a98de6b67b59938ed5f5","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"directory_marker","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"directory_marker","classification":{"confidence":"high","primary_kind":"artifact"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"f660a7996deacfbc7560e4240054a8ad82eb02fe25a95064257e07084bcacb85","git_blob_id":"2fa992c0b8b5c6acd2bdd4fa31de29d29799bdd5","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:c612a98de6b67b59938ed5f5","lineage_path":"memo/local/.gitkeep","logical_id":"aoa:abyss-stack:artifact:c612a98de6b67b59938ed5f5","mime":"text/plain","path":"memo/local/.gitkeep","repo":"abyss-stack","size_bytes":5,"version_id":"aoa:abyss-stack:artifact-version:cfb95a217b375266e43f25f0"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"memo/local/.gitkeep"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"memo/local/.gitkeep","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["memo/local/.gitkeep:1"],"path_ref":"memo/local/.gitkeep"},"signs":{"attestation_ref":"","digest":"f660a7996deacfbc7560e4240054a8ad82eb02fe25a95064257e07084bcacb85","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:e532c4c0f06b76f49ccbef05","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"entrypoint","command_role":"script","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"eb4b63a18e9ff519ce2bb77626b2606851a6163df38befd2bd8ceeccfcd05329","git_blob_id":"1b57bc421a65d0dcdaada19eb99e7422a5696f3e","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:e532c4c0f06b76f49ccbef05","lineage_path":"scripts/aoa-diagnose","logical_id":"aoa:abyss-stack:artifact:e532c4c0f06b76f49ccbef05","mime":"application/x-sh","path":"scripts/aoa-diagnose","repo":"abyss-stack","size_bytes":199,"version_id":"aoa:abyss-stack:artifact-version:5b405ffbdf3a5fde8e674ecf"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"scripts/aoa-diagnose"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/aoa-diagnose","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/aoa-diagnose:1"],"path_ref":"scripts/aoa-diagnose"},"signs":{"attestation_ref":"","digest":"eb4b63a18e9ff519ce2bb77626b2606851a6163df38befd2bd8ceeccfcd05329","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["scripts/aoa-diagnose"],"required_tools":["bash"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:e6559058d59fa5041a93ea06","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"validation_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"fd1ac7c5d1c82256e9d3b698d5b155f53ff541312e29de1960a2fbbf0ecb7986","git_blob_id":"08e6aea9ea245c1faba2455c8c2aeb33ad29cd98","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:e6559058d59fa5041a93ea06","lineage_path":"docs/validation/VALIDATOR_TOPOLOGY.md","logical_id":"aoa:abyss-stack:artifact:e6559058d59fa5041a93ea06","mime":"text/markdown","path":"docs/validation/VALIDATOR_TOPOLOGY.md","repo":"abyss-stack","size_bytes":13989,"version_id":"aoa:abyss-stack:artifact-version:a1108c35c051220c19677536"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/validation/VALIDATOR_TOPOLOGY.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/validation/VALIDATOR_TOPOLOGY.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"validator-topology","level":1,"line":1,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#validator-topology","title":"Validator Topology"},{"anchor":"layers","level":2,"line":8,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#layers","title":"Layers"},{"anchor":"current-split","level":2,"line":44,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#current-split","title":"Current Split"},{"anchor":"root-entry-points","level":2,"line":63,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#root-entry-points","title":"Root Entry Points"},{"anchor":"must-not-claim","level":2,"line":102,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#must-not-claim","title":"Must Not Claim"}],"line_refs":["docs/validation/VALIDATOR_TOPOLOGY.md:1"],"path_ref":"docs/validation/VALIDATOR_TOPOLOGY.md"},"signs":{"attestation_ref":"","digest":"fd1ac7c5d1c82256e9d3b698d5b155f53ff541312e29de1960a2fbbf0ecb7986","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:e6559058d59fa5041a93ea06","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"validation_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"c4236c7d5a871027c27f4e8f2a26cda8a8c52f11d9911061582e74c84eeb5ad6","git_blob_id":"b50d6ed7641972c7f164f2ffe55a3634fc1a18ad","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:e6559058d59fa5041a93ea06","lineage_path":"docs/validation/VALIDATOR_TOPOLOGY.md","logical_id":"aoa:abyss-stack:artifact:e6559058d59fa5041a93ea06","mime":"text/markdown","path":"docs/validation/VALIDATOR_TOPOLOGY.md","repo":"abyss-stack","size_bytes":13943,"version_id":"aoa:abyss-stack:artifact-version:89e8da79dbb5536a99476801"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/validation/VALIDATOR_TOPOLOGY.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/validation/VALIDATOR_TOPOLOGY.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"validator-topology","level":1,"line":1,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#validator-topology","title":"Validator Topology"},{"anchor":"layers","level":2,"line":8,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#layers","title":"Layers"},{"anchor":"current-split","level":2,"line":44,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#current-split","title":"Current Split"},{"anchor":"root-entry-points","level":2,"line":63,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#root-entry-points","title":"Root Entry Points"},{"anchor":"must-not-claim","level":2,"line":102,"ref":"docs/validation/VALIDATOR_TOPOLOGY.md#must-not-claim","title":"Must Not Claim"}],"line_refs":["docs/validation/VALIDATOR_TOPOLOGY.md:1"],"path_ref":"docs/validation/VALIDATOR_TOPOLOGY.md"},"signs":{"attestation_ref":"","digest":"c4236c7d5a871027c27f4e8f2a26cda8a8c52f11d9911061582e74c84eeb5ad6","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/24.jsonl b/kag/indexes/shards/source/24.jsonl index a71de661d..648c53e2f 100644 --- a/kag/indexes/shards/source/24.jsonl +++ b/kag/indexes/shards/source/24.jsonl @@ -1,2 +1,2 @@ {"_key":"source:aoa:abyss-stack:artifact:b8f31e19adbf3539bce179d5","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"service_unit","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"service_unit","classification":{"confidence":"high","primary_kind":"artifact"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"9f1ed76586b6236e7ab35858cea691c9e7cf1b3a1cb3562d2f6940192428daaa","git_blob_id":"b2c550e399c5141518cbcbedb6dd2b201da06a28","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:b8f31e19adbf3539bce179d5","lineage_path":"systemd/system/abyss-observability-collect.service","logical_id":"aoa:abyss-stack:artifact:b8f31e19adbf3539bce179d5","mime":"text/plain","path":"systemd/system/abyss-observability-collect.service","repo":"abyss-stack","size_bytes":313,"version_id":"aoa:abyss-stack:artifact-version:772161a4d3cf67acd5b788ff"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"systemd/system/abyss-observability-collect.service"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"systemd/system/abyss-observability-collect.service","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["systemd/system/abyss-observability-collect.service:1"],"path_ref":"systemd/system/abyss-observability-collect.service"},"signs":{"attestation_ref":"","digest":"9f1ed76586b6236e7ab35858cea691c9e7cf1b3a1cb3562d2f6940192428daaa","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"agents","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"12542ddfd897cb9b8d058b50e972d845eb380405b539c9c69e5b6416c0ec2caf","git_blob_id":"fbb27ae89b2720fd50cb32acf3a8e83787a6d422","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","lineage_path":".agents/AGENTS.md","logical_id":"aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","mime":"text/markdown","path":".agents/AGENTS.md","repo":"abyss-stack","size_bytes":1006,"version_id":"aoa:abyss-stack:artifact-version:ea8b19d93b8c5d909e025183"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":".agents/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/AGENTS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":".agents/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"scope","level":2,"line":6,"ref":".agents/AGENTS.md#scope","title":"Scope"},{"anchor":"read-before-editing","level":2,"line":11,"ref":".agents/AGENTS.md#read-before-editing","title":"Read Before Editing"},{"anchor":"directory-contract","level":2,"line":20,"ref":".agents/AGENTS.md#directory-contract","title":"Directory Contract"},{"anchor":"verify","level":2,"line":30,"ref":".agents/AGENTS.md#verify","title":"Verify"}],"line_refs":[".agents/AGENTS.md:1"],"path_ref":".agents/AGENTS.md"},"signs":{"attestation_ref":"","digest":"12542ddfd897cb9b8d058b50e972d845eb380405b539c9c69e5b6416c0ec2caf","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"agents","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"73dca93108012c56f94428a0b179f7d59da2276c88ecf92510496fa4cfb10b00","git_blob_id":"b028f55054dd3be98c82caaba0547b7aeb45cec3","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","lineage_path":".agents/AGENTS.md","logical_id":"aoa:abyss-stack:artifact:d2bda1b250542e168abf14ed","mime":"text/markdown","path":".agents/AGENTS.md","repo":"abyss-stack","size_bytes":1097,"version_id":"aoa:abyss-stack:artifact-version:6263930f45904323ef6decd2"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":".agents/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/AGENTS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":".agents/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"scope","level":2,"line":6,"ref":".agents/AGENTS.md#scope","title":"Scope"},{"anchor":"read-before-editing","level":2,"line":11,"ref":".agents/AGENTS.md#read-before-editing","title":"Read Before Editing"},{"anchor":"directory-contract","level":2,"line":20,"ref":".agents/AGENTS.md#directory-contract","title":"Directory Contract"},{"anchor":"verify","level":2,"line":31,"ref":".agents/AGENTS.md#verify","title":"Verify"}],"line_refs":[".agents/AGENTS.md:1"],"path_ref":".agents/AGENTS.md"},"signs":{"attestation_ref":"","digest":"73dca93108012c56f94428a0b179f7d59da2276c88ecf92510496fa4cfb10b00","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/25.jsonl b/kag/indexes/shards/source/25.jsonl index 8387a7d46..14291adcc 100644 --- a/kag/indexes/shards/source/25.jsonl +++ b/kag/indexes/shards/source/25.jsonl @@ -3,5 +3,6 @@ {"_key":"source:aoa:abyss-stack:artifact:7df7050fdd16a84d034b8ff5","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"d7f9af204bf7af817c99554dcde3ce6f7b5a6a58e78f6d901efc785fd1822c31","git_blob_id":"9c6c39d9ae6696128e22d34173459459e77eace7","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:7df7050fdd16a84d034b8ff5","lineage_path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-reranker-0.6b-openvino.md","logical_id":"aoa:abyss-stack:artifact:7df7050fdd16a84d034b8ff5","mime":"text/markdown","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-reranker-0.6b-openvino.md","repo":"abyss-stack","size_bytes":2788,"version_id":"aoa:abyss-stack:artifact-version:aaa6ddbbfe192b639450690c"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-reranker-0.6b-openvino.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-reranker-0.6b-openvino.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"qwen3-reranker-06b-openvino","level":1,"line":1,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-reranker-0.6b-openvino.md#qwen3-reranker-06b-openvino","title":"qwen3-reranker-0.6b-openvino"},{"anchor":"best-for","level":2,"line":8,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-reranker-0.6b-openvino.md#best-for","title":"Best For"},{"anchor":"avoid-for","level":2,"line":14,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-reranker-0.6b-openvino.md#avoid-for","title":"Avoid For"},{"anchor":"preferred-backends","level":2,"line":21,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-reranker-0.6b-openvino.md#preferred-backends","title":"Preferred Backends"},{"anchor":"validated-lanes","level":2,"line":27,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-reranker-0.6b-openvino.md#validated-lanes","title":"Validated Lanes"},{"anchor":"contract-notes","level":2,"line":36,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-reranker-0.6b-openvino.md#contract-notes","title":"Contract Notes"},{"anchor":"evidence-surfaces","level":2,"line":50,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-reranker-0.6b-openvino.md#evidence-surfaces","title":"Evidence Surfaces"},{"anchor":"next-tests","level":2,"line":58,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-reranker-0.6b-openvino.md#next-tests","title":"Next Tests"}],"line_refs":["mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-reranker-0.6b-openvino.md:1"],"path_ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-reranker-0.6b-openvino.md"},"signs":{"attestation_ref":"","digest":"d7f9af204bf7af817c99554dcde3ce6f7b5a6a58e78f6d901efc785fd1822c31","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:851a8c009b81c973e7d030c6","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"service_unit","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"service_unit","classification":{"confidence":"high","primary_kind":"artifact"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"2ee4cae3f7f3065ec085d3e212adba7c2dc1b49cd3a0f67df7bd40e247c51838","git_blob_id":"17f472387d40dfa59ecedcaea360f2f83815168f","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:851a8c009b81c973e7d030c6","lineage_path":"systemd/system/abyss-power-profile-auto.service","logical_id":"aoa:abyss-stack:artifact:851a8c009b81c973e7d030c6","mime":"text/plain","path":"systemd/system/abyss-power-profile-auto.service","repo":"abyss-stack","size_bytes":478,"version_id":"aoa:abyss-stack:artifact-version:90af29c132f176eb08a0681c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"systemd/system/abyss-power-profile-auto.service"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"systemd/system/abyss-power-profile-auto.service","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["systemd/system/abyss-power-profile-auto.service:1"],"path_ref":"systemd/system/abyss-power-profile-auto.service"},"signs":{"attestation_ref":"","digest":"2ee4cae3f7f3065ec085d3e212adba7c2dc1b49cd3a0f67df7bd40e247c51838","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:a1a3f2a993525f2b521b99b7","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"55bece792a064959f9b3cdcd4c3b5edd9eff1823c6e368376ca6dc778705a634","git_blob_id":"e97d0b9735a5429aef5ccdc765c37699b7f16274","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:a1a3f2a993525f2b521b99b7","lineage_path":"mcp/services/abyss-machine-mcp/src/abyss_machine_mcp/__init__.py","logical_id":"aoa:abyss-stack:artifact:a1a3f2a993525f2b521b99b7","mime":"text/x-python","path":"mcp/services/abyss-machine-mcp/src/abyss_machine_mcp/__init__.py","repo":"abyss-stack","size_bytes":122,"version_id":"aoa:abyss-stack:artifact-version:1224aa5b7721206be69593fa"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mcp/services/abyss-machine-mcp/src/abyss_machine_mcp/__init__.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/abyss-machine-mcp/src/abyss_machine_mcp/__init__.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mcp/services/abyss-machine-mcp/src/abyss_machine_mcp/__init__.py:1"],"path_ref":"mcp/services/abyss-machine-mcp/src/abyss_machine_mcp/__init__.py"},"signs":{"attestation_ref":"","digest":"55bece792a064959f9b3cdcd4c3b5edd9eff1823c6e368376ca6dc778705a634","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:acd156903f044a996b858398","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"generated_readmodel","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"9541246846c7036b20b3dd0b950bb451474c2206d1bac6216a21ec5a7cea50bd","git_blob_id":"cac59e9540509f6c23b1e67a542816a514a039f1","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","lineage_path":"docs/decisions/indexes/by-surface.md","logical_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","mime":"text/markdown","path":"docs/decisions/indexes/by-surface.md","repo":"abyss-stack","size_bytes":39295,"version_id":"aoa:abyss-stack:artifact-version:3d874206f892351b6be9eebd"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/indexes/by-surface.md"},"provenance":{"generated_by":"scripts/generate_decision_indexes.py","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"docs/decisions/indexes/by-surface.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decisions-by-surface-class","level":1,"line":1,"ref":"docs/decisions/indexes/by-surface.md#decisions-by-surface-class","title":"Decisions By Surface Class"},{"anchor":"roottopology","level":2,"line":5,"ref":"docs/decisions/indexes/by-surface.md#roottopology","title":"root/topology"},{"anchor":"authorityboundary","level":2,"line":13,"ref":"docs/decisions/indexes/by-surface.md#authorityboundary","title":"authority/boundary"},{"anchor":"docs-route","level":2,"line":19,"ref":"docs/decisions/indexes/by-surface.md#docs-route","title":"docs route"},{"anchor":"runtime-topology","level":2,"line":33,"ref":"docs/decisions/indexes/by-surface.md#runtime-topology","title":"runtime topology"},{"anchor":"runtime-profile","level":2,"line":38,"ref":"docs/decisions/indexes/by-surface.md#runtime-profile","title":"runtime profile"},{"anchor":"sourceruntime-boundary","level":2,"line":49,"ref":"docs/decisions/indexes/by-surface.md#sourceruntime-boundary","title":"source/runtime boundary"},{"anchor":"mechanic-package","level":2,"line":73,"ref":"docs/decisions/indexes/by-surface.md#mechanic-package","title":"mechanic package"},{"anchor":"mechanic-part","level":2,"line":80,"ref":"docs/decisions/indexes/by-surface.md#mechanic-part","title":"mechanic part"},{"anchor":"mcp-access-plane","level":2,"line":87,"ref":"docs/decisions/indexes/by-surface.md#mcp-access-plane","title":"MCP access plane"},{"anchor":"federationread-model","level":2,"line":107,"ref":"docs/decisions/indexes/by-surface.md#federationread-model","title":"federation/read-model"},{"anchor":"host-bridge","level":2,"line":116,"ref":"docs/decisions/indexes/by-surface.md#host-bridge","title":"host bridge"},{"anchor":"machine-evidence","level":2,"line":121,"ref":"docs/decisions/indexes/by-surface.md#machine-evidence","title":"machine evidence"},{"anchor":"questlane","level":2,"line":129,"ref":"docs/decisions/indexes/by-surface.md#questlane","title":"quest/lane"},{"anchor":"generatedreadout","level":2,"line":134,"ref":"docs/decisions/indexes/by-surface.md#generatedreadout","title":"generated/readout"},{"anchor":"validation-guard","level":2,"line":139,"ref":"docs/decisions/indexes/by-surface.md#validation-guard","title":"validation guard"},{"anchor":"legacyprovenance","level":2,"line":179,"ref":"docs/decisions/indexes/by-surface.md#legacyprovenance","title":"legacy/provenance"},{"anchor":"configs-projection","level":2,"line":186,"ref":"docs/decisions/indexes/by-surface.md#configs-projection","title":"Configs projection"},{"anchor":"kag-application-port","level":2,"line":190,"ref":"docs/decisions/indexes/by-surface.md#kag-application-port","title":"KAG application port"},{"anchor":"kag-provider-map","level":2,"line":194,"ref":"docs/decisions/indexes/by-surface.md#kag-provider-map","title":"KAG provider map"},{"anchor":"kag-runtime-projection","level":2,"line":198,"ref":"docs/decisions/indexes/by-surface.md#kag-runtime-projection","title":"KAG runtime projection"},{"anchor":"mcp-transport","level":2,"line":202,"ref":"docs/decisions/indexes/by-surface.md#mcp-transport","title":"MCP transport"},{"anchor":"active-topology-language","level":2,"line":206,"ref":"docs/decisions/indexes/by-surface.md#active-topology-language","title":"active topology language"},{"anchor":"agent-guidance","level":2,"line":210,"ref":"docs/decisions/indexes/by-surface.md#agent-guidance","title":"agent guidance"},{"anchor":"agent-skill-projection","level":2,"line":214,"ref":"docs/decisions/indexes/by-surface.md#agent-skill-projection","title":"agent skill projection"},{"anchor":"compatibility-bridge","level":2,"line":218,"ref":"docs/decisions/indexes/by-surface.md#compatibility-bridge","title":"compatibility bridge"},{"anchor":"compose-topology","level":2,"line":223,"ref":"docs/decisions/indexes/by-surface.md#compose-topology","title":"compose topology"},{"anchor":"connector-federation","level":2,"line":227,"ref":"docs/decisions/indexes/by-surface.md#connector-federation","title":"connector federation"},{"anchor":"decision-graph","level":2,"line":231,"ref":"docs/decisions/indexes/by-surface.md#decision-graph","title":"decision graph"},{"anchor":"decision-route","level":2,"line":237,"ref":"docs/decisions/indexes/by-surface.md#decision-route","title":"decision route"},{"anchor":"diagnostic-surface","level":2,"line":241,"ref":"docs/decisions/indexes/by-surface.md#diagnostic-surface","title":"diagnostic surface"},{"anchor":"exact-search","level":2,"line":245,"ref":"docs/decisions/indexes/by-surface.md#exact-search","title":"exact search"},{"anchor":"federated-stats-read-contract","level":2,"line":249,"ref":"docs/decisions/indexes/by-surface.md#federated-stats-read-contract","title":"federated stats read contract"},{"anchor":"federation-seam","level":2,"line":253,"ref":"docs/decisions/indexes/by-surface.md#federation-seam","title":"federation seam"},{"anchor":"generated-read-model","level":2,"line":260,"ref":"docs/decisions/indexes/by-surface.md#generated-read-model","title":"generated read-model"},{"anchor":"generatedread-model","level":2,"line":265,"ref":"docs/decisions/indexes/by-surface.md#generatedread-model","title":"generated/read-model"},{"anchor":"governance-route","level":2,"line":271,"ref":"docs/decisions/indexes/by-surface.md#governance-route","title":"governance route"},{"anchor":"governed-execution","level":2,"line":275,"ref":"docs/decisions/indexes/by-surface.md#governed-execution","title":"governed execution"},{"anchor":"governed-policy","level":2,"line":279,"ref":"docs/decisions/indexes/by-surface.md#governed-policy","title":"governed policy"},{"anchor":"graph-store","level":2,"line":283,"ref":"docs/decisions/indexes/by-surface.md#graph-store","title":"graph store"},{"anchor":"inference-pilot","level":2,"line":287,"ref":"docs/decisions/indexes/by-surface.md#inference-pilot","title":"inference pilot"},{"anchor":"local-overlay","level":2,"line":291,"ref":"docs/decisions/indexes/by-surface.md#local-overlay","title":"local overlay"},{"anchor":"loopback-owner-lifecycle","level":2,"line":295,"ref":"docs/decisions/indexes/by-surface.md#loopback-owner-lifecycle","title":"loopback owner lifecycle"},{"anchor":"mechanic-topology","level":2,"line":299,"ref":"docs/decisions/indexes/by-surface.md#mechanic-topology","title":"mechanic topology"},{"anchor":"owner-local-stats-ports","level":2,"line":303,"ref":"docs/decisions/indexes/by-surface.md#owner-local-stats-ports","title":"owner-local stats ports"},{"anchor":"profilepublic-contract","level":2,"line":307,"ref":"docs/decisions/indexes/by-surface.md#profilepublic-contract","title":"profile/public-contract"},{"anchor":"public-mirror-hygiene","level":2,"line":312,"ref":"docs/decisions/indexes/by-surface.md#public-mirror-hygiene","title":"public mirror hygiene"},{"anchor":"questbook","level":2,"line":316,"ref":"docs/decisions/indexes/by-surface.md#questbook","title":"questbook"},{"anchor":"release-parity","level":2,"line":320,"ref":"docs/decisions/indexes/by-surface.md#release-parity","title":"release parity"},{"anchor":"root-orchestrator","level":2,"line":324,"ref":"docs/decisions/indexes/by-surface.md#root-orchestrator","title":"root orchestrator"},{"anchor":"route-api-bridge","level":2,"line":328,"ref":"docs/decisions/indexes/by-surface.md#route-api-bridge","title":"route-api bridge"},{"anchor":"runtime-contract","level":2,"line":332,"ref":"docs/decisions/indexes/by-surface.md#runtime-contract","title":"runtime contract"},{"anchor":"runtime-docs","level":2,"line":336,"ref":"docs/decisions/indexes/by-surface.md#runtime-docs","title":"runtime docs"},{"anchor":"runtime-export","level":2,"line":340,"ref":"docs/decisions/indexes/by-surface.md#runtime-export","title":"runtime export"},{"anchor":"runtime-graph-projection","level":2,"line":344,"ref":"docs/decisions/indexes/by-surface.md#runtime-graph-projection","title":"runtime graph projection"},{"anchor":"runtime-lifecycle","level":2,"line":348,"ref":"docs/decisions/indexes/by-surface.md#runtime-lifecycle","title":"runtime lifecycle"},{"anchor":"runtime-retrieval","level":2,"line":352,"ref":"docs/decisions/indexes/by-surface.md#runtime-retrieval","title":"runtime retrieval"},{"anchor":"runtime-route-contract","level":2,"line":356,"ref":"docs/decisions/indexes/by-surface.md#runtime-route-contract","title":"runtime route contract"},{"anchor":"runtime-routes","level":2,"line":360,"ref":"docs/decisions/indexes/by-surface.md#runtime-routes","title":"runtime routes"},{"anchor":"runtimetopology","level":2,"line":364,"ref":"docs/decisions/indexes/by-surface.md#runtimetopology","title":"runtime/topology"},{"anchor":"schemacontract","level":2,"line":369,"ref":"docs/decisions/indexes/by-surface.md#schemacontract","title":"schema/contract"},{"anchor":"service-selection","level":2,"line":373,"ref":"docs/decisions/indexes/by-surface.md#service-selection","title":"service selection"},{"anchor":"source-topology","level":2,"line":377,"ref":"docs/decisions/indexes/by-surface.md#source-topology","title":"source topology"},{"anchor":"status-readout","level":2,"line":381,"ref":"docs/decisions/indexes/by-surface.md#status-readout","title":"status readout"},{"anchor":"validation","level":2,"line":385,"ref":"docs/decisions/indexes/by-surface.md#validation","title":"validation"},{"anchor":"validation-topology","level":2,"line":389,"ref":"docs/decisions/indexes/by-surface.md#validation-topology","title":"validation topology"},{"anchor":"vector-store","level":2,"line":394,"ref":"docs/decisions/indexes/by-surface.md#vector-store","title":"vector store"}],"line_refs":["docs/decisions/indexes/by-surface.md:1"],"path_ref":"docs/decisions/indexes/by-surface.md"},"signs":{"attestation_ref":"","digest":"9541246846c7036b20b3dd0b950bb451474c2206d1bac6216a21ec5a7cea50bd","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:acd156903f044a996b858398","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"generated_readmodel","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"18702cc2cf127e3d80cb43c2f7aa3a529075903665b80f509d00c143b0d08966","git_blob_id":"83f25829799ab7fc60884d906f47f09c506b344d","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","lineage_path":"docs/decisions/indexes/by-surface.md","logical_id":"aoa:abyss-stack:artifact:acd156903f044a996b858398","mime":"text/markdown","path":"docs/decisions/indexes/by-surface.md","repo":"abyss-stack","size_bytes":39868,"version_id":"aoa:abyss-stack:artifact-version:1201be9f8ba2f1f9bee868d9"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/indexes/by-surface.md"},"provenance":{"generated_by":"scripts/generate_decision_indexes.py","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"docs/decisions/indexes/by-surface.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decisions-by-surface-class","level":1,"line":1,"ref":"docs/decisions/indexes/by-surface.md#decisions-by-surface-class","title":"Decisions By Surface Class"},{"anchor":"roottopology","level":2,"line":5,"ref":"docs/decisions/indexes/by-surface.md#roottopology","title":"root/topology"},{"anchor":"authorityboundary","level":2,"line":13,"ref":"docs/decisions/indexes/by-surface.md#authorityboundary","title":"authority/boundary"},{"anchor":"docs-route","level":2,"line":19,"ref":"docs/decisions/indexes/by-surface.md#docs-route","title":"docs route"},{"anchor":"runtime-topology","level":2,"line":33,"ref":"docs/decisions/indexes/by-surface.md#runtime-topology","title":"runtime topology"},{"anchor":"runtime-profile","level":2,"line":38,"ref":"docs/decisions/indexes/by-surface.md#runtime-profile","title":"runtime profile"},{"anchor":"sourceruntime-boundary","level":2,"line":49,"ref":"docs/decisions/indexes/by-surface.md#sourceruntime-boundary","title":"source/runtime boundary"},{"anchor":"mechanic-package","level":2,"line":73,"ref":"docs/decisions/indexes/by-surface.md#mechanic-package","title":"mechanic package"},{"anchor":"mechanic-part","level":2,"line":80,"ref":"docs/decisions/indexes/by-surface.md#mechanic-part","title":"mechanic part"},{"anchor":"mcp-access-plane","level":2,"line":87,"ref":"docs/decisions/indexes/by-surface.md#mcp-access-plane","title":"MCP access plane"},{"anchor":"federationread-model","level":2,"line":107,"ref":"docs/decisions/indexes/by-surface.md#federationread-model","title":"federation/read-model"},{"anchor":"host-bridge","level":2,"line":116,"ref":"docs/decisions/indexes/by-surface.md#host-bridge","title":"host bridge"},{"anchor":"machine-evidence","level":2,"line":121,"ref":"docs/decisions/indexes/by-surface.md#machine-evidence","title":"machine evidence"},{"anchor":"questlane","level":2,"line":129,"ref":"docs/decisions/indexes/by-surface.md#questlane","title":"quest/lane"},{"anchor":"generatedreadout","level":2,"line":134,"ref":"docs/decisions/indexes/by-surface.md#generatedreadout","title":"generated/readout"},{"anchor":"validation-guard","level":2,"line":139,"ref":"docs/decisions/indexes/by-surface.md#validation-guard","title":"validation guard"},{"anchor":"legacyprovenance","level":2,"line":179,"ref":"docs/decisions/indexes/by-surface.md#legacyprovenance","title":"legacy/provenance"},{"anchor":"configs-projection","level":2,"line":186,"ref":"docs/decisions/indexes/by-surface.md#configs-projection","title":"Configs projection"},{"anchor":"kag-application-port","level":2,"line":190,"ref":"docs/decisions/indexes/by-surface.md#kag-application-port","title":"KAG application port"},{"anchor":"kag-provider-map","level":2,"line":194,"ref":"docs/decisions/indexes/by-surface.md#kag-provider-map","title":"KAG provider map"},{"anchor":"kag-runtime-projection","level":2,"line":198,"ref":"docs/decisions/indexes/by-surface.md#kag-runtime-projection","title":"KAG runtime projection"},{"anchor":"mcp-transport","level":2,"line":202,"ref":"docs/decisions/indexes/by-surface.md#mcp-transport","title":"MCP transport"},{"anchor":"active-topology-language","level":2,"line":206,"ref":"docs/decisions/indexes/by-surface.md#active-topology-language","title":"active topology language"},{"anchor":"agent-guidance","level":2,"line":210,"ref":"docs/decisions/indexes/by-surface.md#agent-guidance","title":"agent guidance"},{"anchor":"agent-skill-projection","level":2,"line":214,"ref":"docs/decisions/indexes/by-surface.md#agent-skill-projection","title":"agent skill projection"},{"anchor":"compatibility-bridge","level":2,"line":219,"ref":"docs/decisions/indexes/by-surface.md#compatibility-bridge","title":"compatibility bridge"},{"anchor":"compose-topology","level":2,"line":224,"ref":"docs/decisions/indexes/by-surface.md#compose-topology","title":"compose topology"},{"anchor":"connector-federation","level":2,"line":228,"ref":"docs/decisions/indexes/by-surface.md#connector-federation","title":"connector federation"},{"anchor":"decision-graph","level":2,"line":232,"ref":"docs/decisions/indexes/by-surface.md#decision-graph","title":"decision graph"},{"anchor":"decision-route","level":2,"line":238,"ref":"docs/decisions/indexes/by-surface.md#decision-route","title":"decision route"},{"anchor":"diagnostic-surface","level":2,"line":242,"ref":"docs/decisions/indexes/by-surface.md#diagnostic-surface","title":"diagnostic surface"},{"anchor":"exact-search","level":2,"line":246,"ref":"docs/decisions/indexes/by-surface.md#exact-search","title":"exact search"},{"anchor":"federated-stats-read-contract","level":2,"line":250,"ref":"docs/decisions/indexes/by-surface.md#federated-stats-read-contract","title":"federated stats read contract"},{"anchor":"federation-seam","level":2,"line":254,"ref":"docs/decisions/indexes/by-surface.md#federation-seam","title":"federation seam"},{"anchor":"generated-read-model","level":2,"line":261,"ref":"docs/decisions/indexes/by-surface.md#generated-read-model","title":"generated read-model"},{"anchor":"generatedread-model","level":2,"line":266,"ref":"docs/decisions/indexes/by-surface.md#generatedread-model","title":"generated/read-model"},{"anchor":"governance-route","level":2,"line":272,"ref":"docs/decisions/indexes/by-surface.md#governance-route","title":"governance route"},{"anchor":"governed-execution","level":2,"line":276,"ref":"docs/decisions/indexes/by-surface.md#governed-execution","title":"governed execution"},{"anchor":"governed-policy","level":2,"line":280,"ref":"docs/decisions/indexes/by-surface.md#governed-policy","title":"governed policy"},{"anchor":"graph-store","level":2,"line":284,"ref":"docs/decisions/indexes/by-surface.md#graph-store","title":"graph store"},{"anchor":"inference-pilot","level":2,"line":288,"ref":"docs/decisions/indexes/by-surface.md#inference-pilot","title":"inference pilot"},{"anchor":"local-overlay","level":2,"line":292,"ref":"docs/decisions/indexes/by-surface.md#local-overlay","title":"local overlay"},{"anchor":"loopback-owner-lifecycle","level":2,"line":296,"ref":"docs/decisions/indexes/by-surface.md#loopback-owner-lifecycle","title":"loopback owner lifecycle"},{"anchor":"mechanic-topology","level":2,"line":300,"ref":"docs/decisions/indexes/by-surface.md#mechanic-topology","title":"mechanic topology"},{"anchor":"owner-skill-home","level":2,"line":304,"ref":"docs/decisions/indexes/by-surface.md#owner-skill-home","title":"owner skill home"},{"anchor":"owner-local-stats-ports","level":2,"line":308,"ref":"docs/decisions/indexes/by-surface.md#owner-local-stats-ports","title":"owner-local stats ports"},{"anchor":"profilepublic-contract","level":2,"line":312,"ref":"docs/decisions/indexes/by-surface.md#profilepublic-contract","title":"profile/public-contract"},{"anchor":"public-mirror-hygiene","level":2,"line":317,"ref":"docs/decisions/indexes/by-surface.md#public-mirror-hygiene","title":"public mirror hygiene"},{"anchor":"questbook","level":2,"line":321,"ref":"docs/decisions/indexes/by-surface.md#questbook","title":"questbook"},{"anchor":"release-parity","level":2,"line":325,"ref":"docs/decisions/indexes/by-surface.md#release-parity","title":"release parity"},{"anchor":"root-orchestrator","level":2,"line":329,"ref":"docs/decisions/indexes/by-surface.md#root-orchestrator","title":"root orchestrator"},{"anchor":"route-api-bridge","level":2,"line":333,"ref":"docs/decisions/indexes/by-surface.md#route-api-bridge","title":"route-api bridge"},{"anchor":"runtime-contract","level":2,"line":337,"ref":"docs/decisions/indexes/by-surface.md#runtime-contract","title":"runtime contract"},{"anchor":"runtime-docs","level":2,"line":341,"ref":"docs/decisions/indexes/by-surface.md#runtime-docs","title":"runtime docs"},{"anchor":"runtime-export","level":2,"line":345,"ref":"docs/decisions/indexes/by-surface.md#runtime-export","title":"runtime export"},{"anchor":"runtime-graph-projection","level":2,"line":349,"ref":"docs/decisions/indexes/by-surface.md#runtime-graph-projection","title":"runtime graph projection"},{"anchor":"runtime-lifecycle","level":2,"line":353,"ref":"docs/decisions/indexes/by-surface.md#runtime-lifecycle","title":"runtime lifecycle"},{"anchor":"runtime-retrieval","level":2,"line":357,"ref":"docs/decisions/indexes/by-surface.md#runtime-retrieval","title":"runtime retrieval"},{"anchor":"runtime-route-contract","level":2,"line":361,"ref":"docs/decisions/indexes/by-surface.md#runtime-route-contract","title":"runtime route contract"},{"anchor":"runtime-routes","level":2,"line":365,"ref":"docs/decisions/indexes/by-surface.md#runtime-routes","title":"runtime routes"},{"anchor":"runtimetopology","level":2,"line":369,"ref":"docs/decisions/indexes/by-surface.md#runtimetopology","title":"runtime/topology"},{"anchor":"schemacontract","level":2,"line":374,"ref":"docs/decisions/indexes/by-surface.md#schemacontract","title":"schema/contract"},{"anchor":"service-selection","level":2,"line":378,"ref":"docs/decisions/indexes/by-surface.md#service-selection","title":"service selection"},{"anchor":"source-topology","level":2,"line":382,"ref":"docs/decisions/indexes/by-surface.md#source-topology","title":"source topology"},{"anchor":"sourcederived-boundary","level":2,"line":386,"ref":"docs/decisions/indexes/by-surface.md#sourcederived-boundary","title":"source/derived boundary"},{"anchor":"status-readout","level":2,"line":390,"ref":"docs/decisions/indexes/by-surface.md#status-readout","title":"status readout"},{"anchor":"validation","level":2,"line":394,"ref":"docs/decisions/indexes/by-surface.md#validation","title":"validation"},{"anchor":"validation-topology","level":2,"line":398,"ref":"docs/decisions/indexes/by-surface.md#validation-topology","title":"validation topology"},{"anchor":"vector-store","level":2,"line":403,"ref":"docs/decisions/indexes/by-surface.md#vector-store","title":"vector store"}],"line_refs":["docs/decisions/indexes/by-surface.md:1"],"path_ref":"docs/decisions/indexes/by-surface.md"},"signs":{"attestation_ref":"","digest":"18702cc2cf127e3d80cb43c2f7aa3a529075903665b80f509d00c143b0d08966","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"aoa_skill_home_port_v2"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"b6ae3a75d166c9e2c3ebd80a08314f588a7a6a5a848efaa2448b9f40b5276bc6","git_blob_id":"8ddba6c9198e3346393628811801dbf2d217c8ae","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc","lineage_path":"skills/port.manifest.json","logical_id":"aoa:abyss-stack:artifact:d932ce1ad580fb907e0807dc","mime":"application/json","path":"skills/port.manifest.json","repo":"abyss-stack","size_bytes":676,"version_id":"aoa:abyss-stack:artifact-version:ac37428c904a04ea74f9b56b"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"skills/port.manifest.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"skills/port.manifest.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["skills/port.manifest.json:1"],"path_ref":"skills/port.manifest.json"},"signs":{"attestation_ref":"","digest":"b6ae3a75d166c9e2c3ebd80a08314f588a7a6a5a848efaa2448b9f40b5276bc6","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"4866b8215203708ba72a1a35124e66184e4ec902a97e27ac46c02fe3920449b8","git_blob_id":"4367ee047f8841468d9860426f1cbec47defb346","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644","lineage_path":"tests/test_runtime_eval_evidence_export.py","logical_id":"aoa:abyss-stack:artifact:e6ef9a8351cc3baf99f2d644","mime":"text/x-python","path":"mechanics/governed-execution/parts/candidate-exports/tests/test_runtime_eval_evidence_export.py","repo":"abyss-stack","size_bytes":7152,"version_id":"aoa:abyss-stack:artifact-version:63d338680dedfce99eb145e2"},"mechanics_role":"part_test","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"mechanics/governed-execution/parts/candidate-exports/tests/test_runtime_eval_evidence_export.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/governed-execution/parts/candidate-exports/tests/test_runtime_eval_evidence_export.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/governed-execution/parts/candidate-exports/tests/test_runtime_eval_evidence_export.py:1"],"path_ref":"mechanics/governed-execution/parts/candidate-exports/tests/test_runtime_eval_evidence_export.py"},"signs":{"attestation_ref":"","digest":"4866b8215203708ba72a1a35124e66184e4ec902a97e27ac46c02fe3920449b8","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/27.jsonl b/kag/indexes/shards/source/27.jsonl index 2936d887d..f23b20c74 100644 --- a/kag/indexes/shards/source/27.jsonl +++ b/kag/indexes/shards/source/27.jsonl @@ -1,7 +1,7 @@ {"_key":"source:aoa:abyss-stack:artifact:288e4a230026fbbdda1d6952","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"c03b0378af21399c4e74d816ca182edf53e21630d303191783146883982448c3","git_blob_id":"a63609a1cb3a4029bf2221ea1065fe48e8b47f20","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:288e4a230026fbbdda1d6952","lineage_path":"mcp/services/aoa-4pda-connector-mcp/src/aoa_4pda_connector_mcp/__init__.py","logical_id":"aoa:abyss-stack:artifact:288e4a230026fbbdda1d6952","mime":"text/x-python","path":"mcp/services/aoa-4pda-connector-mcp/src/aoa_4pda_connector_mcp/__init__.py","repo":"abyss-stack","size_bytes":135,"version_id":"aoa:abyss-stack:artifact-version:c5ff56ed45164ca3bdf674ea"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mcp/services/aoa-4pda-connector-mcp/src/aoa_4pda_connector_mcp/__init__.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/aoa-4pda-connector-mcp/src/aoa_4pda_connector_mcp/__init__.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mcp/services/aoa-4pda-connector-mcp/src/aoa_4pda_connector_mcp/__init__.py:1"],"path_ref":"mcp/services/aoa-4pda-connector-mcp/src/aoa_4pda_connector_mcp/__init__.py"},"signs":{"attestation_ref":"","digest":"c03b0378af21399c4e74d816ca182edf53e21630d303191783146883982448c3","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:2c4e2710f77082e95d0274b1","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"ec45edac3fafb496f57ebb2666f8ea09f2a49cbbd308c18d8e5fcb37afa0d58a","git_blob_id":"af24c071820a754fb7ac4d1363bc15dc4ccc5054","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:2c4e2710f77082e95d0274b1","lineage_path":"mechanics/config-projection/DIRECTION.md","logical_id":"aoa:abyss-stack:artifact:2c4e2710f77082e95d0274b1","mime":"text/markdown","path":"mechanics/config-projection/DIRECTION.md","repo":"abyss-stack","size_bytes":837,"version_id":"aoa:abyss-stack:artifact-version:a1cfb7ff39ca8bd8af5a01dd"},"mechanics_role":"mechanic_package","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/config-projection/DIRECTION.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/config-projection/DIRECTION.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"config-projection-direction","level":1,"line":1,"ref":"mechanics/config-projection/DIRECTION.md#config-projection-direction","title":"Config Projection Direction"}],"line_refs":["mechanics/config-projection/DIRECTION.md:1"],"path_ref":"mechanics/config-projection/DIRECTION.md"},"signs":{"attestation_ref":"","digest":"ec45edac3fafb496f57ebb2666f8ea09f2a49cbbd308c18d8e5fcb37afa0d58a","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:41d2ee0399db9f1a62134938","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"legacy","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"899cd4577f265e4d5a6711fd26b491b86c7e4c13807bd943abff1d3899e4ce4c","git_blob_id":"3d4375df60fc9abc6e04e5d51693389f32d80904","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:41d2ee0399db9f1a62134938","lineage_path":"examples/constitution_runtime_storage_record_v1.example.json","logical_id":"aoa:abyss-stack:artifact:41d2ee0399db9f1a62134938","mime":"application/json","path":"mechanics/experience-runtime/legacy/artifacts/examples/constitution_runtime_storage_record_v1.example.json","repo":"abyss-stack","size_bytes":134,"version_id":"aoa:abyss-stack:artifact-version:0254fd80dabb75e3d38a10dd"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mechanics/experience-runtime/legacy/artifacts/examples/constitution_runtime_storage_record_v1.example.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/experience-runtime/legacy/artifacts/examples/constitution_runtime_storage_record_v1.example.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/experience-runtime/legacy/artifacts/examples/constitution_runtime_storage_record_v1.example.json:1"],"path_ref":"mechanics/experience-runtime/legacy/artifacts/examples/constitution_runtime_storage_record_v1.example.json"},"signs":{"attestation_ref":"","digest":"899cd4577f265e4d5a6711fd26b491b86c7e4c13807bd943abff1d3899e4ce4c","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"agents","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"d00336b1feae181d10df30d537b81c9eb8e8f971f6413bb3d381c0ab476b78b1","git_blob_id":"026af35bb85fe00b9676bf0ffadb9b797d52d118","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","lineage_path":".agents/skills/AGENTS.md","logical_id":"aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","mime":"text/markdown","path":".agents/skills/AGENTS.md","repo":"abyss-stack","size_bytes":1333,"version_id":"aoa:abyss-stack:artifact-version:99d1f7f0ca0f405e4c0f5756"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":".agents/skills/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/AGENTS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":".agents/skills/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"scope","level":2,"line":6,"ref":".agents/skills/AGENTS.md#scope","title":"Scope"},{"anchor":"local-contract","level":2,"line":15,"ref":".agents/skills/AGENTS.md#local-contract","title":"Local Contract"},{"anchor":"validate","level":2,"line":28,"ref":".agents/skills/AGENTS.md#validate","title":"Validate"}],"line_refs":[".agents/skills/AGENTS.md:1"],"path_ref":".agents/skills/AGENTS.md"},"signs":{"attestation_ref":"","digest":"d00336b1feae181d10df30d537b81c9eb8e8f971f6413bb3d381c0ab476b78b1","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"agents","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"38de03e53e92167cf796f0914875c989f078fedc7c1039aa51ec8c2592ff073c","git_blob_id":"0631b5c291b8654f54d909ea42f24bf5ae43c6f8","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","lineage_path":".agents/skills/AGENTS.md","logical_id":"aoa:abyss-stack:artifact:5bb2e9fdb392c4eca0d7549e","mime":"text/markdown","path":".agents/skills/AGENTS.md","repo":"abyss-stack","size_bytes":1147,"version_id":"aoa:abyss-stack:artifact-version:8eb461bb1b3f31f6c940ef67"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":".agents/skills/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/AGENTS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":".agents/skills/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"scope","level":2,"line":6,"ref":".agents/skills/AGENTS.md#scope","title":"Scope"},{"anchor":"local-contract","level":2,"line":16,"ref":".agents/skills/AGENTS.md#local-contract","title":"Local Contract"},{"anchor":"validate","level":2,"line":25,"ref":".agents/skills/AGENTS.md#validate","title":"Validate"}],"line_refs":[".agents/skills/AGENTS.md:1"],"path_ref":".agents/skills/AGENTS.md"},"signs":{"attestation_ref":"","digest":"38de03e53e92167cf796f0914875c989f078fedc7c1039aa51ec8c2592ff073c","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:756c625efa7d8fba0872a745","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"entrypoint","command_role":"script","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"688f2b4f65b390968b7120b4ed1c717a636b32a6c8039c2491194b28d3fbb2af","git_blob_id":"4970d5c021bce8840238c566f5034ee0de887cfd","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:756c625efa7d8fba0872a745","lineage_path":"scripts/_aoa_status_autonomy.py","logical_id":"aoa:abyss-stack:artifact:756c625efa7d8fba0872a745","mime":"text/x-python","path":"mechanics/governed-execution/parts/autonomy-status/aoa_status_autonomy.py","repo":"abyss-stack","size_bytes":25623,"version_id":"aoa:abyss-stack:artifact-version:73d64b1b41b88b1072dac0f7"},"mechanics_role":"mechanic_part","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"mechanics/governed-execution/parts/autonomy-status/aoa_status_autonomy.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/governed-execution/parts/autonomy-status/aoa_status_autonomy.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/governed-execution/parts/autonomy-status/aoa_status_autonomy.py:1"],"path_ref":"mechanics/governed-execution/parts/autonomy-status/aoa_status_autonomy.py"},"signs":{"attestation_ref":"","digest":"688f2b4f65b390968b7120b4ed1c717a636b32a6c8039c2491194b28d3fbb2af","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python mechanics/governed-execution/parts/autonomy-status/aoa_status_autonomy.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:785f6f5ecaa305c8860d9ccf","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"legacy","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"cdb64d821a478a36be46584b54527713e6cc8c2bb94671dc6f91653a003696d5","git_blob_id":"e48c6f196dd4f3f2a50e22045f0fe08b4a73d6a1","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:785f6f5ecaa305c8860d9ccf","lineage_path":"mechanics/inference-pilots/legacy/artifacts/README.md","logical_id":"aoa:abyss-stack:artifact:785f6f5ecaa305c8860d9ccf","mime":"text/markdown","path":"mechanics/inference-pilots/legacy/trials/artifacts/README.md","repo":"abyss-stack","size_bytes":321,"version_id":"aoa:abyss-stack:artifact-version:404f86ec7095ea720312bd63"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/inference-pilots/legacy/trials/artifacts/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/inference-pilots/legacy/trials/artifacts/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"inference-pilots-trial-legacy-artifacts","level":1,"line":1,"ref":"mechanics/inference-pilots/legacy/trials/artifacts/README.md#inference-pilots-trial-legacy-artifacts","title":"Inference Pilots Trial Legacy Artifacts"}],"line_refs":["mechanics/inference-pilots/legacy/trials/artifacts/README.md:1"],"path_ref":"mechanics/inference-pilots/legacy/trials/artifacts/README.md"},"signs":{"attestation_ref":"","digest":"cdb64d821a478a36be46584b54527713e6cc8c2bb94671dc6f91653a003696d5","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:992cbba9cf1cf93a870c6466","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"222bb5b59abce249b4c236214bcffd9246e29c33494d369e5de3964e23a53484","git_blob_id":"fbf1d8898165bc75252cbb78ba7f376498f5b17c","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:992cbba9cf1cf93a870c6466","lineage_path":"docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md","logical_id":"aoa:abyss-stack:artifact:992cbba9cf1cf93a870c6466","mime":"text/markdown","path":"docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md","repo":"abyss-stack","size_bytes":2905,"version_id":"aoa:abyss-stack:artifact-version:5dbaca701fdbec7bd8cbbe4b"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-hygiene-validator-module","level":1,"line":1,"ref":"docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md#runtime-hygiene-validator-module","title":"Runtime Hygiene Validator Module"},{"anchor":"index-metadata","level":2,"line":8,"ref":"docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":17,"ref":"docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md#context","title":"Context"},{"anchor":"options-considered","level":2,"line":26,"ref":"docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md#options-considered","title":"Options considered"},{"anchor":"decision","level":2,"line":34,"ref":"docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":42,"ref":"docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":50,"ref":"docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md#consequences","title":"Consequences"},{"anchor":"source-surfaces","level":2,"line":62,"ref":"docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":71,"ref":"docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md#follow-up-route","title":"Follow-up route"}],"line_refs":["docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md:1"],"path_ref":"docs/decisions/ABYSS-STACK-D-0051-runtime-hygiene-validator-module.md"},"signs":{"attestation_ref":"","digest":"222bb5b59abce249b4c236214bcffd9246e29c33494d369e5de3964e23a53484","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/28.jsonl b/kag/indexes/shards/source/28.jsonl index b1db20e17..cd1bd4051 100644 --- a/kag/indexes/shards/source/28.jsonl +++ b/kag/indexes/shards/source/28.jsonl @@ -2,4 +2,4 @@ {"_key":"source:aoa:abyss-stack:artifact:5eaba2892c3b1bc6173bac35","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"7ae9b614992fa2a26f9a7bdacb7e7ee5b666bf4fae4dc61a14b51559ecbe73b6","git_blob_id":"44e7fe7f58e739c3d97dbb7e14a6573379c55cc8","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:5eaba2892c3b1bc6173bac35","lineage_path":"mechanics/federation-seams/docs/README.md","logical_id":"aoa:abyss-stack:artifact:5eaba2892c3b1bc6173bac35","mime":"text/markdown","path":"mechanics/federation-seams/docs/README.md","repo":"abyss-stack","size_bytes":275,"version_id":"aoa:abyss-stack:artifact-version:08929136a9ac071619facd1f"},"mechanics_role":"mechanic_package","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/federation-seams/docs/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/federation-seams/docs/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"federation-seams-docs","level":1,"line":1,"ref":"mechanics/federation-seams/docs/README.md#federation-seams-docs","title":"Federation Seams Docs"}],"line_refs":["mechanics/federation-seams/docs/README.md:1"],"path_ref":"mechanics/federation-seams/docs/README.md"},"signs":{"attestation_ref":"","digest":"7ae9b614992fa2a26f9a7bdacb7e7ee5b666bf4fae4dc61a14b51559ecbe73b6","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:73293bd218d1dd22ac4b8fcb","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"0891187848f7473d6cdca79e00b1bd670f236b0097d8bfa5658c5ccb0619437d","git_blob_id":"6cf304a5143c84ab6bd297ce227ddd8bfae5aaf1","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:73293bd218d1dd22ac4b8fcb","lineage_path":"config-templates/Configs/monitoring/alertmanager/alertmanager.yml","logical_id":"aoa:abyss-stack:artifact:73293bd218d1dd22ac4b8fcb","mime":"application/yaml","path":"config-templates/Configs/monitoring/alertmanager/alertmanager.yml","repo":"abyss-stack","size_bytes":61,"version_id":"aoa:abyss-stack:artifact-version:f6eac3aadce3bcce0f17984b"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"config-templates/Configs/monitoring/alertmanager/alertmanager.yml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"config-templates/Configs/monitoring/alertmanager/alertmanager.yml","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["config-templates/Configs/monitoring/alertmanager/alertmanager.yml:1"],"path_ref":"config-templates/Configs/monitoring/alertmanager/alertmanager.yml"},"signs":{"attestation_ref":"","digest":"0891187848f7473d6cdca79e00b1bd670f236b0097d8bfa5658c5ccb0619437d","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:a501e76a469e42cec2de171a","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"entrypoint","command_role":"script","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"abf270f31763222b84882ff5b7775f4ec3ae56df7fa311c80a073e1814cf939d","git_blob_id":"0dffe7b7140f5d669ff1cf529c59cd664740642e","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:a501e76a469e42cec2de171a","lineage_path":"scripts/aoa-smoke#generation-2","logical_id":"aoa:abyss-stack:artifact:a501e76a469e42cec2de171a","mime":"application/x-sh","path":"scripts/aoa-smoke","repo":"abyss-stack","size_bytes":191,"version_id":"aoa:abyss-stack:artifact-version:26c96616c64b43ee88bcbf2b"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"scripts/aoa-smoke"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/aoa-smoke","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/aoa-smoke:1"],"path_ref":"scripts/aoa-smoke"},"signs":{"attestation_ref":"","digest":"abf270f31763222b84882ff5b7775f4ec3ae56df7fa311c80a073e1814cf939d","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["scripts/aoa-smoke"],"required_tools":["bash"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"validator","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"validator","classification":{"confidence":"high","primary_kind":"command"},"code_role":"validator","command_role":"validator","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"67932b637060fec128fa73871bdf0176a964c0ef4c018c782ec5dad89ed7eec9","git_blob_id":"99bf623746e167313ba62d3d269cf2a23119800c","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","lineage_path":"scripts/validate_stack.py#generation-2","logical_id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","mime":"text/x-python","path":"scripts/validate_stack.py","repo":"abyss-stack","size_bytes":18140,"version_id":"aoa:abyss-stack:artifact-version:f5a46950fbb6bc270c126aba"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"validator_owner","surface":"scripts/validate_stack.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validate_stack.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validate_stack.py:1"],"path_ref":"scripts/validate_stack.py"},"signs":{"attestation_ref":"","digest":"67932b637060fec128fa73871bdf0176a964c0ef4c018c782ec5dad89ed7eec9","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python scripts/validate_stack.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"validator","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"validator","classification":{"confidence":"high","primary_kind":"command"},"code_role":"validator","command_role":"validator","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"069d424ba91b1f0622b0d7d3e005da3757ac5baff495947d4ac874a1954034e1","git_blob_id":"3fc8d088a4e7706fecc24a9c684b7c4ea651c19e","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","lineage_path":"scripts/validate_stack.py#generation-2","logical_id":"aoa:abyss-stack:artifact:dd1d4e5c5c6769cfcbe17d76","mime":"text/x-python","path":"scripts/validate_stack.py","repo":"abyss-stack","size_bytes":17608,"version_id":"aoa:abyss-stack:artifact-version:961ca796371b77a92a7c52d9"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"validator_owner","surface":"scripts/validate_stack.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validate_stack.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validate_stack.py:1"],"path_ref":"scripts/validate_stack.py"},"signs":{"attestation_ref":"","digest":"069d424ba91b1f0622b0d7d3e005da3757ac5baff495947d4ac874a1954034e1","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python scripts/validate_stack.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/2a.jsonl b/kag/indexes/shards/source/2a.jsonl index dd3d21d27..1e37bccdd 100644 --- a/kag/indexes/shards/source/2a.jsonl +++ b/kag/indexes/shards/source/2a.jsonl @@ -1,5 +1,5 @@ {"_key":"source:aoa:abyss-stack:artifact:08bc2c833d9db3229fd08c82","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"d55562194846043feb634157b654366cc6e6ef71caa39755df300eda14c7e17b","git_blob_id":"fbe1a94fe37da3eb35d4f2bf0cf3c7c3989cb218","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:08bc2c833d9db3229fd08c82","lineage_path":"docs/decisions/ABYSS-STACK-D-0041-source-hygiene-validator-module.md","logical_id":"aoa:abyss-stack:artifact:08bc2c833d9db3229fd08c82","mime":"text/markdown","path":"docs/decisions/ABYSS-STACK-D-0041-source-hygiene-validator-module.md","repo":"abyss-stack","size_bytes":3416,"version_id":"aoa:abyss-stack:artifact-version:18d5cf0debd6fb2271cdf187"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/ABYSS-STACK-D-0041-source-hygiene-validator-module.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/ABYSS-STACK-D-0041-source-hygiene-validator-module.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"source-hygiene-validator-module","level":1,"line":1,"ref":"docs/decisions/ABYSS-STACK-D-0041-source-hygiene-validator-module.md#source-hygiene-validator-module","title":"Source Hygiene Validator Module"},{"anchor":"index-metadata","level":2,"line":8,"ref":"docs/decisions/ABYSS-STACK-D-0041-source-hygiene-validator-module.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":17,"ref":"docs/decisions/ABYSS-STACK-D-0041-source-hygiene-validator-module.md#context","title":"Context"},{"anchor":"options-considered","level":2,"line":30,"ref":"docs/decisions/ABYSS-STACK-D-0041-source-hygiene-validator-module.md#options-considered","title":"Options considered"},{"anchor":"decision","level":2,"line":38,"ref":"docs/decisions/ABYSS-STACK-D-0041-source-hygiene-validator-module.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":48,"ref":"docs/decisions/ABYSS-STACK-D-0041-source-hygiene-validator-module.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":60,"ref":"docs/decisions/ABYSS-STACK-D-0041-source-hygiene-validator-module.md#consequences","title":"Consequences"},{"anchor":"source-surfaces","level":2,"line":72,"ref":"docs/decisions/ABYSS-STACK-D-0041-source-hygiene-validator-module.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":83,"ref":"docs/decisions/ABYSS-STACK-D-0041-source-hygiene-validator-module.md#follow-up-route","title":"Follow-up route"}],"line_refs":["docs/decisions/ABYSS-STACK-D-0041-source-hygiene-validator-module.md:1"],"path_ref":"docs/decisions/ABYSS-STACK-D-0041-source-hygiene-validator-module.md"},"signs":{"attestation_ref":"","digest":"d55562194846043feb634157b654366cc6e6ef71caa39755df300eda14c7e17b","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:45e9a36bb68690da74806416","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"boundary","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"357d002102632c1ee21faae7959aa5de04ffa427a9049c4643d68a14163b7c7a","git_blob_id":"615cba25e776ded031a4e95f4254914978e33a50","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:45e9a36bb68690da74806416","lineage_path":"BOUNDARIES.md#generation-2","logical_id":"aoa:abyss-stack:artifact:45e9a36bb68690da74806416","mime":"text/markdown","path":"BOUNDARIES.md","repo":"abyss-stack","size_bytes":2836,"version_id":"aoa:abyss-stack:artifact-version:d9facad9d3c41d24785dc4e9"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"BOUNDARIES.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"BOUNDARIES.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"boundaries","level":1,"line":1,"ref":"BOUNDARIES.md#boundaries","title":"BOUNDARIES"},{"anchor":"belongs-here","level":2,"line":5,"ref":"BOUNDARIES.md#belongs-here","title":"Belongs here"},{"anchor":"belongs-elsewhere","level":2,"line":27,"ref":"BOUNDARIES.md#belongs-elsewhere","title":"Belongs elsewhere"},{"anchor":"anti-drift-rule","level":2,"line":44,"ref":"BOUNDARIES.md#anti-drift-rule","title":"Anti-drift rule"},{"anchor":"related-root-surfaces","level":2,"line":60,"ref":"BOUNDARIES.md#related-root-surfaces","title":"Related root surfaces"}],"line_refs":["BOUNDARIES.md:1"],"path_ref":"BOUNDARIES.md"},"signs":{"attestation_ref":"","digest":"357d002102632c1ee21faae7959aa5de04ffa427a9049c4643d68a14163b7c7a","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:45e9a36bb68690da74806416","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"boundary","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"f4fad0b45b7ba7211ea04732adac238e9b2576e62d76995738b90c88b3a4599a","git_blob_id":"94518f99dad37e950d4763a5e227c18cd7b17c88","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:45e9a36bb68690da74806416","lineage_path":"BOUNDARIES.md#generation-2","logical_id":"aoa:abyss-stack:artifact:45e9a36bb68690da74806416","mime":"text/markdown","path":"BOUNDARIES.md","repo":"abyss-stack","size_bytes":2991,"version_id":"aoa:abyss-stack:artifact-version:057aeb76b25ef3157c00830d"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"BOUNDARIES.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"BOUNDARIES.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"boundaries","level":1,"line":1,"ref":"BOUNDARIES.md#boundaries","title":"BOUNDARIES"},{"anchor":"belongs-here","level":2,"line":5,"ref":"BOUNDARIES.md#belongs-here","title":"Belongs here"},{"anchor":"belongs-elsewhere","level":2,"line":29,"ref":"BOUNDARIES.md#belongs-elsewhere","title":"Belongs elsewhere"},{"anchor":"anti-drift-rule","level":2,"line":46,"ref":"BOUNDARIES.md#anti-drift-rule","title":"Anti-drift rule"},{"anchor":"related-root-surfaces","level":2,"line":62,"ref":"BOUNDARIES.md#related-root-surfaces","title":"Related root surfaces"}],"line_refs":["BOUNDARIES.md:1"],"path_ref":"BOUNDARIES.md"},"signs":{"attestation_ref":"","digest":"f4fad0b45b7ba7211ea04732adac238e9b2576e62d76995738b90c88b3a4599a","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:7f6b1d493f705158dcf56fa7","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"schema","compatibility":"legacy","contract_version":"https://aoa.local/abyss-stack/schemas/governance_job_record_v1.json","schema_version":"https://json-schema.org/draft/2020-12/schema"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"schema","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"6c52a76769b3e2aad07bd67ce71d4ba467a1ec032f5ac645dfe798aece519555","git_blob_id":"8363afee8ba17e39be9a2ae8f6665418d63e89e2","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:7f6b1d493f705158dcf56fa7","lineage_path":"schemas/governance_job_record_v1.json","logical_id":"aoa:abyss-stack:artifact:7f6b1d493f705158dcf56fa7","mime":"application/json","path":"mechanics/experience-runtime/legacy/artifacts/schemas/governance_job_record_v1.json","repo":"abyss-stack","size_bytes":1885,"version_id":"aoa:abyss-stack:artifact-version:da3eb5698018fac15e59f67e"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"schema_owner","surface":"mechanics/experience-runtime/legacy/artifacts/schemas/governance_job_record_v1.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/experience-runtime/legacy/artifacts/schemas/governance_job_record_v1.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/experience-runtime/legacy/artifacts/schemas/governance_job_record_v1.json:1"],"path_ref":"mechanics/experience-runtime/legacy/artifacts/schemas/governance_job_record_v1.json"},"signs":{"attestation_ref":"","digest":"6c52a76769b3e2aad07bd67ce71d4ba467a1ec032f5ac645dfe798aece519555","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"d5dcc1e22e950b04a9a99dec91e08aed241d2ed1ad61e9c00bb9b6d960115bc9","git_blob_id":"4318951560c7e3276c048db5a25fabf27899491b","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9","lineage_path":"docs/RPG_FRONTEND_PROJECTION_SEAM.md","logical_id":"aoa:abyss-stack:artifact:8b87d8e183404d43918c1ee9","mime":"text/markdown","path":"mechanics/federation-seams/parts/rpg-runtime/docs/RPG_FRONTEND_PROJECTION_SEAM.md","repo":"abyss-stack","size_bytes":1514,"version_id":"aoa:abyss-stack:artifact-version:631bc58615753b52bcc26603"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/federation-seams/parts/rpg-runtime/docs/RPG_FRONTEND_PROJECTION_SEAM.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/federation-seams/parts/rpg-runtime/docs/RPG_FRONTEND_PROJECTION_SEAM.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"rpg-frontend-projection-seam","level":1,"line":1,"ref":"mechanics/federation-seams/parts/rpg-runtime/docs/RPG_FRONTEND_PROJECTION_SEAM.md#rpg-frontend-projection-seam","title":"RPG Frontend Projection Seam"},{"anchor":"purpose","level":2,"line":3,"ref":"mechanics/federation-seams/parts/rpg-runtime/docs/RPG_FRONTEND_PROJECTION_SEAM.md#purpose","title":"Purpose"},{"anchor":"core-rule","level":2,"line":9,"ref":"mechanics/federation-seams/parts/rpg-runtime/docs/RPG_FRONTEND_PROJECTION_SEAM.md#core-rule","title":"Core rule"},{"anchor":"bundle-shape","level":2,"line":15,"ref":"mechanics/federation-seams/parts/rpg-runtime/docs/RPG_FRONTEND_PROJECTION_SEAM.md#bundle-shape","title":"Bundle shape"},{"anchor":"vocabulary-posture","level":2,"line":31,"ref":"mechanics/federation-seams/parts/rpg-runtime/docs/RPG_FRONTEND_PROJECTION_SEAM.md#vocabulary-posture","title":"Vocabulary posture"},{"anchor":"public-safe-default","level":2,"line":37,"ref":"mechanics/federation-seams/parts/rpg-runtime/docs/RPG_FRONTEND_PROJECTION_SEAM.md#public-safe-default","title":"Public-safe default"},{"anchor":"action-posture","level":2,"line":43,"ref":"mechanics/federation-seams/parts/rpg-runtime/docs/RPG_FRONTEND_PROJECTION_SEAM.md#action-posture","title":"Action posture"},{"anchor":"reputation-posture","level":2,"line":55,"ref":"mechanics/federation-seams/parts/rpg-runtime/docs/RPG_FRONTEND_PROJECTION_SEAM.md#reputation-posture","title":"Reputation posture"},{"anchor":"final-rule","level":2,"line":65,"ref":"mechanics/federation-seams/parts/rpg-runtime/docs/RPG_FRONTEND_PROJECTION_SEAM.md#final-rule","title":"Final rule"}],"line_refs":["mechanics/federation-seams/parts/rpg-runtime/docs/RPG_FRONTEND_PROJECTION_SEAM.md:1"],"path_ref":"mechanics/federation-seams/parts/rpg-runtime/docs/RPG_FRONTEND_PROJECTION_SEAM.md"},"signs":{"attestation_ref":"","digest":"d5dcc1e22e950b04a9a99dec91e08aed241d2ed1ad61e9c00bb9b6d960115bc9","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:b0d24b474c514d6b28be41a7","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"297e4889b7e8d7b2fde5472ff262f70ec3da43cdaee7d55ed09f83402c2f64d7","git_blob_id":"3b6314c878724e41d3aa9903095648a38e7ea874","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:b0d24b474c514d6b28be41a7","lineage_path":"mechanics/diagnostic-spine/parts/README.md","logical_id":"aoa:abyss-stack:artifact:b0d24b474c514d6b28be41a7","mime":"text/markdown","path":"mechanics/diagnostic-spine/parts/README.md","repo":"abyss-stack","size_bytes":375,"version_id":"aoa:abyss-stack:artifact-version:26d2398f0cd9577e0f50ddcb"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/diagnostic-spine/parts/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/diagnostic-spine/parts/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"diagnostic-spine-parts","level":1,"line":1,"ref":"mechanics/diagnostic-spine/parts/README.md#diagnostic-spine-parts","title":"Diagnostic Spine Parts"}],"line_refs":["mechanics/diagnostic-spine/parts/README.md:1"],"path_ref":"mechanics/diagnostic-spine/parts/README.md"},"signs":{"attestation_ref":"","digest":"297e4889b7e8d7b2fde5472ff262f70ec3da43cdaee7d55ed09f83402c2f64d7","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/2d.jsonl b/kag/indexes/shards/source/2d.jsonl index 23ed80e58..a6686c234 100644 --- a/kag/indexes/shards/source/2d.jsonl +++ b/kag/indexes/shards/source/2d.jsonl @@ -1,5 +1,5 @@ {"_key":"source:aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"mechanics_surface","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"mechanics_surface","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"79c09e7873a4932d1b211817ba0604d5e9c574ce233b9d53e02b5398e1a78008","git_blob_id":"917e1ab00f6db960195e709d6ce6fc9919743c7d","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239","lineage_path":"mechanics/federation-seams/parts/kag-seam/kag_runtime/application.py","logical_id":"aoa:abyss-stack:artifact:61b337938f7fa3a1ebc79239","mime":"text/x-python","path":"mechanics/federation-seams/parts/kag-seam/kag_runtime/application.py","repo":"abyss-stack","size_bytes":77821,"version_id":"aoa:abyss-stack:artifact-version:65aa5071422475cd339adcf6"},"mechanics_role":"mechanic_part","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mechanics/federation-seams/parts/kag-seam/kag_runtime/application.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/federation-seams/parts/kag-seam/kag_runtime/application.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/federation-seams/parts/kag-seam/kag_runtime/application.py:1"],"path_ref":"mechanics/federation-seams/parts/kag-seam/kag_runtime/application.py"},"signs":{"attestation_ref":"","digest":"79c09e7873a4932d1b211817ba0604d5e9c574ce233b9d53e02b5398e1a78008","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"dcce2f09fa07b924ee81b5e7ed8b85eedfb8f936f334e1b0baecac5576c7d742","git_blob_id":"dbb21932ef7d199820e65475255f7d4bd21ca9e7","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","lineage_path":"tests/test_diagnostic_spine_validator_module.py","logical_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","mime":"text/x-python","path":"tests/test_diagnostic_spine_validator_module.py","repo":"abyss-stack","size_bytes":5057,"version_id":"aoa:abyss-stack:artifact-version:eb8eae0ce590294dd75d4325"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"tests/test_diagnostic_spine_validator_module.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_diagnostic_spine_validator_module.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_diagnostic_spine_validator_module.py:1"],"path_ref":"tests/test_diagnostic_spine_validator_module.py"},"signs":{"attestation_ref":"","digest":"dcce2f09fa07b924ee81b5e7ed8b85eedfb8f936f334e1b0baecac5576c7d742","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"d788420dd3b2250ecbd41455ba14abfcb8c445fa9b20be00c75a53f6114e7c36","git_blob_id":"03af550794c3b5d84f84163284b3b2075aa79ce3","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","lineage_path":"tests/test_diagnostic_spine_validator_module.py","logical_id":"aoa:abyss-stack:artifact:62c8f28663dfa722f0ac93df","mime":"text/x-python","path":"tests/test_diagnostic_spine_validator_module.py","repo":"abyss-stack","size_bytes":5032,"version_id":"aoa:abyss-stack:artifact-version:8d74b4d32979575b0447ea10"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"tests/test_diagnostic_spine_validator_module.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_diagnostic_spine_validator_module.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_diagnostic_spine_validator_module.py:1"],"path_ref":"tests/test_diagnostic_spine_validator_module.py"},"signs":{"attestation_ref":"","digest":"d788420dd3b2250ecbd41455ba14abfcb8c445fa9b20be00c75a53f6114e7c36","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:70177b8f53b3dd289162109b","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"3b37531e8e56347ce19be985f7cf14eec4c12f6dc78cbc5fb34843a51539c140","git_blob_id":"174fc56837fea2e1fc347c45031f8e76fbc9a6f4","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:70177b8f53b3dd289162109b","lineage_path":"compose/modules/README.md","logical_id":"aoa:abyss-stack:artifact:70177b8f53b3dd289162109b","mime":"text/markdown","path":"compose/modules/README.md","repo":"abyss-stack","size_bytes":1584,"version_id":"aoa:abyss-stack:artifact-version:19f8e2af70f3984111a03ab7"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"compose/modules/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"compose/modules/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"compose-modules","level":1,"line":1,"ref":"compose/modules/README.md#compose-modules","title":"compose modules"},{"anchor":"module-rings","level":2,"line":6,"ref":"compose/modules/README.md#module-rings","title":"Module Rings"},{"anchor":"stop-line","level":2,"line":28,"ref":"compose/modules/README.md#stop-line","title":"Stop Line"}],"line_refs":["compose/modules/README.md:1"],"path_ref":"compose/modules/README.md"},"signs":{"attestation_ref":"","digest":"3b37531e8e56347ce19be985f7cf14eec4c12f6dc78cbc5fb34843a51539c140","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:70d590cd02bafa083d61434e","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"df0ef7e4446b37c149bb966115852404384ccda011b812ee2a292255f7f44b39","git_blob_id":"8b1069304baf2158332acf5c939fdeb371d9ff06","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:70d590cd02bafa083d61434e","lineage_path":"docs/decisions/2026-05-07-runtime-mechanics-topology.md","logical_id":"aoa:abyss-stack:artifact:70d590cd02bafa083d61434e","mime":"text/markdown","path":"docs/decisions/ABYSS-STACK-D-0002-runtime-mechanics-topology.md","repo":"abyss-stack","size_bytes":5525,"version_id":"aoa:abyss-stack:artifact-version:09b7aeb4f0a69b9157b9b518"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/ABYSS-STACK-D-0002-runtime-mechanics-topology.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/ABYSS-STACK-D-0002-runtime-mechanics-topology.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-mechanics-topology","level":1,"line":1,"ref":"docs/decisions/ABYSS-STACK-D-0002-runtime-mechanics-topology.md#runtime-mechanics-topology","title":"Runtime Mechanics Topology"},{"anchor":"index-metadata","level":2,"line":8,"ref":"docs/decisions/ABYSS-STACK-D-0002-runtime-mechanics-topology.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":17,"ref":"docs/decisions/ABYSS-STACK-D-0002-runtime-mechanics-topology.md#context","title":"Context"},{"anchor":"options-considered","level":2,"line":30,"ref":"docs/decisions/ABYSS-STACK-D-0002-runtime-mechanics-topology.md#options-considered","title":"Options considered"},{"anchor":"decision","level":2,"line":36,"ref":"docs/decisions/ABYSS-STACK-D-0002-runtime-mechanics-topology.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":55,"ref":"docs/decisions/ABYSS-STACK-D-0002-runtime-mechanics-topology.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":65,"ref":"docs/decisions/ABYSS-STACK-D-0002-runtime-mechanics-topology.md#consequences","title":"Consequences"},{"anchor":"continuation-2026-05-13-part-local-docs-topology","level":2,"line":75,"ref":"docs/decisions/ABYSS-STACK-D-0002-runtime-mechanics-topology.md#continuation-2026-05-13-part-local-docs-topology","title":"Continuation: 2026-05-13 part-local docs topology"},{"anchor":"source-surfaces","level":2,"line":121,"ref":"docs/decisions/ABYSS-STACK-D-0002-runtime-mechanics-topology.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":128,"ref":"docs/decisions/ABYSS-STACK-D-0002-runtime-mechanics-topology.md#follow-up-route","title":"Follow-up route"}],"line_refs":["docs/decisions/ABYSS-STACK-D-0002-runtime-mechanics-topology.md:1"],"path_ref":"docs/decisions/ABYSS-STACK-D-0002-runtime-mechanics-topology.md"},"signs":{"attestation_ref":"","digest":"df0ef7e4446b37c149bb966115852404384ccda011b812ee2a292255f7f44b39","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"v1"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"96b55c803d570d327733b3f99c3041d174cf8f8873cef2ee518d7dc49fa4d43c","git_blob_id":"733edef15ccfb7c45c18f9674a8cd48622fb7441","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725","lineage_path":"examples/runtime_usage_snapshot.workhorse-local.example.json","logical_id":"aoa:abyss-stack:artifact:982ad6b4e0e42cb476d3d725","mime":"application/json","path":"mechanics/runtime-lifecycle/parts/status-readouts/examples/runtime_usage_snapshot.workhorse-local.example.json","repo":"abyss-stack","size_bytes":1743,"version_id":"aoa:abyss-stack:artifact-version:47828d20312e7d53a0ed2ac5"},"mechanics_role":"mechanic_part","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mechanics/runtime-lifecycle/parts/status-readouts/examples/runtime_usage_snapshot.workhorse-local.example.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/runtime-lifecycle/parts/status-readouts/examples/runtime_usage_snapshot.workhorse-local.example.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/runtime-lifecycle/parts/status-readouts/examples/runtime_usage_snapshot.workhorse-local.example.json:1"],"path_ref":"mechanics/runtime-lifecycle/parts/status-readouts/examples/runtime_usage_snapshot.workhorse-local.example.json"},"signs":{"attestation_ref":"","digest":"96b55c803d570d327733b3f99c3041d174cf8f8873cef2ee518d7dc49fa4d43c","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/31.jsonl b/kag/indexes/shards/source/31.jsonl index e2c9e9f85..1e716c8bb 100644 --- a/kag/indexes/shards/source/31.jsonl +++ b/kag/indexes/shards/source/31.jsonl @@ -1,7 +1,7 @@ {"_key":"source:aoa:abyss-stack:artifact:0353f31d69cb229cea41e0c9","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"legacy","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"09936c452d81e66532c1ddb4306c1b09070bac615b0fa015922eb751675f225c","git_blob_id":"0eba6ef33ae6804448452794a2aa17dd9458c262","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:0353f31d69cb229cea41e0c9","lineage_path":"docs/AGON_DUEL_RUNTIME_KERNEL.md","logical_id":"aoa:abyss-stack:artifact:0353f31d69cb229cea41e0c9","mime":"text/markdown","path":"mechanics/agon-runtime/legacy/raw/AGON_DUEL_RUNTIME_KERNEL.md","repo":"abyss-stack","size_bytes":298,"version_id":"aoa:abyss-stack:artifact-version:bb937f2f970a83b0b10adf14"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/agon-runtime/legacy/raw/AGON_DUEL_RUNTIME_KERNEL.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/agon-runtime/legacy/raw/AGON_DUEL_RUNTIME_KERNEL.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agon-duel-runtime-kernel","level":1,"line":1,"ref":"mechanics/agon-runtime/legacy/raw/AGON_DUEL_RUNTIME_KERNEL.md#agon-duel-runtime-kernel","title":"Agon Duel Runtime Kernel"}],"line_refs":["mechanics/agon-runtime/legacy/raw/AGON_DUEL_RUNTIME_KERNEL.md:1"],"path_ref":"mechanics/agon-runtime/legacy/raw/AGON_DUEL_RUNTIME_KERNEL.md"},"signs":{"attestation_ref":"","digest":"09936c452d81e66532c1ddb4306c1b09070bac615b0fa015922eb751675f225c","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:1c7dc4e4256351e626993d7a","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"601d87e79c54f772c04be0403fd8c2e984d555091892c5f3a413a8add0136bcb","git_blob_id":"f8a0c2021bf7341068708ce77f00a1e6c39c6d50","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:1c7dc4e4256351e626993d7a","lineage_path":"MCP/aoa-memo-mcp/scripts/aoa_memo_mcp_server.py","logical_id":"aoa:abyss-stack:artifact:1c7dc4e4256351e626993d7a","mime":"text/x-python","path":"mcp/services/aoa-memo-mcp/scripts/aoa_memo_mcp_server.py","repo":"abyss-stack","size_bytes":299,"version_id":"aoa:abyss-stack:artifact-version:231d8f1df6cb15ae370aa1a1"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mcp/services/aoa-memo-mcp/scripts/aoa_memo_mcp_server.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/aoa-memo-mcp/scripts/aoa_memo_mcp_server.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mcp/services/aoa-memo-mcp/scripts/aoa_memo_mcp_server.py:1"],"path_ref":"mcp/services/aoa-memo-mcp/scripts/aoa_memo_mcp_server.py"},"signs":{"attestation_ref":"","digest":"601d87e79c54f772c04be0403fd8c2e984d555091892c5f3a413a8add0136bcb","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:20e04d231db7090e7080a6c0","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"validator","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"validator","classification":{"confidence":"high","primary_kind":"command"},"code_role":"validator","command_role":"validator","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"cf6ef8bef496e3dd90dae4550599a3be92bb0855472cbea15553bb03d596e3dd","git_blob_id":"6df5bc11840a58dd240ee9cea1d552b1e38f6534","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:20e04d231db7090e7080a6c0","lineage_path":"scripts/validate_decision_records.py","logical_id":"aoa:abyss-stack:artifact:20e04d231db7090e7080a6c0","mime":"text/x-python","path":"scripts/validate_decision_records.py","repo":"abyss-stack","size_bytes":5012,"version_id":"aoa:abyss-stack:artifact-version:8c5f2deb7b968ba4e3ec6607"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"validator_owner","surface":"scripts/validate_decision_records.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validate_decision_records.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validate_decision_records.py:1"],"path_ref":"scripts/validate_decision_records.py"},"signs":{"attestation_ref":"","digest":"cf6ef8bef496e3dd90dae4550599a3be92bb0855472cbea15553bb03d596e3dd","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python scripts/validate_decision_records.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"design","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"d4663c41310407f45a0b2406d599385760cc243e09b5d5ad8bc1feb91a10ed36","git_blob_id":"91558e35fb46fa914a92b2e07fceb3ae41f3400a","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","lineage_path":"DESIGN.md","logical_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","mime":"text/markdown","path":"DESIGN.md","repo":"abyss-stack","size_bytes":8594,"version_id":"aoa:abyss-stack:artifact-version:4519df199a074a15d8f36105"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"DESIGN.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"DESIGN.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"designmd","level":1,"line":1,"ref":"DESIGN.md#designmd","title":"DESIGN.md"},{"anchor":"role","level":2,"line":5,"ref":"DESIGN.md#role","title":"Role"},{"anchor":"thesis","level":2,"line":15,"ref":"DESIGN.md#thesis","title":"Thesis"},{"anchor":"design-as-appearance","level":2,"line":26,"ref":"DESIGN.md#design-as-appearance","title":"Design as Appearance"},{"anchor":"anatomy","level":2,"line":45,"ref":"DESIGN.md#anatomy","title":"Anatomy"},{"anchor":"operation","level":2,"line":84,"ref":"DESIGN.md#operation","title":"Operation"},{"anchor":"design-principles","level":2,"line":99,"ref":"DESIGN.md#design-principles","title":"Design Principles"},{"anchor":"good-design-feels-like","level":2,"line":132,"ref":"DESIGN.md#good-design-feels-like","title":"Good Design Feels Like"},{"anchor":"bad-design-smells-like","level":2,"line":144,"ref":"DESIGN.md#bad-design-smells-like","title":"Bad Design Smells Like"},{"anchor":"relationship-to-other-root-surfaces","level":2,"line":154,"ref":"DESIGN.md#relationship-to-other-root-surfaces","title":"Relationship to Other Root Surfaces"},{"anchor":"use-by-agents","level":2,"line":165,"ref":"DESIGN.md#use-by-agents","title":"Use by Agents"}],"line_refs":["DESIGN.md:1"],"path_ref":"DESIGN.md"},"signs":{"attestation_ref":"","digest":"d4663c41310407f45a0b2406d599385760cc243e09b5d5ad8bc1feb91a10ed36","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"design","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"979396c848c52143daa276766d4232943b7cb0eaa494749394e786c331022995","git_blob_id":"b5f62664448145e3b32567406b5c8f57a5fcd36b","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","lineage_path":"DESIGN.md","logical_id":"aoa:abyss-stack:artifact:3dc5dd454e080eb849ee5efa","mime":"text/markdown","path":"DESIGN.md","repo":"abyss-stack","size_bytes":8796,"version_id":"aoa:abyss-stack:artifact-version:cbfd7aad55d19bb71349ea07"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"DESIGN.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"DESIGN.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"designmd","level":1,"line":1,"ref":"DESIGN.md#designmd","title":"DESIGN.md"},{"anchor":"role","level":2,"line":5,"ref":"DESIGN.md#role","title":"Role"},{"anchor":"thesis","level":2,"line":15,"ref":"DESIGN.md#thesis","title":"Thesis"},{"anchor":"design-as-appearance","level":2,"line":26,"ref":"DESIGN.md#design-as-appearance","title":"Design as Appearance"},{"anchor":"anatomy","level":2,"line":45,"ref":"DESIGN.md#anatomy","title":"Anatomy"},{"anchor":"operation","level":2,"line":87,"ref":"DESIGN.md#operation","title":"Operation"},{"anchor":"design-principles","level":2,"line":102,"ref":"DESIGN.md#design-principles","title":"Design Principles"},{"anchor":"good-design-feels-like","level":2,"line":135,"ref":"DESIGN.md#good-design-feels-like","title":"Good Design Feels Like"},{"anchor":"bad-design-smells-like","level":2,"line":147,"ref":"DESIGN.md#bad-design-smells-like","title":"Bad Design Smells Like"},{"anchor":"relationship-to-other-root-surfaces","level":2,"line":157,"ref":"DESIGN.md#relationship-to-other-root-surfaces","title":"Relationship to Other Root Surfaces"},{"anchor":"use-by-agents","level":2,"line":168,"ref":"DESIGN.md#use-by-agents","title":"Use by Agents"}],"line_refs":["DESIGN.md:1"],"path_ref":"DESIGN.md"},"signs":{"attestation_ref":"","digest":"979396c848c52143daa276766d4232943b7cb0eaa494749394e786c331022995","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:7978d34bc3bcfa0e157c0b5e","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"entrypoint","command_role":"script","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"02602760d22cf1a3ae99e21b78b26b45f926c540d1381935e0073704b8faa4c2","git_blob_id":"9e60b69514c1ac51093a796af14becf5120f109c","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:7978d34bc3bcfa0e157c0b5e","lineage_path":"mcp/services/_shared/codex_http_client.sh","logical_id":"aoa:abyss-stack:artifact:7978d34bc3bcfa0e157c0b5e","mime":"application/x-sh","path":"mcp/services/_shared/codex_http_client.sh","repo":"abyss-stack","size_bytes":1757,"version_id":"aoa:abyss-stack:artifact-version:1193d641583b8e9663769322"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"mcp/services/_shared/codex_http_client.sh"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/_shared/codex_http_client.sh","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mcp/services/_shared/codex_http_client.sh:1"],"path_ref":"mcp/services/_shared/codex_http_client.sh"},"signs":{"attestation_ref":"","digest":"02602760d22cf1a3ae99e21b78b26b45f926c540d1381935e0073704b8faa4c2","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["bash mcp/services/_shared/codex_http_client.sh"],"required_tools":["bash"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:ad92003dc4d0b6d11cd43f97","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"entrypoint","command_role":"script","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"5d738016c6caadb0af2d0eee089eae6a822e3c627931d39a121b21655622b2cf","git_blob_id":"55428627bfe35f9442471c570aef3a089afe7f51","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:ad92003dc4d0b6d11cd43f97","lineage_path":"mcp/services/aoa-stats-mcp/scripts/aoa_stats_mcp_server.py","logical_id":"aoa:abyss-stack:artifact:ad92003dc4d0b6d11cd43f97","mime":"text/x-python","path":"mcp/services/aoa-stats-mcp/scripts/aoa_stats_mcp_server.py","repo":"abyss-stack","size_bytes":330,"version_id":"aoa:abyss-stack:artifact-version:b689c468844ffd863d15bc56"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"mcp/services/aoa-stats-mcp/scripts/aoa_stats_mcp_server.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/aoa-stats-mcp/scripts/aoa_stats_mcp_server.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mcp/services/aoa-stats-mcp/scripts/aoa_stats_mcp_server.py:1"],"path_ref":"mcp/services/aoa-stats-mcp/scripts/aoa_stats_mcp_server.py"},"signs":{"attestation_ref":"","digest":"5d738016c6caadb0af2d0eee089eae6a822e3c627931d39a121b21655622b2cf","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python mcp/services/aoa-stats-mcp/scripts/aoa_stats_mcp_server.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"ff4437c8a454036ce2d8a28aa277b69fc3df4ec9268cce3e5cfca4c3cdbb70e0","git_blob_id":"6d5224420865aae4b1b2f4d4aa85236c84712052","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd","lineage_path":"tests/test_profile_topology_validator_module.py","logical_id":"aoa:abyss-stack:artifact:e5a09b21699dc09c6ef019cd","mime":"text/x-python","path":"tests/test_profile_topology_validator_module.py","repo":"abyss-stack","size_bytes":6956,"version_id":"aoa:abyss-stack:artifact-version:ec504e8a85a68f542ec258e5"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"tests/test_profile_topology_validator_module.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_profile_topology_validator_module.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_profile_topology_validator_module.py:1"],"path_ref":"tests/test_profile_topology_validator_module.py"},"signs":{"attestation_ref":"","digest":"ff4437c8a454036ce2d8a28aa277b69fc3df4ec9268cce3e5cfca4c3cdbb70e0","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/37.jsonl b/kag/indexes/shards/source/37.jsonl index 16ee66afb..8d2482f3a 100644 --- a/kag/indexes/shards/source/37.jsonl +++ b/kag/indexes/shards/source/37.jsonl @@ -1,4 +1,4 @@ {"_key":"source:aoa:abyss-stack:artifact:320cc9c8e5f2a9257979233c","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"legacy","contract_version":"none","schema_version":"1.0"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"7f9d1c8bbd7227bb0e8d223c40a6b52b42c7f1516536ee0ad2efa3120c7cdb9b","git_blob_id":"4467a553b57ff10088de2568b847807e6ad98b72","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:320cc9c8e5f2a9257979233c","lineage_path":"examples/pattern_registry_storage_record.example.json","logical_id":"aoa:abyss-stack:artifact:320cc9c8e5f2a9257979233c","mime":"application/json","path":"mechanics/experience-runtime/legacy/artifacts/examples/pattern_registry_storage_record.example.json","repo":"abyss-stack","size_bytes":483,"version_id":"aoa:abyss-stack:artifact-version:cffa535c5a90b5aa1b191996"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mechanics/experience-runtime/legacy/artifacts/examples/pattern_registry_storage_record.example.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/experience-runtime/legacy/artifacts/examples/pattern_registry_storage_record.example.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/experience-runtime/legacy/artifacts/examples/pattern_registry_storage_record.example.json:1"],"path_ref":"mechanics/experience-runtime/legacy/artifacts/examples/pattern_registry_storage_record.example.json"},"signs":{"attestation_ref":"","digest":"7f9d1c8bbd7227bb0e8d223c40a6b52b42c7f1516536ee0ad2efa3120c7cdb9b","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:3f8faa0865eae17426115b10","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"entrypoint","command_role":"script","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"c8753c9a06fd3687a1832778d6ee0203a02b18ed2d3acda3ed6bcf64cd48601a","git_blob_id":"a93488b015b4c7fa2e5936f2e1fb6956da1bbc14","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:3f8faa0865eae17426115b10","lineage_path":"mechanics/runtime-lifecycle/parts/logs-status/aoa_status.sh","logical_id":"aoa:abyss-stack:artifact:3f8faa0865eae17426115b10","mime":"application/x-sh","path":"mechanics/runtime-lifecycle/parts/logs-status/aoa_status.sh","repo":"abyss-stack","size_bytes":2953,"version_id":"aoa:abyss-stack:artifact-version:c0b8390b6e2163ba3dbf3829"},"mechanics_role":"mechanic_part","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"mechanics/runtime-lifecycle/parts/logs-status/aoa_status.sh"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/runtime-lifecycle/parts/logs-status/aoa_status.sh","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/runtime-lifecycle/parts/logs-status/aoa_status.sh:1"],"path_ref":"mechanics/runtime-lifecycle/parts/logs-status/aoa_status.sh"},"signs":{"attestation_ref":"","digest":"c8753c9a06fd3687a1832778d6ee0203a02b18ed2d3acda3ed6bcf64cd48601a","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["bash mechanics/runtime-lifecycle/parts/logs-status/aoa_status.sh"],"required_tools":["bash"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:b166d89766b855ada4f4d5df","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"1c0288c2d720d8c56c65dfef366add3d982bb58126614390619e3e966e491d49","git_blob_id":"87ca4f73f41cff9afa1d2f3f93d9083b4b23b640","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:b166d89766b855ada4f4d5df","lineage_path":"tests/test_profile_composition.py","logical_id":"aoa:abyss-stack:artifact:b166d89766b855ada4f4d5df","mime":"text/x-python","path":"tests/test_profile_composition.py","repo":"abyss-stack","size_bytes":3129,"version_id":"aoa:abyss-stack:artifact-version:751ff2661892dab280a579f8"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"tests/test_profile_composition.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_profile_composition.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_profile_composition.py:1"],"path_ref":"tests/test_profile_composition.py"},"signs":{"attestation_ref":"","digest":"1c0288c2d720d8c56c65dfef366add3d982bb58126614390619e3e966e491d49","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"292f093805b3998425f2eeed28fca2cde80ec0d486774338d0ccff4328272187","git_blob_id":"63840db60c79c15705e2111b5225aa7f45867291","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","lineage_path":"tests/README.md","logical_id":"aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","mime":"text/markdown","path":"tests/README.md","repo":"abyss-stack","size_bytes":4902,"version_id":"aoa:abyss-stack:artifact-version:975468fd1e1d8fb82b72c564"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"tests/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"tests","level":1,"line":1,"ref":"tests/README.md#tests","title":"tests"},{"anchor":"current-test-surface","level":2,"line":11,"ref":"tests/README.md#current-test-surface","title":"Current Test Surface"},{"anchor":"warning-filters","level":2,"line":78,"ref":"tests/README.md#warning-filters","title":"Warning Filters"}],"line_refs":["tests/README.md:1"],"path_ref":"tests/README.md"},"signs":{"attestation_ref":"","digest":"292f093805b3998425f2eeed28fca2cde80ec0d486774338d0ccff4328272187","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"a3f1d101060a8718d6941716177143d79d4f1cbc034f9908610e7302ee7416c4","git_blob_id":"7119cafe3444993354879ba027bc5630c0225227","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","lineage_path":"tests/README.md","logical_id":"aoa:abyss-stack:artifact:dacac2ebf9792f0d23c0f922","mime":"text/markdown","path":"tests/README.md","repo":"abyss-stack","size_bytes":4970,"version_id":"aoa:abyss-stack:artifact-version:754ef7f67d61202e5e51513e"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"tests/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"tests","level":1,"line":1,"ref":"tests/README.md#tests","title":"tests"},{"anchor":"current-test-surface","level":2,"line":11,"ref":"tests/README.md#current-test-surface","title":"Current Test Surface"},{"anchor":"warning-filters","level":2,"line":80,"ref":"tests/README.md#warning-filters","title":"Warning Filters"}],"line_refs":["tests/README.md:1"],"path_ref":"tests/README.md"},"signs":{"attestation_ref":"","digest":"a3f1d101060a8718d6941716177143d79d4f1cbc034f9908610e7302ee7416c4","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/3e.jsonl b/kag/indexes/shards/source/3e.jsonl index 8e4625acf..1026ccc94 100644 --- a/kag/indexes/shards/source/3e.jsonl +++ b/kag/indexes/shards/source/3e.jsonl @@ -1,4 +1,4 @@ -{"_key":"source:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"changelog","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"17eb1bc038586de6a4fcdd42cbd05901ad00bf8e89b4a0890dd426f345bc6bc8","git_blob_id":"b2055b88b696a5111f84f449b91296f262305081","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","lineage_path":"CHANGELOG.md","logical_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","mime":"text/markdown","path":"CHANGELOG.md","repo":"abyss-stack","size_bytes":47377,"version_id":"aoa:abyss-stack:artifact-version:bbbc1d83cf194434ce5e7745"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"CHANGELOG.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"CHANGELOG.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"changelog","level":1,"line":1,"ref":"CHANGELOG.md#changelog","title":"Changelog"},{"anchor":"unreleased","level":2,"line":8,"ref":"CHANGELOG.md#unreleased","title":"[Unreleased]"},{"anchor":"added","level":3,"line":10,"ref":"CHANGELOG.md#added","title":"Added"},{"anchor":"changed","level":3,"line":50,"ref":"CHANGELOG.md#changed","title":"Changed"},{"anchor":"fixed","level":3,"line":69,"ref":"CHANGELOG.md#fixed","title":"Fixed"},{"anchor":"040-2026-06-07","level":2,"line":173,"ref":"CHANGELOG.md#040-2026-06-07","title":"[0.4.0] - 2026-06-07"},{"anchor":"summary","level":3,"line":175,"ref":"CHANGELOG.md#summary","title":"Summary"},{"anchor":"added-1","level":3,"line":198,"ref":"CHANGELOG.md#added-1","title":"Added"},{"anchor":"changed-1","level":3,"line":347,"ref":"CHANGELOG.md#changed-1","title":"Changed"},{"anchor":"included-in-this-release","level":3,"line":587,"ref":"CHANGELOG.md#included-in-this-release","title":"Included in this release"},{"anchor":"validation","level":3,"line":636,"ref":"CHANGELOG.md#validation","title":"Validation"},{"anchor":"notes","level":3,"line":644,"ref":"CHANGELOG.md#notes","title":"Notes"},{"anchor":"022-2026-04-23","level":2,"line":649,"ref":"CHANGELOG.md#022-2026-04-23","title":"[0.2.2] - 2026-04-23"},{"anchor":"summary-1","level":3,"line":651,"ref":"CHANGELOG.md#summary-1","title":"Summary"},{"anchor":"added-2","level":3,"line":664,"ref":"CHANGELOG.md#added-2","title":"Added"},{"anchor":"changed-2","level":3,"line":674,"ref":"CHANGELOG.md#changed-2","title":"Changed"},{"anchor":"validation-1","level":3,"line":680,"ref":"CHANGELOG.md#validation-1","title":"Validation"},{"anchor":"notes-1","level":3,"line":684,"ref":"CHANGELOG.md#notes-1","title":"Notes"},{"anchor":"021-2026-04-19","level":2,"line":689,"ref":"CHANGELOG.md#021-2026-04-19","title":"[0.2.1] - 2026-04-19"},{"anchor":"summary-2","level":3,"line":691,"ref":"CHANGELOG.md#summary-2","title":"Summary"},{"anchor":"added-3","level":3,"line":700,"ref":"CHANGELOG.md#added-3","title":"Added"},{"anchor":"changed-3","level":3,"line":705,"ref":"CHANGELOG.md#changed-3","title":"Changed"},{"anchor":"validation-2","level":3,"line":711,"ref":"CHANGELOG.md#validation-2","title":"Validation"},{"anchor":"notes-2","level":3,"line":715,"ref":"CHANGELOG.md#notes-2","title":"Notes"},{"anchor":"020-2026-04-10","level":2,"line":720,"ref":"CHANGELOG.md#020-2026-04-10","title":"[0.2.0] - 2026-04-10"},{"anchor":"summary-3","level":3,"line":722,"ref":"CHANGELOG.md#summary-3","title":"Summary"},{"anchor":"validation-3","level":3,"line":728,"ref":"CHANGELOG.md#validation-3","title":"Validation"},{"anchor":"notes-3","level":3,"line":732,"ref":"CHANGELOG.md#notes-3","title":"Notes"},{"anchor":"added-4","level":3,"line":736,"ref":"CHANGELOG.md#added-4","title":"Added"},{"anchor":"changed-4","level":3,"line":748,"ref":"CHANGELOG.md#changed-4","title":"Changed"},{"anchor":"included-in-this-release-1","level":3,"line":755,"ref":"CHANGELOG.md#included-in-this-release-1","title":"Included in this release"},{"anchor":"010-2026-04-01","level":2,"line":769,"ref":"CHANGELOG.md#010-2026-04-01","title":"[0.1.0] - 2026-04-01"},{"anchor":"summary-4","level":3,"line":775,"ref":"CHANGELOG.md#summary-4","title":"Summary"},{"anchor":"added-5","level":3,"line":781,"ref":"CHANGELOG.md#added-5","title":"Added"},{"anchor":"validation-4","level":3,"line":789,"ref":"CHANGELOG.md#validation-4","title":"Validation"},{"anchor":"notes-4","level":3,"line":794,"ref":"CHANGELOG.md#notes-4","title":"Notes"}],"line_refs":["CHANGELOG.md:1"],"path_ref":"CHANGELOG.md"},"signs":{"attestation_ref":"","digest":"17eb1bc038586de6a4fcdd42cbd05901ad00bf8e89b4a0890dd426f345bc6bc8","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"changelog","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"3e050c3cc5cd50ed84c2e2a73dcbd0f54c2336e55beaca791d88e4f5323edc01","git_blob_id":"88320fe0d586816455075d9d69cc5001a15c55ac","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","lineage_path":"CHANGELOG.md","logical_id":"aoa:abyss-stack:artifact:06572a96a58dc510037d5efa","mime":"text/markdown","path":"CHANGELOG.md","repo":"abyss-stack","size_bytes":47518,"version_id":"aoa:abyss-stack:artifact-version:b34a6c5fb07ae119fa4b99fa"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"CHANGELOG.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"CHANGELOG.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"changelog","level":1,"line":1,"ref":"CHANGELOG.md#changelog","title":"Changelog"},{"anchor":"unreleased","level":2,"line":8,"ref":"CHANGELOG.md#unreleased","title":"[Unreleased]"},{"anchor":"added","level":3,"line":10,"ref":"CHANGELOG.md#added","title":"Added"},{"anchor":"changed","level":3,"line":53,"ref":"CHANGELOG.md#changed","title":"Changed"},{"anchor":"fixed","level":3,"line":72,"ref":"CHANGELOG.md#fixed","title":"Fixed"},{"anchor":"040-2026-06-07","level":2,"line":175,"ref":"CHANGELOG.md#040-2026-06-07","title":"[0.4.0] - 2026-06-07"},{"anchor":"summary","level":3,"line":177,"ref":"CHANGELOG.md#summary","title":"Summary"},{"anchor":"added-1","level":3,"line":200,"ref":"CHANGELOG.md#added-1","title":"Added"},{"anchor":"changed-1","level":3,"line":349,"ref":"CHANGELOG.md#changed-1","title":"Changed"},{"anchor":"included-in-this-release","level":3,"line":589,"ref":"CHANGELOG.md#included-in-this-release","title":"Included in this release"},{"anchor":"validation","level":3,"line":638,"ref":"CHANGELOG.md#validation","title":"Validation"},{"anchor":"notes","level":3,"line":646,"ref":"CHANGELOG.md#notes","title":"Notes"},{"anchor":"022-2026-04-23","level":2,"line":651,"ref":"CHANGELOG.md#022-2026-04-23","title":"[0.2.2] - 2026-04-23"},{"anchor":"summary-1","level":3,"line":653,"ref":"CHANGELOG.md#summary-1","title":"Summary"},{"anchor":"added-2","level":3,"line":666,"ref":"CHANGELOG.md#added-2","title":"Added"},{"anchor":"changed-2","level":3,"line":676,"ref":"CHANGELOG.md#changed-2","title":"Changed"},{"anchor":"validation-1","level":3,"line":682,"ref":"CHANGELOG.md#validation-1","title":"Validation"},{"anchor":"notes-1","level":3,"line":686,"ref":"CHANGELOG.md#notes-1","title":"Notes"},{"anchor":"021-2026-04-19","level":2,"line":691,"ref":"CHANGELOG.md#021-2026-04-19","title":"[0.2.1] - 2026-04-19"},{"anchor":"summary-2","level":3,"line":693,"ref":"CHANGELOG.md#summary-2","title":"Summary"},{"anchor":"added-3","level":3,"line":702,"ref":"CHANGELOG.md#added-3","title":"Added"},{"anchor":"changed-3","level":3,"line":707,"ref":"CHANGELOG.md#changed-3","title":"Changed"},{"anchor":"validation-2","level":3,"line":713,"ref":"CHANGELOG.md#validation-2","title":"Validation"},{"anchor":"notes-2","level":3,"line":717,"ref":"CHANGELOG.md#notes-2","title":"Notes"},{"anchor":"020-2026-04-10","level":2,"line":722,"ref":"CHANGELOG.md#020-2026-04-10","title":"[0.2.0] - 2026-04-10"},{"anchor":"summary-3","level":3,"line":724,"ref":"CHANGELOG.md#summary-3","title":"Summary"},{"anchor":"validation-3","level":3,"line":730,"ref":"CHANGELOG.md#validation-3","title":"Validation"},{"anchor":"notes-3","level":3,"line":734,"ref":"CHANGELOG.md#notes-3","title":"Notes"},{"anchor":"added-4","level":3,"line":738,"ref":"CHANGELOG.md#added-4","title":"Added"},{"anchor":"changed-4","level":3,"line":750,"ref":"CHANGELOG.md#changed-4","title":"Changed"},{"anchor":"included-in-this-release-1","level":3,"line":757,"ref":"CHANGELOG.md#included-in-this-release-1","title":"Included in this release"},{"anchor":"010-2026-04-01","level":2,"line":771,"ref":"CHANGELOG.md#010-2026-04-01","title":"[0.1.0] - 2026-04-01"},{"anchor":"summary-4","level":3,"line":777,"ref":"CHANGELOG.md#summary-4","title":"Summary"},{"anchor":"added-5","level":3,"line":783,"ref":"CHANGELOG.md#added-5","title":"Added"},{"anchor":"validation-4","level":3,"line":791,"ref":"CHANGELOG.md#validation-4","title":"Validation"},{"anchor":"notes-4","level":3,"line":796,"ref":"CHANGELOG.md#notes-4","title":"Notes"}],"line_refs":["CHANGELOG.md:1"],"path_ref":"CHANGELOG.md"},"signs":{"attestation_ref":"","digest":"3e050c3cc5cd50ed84c2e2a73dcbd0f54c2336e55beaca791d88e4f5323edc01","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:0f0e487e461e2f73d2bcd941","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"legacy","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"cf9880d7ce33b813d6a7ba2770762734520c5040c67cb556cc1733f677662d1e","git_blob_id":"c027c07f81333c5915182216abb4667e8a8ce453","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:0f0e487e461e2f73d2bcd941","lineage_path":"docs/AGON_DUEL_EVENT_LOG_MODEL.md","logical_id":"aoa:abyss-stack:artifact:0f0e487e461e2f73d2bcd941","mime":"text/markdown","path":"mechanics/agon-runtime/legacy/raw/AGON_DUEL_EVENT_LOG_MODEL.md","repo":"abyss-stack","size_bytes":201,"version_id":"aoa:abyss-stack:artifact-version:bad177b653cad5609b4a94c3"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/agon-runtime/legacy/raw/AGON_DUEL_EVENT_LOG_MODEL.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/agon-runtime/legacy/raw/AGON_DUEL_EVENT_LOG_MODEL.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"duel-event-log-model","level":1,"line":1,"ref":"mechanics/agon-runtime/legacy/raw/AGON_DUEL_EVENT_LOG_MODEL.md#duel-event-log-model","title":"Duel Event Log Model"}],"line_refs":["mechanics/agon-runtime/legacy/raw/AGON_DUEL_EVENT_LOG_MODEL.md:1"],"path_ref":"mechanics/agon-runtime/legacy/raw/AGON_DUEL_EVENT_LOG_MODEL.md"},"signs":{"attestation_ref":"","digest":"cf9880d7ce33b813d6a7ba2770762734520c5040c67cb556cc1733f677662d1e","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:24628c85428aa74804ae00e0","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"04a71d84ac085b3b095575fed0b152ba082634cf84b24ad79357fc982ab570ff","git_blob_id":"058d956ff4ff338c20a4ca7a94fbd7c5bfee3843","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:24628c85428aa74804ae00e0","lineage_path":"examples/quest_catalog.min.example.json","logical_id":"aoa:abyss-stack:artifact:24628c85428aa74804ae00e0","mime":"application/json","path":"quests/examples/quest_catalog.min.example.json","repo":"abyss-stack","size_bytes":4715,"version_id":"aoa:abyss-stack:artifact-version:fa2c4185d7557c3cebf29e80"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"quests/examples/quest_catalog.min.example.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"quests/examples/quest_catalog.min.example.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["quests/examples/quest_catalog.min.example.json:1"],"path_ref":"quests/examples/quest_catalog.min.example.json"},"signs":{"attestation_ref":"","digest":"04a71d84ac085b3b095575fed0b152ba082634cf84b24ad79357fc982ab570ff","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:4d6544721eb78b32b81986d1","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"cbfa62cbf8374548c0a5a6305c06b6b0ecbe2b16c26c5507def779fe8510df9f","git_blob_id":"53abad46be1898d9d0e541804012af3abd1e2478","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:4d6544721eb78b32b81986d1","lineage_path":"mcp/services/aoa-discord-connector-mcp/src/aoa_discord_connector_mcp/core.py","logical_id":"aoa:abyss-stack:artifact:4d6544721eb78b32b81986d1","mime":"text/x-python","path":"mcp/services/aoa-discord-connector-mcp/src/aoa_discord_connector_mcp/core.py","repo":"abyss-stack","size_bytes":14808,"version_id":"aoa:abyss-stack:artifact-version:eb36c4aaf55929fb9f33d9e9"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mcp/services/aoa-discord-connector-mcp/src/aoa_discord_connector_mcp/core.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/aoa-discord-connector-mcp/src/aoa_discord_connector_mcp/core.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mcp/services/aoa-discord-connector-mcp/src/aoa_discord_connector_mcp/core.py:1"],"path_ref":"mcp/services/aoa-discord-connector-mcp/src/aoa_discord_connector_mcp/core.py"},"signs":{"attestation_ref":"","digest":"cbfa62cbf8374548c0a5a6305c06b6b0ecbe2b16c26c5507def779fe8510df9f","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/3f.jsonl b/kag/indexes/shards/source/3f.jsonl index c9068ac7c..ead93e635 100644 --- a/kag/indexes/shards/source/3f.jsonl +++ b/kag/indexes/shards/source/3f.jsonl @@ -1,4 +1,5 @@ {"_key":"source:aoa:abyss-stack:artifact:1941a3fe6617a7f4bb857b04","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"3f666abf88f00ca7c2e926a9cb7143191cd12fdcf117f75909a3a65e86303e26","git_blob_id":"6341f693bb750b1ed9738a2cd9b365ac58472b94","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:1941a3fe6617a7f4bb857b04","lineage_path":"mechanics/runtime-repair/docs/README.md","logical_id":"aoa:abyss-stack:artifact:1941a3fe6617a7f4bb857b04","mime":"text/markdown","path":"mechanics/runtime-repair/docs/README.md","repo":"abyss-stack","size_bytes":437,"version_id":"aoa:abyss-stack:artifact-version:ef4cf55d7602e763a755748d"},"mechanics_role":"mechanic_package","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/runtime-repair/docs/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/runtime-repair/docs/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-repair-docs","level":1,"line":1,"ref":"mechanics/runtime-repair/docs/README.md#runtime-repair-docs","title":"Runtime Repair Docs"}],"line_refs":["mechanics/runtime-repair/docs/README.md:1"],"path_ref":"mechanics/runtime-repair/docs/README.md"},"signs":{"attestation_ref":"","digest":"3f666abf88f00ca7c2e926a9cb7143191cd12fdcf117f75909a3a65e86303e26","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:254473e15cbb8ec2d07d0e4b","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"agents","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"4b2adb1d65251cd365c9cd472b58f74582007d44d70a5ab4add806599cc5a53f","git_blob_id":"c43b0481180397050247599dcc68b90f7aeef6f5","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:254473e15cbb8ec2d07d0e4b","lineage_path":"mcp/services/abyss-machine-mcp/AGENTS.md","logical_id":"aoa:abyss-stack:artifact:254473e15cbb8ec2d07d0e4b","mime":"text/markdown","path":"mcp/services/abyss-machine-mcp/AGENTS.md","repo":"abyss-stack","size_bytes":4620,"version_id":"aoa:abyss-stack:artifact-version:a135b13d617581a187b696d9"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mcp/services/abyss-machine-mcp/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/abyss-machine-mcp/AGENTS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":"mcp/services/abyss-machine-mcp/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"purpose","level":2,"line":5,"ref":"mcp/services/abyss-machine-mcp/AGENTS.md#purpose","title":"Purpose"},{"anchor":"owner-lane","level":2,"line":11,"ref":"mcp/services/abyss-machine-mcp/AGENTS.md#owner-lane","title":"Owner Lane"},{"anchor":"start-here","level":2,"line":32,"ref":"mcp/services/abyss-machine-mcp/AGENTS.md#start-here","title":"Start Here"},{"anchor":"route-modes","level":2,"line":42,"ref":"mcp/services/abyss-machine-mcp/AGENTS.md#route-modes","title":"Route Modes"},{"anchor":"agents-stack-law","level":2,"line":55,"ref":"mcp/services/abyss-machine-mcp/AGENTS.md#agents-stack-law","title":"AGENTS Stack Law"},{"anchor":"run","level":2,"line":68,"ref":"mcp/services/abyss-machine-mcp/AGENTS.md#run","title":"Run"},{"anchor":"smoke","level":2,"line":82,"ref":"mcp/services/abyss-machine-mcp/AGENTS.md#smoke","title":"Smoke"},{"anchor":"verify","level":2,"line":96,"ref":"mcp/services/abyss-machine-mcp/AGENTS.md#verify","title":"Verify"},{"anchor":"report","level":2,"line":112,"ref":"mcp/services/abyss-machine-mcp/AGENTS.md#report","title":"Report"}],"line_refs":["mcp/services/abyss-machine-mcp/AGENTS.md:1"],"path_ref":"mcp/services/abyss-machine-mcp/AGENTS.md"},"signs":{"attestation_ref":"","digest":"4b2adb1d65251cd365c9cd472b58f74582007d44d70a5ab4add806599cc5a53f","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:4e00fded9b36c4693663a28b","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"493ae4dbc2620ffa8e61d831a8a7f2ae508e92e6b5a917f714fe1db94fcab095","git_blob_id":"51b6a3c02e33f528af073285b579f99168eec11a","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:4e00fded9b36c4693663a28b","lineage_path":"mechanics/runtime-repair/parts/runtime-chaos/README.md","logical_id":"aoa:abyss-stack:artifact:4e00fded9b36c4693663a28b","mime":"text/markdown","path":"mechanics/runtime-repair/parts/runtime-chaos/README.md","repo":"abyss-stack","size_bytes":187,"version_id":"aoa:abyss-stack:artifact-version:76673af63c0b749becba0005"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/runtime-repair/parts/runtime-chaos/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/runtime-repair/parts/runtime-chaos/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-chaos","level":1,"line":1,"ref":"mechanics/runtime-repair/parts/runtime-chaos/README.md#runtime-chaos","title":"Runtime Chaos"}],"line_refs":["mechanics/runtime-repair/parts/runtime-chaos/README.md:1"],"path_ref":"mechanics/runtime-repair/parts/runtime-chaos/README.md"},"signs":{"attestation_ref":"","digest":"493ae4dbc2620ffa8e61d831a8a7f2ae508e92e6b5a917f714fe1db94fcab095","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"unknown_document","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"a0ce52e47c5f5cf3ee2b8b1c70678d80309021a075808993782ca26c457e0e74","git_blob_id":"2d49beab226f9678500b691431038938b3fe0a1b","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315","lineage_path":"skills/abyss-self-diagnostic-spine/references/diagnose.md","logical_id":"aoa:abyss-stack:artifact:6a97b5658d78dd5731a7a315","mime":"text/markdown","path":"skills/abyss-self-diagnostic-spine/references/diagnose.md","repo":"abyss-stack","size_bytes":6359,"version_id":"aoa:abyss-stack:artifact-version:c4d26dcef0ef21dd08372b5b"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"skills/abyss-self-diagnostic-spine/references/diagnose.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"skills/abyss-self-diagnostic-spine/references/diagnose.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"diagnose-one-abyss-runtime-target","level":1,"line":1,"ref":"skills/abyss-self-diagnostic-spine/references/diagnose.md#diagnose-one-abyss-runtime-target","title":"Diagnose one Abyss runtime target"},{"anchor":"preflight","level":2,"line":3,"ref":"skills/abyss-self-diagnostic-spine/references/diagnose.md#preflight","title":"Preflight"},{"anchor":"review-an-existing-packet","level":2,"line":61,"ref":"skills/abyss-self-diagnostic-spine/references/diagnose.md#review-an-existing-packet","title":"Review an existing packet"},{"anchor":"observe-current-state","level":2,"line":76,"ref":"skills/abyss-self-diagnostic-spine/references/diagnose.md#observe-current-state","title":"Observe current state"},{"anchor":"capture-an-owner-artifact","level":2,"line":103,"ref":"skills/abyss-self-diagnostic-spine/references/diagnose.md#capture-an-owner-artifact","title":"Capture an owner artifact"},{"anchor":"review-and-hand-off","level":2,"line":117,"ref":"skills/abyss-self-diagnostic-spine/references/diagnose.md#review-and-hand-off","title":"Review and hand off"}],"line_refs":["skills/abyss-self-diagnostic-spine/references/diagnose.md:1"],"path_ref":"skills/abyss-self-diagnostic-spine/references/diagnose.md"},"signs":{"attestation_ref":"","digest":"a0ce52e47c5f5cf3ee2b8b1c70678d80309021a075808993782ca26c457e0e74","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:963681176585fdb0acf8bf42","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"parts","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"52fbe9a6d01e195a964010c70f997583d989e13c8bf9005312121d39aa53b910","git_blob_id":"a6636bac117d4c19d563dfc5d5c2e1b031650acc","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:963681176585fdb0acf8bf42","lineage_path":"mechanics/runtime-repair/PARTS.md","logical_id":"aoa:abyss-stack:artifact:963681176585fdb0acf8bf42","mime":"text/markdown","path":"mechanics/runtime-repair/PARTS.md","repo":"abyss-stack","size_bytes":1338,"version_id":"aoa:abyss-stack:artifact-version:e13cae74f7a9e0a7290f3811"},"mechanics_role":"mechanic_package","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/runtime-repair/PARTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/runtime-repair/PARTS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-repair-parts","level":1,"line":1,"ref":"mechanics/runtime-repair/PARTS.md#runtime-repair-parts","title":"Runtime Repair Parts"}],"line_refs":["mechanics/runtime-repair/PARTS.md:1"],"path_ref":"mechanics/runtime-repair/PARTS.md"},"signs":{"attestation_ref":"","digest":"52fbe9a6d01e195a964010c70f997583d989e13c8bf9005312121d39aa53b910","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/41.jsonl b/kag/indexes/shards/source/41.jsonl index c8b9c2edb..1d4f54162 100644 --- a/kag/indexes/shards/source/41.jsonl +++ b/kag/indexes/shards/source/41.jsonl @@ -1,5 +1,5 @@ {"_key":"source:aoa:abyss-stack:artifact:115044230a1000a7c1815c69","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"9fd4fec732e5c1e3bca3ef315710ef98963b0d10f6c9ee3011739a9f06f36746","git_blob_id":"525bfddd4ec88316e3be2e4ad1036e9e9dfea263","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:115044230a1000a7c1815c69","lineage_path":"mcp/services/aoa-telegram-connector-mcp/src/aoa_telegram_connector_mcp/_http_auth.py","logical_id":"aoa:abyss-stack:artifact:115044230a1000a7c1815c69","mime":"text/x-python","path":"mcp/services/aoa-telegram-connector-mcp/src/aoa_telegram_connector_mcp/_http_auth.py","repo":"abyss-stack","size_bytes":5581,"version_id":"aoa:abyss-stack:artifact-version:123825750dfc2f2e77526376"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mcp/services/aoa-telegram-connector-mcp/src/aoa_telegram_connector_mcp/_http_auth.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/aoa-telegram-connector-mcp/src/aoa_telegram_connector_mcp/_http_auth.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mcp/services/aoa-telegram-connector-mcp/src/aoa_telegram_connector_mcp/_http_auth.py:1"],"path_ref":"mcp/services/aoa-telegram-connector-mcp/src/aoa_telegram_connector_mcp/_http_auth.py"},"signs":{"attestation_ref":"","digest":"9fd4fec732e5c1e3bca3ef315710ef98963b0d10f6c9ee3011739a9f06f36746","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"generated_readmodel","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"3f7281c1c81d9c6855484706ea4ed6a4ed4658a7708df98241aa6d66a64d63b3","git_blob_id":"6abac216d859ccffe9643a58cefb86e07aa1390d","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","lineage_path":"docs/decisions/indexes/by-date.md","logical_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","mime":"text/markdown","path":"docs/decisions/indexes/by-date.md","repo":"abyss-stack","size_bytes":15630,"version_id":"aoa:abyss-stack:artifact-version:f77bf185fb0e7b734b4107b1"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/indexes/by-date.md"},"provenance":{"generated_by":"scripts/generate_decision_indexes.py","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"docs/decisions/indexes/by-date.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decisions-by-date","level":1,"line":1,"ref":"docs/decisions/indexes/by-date.md#decisions-by-date","title":"Decisions By Date"},{"anchor":"2026-05-07","level":2,"line":5,"ref":"docs/decisions/indexes/by-date.md#2026-05-07","title":"2026-05-07"},{"anchor":"2026-05-12","level":2,"line":11,"ref":"docs/decisions/indexes/by-date.md#2026-05-12","title":"2026-05-12"},{"anchor":"2026-05-13","level":2,"line":16,"ref":"docs/decisions/indexes/by-date.md#2026-05-13","title":"2026-05-13"},{"anchor":"2026-05-14","level":2,"line":30,"ref":"docs/decisions/indexes/by-date.md#2026-05-14","title":"2026-05-14"},{"anchor":"2026-05-15","level":2,"line":44,"ref":"docs/decisions/indexes/by-date.md#2026-05-15","title":"2026-05-15"},{"anchor":"2026-05-16","level":2,"line":49,"ref":"docs/decisions/indexes/by-date.md#2026-05-16","title":"2026-05-16"},{"anchor":"2026-05-20","level":2,"line":53,"ref":"docs/decisions/indexes/by-date.md#2026-05-20","title":"2026-05-20"},{"anchor":"2026-05-21","level":2,"line":58,"ref":"docs/decisions/indexes/by-date.md#2026-05-21","title":"2026-05-21"},{"anchor":"2026-05-22","level":2,"line":62,"ref":"docs/decisions/indexes/by-date.md#2026-05-22","title":"2026-05-22"},{"anchor":"2026-05-25","level":2,"line":66,"ref":"docs/decisions/indexes/by-date.md#2026-05-25","title":"2026-05-25"},{"anchor":"2026-05-26","level":2,"line":71,"ref":"docs/decisions/indexes/by-date.md#2026-05-26","title":"2026-05-26"},{"anchor":"2026-06-03","level":2,"line":75,"ref":"docs/decisions/indexes/by-date.md#2026-06-03","title":"2026-06-03"},{"anchor":"2026-06-04","level":2,"line":100,"ref":"docs/decisions/indexes/by-date.md#2026-06-04","title":"2026-06-04"},{"anchor":"2026-06-13","level":2,"line":112,"ref":"docs/decisions/indexes/by-date.md#2026-06-13","title":"2026-06-13"},{"anchor":"2026-06-21","level":2,"line":118,"ref":"docs/decisions/indexes/by-date.md#2026-06-21","title":"2026-06-21"},{"anchor":"2026-06-25","level":2,"line":122,"ref":"docs/decisions/indexes/by-date.md#2026-06-25","title":"2026-06-25"},{"anchor":"2026-06-26","level":2,"line":126,"ref":"docs/decisions/indexes/by-date.md#2026-06-26","title":"2026-06-26"},{"anchor":"2026-06-28","level":2,"line":130,"ref":"docs/decisions/indexes/by-date.md#2026-06-28","title":"2026-06-28"},{"anchor":"2026-07-11","level":2,"line":134,"ref":"docs/decisions/indexes/by-date.md#2026-07-11","title":"2026-07-11"},{"anchor":"2026-07-13","level":2,"line":138,"ref":"docs/decisions/indexes/by-date.md#2026-07-13","title":"2026-07-13"},{"anchor":"2026-07-14","level":2,"line":142,"ref":"docs/decisions/indexes/by-date.md#2026-07-14","title":"2026-07-14"}],"line_refs":["docs/decisions/indexes/by-date.md:1"],"path_ref":"docs/decisions/indexes/by-date.md"},"signs":{"attestation_ref":"","digest":"3f7281c1c81d9c6855484706ea4ed6a4ed4658a7708df98241aa6d66a64d63b3","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"generated_readmodel","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"892dc9e0bd2235121953c0a9d42ff6a463210f96414567be7c47b75646213004","git_blob_id":"b58c5edc89a0c4c61e9e3329a0f6c1921b4d787b","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","lineage_path":"docs/decisions/indexes/by-date.md","logical_id":"aoa:abyss-stack:artifact:7f76a83a939eefd1ee2b3fe1","mime":"text/markdown","path":"docs/decisions/indexes/by-date.md","repo":"abyss-stack","size_bytes":15820,"version_id":"aoa:abyss-stack:artifact-version:15716688a499e91935b5d21a"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/indexes/by-date.md"},"provenance":{"generated_by":"scripts/generate_decision_indexes.py","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"docs/decisions/indexes/by-date.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decisions-by-date","level":1,"line":1,"ref":"docs/decisions/indexes/by-date.md#decisions-by-date","title":"Decisions By Date"},{"anchor":"2026-05-07","level":2,"line":5,"ref":"docs/decisions/indexes/by-date.md#2026-05-07","title":"2026-05-07"},{"anchor":"2026-05-12","level":2,"line":11,"ref":"docs/decisions/indexes/by-date.md#2026-05-12","title":"2026-05-12"},{"anchor":"2026-05-13","level":2,"line":16,"ref":"docs/decisions/indexes/by-date.md#2026-05-13","title":"2026-05-13"},{"anchor":"2026-05-14","level":2,"line":30,"ref":"docs/decisions/indexes/by-date.md#2026-05-14","title":"2026-05-14"},{"anchor":"2026-05-15","level":2,"line":44,"ref":"docs/decisions/indexes/by-date.md#2026-05-15","title":"2026-05-15"},{"anchor":"2026-05-16","level":2,"line":49,"ref":"docs/decisions/indexes/by-date.md#2026-05-16","title":"2026-05-16"},{"anchor":"2026-05-20","level":2,"line":53,"ref":"docs/decisions/indexes/by-date.md#2026-05-20","title":"2026-05-20"},{"anchor":"2026-05-21","level":2,"line":58,"ref":"docs/decisions/indexes/by-date.md#2026-05-21","title":"2026-05-21"},{"anchor":"2026-05-22","level":2,"line":62,"ref":"docs/decisions/indexes/by-date.md#2026-05-22","title":"2026-05-22"},{"anchor":"2026-05-25","level":2,"line":66,"ref":"docs/decisions/indexes/by-date.md#2026-05-25","title":"2026-05-25"},{"anchor":"2026-05-26","level":2,"line":71,"ref":"docs/decisions/indexes/by-date.md#2026-05-26","title":"2026-05-26"},{"anchor":"2026-06-03","level":2,"line":75,"ref":"docs/decisions/indexes/by-date.md#2026-06-03","title":"2026-06-03"},{"anchor":"2026-06-04","level":2,"line":100,"ref":"docs/decisions/indexes/by-date.md#2026-06-04","title":"2026-06-04"},{"anchor":"2026-06-13","level":2,"line":112,"ref":"docs/decisions/indexes/by-date.md#2026-06-13","title":"2026-06-13"},{"anchor":"2026-06-21","level":2,"line":118,"ref":"docs/decisions/indexes/by-date.md#2026-06-21","title":"2026-06-21"},{"anchor":"2026-06-25","level":2,"line":122,"ref":"docs/decisions/indexes/by-date.md#2026-06-25","title":"2026-06-25"},{"anchor":"2026-06-26","level":2,"line":126,"ref":"docs/decisions/indexes/by-date.md#2026-06-26","title":"2026-06-26"},{"anchor":"2026-06-28","level":2,"line":130,"ref":"docs/decisions/indexes/by-date.md#2026-06-28","title":"2026-06-28"},{"anchor":"2026-07-11","level":2,"line":134,"ref":"docs/decisions/indexes/by-date.md#2026-07-11","title":"2026-07-11"},{"anchor":"2026-07-13","level":2,"line":138,"ref":"docs/decisions/indexes/by-date.md#2026-07-13","title":"2026-07-13"},{"anchor":"2026-07-14","level":2,"line":142,"ref":"docs/decisions/indexes/by-date.md#2026-07-14","title":"2026-07-14"},{"anchor":"2026-07-17","level":2,"line":147,"ref":"docs/decisions/indexes/by-date.md#2026-07-17","title":"2026-07-17"}],"line_refs":["docs/decisions/indexes/by-date.md:1"],"path_ref":"docs/decisions/indexes/by-date.md"},"signs":{"attestation_ref":"","digest":"892dc9e0bd2235121953c0a9d42ff6a463210f96414567be7c47b75646213004","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:80f59a35ab5bdda1befaf941","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"service_unit","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"service_unit","classification":{"confidence":"high","primary_kind":"artifact"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"518c0381e5ac3f2cdfb4099cdc109684483e4dbfee4d127a8ae019530e3e1a2b","git_blob_id":"9aeb8ce3b74682d843223e2c4e635dd01d6720fb","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:80f59a35ab5bdda1befaf941","lineage_path":"systemd/user/abyss-gemma4-spark.timer","logical_id":"aoa:abyss-stack:artifact:80f59a35ab5bdda1befaf941","mime":"text/plain","path":"systemd/user/abyss-gemma4-spark.timer","repo":"abyss-stack","size_bytes":346,"version_id":"aoa:abyss-stack:artifact-version:48b9558409816dad47bfcdb0"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"systemd/user/abyss-gemma4-spark.timer"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"systemd/user/abyss-gemma4-spark.timer","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["systemd/user/abyss-gemma4-spark.timer:1"],"path_ref":"systemd/user/abyss-gemma4-spark.timer"},"signs":{"attestation_ref":"","digest":"518c0381e5ac3f2cdfb4099cdc109684483e4dbfee4d127a8ae019530e3e1a2b","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"entrypoint","command_role":"script","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"247cb81362356af5371b257d5b2777e5a80a73c6ed0ab926237c52b14af79ed1","git_blob_id":"0a2874c93c839343a607197901cf676477722e7e","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c","lineage_path":"mechanics/inference-pilots/parts/promotion-loop/aoa_runtime_bench_index.py","logical_id":"aoa:abyss-stack:artifact:a435a093d01c3efeaad7ab2c","mime":"text/x-python","path":"mechanics/inference-pilots/parts/promotion-loop/aoa_runtime_bench_index.py","repo":"abyss-stack","size_bytes":23181,"version_id":"aoa:abyss-stack:artifact-version:9a39df17f74b12e72fa87cfe"},"mechanics_role":"mechanic_part","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"mechanics/inference-pilots/parts/promotion-loop/aoa_runtime_bench_index.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/inference-pilots/parts/promotion-loop/aoa_runtime_bench_index.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/inference-pilots/parts/promotion-loop/aoa_runtime_bench_index.py:1"],"path_ref":"mechanics/inference-pilots/parts/promotion-loop/aoa_runtime_bench_index.py"},"signs":{"attestation_ref":"","digest":"247cb81362356af5371b257d5b2777e5a80a73c6ed0ab926237c52b14af79ed1","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python mechanics/inference-pilots/parts/promotion-loop/aoa_runtime_bench_index.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:bc37d034bad564583790a46f","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"owner_metadata","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"owner_metadata","classification":{"confidence":"high","primary_kind":"artifact"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"60888da96cd54c6999e50cecdb7ed4cf6ffb5a13536778efaa821e588a1db908","git_blob_id":"806de6717edfc2c64274d58548d89f43b4c59a06","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:bc37d034bad564583790a46f","lineage_path":".gitignore","logical_id":"aoa:abyss-stack:artifact:bc37d034bad564583790a46f","mime":"text/plain","path":".gitignore","repo":"abyss-stack","size_bytes":731,"version_id":"aoa:abyss-stack:artifact-version:e38775d4743a916d0bd7c55d"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":".gitignore"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".gitignore","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":[".gitignore:1"],"path_ref":".gitignore"},"signs":{"attestation_ref":"","digest":"60888da96cd54c6999e50cecdb7ed4cf6ffb5a13536778efaa821e588a1db908","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/43.jsonl b/kag/indexes/shards/source/43.jsonl index 24a77ce8b..080497278 100644 --- a/kag/indexes/shards/source/43.jsonl +++ b/kag/indexes/shards/source/43.jsonl @@ -1,4 +1,4 @@ {"_key":"source:aoa:abyss-stack:artifact:27a4326556c55d6d32f94151","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"validator","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"validator","classification":{"confidence":"high","primary_kind":"command"},"code_role":"validator","command_role":"validator","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"b99766d5990dc5d71073ef8b5d9e8412d833b9237ccd3cd15f48e6d3f78c2234","git_blob_id":"590da7e2fb6f9cb719ecaa08e57f418d1291d7b0","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:27a4326556c55d6d32f94151","lineage_path":"scripts/validate_diagnostic_surface_catalog.py","logical_id":"aoa:abyss-stack:artifact:27a4326556c55d6d32f94151","mime":"text/x-python","path":"scripts/validate_diagnostic_surface_catalog.py","repo":"abyss-stack","size_bytes":2802,"version_id":"aoa:abyss-stack:artifact-version:f91b910e92d72f20f44c73da"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"validator_owner","surface":"scripts/validate_diagnostic_surface_catalog.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validate_diagnostic_surface_catalog.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validate_diagnostic_surface_catalog.py:1"],"path_ref":"scripts/validate_diagnostic_surface_catalog.py"},"signs":{"attestation_ref":"","digest":"b99766d5990dc5d71073ef8b5d9e8412d833b9237ccd3cd15f48e6d3f78c2234","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python scripts/validate_diagnostic_surface_catalog.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:42d9f271dea9edd048f8e120","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"design_agents","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"e200828e3683831765f36f80291a894563f1e75b01f9d82c9a7a55e8fcfe82f3","git_blob_id":"cbb599c4215956cdece7d2aeaf8336d743094a7c","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:42d9f271dea9edd048f8e120","lineage_path":"DESIGN.AGENTS.md","logical_id":"aoa:abyss-stack:artifact:42d9f271dea9edd048f8e120","mime":"text/markdown","path":"DESIGN.AGENTS.md","repo":"abyss-stack","size_bytes":5553,"version_id":"aoa:abyss-stack:artifact-version:d654335794add9b44430c1fc"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"DESIGN.AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"DESIGN.AGENTS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"designagentsmd","level":1,"line":1,"ref":"DESIGN.AGENTS.md#designagentsmd","title":"DESIGN.AGENTS.md"},{"anchor":"role","level":2,"line":5,"ref":"DESIGN.AGENTS.md#role","title":"Role"},{"anchor":"thesis","level":2,"line":15,"ref":"DESIGN.AGENTS.md#thesis","title":"Thesis"},{"anchor":"anatomy","level":2,"line":23,"ref":"DESIGN.AGENTS.md#anatomy","title":"Anatomy"},{"anchor":"canonical-card-shape","level":2,"line":44,"ref":"DESIGN.AGENTS.md#canonical-card-shape","title":"Canonical Card Shape"},{"anchor":"operation","level":2,"line":71,"ref":"DESIGN.AGENTS.md#operation","title":"Operation"},{"anchor":"authority-boundaries","level":2,"line":87,"ref":"DESIGN.AGENTS.md#authority-boundaries","title":"Authority Boundaries"},{"anchor":"design-principles","level":2,"line":99,"ref":"DESIGN.AGENTS.md#design-principles","title":"Design Principles"},{"anchor":"good-agent-surfaces-feel-like","level":2,"line":119,"ref":"DESIGN.AGENTS.md#good-agent-surfaces-feel-like","title":"Good Agent Surfaces Feel Like"},{"anchor":"bad-agent-surfaces-smell-like","level":2,"line":128,"ref":"DESIGN.AGENTS.md#bad-agent-surfaces-smell-like","title":"Bad Agent Surfaces Smell Like"},{"anchor":"use-by-agents","level":2,"line":138,"ref":"DESIGN.AGENTS.md#use-by-agents","title":"Use by Agents"}],"line_refs":["DESIGN.AGENTS.md:1"],"path_ref":"DESIGN.AGENTS.md"},"signs":{"attestation_ref":"","digest":"e200828e3683831765f36f80291a894563f1e75b01f9d82c9a7a55e8fcfe82f3","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:42d9f271dea9edd048f8e120","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"design_agents","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"44b412d1d8b48e56c5c5ff102525f265bbc9e3126bbe21f301d010e8d350c286","git_blob_id":"2340fe0c680ab2d8f2367f7b411c7c00bf766e5b","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:42d9f271dea9edd048f8e120","lineage_path":"DESIGN.AGENTS.md","logical_id":"aoa:abyss-stack:artifact:42d9f271dea9edd048f8e120","mime":"text/markdown","path":"DESIGN.AGENTS.md","repo":"abyss-stack","size_bytes":5564,"version_id":"aoa:abyss-stack:artifact-version:fbcefb4c14b8ccf4f1a421e1"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"DESIGN.AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"DESIGN.AGENTS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"designagentsmd","level":1,"line":1,"ref":"DESIGN.AGENTS.md#designagentsmd","title":"DESIGN.AGENTS.md"},{"anchor":"role","level":2,"line":5,"ref":"DESIGN.AGENTS.md#role","title":"Role"},{"anchor":"thesis","level":2,"line":15,"ref":"DESIGN.AGENTS.md#thesis","title":"Thesis"},{"anchor":"anatomy","level":2,"line":23,"ref":"DESIGN.AGENTS.md#anatomy","title":"Anatomy"},{"anchor":"canonical-card-shape","level":2,"line":44,"ref":"DESIGN.AGENTS.md#canonical-card-shape","title":"Canonical Card Shape"},{"anchor":"operation","level":2,"line":71,"ref":"DESIGN.AGENTS.md#operation","title":"Operation"},{"anchor":"authority-boundaries","level":2,"line":87,"ref":"DESIGN.AGENTS.md#authority-boundaries","title":"Authority Boundaries"},{"anchor":"design-principles","level":2,"line":99,"ref":"DESIGN.AGENTS.md#design-principles","title":"Design Principles"},{"anchor":"good-agent-surfaces-feel-like","level":2,"line":119,"ref":"DESIGN.AGENTS.md#good-agent-surfaces-feel-like","title":"Good Agent Surfaces Feel Like"},{"anchor":"bad-agent-surfaces-smell-like","level":2,"line":128,"ref":"DESIGN.AGENTS.md#bad-agent-surfaces-smell-like","title":"Bad Agent Surfaces Smell Like"},{"anchor":"use-by-agents","level":2,"line":138,"ref":"DESIGN.AGENTS.md#use-by-agents","title":"Use by Agents"}],"line_refs":["DESIGN.AGENTS.md:1"],"path_ref":"DESIGN.AGENTS.md"},"signs":{"attestation_ref":"","digest":"44b412d1d8b48e56c5c5ff102525f265bbc9e3126bbe21f301d010e8d350c286","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"92cde37ce094c935d724e1f6e1a9626d15cbb4f35dcd9c05da05f13a91b24b6c","git_blob_id":"cd4b8cb717f61ce219d1c273539f956a1d109bcd","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","lineage_path":"config-templates/Configs/agent-api/return-policy.yaml","logical_id":"aoa:abyss-stack:artifact:58de66eb86bb8291d1f86bb2","mime":"application/yaml","path":"config-templates/Configs/agent-api/return-policy.yaml","repo":"abyss-stack","size_bytes":2581,"version_id":"aoa:abyss-stack:artifact-version:cefd16e35ac724ce1d4b3862"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"config-templates/Configs/agent-api/return-policy.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"config-templates/Configs/agent-api/return-policy.yaml","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["config-templates/Configs/agent-api/return-policy.yaml:1"],"path_ref":"config-templates/Configs/agent-api/return-policy.yaml"},"signs":{"attestation_ref":"","digest":"92cde37ce094c935d724e1f6e1a9626d15cbb4f35dcd9c05da05f13a91b24b6c","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:6093232ce594782ba5eba1e9","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"c7c8176fccefddf096f670e810c6ae9bb35578a61d76f20f5543bf24fa33709d","git_blob_id":"3b8601e8d1d5d9917ab682ec798dbf9593ceb41f","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:6093232ce594782ba5eba1e9","lineage_path":"mechanics/agon-runtime/parts/runtime-kernels/recurrence/hooks/component.mechanical-trial-runs.hooks.json","logical_id":"aoa:abyss-stack:artifact:6093232ce594782ba5eba1e9","mime":"application/json","path":"mechanics/agon-runtime/parts/runtime-kernels/recurrence/hooks/component.mechanical-trial-runs.hooks.json","repo":"abyss-stack","size_bytes":316,"version_id":"aoa:abyss-stack:artifact-version:c3d6054e7fe9560987da8d5b"},"mechanics_role":"mechanic_part","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mechanics/agon-runtime/parts/runtime-kernels/recurrence/hooks/component.mechanical-trial-runs.hooks.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/agon-runtime/parts/runtime-kernels/recurrence/hooks/component.mechanical-trial-runs.hooks.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/agon-runtime/parts/runtime-kernels/recurrence/hooks/component.mechanical-trial-runs.hooks.json:1"],"path_ref":"mechanics/agon-runtime/parts/runtime-kernels/recurrence/hooks/component.mechanical-trial-runs.hooks.json"},"signs":{"attestation_ref":"","digest":"c7c8176fccefddf096f670e810c6ae9bb35578a61d76f20f5543bf24fa33709d","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/50.jsonl b/kag/indexes/shards/source/50.jsonl index 7f02f3203..acc0a539f 100644 --- a/kag/indexes/shards/source/50.jsonl +++ b/kag/indexes/shards/source/50.jsonl @@ -1,5 +1,5 @@ {"_key":"source:aoa:abyss-stack:artifact:20f5a2a640213444a5b3c488","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"provenance","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"6783eccf796cc219ba97c1b8a8e51fd849173b9933871fd67197265d4f4cf607","git_blob_id":"6949d116a6348dfe19aada67997f7e6f4f371ab9","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:20f5a2a640213444a5b3c488","lineage_path":"mechanics/governed-execution/PROVENANCE.md","logical_id":"aoa:abyss-stack:artifact:20f5a2a640213444a5b3c488","mime":"text/markdown","path":"mechanics/governed-execution/PROVENANCE.md","repo":"abyss-stack","size_bytes":1567,"version_id":"aoa:abyss-stack:artifact-version:355afac9b9f0291ca710e2f9"},"mechanics_role":"mechanic_package","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/governed-execution/PROVENANCE.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/governed-execution/PROVENANCE.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"governed-execution-provenance","level":1,"line":1,"ref":"mechanics/governed-execution/PROVENANCE.md#governed-execution-provenance","title":"Governed Execution Provenance"},{"anchor":"owner-boundary","level":2,"line":15,"ref":"mechanics/governed-execution/PROVENANCE.md#owner-boundary","title":"Owner Boundary"},{"anchor":"current-bridges","level":2,"line":22,"ref":"mechanics/governed-execution/PROVENANCE.md#current-bridges","title":"Current Bridges"}],"line_refs":["mechanics/governed-execution/PROVENANCE.md:1"],"path_ref":"mechanics/governed-execution/PROVENANCE.md"},"signs":{"attestation_ref":"","digest":"6783eccf796cc219ba97c1b8a8e51fd849173b9933871fd67197265d4f4cf607","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:4110e0674862caea0a4f8558","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"generated_readmodel","classification":{"confidence":"high","primary_kind":"artifact"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"a706193413f29324b08977f8fab617d250453df5f34741e05117c8850c0930ee","git_blob_id":"6805789b1a195d529d9cd1408f988ed992b48bac","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:4110e0674862caea0a4f8558","lineage_path":"docs/decisions/generated/decision_graph.json","logical_id":"aoa:abyss-stack:artifact:4110e0674862caea0a4f8558","mime":"application/json","path":"docs/decisions/generated/decision_graph.json","repo":"abyss-stack","size_bytes":408279,"version_id":"aoa:abyss-stack:artifact-version:abd8a8c351da29b2d176599e"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"docs/decisions/generated/decision_graph.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"docs/decisions/generated/decision_graph.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["docs/decisions/generated/decision_graph.json:1"],"path_ref":"docs/decisions/generated/decision_graph.json"},"signs":{"attestation_ref":"","digest":"a706193413f29324b08977f8fab617d250453df5f34741e05117c8850c0930ee","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:4110e0674862caea0a4f8558","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"generated_readmodel","classification":{"confidence":"high","primary_kind":"artifact"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"f6bb592952549c46ef71b7df6d95e8e68b066feacda5c1314d3f04623ba51222","git_blob_id":"8c3e33104bdc5a892349c056f06d64695f9b4a89","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:4110e0674862caea0a4f8558","lineage_path":"docs/decisions/generated/decision_graph.json","logical_id":"aoa:abyss-stack:artifact:4110e0674862caea0a4f8558","mime":"application/json","path":"docs/decisions/generated/decision_graph.json","repo":"abyss-stack","size_bytes":414732,"version_id":"aoa:abyss-stack:artifact-version:4ccf4f07334f6cd35cfcdd38"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"docs/decisions/generated/decision_graph.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"docs/decisions/generated/decision_graph.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["docs/decisions/generated/decision_graph.json:1"],"path_ref":"docs/decisions/generated/decision_graph.json"},"signs":{"attestation_ref":"","digest":"f6bb592952549c46ef71b7df6d95e8e68b066feacda5c1314d3f04623ba51222","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:4531057470a5abbcfa5c08fa","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"b8da47ba12887d067d886f0adec0b882be8dafe14f4d095e71b265aeecdadf1e","git_blob_id":"e5f342fe4fdc6548341beaff534a499fca40faff","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:4531057470a5abbcfa5c08fa","lineage_path":"config-templates/Services/tos-graph/frontend/vite.config.ts","logical_id":"aoa:abyss-stack:artifact:4531057470a5abbcfa5c08fa","mime":"application/typescript","path":"config-templates/Services/tos-graph/frontend/vite.config.ts","repo":"abyss-stack","size_bytes":401,"version_id":"aoa:abyss-stack:artifact-version:51f7e8e72cb28442facf00ce"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"config-templates/Services/tos-graph/frontend/vite.config.ts"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"config-templates/Services/tos-graph/frontend/vite.config.ts","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["config-templates/Services/tos-graph/frontend/vite.config.ts:1"],"path_ref":"config-templates/Services/tos-graph/frontend/vite.config.ts"},"signs":{"attestation_ref":"","digest":"b8da47ba12887d067d886f0adec0b882be8dafe14f4d095e71b265aeecdadf1e","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:4562c3297531e5032ec2b232","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"entrypoint","command_role":"script","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"0ddb54c8b77bbefd91f5b5c695b3f29da8d12d9706d8665643eccdc956baf23b","git_blob_id":"4f25a7c1ec0731748bec0d81a772f48caf543c4a","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:4562c3297531e5032ec2b232","lineage_path":"scripts/aoa-wait#generation-2","logical_id":"aoa:abyss-stack:artifact:4562c3297531e5032ec2b232","mime":"application/x-sh","path":"scripts/aoa-wait","repo":"abyss-stack","size_bytes":190,"version_id":"aoa:abyss-stack:artifact-version:94231eeca73ab45079597bfd"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"scripts/aoa-wait"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/aoa-wait","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/aoa-wait:1"],"path_ref":"scripts/aoa-wait"},"signs":{"attestation_ref":"","digest":"0ddb54c8b77bbefd91f5b5c695b3f29da8d12d9706d8665643eccdc956baf23b","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["scripts/aoa-wait"],"required_tools":["bash"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:6e68b5112cfaea402b050a92","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"e2ac0d06983cb633bc02310f4dc4a36b5c5c4c97c1e2b4a23a978474b4f9ee3c","git_blob_id":"344b036c26904b45f422788f39c7bd84330fa001","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:6e68b5112cfaea402b050a92","lineage_path":"mechanics/agon-runtime/parts/runtime-kernels/docs/RUNTIME_KERNELS.md","logical_id":"aoa:abyss-stack:artifact:6e68b5112cfaea402b050a92","mime":"text/markdown","path":"mechanics/agon-runtime/parts/runtime-kernels/docs/RUNTIME_KERNELS.md","repo":"abyss-stack","size_bytes":1447,"version_id":"aoa:abyss-stack:artifact-version:37ac4392ee25c03410911ff1"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/agon-runtime/parts/runtime-kernels/docs/RUNTIME_KERNELS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/agon-runtime/parts/runtime-kernels/docs/RUNTIME_KERNELS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-kernels","level":1,"line":1,"ref":"mechanics/agon-runtime/parts/runtime-kernels/docs/RUNTIME_KERNELS.md#runtime-kernels","title":"Runtime Kernels"},{"anchor":"validation","level":2,"line":22,"ref":"mechanics/agon-runtime/parts/runtime-kernels/docs/RUNTIME_KERNELS.md#validation","title":"Validation"}],"line_refs":["mechanics/agon-runtime/parts/runtime-kernels/docs/RUNTIME_KERNELS.md:1"],"path_ref":"mechanics/agon-runtime/parts/runtime-kernels/docs/RUNTIME_KERNELS.md"},"signs":{"attestation_ref":"","digest":"e2ac0d06983cb633bc02310f4dc4a36b5c5c4c97c1e2b4a23a978474b4f9ee3c","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/51.jsonl b/kag/indexes/shards/source/51.jsonl index c2d18458d..09169f681 100644 --- a/kag/indexes/shards/source/51.jsonl +++ b/kag/indexes/shards/source/51.jsonl @@ -1,5 +1,5 @@ {"_key":"source:aoa:abyss-stack:artifact:1cf5b9683c1f8b7f8fa122d8","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"service_degradation_receipt_v1"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"b8008a2c4a0b54348beb872e769d53a276de4837eb193561250837c7e8ed5e69","git_blob_id":"9b89c05942b96479c9ca6a33d3255bce6983605f","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:1cf5b9683c1f8b7f8fa122d8","lineage_path":"examples/service_degradation_receipt.retrieval-outage-honesty.example.json","logical_id":"aoa:abyss-stack:artifact:1cf5b9683c1f8b7f8fa122d8","mime":"application/json","path":"mechanics/runtime-repair/parts/degradation-receipts/examples/service-degradation-receipt.retrieval-outage-honesty.example.json","repo":"abyss-stack","size_bytes":1589,"version_id":"aoa:abyss-stack:artifact-version:e6e90dd8ea171f9f0b2691a8"},"mechanics_role":"mechanic_part","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mechanics/runtime-repair/parts/degradation-receipts/examples/service-degradation-receipt.retrieval-outage-honesty.example.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/runtime-repair/parts/degradation-receipts/examples/service-degradation-receipt.retrieval-outage-honesty.example.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/runtime-repair/parts/degradation-receipts/examples/service-degradation-receipt.retrieval-outage-honesty.example.json:1"],"path_ref":"mechanics/runtime-repair/parts/degradation-receipts/examples/service-degradation-receipt.retrieval-outage-honesty.example.json"},"signs":{"attestation_ref":"","digest":"b8008a2c4a0b54348beb872e769d53a276de4837eb193561250837c7e8ed5e69","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"3c0965ca82c62af1d11721a998f6523b355ce0b4d98824ce31585dfb4c81a176","git_blob_id":"54d2e7610853b9b0b2fb21f1bb4dbb8236c9a4e5","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","lineage_path":"tests/test_validate_stack_required_files.py","logical_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","mime":"text/x-python","path":"tests/test_source_topology_validator_modules.py","repo":"abyss-stack","size_bytes":21625,"version_id":"aoa:abyss-stack:artifact-version:474510bdb2e8607b7f7c1133"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"tests/test_source_topology_validator_modules.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_source_topology_validator_modules.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_source_topology_validator_modules.py:1"],"path_ref":"tests/test_source_topology_validator_modules.py"},"signs":{"attestation_ref":"","digest":"3c0965ca82c62af1d11721a998f6523b355ce0b4d98824ce31585dfb4c81a176","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"4805ca47dd8166b4ebef4dcfc542aa6cd558e61d8df685f0a7b04dc4cf4980f2","git_blob_id":"d0e5bcb79334612b9495bde730353a03035e972f","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","lineage_path":"tests/test_validate_stack_required_files.py","logical_id":"aoa:abyss-stack:artifact:2ebc4ab78396c02e8b335e9f","mime":"text/x-python","path":"tests/test_source_topology_validator_modules.py","repo":"abyss-stack","size_bytes":20928,"version_id":"aoa:abyss-stack:artifact-version:d846c0c7dab55e3f1b1a36aa"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"tests/test_source_topology_validator_modules.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_source_topology_validator_modules.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_source_topology_validator_modules.py:1"],"path_ref":"tests/test_source_topology_validator_modules.py"},"signs":{"attestation_ref":"","digest":"4805ca47dd8166b4ebef4dcfc542aa6cd558e61d8df685f0a7b04dc4cf4980f2","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:65fc97883f02ba376d5d0213","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"3ecd2d74ce792f8e3af0557c4931f7b68fe2bf975d4aa078b7f4edb1cbc20a82","git_blob_id":"e6a82733f88b7520f7d760afa32b0203d9ded604","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:65fc97883f02ba376d5d0213","lineage_path":"docs/decisions/2026-05-13-residual-frontier-quest-alignment.md","logical_id":"aoa:abyss-stack:artifact:65fc97883f02ba376d5d0213","mime":"text/markdown","path":"docs/decisions/ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md","repo":"abyss-stack","size_bytes":3899,"version_id":"aoa:abyss-stack:artifact-version:11c190bdd61a786ac04e2311"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"residual-frontier-quest-alignment","level":1,"line":1,"ref":"docs/decisions/ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md#residual-frontier-quest-alignment","title":"Residual Frontier Quest Alignment"},{"anchor":"index-metadata","level":2,"line":8,"ref":"docs/decisions/ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":17,"ref":"docs/decisions/ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md#context","title":"Context"},{"anchor":"options-considered","level":2,"line":29,"ref":"docs/decisions/ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md#options-considered","title":"Options considered"},{"anchor":"decision","level":2,"line":35,"ref":"docs/decisions/ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":63,"ref":"docs/decisions/ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":67,"ref":"docs/decisions/ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md#consequences","title":"Consequences"},{"anchor":"source-surfaces","level":2,"line":84,"ref":"docs/decisions/ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":92,"ref":"docs/decisions/ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md#follow-up-route","title":"Follow-up route"}],"line_refs":["docs/decisions/ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md:1"],"path_ref":"docs/decisions/ABYSS-STACK-D-0014-residual-frontier-quest-alignment.md"},"signs":{"attestation_ref":"","digest":"3ecd2d74ce792f8e3af0557c4931f7b68fe2bf975d4aa078b7f4edb1cbc20a82","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:b084553b3b4d66d1ef058fee","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"bd130b3faed87ab06ea96cd2fee0f481f8459d89701f74b9aa0bae5a9f944c07","git_blob_id":"f4e10615d34c22421a57acdf32bd8ccdcd0fc449","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:b084553b3b4d66d1ef058fee","lineage_path":"scripts/validators/federation_runtime_seams.py","logical_id":"aoa:abyss-stack:artifact:b084553b3b4d66d1ef058fee","mime":"text/x-python","path":"scripts/validators/federation_runtime_seams.py","repo":"abyss-stack","size_bytes":13857,"version_id":"aoa:abyss-stack:artifact-version:7ee044849e8d1964dbfba861"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"scripts/validators/federation_runtime_seams.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validators/federation_runtime_seams.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validators/federation_runtime_seams.py:1"],"path_ref":"scripts/validators/federation_runtime_seams.py"},"signs":{"attestation_ref":"","digest":"bd130b3faed87ab06ea96cd2fee0f481f8459d89701f74b9aa0bae5a9f944c07","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:c71ed0f48fab1c9f68f2417e","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"legacy","contract_version":"none","schema_version":"v1"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"e7a8f231f94eabb8344ac22c0c92f547aba47ad923790a2cf02e3a8dbb66dcb9","git_blob_id":"b06cf823c6e1c965c2b0cce3de5ceb8382fc759b","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:c71ed0f48fab1c9f68f2417e","lineage_path":"examples/governance_job_record.example.json","logical_id":"aoa:abyss-stack:artifact:c71ed0f48fab1c9f68f2417e","mime":"application/json","path":"mechanics/experience-runtime/legacy/artifacts/examples/governance_job_record.example.json","repo":"abyss-stack","size_bytes":494,"version_id":"aoa:abyss-stack:artifact-version:fdcb6ec37f5785ecf5322634"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mechanics/experience-runtime/legacy/artifacts/examples/governance_job_record.example.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/experience-runtime/legacy/artifacts/examples/governance_job_record.example.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/experience-runtime/legacy/artifacts/examples/governance_job_record.example.json:1"],"path_ref":"mechanics/experience-runtime/legacy/artifacts/examples/governance_job_record.example.json"},"signs":{"attestation_ref":"","digest":"e7a8f231f94eabb8344ac22c0c92f547aba47ad923790a2cf02e3a8dbb66dcb9","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/61.jsonl b/kag/indexes/shards/source/61.jsonl index 4abc6625b..110682e34 100644 --- a/kag/indexes/shards/source/61.jsonl +++ b/kag/indexes/shards/source/61.jsonl @@ -1,5 +1,5 @@ {"_key":"source:aoa:abyss-stack:artifact:011f31be650254f87e9494f0","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"schema","compatibility":"stable","contract_version":"https://8dionysus.github.io/schemas/diagnostic_session_v1.schema.json","schema_version":"https://json-schema.org/draft/2020-12/schema"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"schema","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"5ca7650260a1ee5bb5a0612a12a52090c32153c2739251b12d342013419263b5","git_blob_id":"3ea9146eece73f24a4b7bf8dc6de1d9af3464204","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:011f31be650254f87e9494f0","lineage_path":"schemas/diagnostic_session.schema.json","logical_id":"aoa:abyss-stack:artifact:011f31be650254f87e9494f0","mime":"application/json","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/schemas/diagnostic_session.schema.json","repo":"abyss-stack","size_bytes":6871,"version_id":"aoa:abyss-stack:artifact-version:5f31a24e6b9842dfdff498f7"},"mechanics_role":"part_schema","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"schema_owner","surface":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/schemas/diagnostic_session.schema.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/schemas/diagnostic_session.schema.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/diagnostic-spine/parts/diagnostic-surfaces/schemas/diagnostic_session.schema.json:1"],"path_ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/schemas/diagnostic_session.schema.json"},"signs":{"attestation_ref":"","digest":"5ca7650260a1ee5bb5a0612a12a52090c32153c2739251b12d342013419263b5","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:a4ec075bf8a8e304f2584592","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"entrypoint","command_role":"script","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"9a7a642d4472e0f073fe54cb3b50ab9c182b9a0ffe817c26506f0915292bb794","git_blob_id":"172798c180adc2496533f2725a473e31ab6f4c55","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:a4ec075bf8a8e304f2584592","lineage_path":"mcp/services/aoa-telegram-connector-mcp/scripts/aoa_telegram_connector_mcp_server.py","logical_id":"aoa:abyss-stack:artifact:a4ec075bf8a8e304f2584592","mime":"text/x-python","path":"mcp/services/aoa-telegram-connector-mcp/scripts/aoa_telegram_connector_mcp_server.py","repo":"abyss-stack","size_bytes":327,"version_id":"aoa:abyss-stack:artifact-version:78de9f4de45b5af2b8c13598"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"mcp/services/aoa-telegram-connector-mcp/scripts/aoa_telegram_connector_mcp_server.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/aoa-telegram-connector-mcp/scripts/aoa_telegram_connector_mcp_server.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mcp/services/aoa-telegram-connector-mcp/scripts/aoa_telegram_connector_mcp_server.py:1"],"path_ref":"mcp/services/aoa-telegram-connector-mcp/scripts/aoa_telegram_connector_mcp_server.py"},"signs":{"attestation_ref":"","digest":"9a7a642d4472e0f073fe54cb3b50ab9c182b9a0ffe817c26506f0915292bb794","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python mcp/services/aoa-telegram-connector-mcp/scripts/aoa_telegram_connector_mcp_server.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:c1230c1b468b10ee8cca2d40","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"1"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"841a5f09f966c1a050122e4dd513a1f00e2483f65ed085f68cac0c923dd31a65","git_blob_id":"56f1859fe22f913eadc909bb45e1e455c658c864","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:c1230c1b468b10ee8cca2d40","lineage_path":"docs/validation/validator_inventory.json","logical_id":"aoa:abyss-stack:artifact:c1230c1b468b10ee8cca2d40","mime":"application/json","path":"docs/validation/validator_inventory.json","repo":"abyss-stack","size_bytes":26343,"version_id":"aoa:abyss-stack:artifact-version:ba4e2dff2a5979b544e167bf"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"docs/validation/validator_inventory.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/validation/validator_inventory.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["docs/validation/validator_inventory.json:1"],"path_ref":"docs/validation/validator_inventory.json"},"signs":{"attestation_ref":"","digest":"841a5f09f966c1a050122e4dd513a1f00e2483f65ed085f68cac0c923dd31a65","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:c1230c1b468b10ee8cca2d40","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"1"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"4d1f0d13ac1038a85b39de64020020a291d0d858939e874abee058de2acc8bc1","git_blob_id":"faa3de38a8c8a294a4396aff6f2e4ff9d8446be3","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:c1230c1b468b10ee8cca2d40","lineage_path":"docs/validation/validator_inventory.json","logical_id":"aoa:abyss-stack:artifact:c1230c1b468b10ee8cca2d40","mime":"application/json","path":"docs/validation/validator_inventory.json","repo":"abyss-stack","size_bytes":26201,"version_id":"aoa:abyss-stack:artifact-version:dd52296260994aa4add4d365"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"docs/validation/validator_inventory.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/validation/validator_inventory.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["docs/validation/validator_inventory.json:1"],"path_ref":"docs/validation/validator_inventory.json"},"signs":{"attestation_ref":"","digest":"4d1f0d13ac1038a85b39de64020020a291d0d858939e874abee058de2acc8bc1","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"agents","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"ce2e0b04b2887f5ae633673e13b40398c30aaa2ebbb5b21ad727ad5092f61d4f","git_blob_id":"d97d58d09bda115ff6f16e9b0bb932c85287ec43","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128","lineage_path":"mechanics/AGENTS.md","logical_id":"aoa:abyss-stack:artifact:e76d68a5b5eae349802a9128","mime":"text/markdown","path":"mechanics/AGENTS.md","repo":"abyss-stack","size_bytes":3729,"version_id":"aoa:abyss-stack:artifact-version:7e8551f94185604f8285d0cf"},"mechanics_role":"mechanic_package","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/AGENTS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":"mechanics/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"applies-to","level":2,"line":3,"ref":"mechanics/AGENTS.md#applies-to","title":"Applies to"},{"anchor":"read-before-editing","level":2,"line":8,"ref":"mechanics/AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"role","level":2,"line":13,"ref":"mechanics/AGENTS.md#role","title":"Role"},{"anchor":"root-file-split","level":2,"line":22,"ref":"mechanics/AGENTS.md#root-file-split","title":"Root file split"},{"anchor":"package-law","level":2,"line":34,"ref":"mechanics/AGENTS.md#package-law","title":"Package law"},{"anchor":"boundaries","level":2,"line":61,"ref":"mechanics/AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"editing-posture","level":2,"line":74,"ref":"mechanics/AGENTS.md#editing-posture","title":"Editing posture"},{"anchor":"validation","level":2,"line":85,"ref":"mechanics/AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":97,"ref":"mechanics/AGENTS.md#closeout","title":"Closeout"}],"line_refs":["mechanics/AGENTS.md:1"],"path_ref":"mechanics/AGENTS.md"},"signs":{"attestation_ref":"","digest":"ce2e0b04b2887f5ae633673e13b40398c30aaa2ebbb5b21ad727ad5092f61d4f","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:eadd8aed96b0ebf2f079f5a8","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"dependency_manifest","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"dependency_manifest","classification":{"confidence":"high","primary_kind":"artifact"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"4787367e0bf260a4a9b7d88d1cbfa4096e41ebc5392c55e59d792596649c22f6","git_blob_id":"bae288ad8c6898bf2b65298cb7422cf0349a8198","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:eadd8aed96b0ebf2f079f5a8","lineage_path":"config-templates/Services/docs-api/requirements.txt","logical_id":"aoa:abyss-stack:artifact:eadd8aed96b0ebf2f079f5a8","mime":"text/plain","path":"config-templates/Services/docs-api/requirements.txt","repo":"abyss-stack","size_bytes":30,"version_id":"aoa:abyss-stack:artifact-version:c763d546b3b15ec2eb289692"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"config-templates/Services/docs-api/requirements.txt"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"config-templates/Services/docs-api/requirements.txt","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["config-templates/Services/docs-api/requirements.txt:1"],"path_ref":"config-templates/Services/docs-api/requirements.txt"},"signs":{"attestation_ref":"","digest":"4787367e0bf260a4a9b7d88d1cbfa4096e41ebc5392c55e59d792596649c22f6","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/65.jsonl b/kag/indexes/shards/source/65.jsonl index 7e90b22a3..7e0acd3e1 100644 --- a/kag/indexes/shards/source/65.jsonl +++ b/kag/indexes/shards/source/65.jsonl @@ -1,4 +1,4 @@ -{"_key":"source:aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"786fa2dff3c8247517e98d426f7944670c35d2d884150c87a1c9ce65df74c31c","git_blob_id":"8260a37ccde489b6cad1aa4d5c5f3a2fce56c991","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","lineage_path":"docs/DIAGNOSTIC_SPINE.md","logical_id":"aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","mime":"text/markdown","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md","repo":"abyss-stack","size_bytes":9565,"version_id":"aoa:abyss-stack:artifact-version:6949cf6ceb8d3e063bab3518"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"diagnostic-spine","level":1,"line":1,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#diagnostic-spine","title":"DIAGNOSTIC SPINE"},{"anchor":"purpose","level":2,"line":3,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#purpose","title":"Purpose"},{"anchor":"core-stance","level":2,"line":19,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#core-stance","title":"Core stance"},{"anchor":"why-now","level":2,"line":42,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#why-now","title":"Why now"},{"anchor":"proposed-runtime-owned-objects","level":2,"line":53,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#proposed-runtime-owned-objects","title":"Proposed runtime-owned objects"},{"anchor":"1-diagnostic_target_v1","level":3,"line":55,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#1-diagnostic_target_v1","title":"1. `diagnostic_target_v1`"},{"anchor":"2-diagnostic_session_v1","level":3,"line":72,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#2-diagnostic_session_v1","title":"2. `diagnostic_session_v1`"},{"anchor":"3-diagnosis_companion_v1","level":3,"line":89,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#3-diagnosis_companion_v1","title":"3. `diagnosis_companion_v1`"},{"anchor":"4-diagnostic_anchor_ref_v1","level":3,"line":100,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#4-diagnostic_anchor_ref_v1","title":"4. `diagnostic_anchor_ref_v1`"},{"anchor":"5-reviewed_diagnosis_ref_v1","level":3,"line":108,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#5-reviewed_diagnosis_ref_v1","title":"5. `reviewed_diagnosis_ref_v1`"},{"anchor":"6-repair_handoff_v1","level":3,"line":123,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#6-repair_handoff_v1","title":"6. `repair_handoff_v1`"},{"anchor":"suggested-axes","level":2,"line":134,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#suggested-axes","title":"Suggested axes"},{"anchor":"suggested-truth-status-vocabulary","level":2,"line":154,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#suggested-truth-status-vocabulary","title":"Suggested truth-status vocabulary"},{"anchor":"drift-taxonomy","level":2,"line":168,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#drift-taxonomy","title":"Drift taxonomy"},{"anchor":"exit-classes","level":2,"line":188,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#exit-classes","title":"Exit classes"},{"anchor":"storage-posture","level":2,"line":203,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#storage-posture","title":"Storage posture"},{"anchor":"current-read-only-cli-seam","level":2,"line":232,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#current-read-only-cli-seam","title":"Current read-only CLI seam"},{"anchor":"handoff-posture","level":2,"line":262,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#handoff-posture","title":"Handoff posture"},{"anchor":"minimal-landing-recommendation","level":2,"line":285,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#minimal-landing-recommendation","title":"Minimal landing recommendation"},{"anchor":"guardrails","level":2,"line":295,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#guardrails","title":"Guardrails"},{"anchor":"final-rule","level":2,"line":305,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#final-rule","title":"Final rule"}],"line_refs":["mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md:1"],"path_ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md"},"signs":{"attestation_ref":"","digest":"786fa2dff3c8247517e98d426f7944670c35d2d884150c87a1c9ce65df74c31c","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"7465f29b920c35d86802b3dcb19ae54ef15403497b61026105968c8044da8895","git_blob_id":"75383ee5cf02099997a5b163d6a3642c37bba99c","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","lineage_path":"docs/DIAGNOSTIC_SPINE.md","logical_id":"aoa:abyss-stack:artifact:0840386c5d09f04ce8007be9","mime":"text/markdown","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md","repo":"abyss-stack","size_bytes":9707,"version_id":"aoa:abyss-stack:artifact-version:1f87bba8eb192e0b6255be59"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"diagnostic-spine","level":1,"line":1,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#diagnostic-spine","title":"DIAGNOSTIC SPINE"},{"anchor":"purpose","level":2,"line":3,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#purpose","title":"Purpose"},{"anchor":"core-stance","level":2,"line":19,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#core-stance","title":"Core stance"},{"anchor":"why-now","level":2,"line":42,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#why-now","title":"Why now"},{"anchor":"proposed-runtime-owned-objects","level":2,"line":53,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#proposed-runtime-owned-objects","title":"Proposed runtime-owned objects"},{"anchor":"1-diagnostic_target_v1","level":3,"line":55,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#1-diagnostic_target_v1","title":"1. `diagnostic_target_v1`"},{"anchor":"2-diagnostic_session_v1","level":3,"line":72,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#2-diagnostic_session_v1","title":"2. `diagnostic_session_v1`"},{"anchor":"3-diagnosis_companion_v1","level":3,"line":89,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#3-diagnosis_companion_v1","title":"3. `diagnosis_companion_v1`"},{"anchor":"4-diagnostic_anchor_ref_v1","level":3,"line":100,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#4-diagnostic_anchor_ref_v1","title":"4. `diagnostic_anchor_ref_v1`"},{"anchor":"5-reviewed_diagnosis_ref_v1","level":3,"line":108,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#5-reviewed_diagnosis_ref_v1","title":"5. `reviewed_diagnosis_ref_v1`"},{"anchor":"6-repair_handoff_v1","level":3,"line":123,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#6-repair_handoff_v1","title":"6. `repair_handoff_v1`"},{"anchor":"suggested-axes","level":2,"line":134,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#suggested-axes","title":"Suggested axes"},{"anchor":"suggested-truth-status-vocabulary","level":2,"line":154,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#suggested-truth-status-vocabulary","title":"Suggested truth-status vocabulary"},{"anchor":"drift-taxonomy","level":2,"line":168,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#drift-taxonomy","title":"Drift taxonomy"},{"anchor":"exit-classes","level":2,"line":188,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#exit-classes","title":"Exit classes"},{"anchor":"storage-posture","level":2,"line":203,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#storage-posture","title":"Storage posture"},{"anchor":"current-read-only-cli-seam","level":2,"line":232,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#current-read-only-cli-seam","title":"Current read-only CLI seam"},{"anchor":"handoff-posture","level":2,"line":262,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#handoff-posture","title":"Handoff posture"},{"anchor":"minimal-landing-recommendation","level":2,"line":284,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#minimal-landing-recommendation","title":"Minimal landing recommendation"},{"anchor":"guardrails","level":2,"line":295,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#guardrails","title":"Guardrails"},{"anchor":"final-rule","level":2,"line":305,"ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md#final-rule","title":"Final rule"}],"line_refs":["mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md:1"],"path_ref":"mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md"},"signs":{"attestation_ref":"","digest":"7465f29b920c35d86802b3dcb19ae54ef15403497b61026105968c8044da8895","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:1110fd0c7175e9e418e0d284","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"6332333ba94e2a309f9f55934e1f8b36eb159529108c2a1e01916edf53d2ede1","git_blob_id":"b0a586c73b3e95396b3f2f28c957700539d423b7","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:1110fd0c7175e9e418e0d284","lineage_path":"docs/REFERENCE_PLATFORM_SPEC.md","logical_id":"aoa:abyss-stack:artifact:1110fd0c7175e9e418e0d284","mime":"text/markdown","path":"mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md","repo":"abyss-stack","size_bytes":3204,"version_id":"aoa:abyss-stack:artifact-version:029a573bbd8c625cc9ad93cc"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"reference-platform-spec","level":1,"line":1,"ref":"mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md#reference-platform-spec","title":"REFERENCE PLATFORM SPEC"},{"anchor":"why-it-exists","level":2,"line":5,"ref":"mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md#why-it-exists","title":"Why it exists"},{"anchor":"artifact-surfaces","level":2,"line":11,"ref":"mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md#artifact-surfaces","title":"Artifact surfaces"},{"anchor":"capture-modes","level":2,"line":18,"ref":"mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md#capture-modes","title":"Capture modes"},{"anchor":"public","level":3,"line":20,"ref":"mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md#public","title":"`public`"},{"anchor":"private","level":3,"line":41,"ref":"mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md#private","title":"`private`"},{"anchor":"top-level-contract","level":2,"line":51,"ref":"mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md#top-level-contract","title":"Top-level contract"},{"anchor":"review-rule","level":2,"line":70,"ref":"mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md#review-rule","title":"Review rule"},{"anchor":"recommended-flow","level":2,"line":74,"ref":"mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md#recommended-flow","title":"Recommended flow"},{"anchor":"suggested-commands","level":2,"line":83,"ref":"mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md#suggested-commands","title":"Suggested commands"},{"anchor":"expected-review-sequence","level":2,"line":90,"ref":"mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md#expected-review-sequence","title":"Expected review sequence"}],"line_refs":["mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md:1"],"path_ref":"mechanics/machine-fit/parts/reference-platform/docs/REFERENCE_PLATFORM_SPEC.md"},"signs":{"attestation_ref":"","digest":"6332333ba94e2a309f9f55934e1f8b36eb159529108c2a1e01916edf53d2ede1","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:52447222b4ff013fd6920345","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"6c3accd6407237122977b74d7672d9b3df6346cecca6ba5fe583411dabe1c486","git_blob_id":"459bee4fd3b255a5cb888f6712e7548700597413","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:52447222b4ff013fd6920345","lineage_path":"config-templates/Services/rerank-api/app/__init__.py","logical_id":"aoa:abyss-stack:artifact:52447222b4ff013fd6920345","mime":"text/x-python","path":"config-templates/Services/rerank-api/app/__init__.py","repo":"abyss-stack","size_bytes":38,"version_id":"aoa:abyss-stack:artifact-version:cb2c042fe6d7400ffd39ab1c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"config-templates/Services/rerank-api/app/__init__.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"config-templates/Services/rerank-api/app/__init__.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["config-templates/Services/rerank-api/app/__init__.py:1"],"path_ref":"config-templates/Services/rerank-api/app/__init__.py"},"signs":{"attestation_ref":"","digest":"6c3accd6407237122977b74d7672d9b3df6346cecca6ba5fe583411dabe1c486","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:9e2e7088546da822b0544de2","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"6085a87b6057c326880c9fad7958b9608b5faafbe435c50465eb5216df8c5832","git_blob_id":"558ab6b7e2590dd3fd0d8748af577c7ab31d85c8","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:9e2e7088546da822b0544de2","lineage_path":"docs/decisions/2026-05-13-root-design-agent-surfaces.md","logical_id":"aoa:abyss-stack:artifact:9e2e7088546da822b0544de2","mime":"text/markdown","path":"docs/decisions/ABYSS-STACK-D-0008-root-design-agent-surfaces.md","repo":"abyss-stack","size_bytes":3238,"version_id":"aoa:abyss-stack:artifact-version:74066bac8cf60979f5e53919"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/ABYSS-STACK-D-0008-root-design-agent-surfaces.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/ABYSS-STACK-D-0008-root-design-agent-surfaces.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"root-design-and-agent-surfaces","level":1,"line":1,"ref":"docs/decisions/ABYSS-STACK-D-0008-root-design-agent-surfaces.md#root-design-and-agent-surfaces","title":"Root Design And Agent Surfaces"},{"anchor":"index-metadata","level":2,"line":8,"ref":"docs/decisions/ABYSS-STACK-D-0008-root-design-agent-surfaces.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":17,"ref":"docs/decisions/ABYSS-STACK-D-0008-root-design-agent-surfaces.md#context","title":"Context"},{"anchor":"options-considered","level":2,"line":29,"ref":"docs/decisions/ABYSS-STACK-D-0008-root-design-agent-surfaces.md#options-considered","title":"Options considered"},{"anchor":"decision","level":2,"line":35,"ref":"docs/decisions/ABYSS-STACK-D-0008-root-design-agent-surfaces.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":49,"ref":"docs/decisions/ABYSS-STACK-D-0008-root-design-agent-surfaces.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":53,"ref":"docs/decisions/ABYSS-STACK-D-0008-root-design-agent-surfaces.md#consequences","title":"Consequences"},{"anchor":"non-goals","level":2,"line":64,"ref":"docs/decisions/ABYSS-STACK-D-0008-root-design-agent-surfaces.md#non-goals","title":"Non-goals"},{"anchor":"source-surfaces","level":2,"line":72,"ref":"docs/decisions/ABYSS-STACK-D-0008-root-design-agent-surfaces.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":80,"ref":"docs/decisions/ABYSS-STACK-D-0008-root-design-agent-surfaces.md#follow-up-route","title":"Follow-up route"}],"line_refs":["docs/decisions/ABYSS-STACK-D-0008-root-design-agent-surfaces.md:1"],"path_ref":"docs/decisions/ABYSS-STACK-D-0008-root-design-agent-surfaces.md"},"signs":{"attestation_ref":"","digest":"6085a87b6057c326880c9fad7958b9608b5faafbe435c50465eb5216df8c5832","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/78.jsonl b/kag/indexes/shards/source/78.jsonl index fd8a862a9..3a60f28e5 100644 --- a/kag/indexes/shards/source/78.jsonl +++ b/kag/indexes/shards/source/78.jsonl @@ -1,5 +1,5 @@ {"_key":"source:aoa:abyss-stack:artifact:0f7ef6838dd256cfc5faad4b","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"52a8d6710947fc7f8aff54c04238bbc7cfa0eabef1621560780056b5b7448660","git_blob_id":"74c56645a0f92d605ecf180980d6d0107b5a540c","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:0f7ef6838dd256cfc5faad4b","lineage_path":"mechanics/experience-runtime/README.md","logical_id":"aoa:abyss-stack:artifact:0f7ef6838dd256cfc5faad4b","mime":"text/markdown","path":"mechanics/experience-runtime/README.md","repo":"abyss-stack","size_bytes":2055,"version_id":"aoa:abyss-stack:artifact-version:949bf2e03ae0714409b02ac2"},"mechanics_role":"mechanic_package","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/experience-runtime/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/experience-runtime/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"experience-runtime-mechanic","level":1,"line":1,"ref":"mechanics/experience-runtime/README.md#experience-runtime-mechanic","title":"Experience Runtime Mechanic"},{"anchor":"mechanic-card","level":2,"line":3,"ref":"mechanics/experience-runtime/README.md#mechanic-card","title":"Mechanic card"},{"anchor":"trigger","level":3,"line":9,"ref":"mechanics/experience-runtime/README.md#trigger","title":"Trigger"},{"anchor":"abyss-stack-owns","level":3,"line":14,"ref":"mechanics/experience-runtime/README.md#abyss-stack-owns","title":"abyss-stack owns"},{"anchor":"stronger-owner-split","level":3,"line":22,"ref":"mechanics/experience-runtime/README.md#stronger-owner-split","title":"Stronger owner split"},{"anchor":"inputs","level":3,"line":29,"ref":"mechanics/experience-runtime/README.md#inputs","title":"Inputs"},{"anchor":"outputs","level":3,"line":33,"ref":"mechanics/experience-runtime/README.md#outputs","title":"Outputs"},{"anchor":"must-not-claim","level":3,"line":38,"ref":"mechanics/experience-runtime/README.md#must-not-claim","title":"Must not claim"},{"anchor":"validation","level":3,"line":46,"ref":"mechanics/experience-runtime/README.md#validation","title":"Validation"},{"anchor":"next-route","level":3,"line":50,"ref":"mechanics/experience-runtime/README.md#next-route","title":"Next route"},{"anchor":"active-route","level":2,"line":58,"ref":"mechanics/experience-runtime/README.md#active-route","title":"Active Route"}],"line_refs":["mechanics/experience-runtime/README.md:1"],"path_ref":"mechanics/experience-runtime/README.md"},"signs":{"attestation_ref":"","digest":"52a8d6710947fc7f8aff54c04238bbc7cfa0eabef1621560780056b5b7448660","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"generated","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"ed2953e462bc42226b80f35465fa9e4a0791fbc37ea9b0c254d7c4d284ee63b9","git_blob_id":"11bad477cf53d42419478b4a61ab2219bdf9afaf","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358","lineage_path":"docs/decisions/generated/README.md","logical_id":"aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358","mime":"text/markdown","path":"docs/decisions/generated/README.md","repo":"abyss-stack","size_bytes":1010,"version_id":"aoa:abyss-stack:artifact-version:ae2b66f4d2e3d65bd588add5"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/generated/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"docs/decisions/generated/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decision-graph-read-model","level":1,"line":1,"ref":"docs/decisions/generated/README.md#decision-graph-read-model","title":"Decision Graph Read Model"},{"anchor":"files","level":2,"line":7,"ref":"docs/decisions/generated/README.md#files","title":"Files"},{"anchor":"counts","level":2,"line":11,"ref":"docs/decisions/generated/README.md#counts","title":"Counts"},{"anchor":"node-types","level":2,"line":17,"ref":"docs/decisions/generated/README.md#node-types","title":"Node Types"},{"anchor":"edge-types","level":2,"line":30,"ref":"docs/decisions/generated/README.md#edge-types","title":"Edge Types"},{"anchor":"boundary","level":2,"line":44,"ref":"docs/decisions/generated/README.md#boundary","title":"Boundary"}],"line_refs":["docs/decisions/generated/README.md:1"],"path_ref":"docs/decisions/generated/README.md"},"signs":{"attestation_ref":"","digest":"ed2953e462bc42226b80f35465fa9e4a0791fbc37ea9b0c254d7c4d284ee63b9","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"generated","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"7e39c39b5967d212cc7fe8984f90b3953f80a001befc1e3dffaf4f54108b640b","git_blob_id":"000014d3f8c732536f477f678c4b0d1e81c54f6c","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358","lineage_path":"docs/decisions/generated/README.md","logical_id":"aoa:abyss-stack:artifact:9dfa47b6a92e76b4529c1358","mime":"text/markdown","path":"docs/decisions/generated/README.md","repo":"abyss-stack","size_bytes":1010,"version_id":"aoa:abyss-stack:artifact-version:dede9f42230548aea667d3d9"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/generated/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"docs/decisions/generated/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decision-graph-read-model","level":1,"line":1,"ref":"docs/decisions/generated/README.md#decision-graph-read-model","title":"Decision Graph Read Model"},{"anchor":"files","level":2,"line":7,"ref":"docs/decisions/generated/README.md#files","title":"Files"},{"anchor":"counts","level":2,"line":11,"ref":"docs/decisions/generated/README.md#counts","title":"Counts"},{"anchor":"node-types","level":2,"line":17,"ref":"docs/decisions/generated/README.md#node-types","title":"Node Types"},{"anchor":"edge-types","level":2,"line":30,"ref":"docs/decisions/generated/README.md#edge-types","title":"Edge Types"},{"anchor":"boundary","level":2,"line":44,"ref":"docs/decisions/generated/README.md#boundary","title":"Boundary"}],"line_refs":["docs/decisions/generated/README.md:1"],"path_ref":"docs/decisions/generated/README.md"},"signs":{"attestation_ref":"","digest":"7e39c39b5967d212cc7fe8984f90b3953f80a001befc1e3dffaf4f54108b640b","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"5d230ff6f7abf0fd9a8d91189d2c2a73da33d723eb47243a4fb6d80201fe3832","git_blob_id":"173210dc575867326ead32791a3303c3bbc4185f","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","lineage_path":"docs/LOCAL_AI_TRIALS.md","logical_id":"aoa:abyss-stack:artifact:a5a4f4a6c15bfc3416d14e41","mime":"text/markdown","path":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md","repo":"abyss-stack","size_bytes":10571,"version_id":"aoa:abyss-stack:artifact-version:18a63ef5ea44f3986ac5eade"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"local-ai-trials","level":1,"line":1,"ref":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md#local-ai-trials","title":"LOCAL AI TRIALS"},{"anchor":"purpose","level":2,"line":3,"ref":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md#purpose","title":"Purpose"},{"anchor":"placement-map","level":2,"line":14,"ref":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md#placement-map","title":"Placement map"},{"anchor":"current-local-model-routes","level":2,"line":38,"ref":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md#current-local-model-routes","title":"Current local model routes"},{"anchor":"dual-surface-reporting","level":2,"line":70,"ref":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md#dual-surface-reporting","title":"Dual-surface reporting"},{"anchor":"packet-shape","level":2,"line":92,"ref":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md#packet-shape","title":"Packet shape"},{"anchor":"compatibility-baseline-bridge","level":2,"line":119,"ref":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md#compatibility-baseline-bridge","title":"Compatibility baseline bridge"},{"anchor":"langgraph-sidecar-origin-and-promoted-role","level":2,"line":139,"ref":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md#langgraph-sidecar-origin-and-promoted-role","title":"LangGraph sidecar origin and promoted role"},{"anchor":"long-horizon-pilot","level":2,"line":164,"ref":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md#long-horizon-pilot","title":"Long-Horizon Pilot"},{"anchor":"bounded-autonomy-pilot","level":2,"line":189,"ref":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md#bounded-autonomy-pilot","title":"Bounded-Autonomy Pilot"},{"anchor":"truth-status","level":2,"line":213,"ref":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md#truth-status","title":"Truth status"},{"anchor":"governed-execution-after-bounded-autonomy","level":2,"line":240,"ref":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md#governed-execution-after-bounded-autonomy","title":"Governed Execution After Bounded Autonomy"},{"anchor":"relationship-to-runtime-benchmarks","level":2,"line":270,"ref":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md#relationship-to-runtime-benchmarks","title":"Relationship to runtime benchmarks"}],"line_refs":["mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md:1"],"path_ref":"mechanics/inference-pilots/parts/local-trials/docs/LOCAL_AI_TRIALS.md"},"signs":{"attestation_ref":"","digest":"5d230ff6f7abf0fd9a8d91189d2c2a73da33d723eb47243a4fb6d80201fe3832","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"quest_run_result_v1"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"bbf80b53b5416ed375b99bb9ee5fe0ded8559ed930a9707f812e2407b6732c91","git_blob_id":"5ddcf36131b2e04c40999bbf0894e7addea3bd0d","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5","lineage_path":"examples/quest_run_result.example.json","logical_id":"aoa:abyss-stack:artifact:ad2453da62ce01c9a8723cf5","mime":"application/json","path":"mechanics/federation-seams/parts/rpg-runtime/examples/quest_run_result.example.json","repo":"abyss-stack","size_bytes":2748,"version_id":"aoa:abyss-stack:artifact-version:eae9f03f5f3fe34df9c22d83"},"mechanics_role":"mechanic_part","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mechanics/federation-seams/parts/rpg-runtime/examples/quest_run_result.example.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/federation-seams/parts/rpg-runtime/examples/quest_run_result.example.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/federation-seams/parts/rpg-runtime/examples/quest_run_result.example.json:1"],"path_ref":"mechanics/federation-seams/parts/rpg-runtime/examples/quest_run_result.example.json"},"signs":{"attestation_ref":"","digest":"bbf80b53b5416ed375b99bb9ee5fe0ded8559ed930a9707f812e2407b6732c91","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:af38219f896285f333827d7e","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"unknown_document","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"37d2558f990657ab4704b59accb0da2148b2b6043e0e36cb5b4432817b6f0dbd","git_blob_id":"758220acdc995b9c29bc6785c6f93b11dd846ccd","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:af38219f896285f333827d7e","lineage_path":"docs/BACKUP_RESTORE.md#generation-2","logical_id":"aoa:abyss-stack:artifact:af38219f896285f333827d7e","mime":"text/markdown","path":"docs/operations/BACKUP_RESTORE.md","repo":"abyss-stack","size_bytes":1050,"version_id":"aoa:abyss-stack:artifact-version:817f714721da6aff2ee85c02"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/operations/BACKUP_RESTORE.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/operations/BACKUP_RESTORE.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"backup-and-restore","level":1,"line":1,"ref":"docs/operations/BACKUP_RESTORE.md#backup-and-restore","title":"BACKUP AND RESTORE"},{"anchor":"backup-layers","level":2,"line":3,"ref":"docs/operations/BACKUP_RESTORE.md#backup-layers","title":"Backup layers"},{"anchor":"s0","level":3,"line":5,"ref":"docs/operations/BACKUP_RESTORE.md#s0","title":"S0"},{"anchor":"s1","level":3,"line":15,"ref":"docs/operations/BACKUP_RESTORE.md#s1","title":"S1"},{"anchor":"s2","level":3,"line":22,"ref":"docs/operations/BACKUP_RESTORE.md#s2","title":"S2"},{"anchor":"rule-of-thumb","level":2,"line":29,"ref":"docs/operations/BACKUP_RESTORE.md#rule-of-thumb","title":"Rule of thumb"},{"anchor":"restore-stance","level":2,"line":35,"ref":"docs/operations/BACKUP_RESTORE.md#restore-stance","title":"Restore stance"},{"anchor":"current-status","level":2,"line":40,"ref":"docs/operations/BACKUP_RESTORE.md#current-status","title":"Current status"}],"line_refs":["docs/operations/BACKUP_RESTORE.md:1"],"path_ref":"docs/operations/BACKUP_RESTORE.md"},"signs":{"attestation_ref":"","digest":"37d2558f990657ab4704b59accb0da2148b2b6043e0e36cb5b4432817b6f0dbd","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/79.jsonl b/kag/indexes/shards/source/79.jsonl index 4a0e80ac2..7303260e7 100644 --- a/kag/indexes/shards/source/79.jsonl +++ b/kag/indexes/shards/source/79.jsonl @@ -1,6 +1,6 @@ {"_key":"source:aoa:abyss-stack:artifact:0877daec8c4433742077f53c","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"entrypoint","command_role":"script","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"cadeedadcffa09f80aed4be761072542dff51fe3de4bdc154f9feb44a362bf45","git_blob_id":"c208b14117c04189a8f36c345706c0041f375333","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:0877daec8c4433742077f53c","lineage_path":"mechanics/inference-pilots/parts/qwen-routes/aoa_qwen_bench.sh","logical_id":"aoa:abyss-stack:artifact:0877daec8c4433742077f53c","mime":"application/x-sh","path":"mechanics/inference-pilots/parts/qwen-routes/aoa_qwen_bench.sh","repo":"abyss-stack","size_bytes":11305,"version_id":"aoa:abyss-stack:artifact-version:70e860b1f0dd619a2d8adbe0"},"mechanics_role":"mechanic_part","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"mechanics/inference-pilots/parts/qwen-routes/aoa_qwen_bench.sh"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/inference-pilots/parts/qwen-routes/aoa_qwen_bench.sh","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/inference-pilots/parts/qwen-routes/aoa_qwen_bench.sh:1"],"path_ref":"mechanics/inference-pilots/parts/qwen-routes/aoa_qwen_bench.sh"},"signs":{"attestation_ref":"","digest":"cadeedadcffa09f80aed4be761072542dff51fe3de4bdc154f9feb44a362bf45","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["bash mechanics/inference-pilots/parts/qwen-routes/aoa_qwen_bench.sh"],"required_tools":["bash"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:0c72339960f5aca58e3a6faa","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"unknown_document","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"697d486974d6788aad7dfb75e4fba6a8752c72c5fd32f59cad44b06ff3b0050b","git_blob_id":"8d434b8916e2b5c6e0ca3e312ab7a7da5476920a","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:0c72339960f5aca58e3a6faa","lineage_path":"MCP/aoa-memo-mcp/docs/THREAT_MODEL.md","logical_id":"aoa:abyss-stack:artifact:0c72339960f5aca58e3a6faa","mime":"text/markdown","path":"mcp/services/aoa-memo-mcp/docs/THREAT_MODEL.md","repo":"abyss-stack","size_bytes":1462,"version_id":"aoa:abyss-stack:artifact-version:81b3decbc50b3672ad95975e"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mcp/services/aoa-memo-mcp/docs/THREAT_MODEL.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/aoa-memo-mcp/docs/THREAT_MODEL.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"threat-model","level":1,"line":1,"ref":"mcp/services/aoa-memo-mcp/docs/THREAT_MODEL.md#threat-model","title":"Threat Model"},{"anchor":"main-risks","level":2,"line":3,"ref":"mcp/services/aoa-memo-mcp/docs/THREAT_MODEL.md#main-risks","title":"Main Risks"},{"anchor":"controls","level":2,"line":13,"ref":"mcp/services/aoa-memo-mcp/docs/THREAT_MODEL.md#controls","title":"Controls"},{"anchor":"guardrail-rule","level":2,"line":28,"ref":"mcp/services/aoa-memo-mcp/docs/THREAT_MODEL.md#guardrail-rule","title":"Guardrail Rule"}],"line_refs":["mcp/services/aoa-memo-mcp/docs/THREAT_MODEL.md:1"],"path_ref":"mcp/services/aoa-memo-mcp/docs/THREAT_MODEL.md"},"signs":{"attestation_ref":"","digest":"697d486974d6788aad7dfb75e4fba6a8752c72c5fd32f59cad44b06ff3b0050b","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"c995b6e014640bf693391f117db44109159a8d9c1671545a8325cd2e89b95af5","git_blob_id":"6fdefabc09b26182e00bd747cea1cf94fc381001","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","lineage_path":".agents/README.md","logical_id":"aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","mime":"text/markdown","path":".agents/README.md","repo":"abyss-stack","size_bytes":584,"version_id":"aoa:abyss-stack:artifact-version:0413e3b85a9c31a60d9bd4b5"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":".agents/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agents","level":1,"line":1,"ref":".agents/README.md#agents","title":".agents"},{"anchor":"current-routes","level":2,"line":6,"ref":".agents/README.md#current-routes","title":"Current Routes"},{"anchor":"contract","level":2,"line":13,"ref":".agents/README.md#contract","title":"Contract"}],"line_refs":[".agents/README.md:1"],"path_ref":".agents/README.md"},"signs":{"attestation_ref":"","digest":"c995b6e014640bf693391f117db44109159a8d9c1671545a8325cd2e89b95af5","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"38cc6655f384fd14c9e74da77478059b8dffc6082d0a74717f29efb61618d2e7","git_blob_id":"1186a7250062bdfa14411db47652e2783e5f2388","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","lineage_path":".agents/README.md","logical_id":"aoa:abyss-stack:artifact:3481f57a9e708fb46842655a","mime":"text/markdown","path":".agents/README.md","repo":"abyss-stack","size_bytes":614,"version_id":"aoa:abyss-stack:artifact-version:6bc1b68c38f2c5589641cd2d"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":".agents/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agents","level":1,"line":1,"ref":".agents/README.md#agents","title":".agents"},{"anchor":"current-routes","level":2,"line":6,"ref":".agents/README.md#current-routes","title":"Current Routes"},{"anchor":"contract","level":2,"line":13,"ref":".agents/README.md#contract","title":"Contract"}],"line_refs":[".agents/README.md:1"],"path_ref":".agents/README.md"},"signs":{"attestation_ref":"","digest":"38cc6655f384fd14c9e74da77478059b8dffc6082d0a74717f29efb61618d2e7","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:5d25e239b95780ab137141e8","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"b0cdf9ed9dae48f341c900bfb583ce2c0e82e77a65ea2c77c5de087cdf104be4","git_blob_id":"88a7e85304633635297e8734ea4d58862e3587c4","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:5d25e239b95780ab137141e8","lineage_path":"mechanics/federation-seams/parts/README.md","logical_id":"aoa:abyss-stack:artifact:5d25e239b95780ab137141e8","mime":"text/markdown","path":"mechanics/federation-seams/parts/README.md","repo":"abyss-stack","size_bytes":486,"version_id":"aoa:abyss-stack:artifact-version:976e7823e88fd02e71ffde50"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/federation-seams/parts/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/federation-seams/parts/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"federation-seams-parts","level":1,"line":1,"ref":"mechanics/federation-seams/parts/README.md#federation-seams-parts","title":"Federation Seams Parts"}],"line_refs":["mechanics/federation-seams/parts/README.md:1"],"path_ref":"mechanics/federation-seams/parts/README.md"},"signs":{"attestation_ref":"","digest":"b0cdf9ed9dae48f341c900bfb583ce2c0e82e77a65ea2c77c5de087cdf104be4","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:d0d53c82da32d9f620e6fe24","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"legacy","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"4ab6fe90d83bf84a5520cb08f20baa6e5386bac225b648bbb8d736eda9d1a327","git_blob_id":"2c7a9fc10bbe0a05418f5578e088fe419b77afd3","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:d0d53c82da32d9f620e6fe24","lineage_path":"docs/ASSISTANT_RELEASE_LIFECYCLE_JOB.md","logical_id":"aoa:abyss-stack:artifact:d0d53c82da32d9f620e6fe24","mime":"text/markdown","path":"mechanics/experience-runtime/legacy/raw/ASSISTANT_RELEASE_LIFECYCLE_JOB.md","repo":"abyss-stack","size_bytes":138,"version_id":"aoa:abyss-stack:artifact-version:fbff98bd5d9d454ec13e3c1c"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/experience-runtime/legacy/raw/ASSISTANT_RELEASE_LIFECYCLE_JOB.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/experience-runtime/legacy/raw/ASSISTANT_RELEASE_LIFECYCLE_JOB.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"assistant-release-lifecycle-job","level":1,"line":1,"ref":"mechanics/experience-runtime/legacy/raw/ASSISTANT_RELEASE_LIFECYCLE_JOB.md#assistant-release-lifecycle-job","title":"Assistant Release Lifecycle Job"}],"line_refs":["mechanics/experience-runtime/legacy/raw/ASSISTANT_RELEASE_LIFECYCLE_JOB.md:1"],"path_ref":"mechanics/experience-runtime/legacy/raw/ASSISTANT_RELEASE_LIFECYCLE_JOB.md"},"signs":{"attestation_ref":"","digest":"4ab6fe90d83bf84a5520cb08f20baa6e5386bac225b648bbb8d736eda9d1a327","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"06c1f60760fc47bc849f30aa10054d7fbca209e95a3f695b4f0599a021533a92","git_blob_id":"3eb7a65e6df4b4f12cc7ad7762ae7bb6c9b378b5","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564","lineage_path":"docs/decisions/2026-05-07-runtime-root-under-abyssos.md","logical_id":"aoa:abyss-stack:artifact:f83084cf1aa6cb87f64d9564","mime":"text/markdown","path":"docs/decisions/ABYSS-STACK-D-0001-runtime-root-under-abyssos.md","repo":"abyss-stack","size_bytes":2896,"version_id":"aoa:abyss-stack:artifact-version:c4c9552d9cde32ec20b5c8f3"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/ABYSS-STACK-D-0001-runtime-root-under-abyssos.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/ABYSS-STACK-D-0001-runtime-root-under-abyssos.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-root-under-abyssos","level":1,"line":1,"ref":"docs/decisions/ABYSS-STACK-D-0001-runtime-root-under-abyssos.md#runtime-root-under-abyssos","title":"Runtime Root Under AbyssOS"},{"anchor":"index-metadata","level":2,"line":8,"ref":"docs/decisions/ABYSS-STACK-D-0001-runtime-root-under-abyssos.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":17,"ref":"docs/decisions/ABYSS-STACK-D-0001-runtime-root-under-abyssos.md#context","title":"Context"},{"anchor":"decision","level":2,"line":23,"ref":"docs/decisions/ABYSS-STACK-D-0001-runtime-root-under-abyssos.md#decision","title":"Decision"},{"anchor":"options-considered","level":2,"line":29,"ref":"docs/decisions/ABYSS-STACK-D-0001-runtime-root-under-abyssos.md#options-considered","title":"Options considered"},{"anchor":"rationale","level":2,"line":35,"ref":"docs/decisions/ABYSS-STACK-D-0001-runtime-root-under-abyssos.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":41,"ref":"docs/decisions/ABYSS-STACK-D-0001-runtime-root-under-abyssos.md#consequences","title":"Consequences"},{"anchor":"source-surfaces","level":2,"line":49,"ref":"docs/decisions/ABYSS-STACK-D-0001-runtime-root-under-abyssos.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":57,"ref":"docs/decisions/ABYSS-STACK-D-0001-runtime-root-under-abyssos.md#follow-up-route","title":"Follow-up route"}],"line_refs":["docs/decisions/ABYSS-STACK-D-0001-runtime-root-under-abyssos.md:1"],"path_ref":"docs/decisions/ABYSS-STACK-D-0001-runtime-root-under-abyssos.md"},"signs":{"attestation_ref":"","digest":"06c1f60760fc47bc849f30aa10054d7fbca209e95a3f695b4f0599a021533a92","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/7b.jsonl b/kag/indexes/shards/source/7b.jsonl index 0aaca27e2..cb55175dd 100644 --- a/kag/indexes/shards/source/7b.jsonl +++ b/kag/indexes/shards/source/7b.jsonl @@ -1,5 +1,5 @@ {"_key":"source:aoa:abyss-stack:artifact:222e426fa7af2e4a4f650b75","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"entrypoint","command_role":"script","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"512d49f35b0473d8260936f9ed47063491847f72a49184d006cd60e45a8bd594","git_blob_id":"49380701af7435a95bf6b294550099b0a0a33e6f","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:222e426fa7af2e4a4f650b75","lineage_path":"scripts/aoa-export-runtime-evidence-selection","logical_id":"aoa:abyss-stack:artifact:222e426fa7af2e4a4f650b75","mime":"text/x-python","path":"scripts/aoa-export-runtime-evidence-selection","repo":"abyss-stack","size_bytes":341,"version_id":"aoa:abyss-stack:artifact-version:18581bbf7901c76a9de85543"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"scripts/aoa-export-runtime-evidence-selection"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/aoa-export-runtime-evidence-selection","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/aoa-export-runtime-evidence-selection:1"],"path_ref":"scripts/aoa-export-runtime-evidence-selection"},"signs":{"attestation_ref":"","digest":"512d49f35b0473d8260936f9ed47063491847f72a49184d006cd60e45a8bd594","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["scripts/aoa-export-runtime-evidence-selection"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:36a72687b6b4322369071168","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"agents","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"8dfa0e2313240c626a34ef503d4ebca4cb5fe2776566cafea7ec0eec9f74baae","git_blob_id":"bd98a0c94c9d087fa28aadba9db42a7e20fda03d","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","lineage_path":"AGENTS.md#generation-2","logical_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","mime":"text/markdown","path":"AGENTS.md","repo":"abyss-stack","size_bytes":13154,"version_id":"aoa:abyss-stack:artifact-version:0eca26eae042438a3cbf64db"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"AGENTS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":"AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"applies-to","level":2,"line":5,"ref":"AGENTS.md#applies-to","title":"Applies to"},{"anchor":"role","level":2,"line":10,"ref":"AGENTS.md#role","title":"Role"},{"anchor":"read-before-editing","level":2,"line":19,"ref":"AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"boundaries","level":2,"line":36,"ref":"AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"validation","level":2,"line":55,"ref":"AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":86,"ref":"AGENTS.md#closeout","title":"Closeout"},{"anchor":"purpose","level":2,"line":93,"ref":"AGENTS.md#purpose","title":"Purpose"},{"anchor":"owner-lane","level":2,"line":100,"ref":"AGENTS.md#owner-lane","title":"Owner Lane"},{"anchor":"start-here","level":2,"line":121,"ref":"AGENTS.md#start-here","title":"Start Here"},{"anchor":"route-modes","level":2,"line":138,"ref":"AGENTS.md#route-modes","title":"Route Modes"},{"anchor":"memory-route","level":2,"line":166,"ref":"AGENTS.md#memory-route","title":"Memory Route"},{"anchor":"agents-stack-law","level":2,"line":181,"ref":"AGENTS.md#agents-stack-law","title":"AGENTS Stack Law"},{"anchor":"runtime-rules","level":2,"line":196,"ref":"AGENTS.md#runtime-rules","title":"Runtime Rules"},{"anchor":"decision-review","level":2,"line":209,"ref":"AGENTS.md#decision-review","title":"Decision Review"},{"anchor":"github-landing-workflow","level":2,"line":216,"ref":"AGENTS.md#github-landing-workflow","title":"GitHub Landing Workflow"},{"anchor":"post-change-route-review","level":2,"line":240,"ref":"AGENTS.md#post-change-route-review","title":"Post-change Route Review"},{"anchor":"route-away-when","level":2,"line":268,"ref":"AGENTS.md#route-away-when","title":"Route Away When"},{"anchor":"hard-no","level":2,"line":281,"ref":"AGENTS.md#hard-no","title":"Hard No"},{"anchor":"review-critical-drift","level":2,"line":293,"ref":"AGENTS.md#review-critical-drift","title":"Review-critical Drift"},{"anchor":"verify","level":2,"line":304,"ref":"AGENTS.md#verify","title":"Verify"},{"anchor":"report","level":2,"line":310,"ref":"AGENTS.md#report","title":"Report"},{"anchor":"full-reference","level":2,"line":316,"ref":"AGENTS.md#full-reference","title":"Full Reference"}],"line_refs":["AGENTS.md:1"],"path_ref":"AGENTS.md"},"signs":{"attestation_ref":"","digest":"8dfa0e2313240c626a34ef503d4ebca4cb5fe2776566cafea7ec0eec9f74baae","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:36a72687b6b4322369071168","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"agents","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"2118afd9b4f971c9111c4eb8c921a60735fd84b7b9bd98e66c8c79e5006b1655","git_blob_id":"9d06a1555ac1c94e4a5ed9ebcd7e98d8ae3d32ac","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","lineage_path":"AGENTS.md#generation-2","logical_id":"aoa:abyss-stack:artifact:36a72687b6b4322369071168","mime":"text/markdown","path":"AGENTS.md","repo":"abyss-stack","size_bytes":13403,"version_id":"aoa:abyss-stack:artifact-version:2880902c59185f489c8c75e8"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"AGENTS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":"AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"applies-to","level":2,"line":5,"ref":"AGENTS.md#applies-to","title":"Applies to"},{"anchor":"role","level":2,"line":10,"ref":"AGENTS.md#role","title":"Role"},{"anchor":"read-before-editing","level":2,"line":19,"ref":"AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"boundaries","level":2,"line":38,"ref":"AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"validation","level":2,"line":57,"ref":"AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":88,"ref":"AGENTS.md#closeout","title":"Closeout"},{"anchor":"purpose","level":2,"line":95,"ref":"AGENTS.md#purpose","title":"Purpose"},{"anchor":"owner-lane","level":2,"line":102,"ref":"AGENTS.md#owner-lane","title":"Owner Lane"},{"anchor":"start-here","level":2,"line":125,"ref":"AGENTS.md#start-here","title":"Start Here"},{"anchor":"route-modes","level":2,"line":142,"ref":"AGENTS.md#route-modes","title":"Route Modes"},{"anchor":"memory-route","level":2,"line":170,"ref":"AGENTS.md#memory-route","title":"Memory Route"},{"anchor":"agents-stack-law","level":2,"line":185,"ref":"AGENTS.md#agents-stack-law","title":"AGENTS Stack Law"},{"anchor":"runtime-rules","level":2,"line":200,"ref":"AGENTS.md#runtime-rules","title":"Runtime Rules"},{"anchor":"decision-review","level":2,"line":213,"ref":"AGENTS.md#decision-review","title":"Decision Review"},{"anchor":"github-landing-workflow","level":2,"line":220,"ref":"AGENTS.md#github-landing-workflow","title":"GitHub Landing Workflow"},{"anchor":"post-change-route-review","level":2,"line":244,"ref":"AGENTS.md#post-change-route-review","title":"Post-change Route Review"},{"anchor":"route-away-when","level":2,"line":272,"ref":"AGENTS.md#route-away-when","title":"Route Away When"},{"anchor":"hard-no","level":2,"line":285,"ref":"AGENTS.md#hard-no","title":"Hard No"},{"anchor":"review-critical-drift","level":2,"line":297,"ref":"AGENTS.md#review-critical-drift","title":"Review-critical Drift"},{"anchor":"verify","level":2,"line":308,"ref":"AGENTS.md#verify","title":"Verify"},{"anchor":"report","level":2,"line":314,"ref":"AGENTS.md#report","title":"Report"},{"anchor":"full-reference","level":2,"line":320,"ref":"AGENTS.md#full-reference","title":"Full Reference"}],"line_refs":["AGENTS.md:1"],"path_ref":"AGENTS.md"},"signs":{"attestation_ref":"","digest":"2118afd9b4f971c9111c4eb8c921a60735fd84b7b9bd98e66c8c79e5006b1655","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:660e2950a58394d7861b50f4","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"service_unit","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"service_unit","classification":{"confidence":"high","primary_kind":"artifact"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"ed5acbdff5e3fb62c1b1bb96b43217972d1549dad0c1f6ea803885fd747bd620","git_blob_id":"3149860f7dfd5ba41149b1fff77fc3532757615a","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:660e2950a58394d7861b50f4","lineage_path":"systemd/user/abyss-gemma4-spark-monitor.service","logical_id":"aoa:abyss-stack:artifact:660e2950a58394d7861b50f4","mime":"text/plain","path":"systemd/user/abyss-gemma4-spark-monitor.service","repo":"abyss-stack","size_bytes":565,"version_id":"aoa:abyss-stack:artifact-version:6b4d30809569442a8612fcf3"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"systemd/user/abyss-gemma4-spark-monitor.service"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"systemd/user/abyss-gemma4-spark-monitor.service","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["systemd/user/abyss-gemma4-spark-monitor.service:1"],"path_ref":"systemd/user/abyss-gemma4-spark-monitor.service"},"signs":{"attestation_ref":"","digest":"ed5acbdff5e3fb62c1b1bb96b43217972d1549dad0c1f6ea803885fd747bd620","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:7dfda0f41ea8f067ee620505","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"manifest","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"manifest","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"c214fc25a84568caaccfef8e14aa5aad73cdce46dd10cf46b49402ee6d8ffcee","git_blob_id":"a70e476b8058bb5fdead86f8eaa0129e2ca49032","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:7dfda0f41ea8f067ee620505","lineage_path":"mcp/services/aoa-evals-mcp/pyproject.toml","logical_id":"aoa:abyss-stack:artifact:7dfda0f41ea8f067ee620505","mime":"application/toml","path":"mcp/services/aoa-evals-mcp/pyproject.toml","repo":"abyss-stack","size_bytes":496,"version_id":"aoa:abyss-stack:artifact-version:c3b7d54727500dc5d61b4f54"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"manifest_owner","surface":"mcp/services/aoa-evals-mcp/pyproject.toml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/aoa-evals-mcp/pyproject.toml","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mcp/services/aoa-evals-mcp/pyproject.toml:1"],"path_ref":"mcp/services/aoa-evals-mcp/pyproject.toml"},"signs":{"attestation_ref":"","digest":"c214fc25a84568caaccfef8e14aa5aad73cdce46dd10cf46b49402ee6d8ffcee","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:d79936670225befe15a1f96a","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"7235bd54a4e4b1ce5b5ee9ff42e5c8c1947553a56180702458828cf613d41118","git_blob_id":"7772f21992ab32946f9172de2a77bb0969b75610","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:d79936670225befe15a1f96a","lineage_path":"mechanics/federation-seams/parts/federation-checks/README.md","logical_id":"aoa:abyss-stack:artifact:d79936670225befe15a1f96a","mime":"text/markdown","path":"mechanics/federation-seams/parts/federation-checks/README.md","repo":"abyss-stack","size_bytes":765,"version_id":"aoa:abyss-stack:artifact-version:e93e046b03b82e4156153bca"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/federation-seams/parts/federation-checks/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/federation-seams/parts/federation-checks/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"federation-checks","level":1,"line":1,"ref":"mechanics/federation-seams/parts/federation-checks/README.md#federation-checks","title":"Federation Checks"}],"line_refs":["mechanics/federation-seams/parts/federation-checks/README.md:1"],"path_ref":"mechanics/federation-seams/parts/federation-checks/README.md"},"signs":{"attestation_ref":"","digest":"7235bd54a4e4b1ce5b5ee9ff42e5c8c1947553a56180702458828cf613d41118","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/7e.jsonl b/kag/indexes/shards/source/7e.jsonl index 4fd6a9b77..1e7af12e7 100644 --- a/kag/indexes/shards/source/7e.jsonl +++ b/kag/indexes/shards/source/7e.jsonl @@ -3,3 +3,4 @@ {"_key":"source:aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"1df9d2313e4cb69a12c67d48c7a428631debdec39acb04883cab46eb767e2b92","git_blob_id":"e05ad98db77c4219f4c117e4230aec8254f37376","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","lineage_path":"compose/tuning/observability.thin-host.yml","logical_id":"aoa:abyss-stack:artifact:801cbeb87fd0f32c8d5f30f0","mime":"application/yaml","path":"compose/tuning/observability.thin-host.yml","repo":"abyss-stack","size_bytes":3413,"version_id":"aoa:abyss-stack:artifact-version:f97d08ea87ce26b454ac66dd"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"compose/tuning/observability.thin-host.yml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"compose/tuning/observability.thin-host.yml","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["compose/tuning/observability.thin-host.yml:1"],"path_ref":"compose/tuning/observability.thin-host.yml"},"signs":{"attestation_ref":"","digest":"1df9d2313e4cb69a12c67d48c7a428631debdec39acb04883cab46eb767e2b92","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"17841e94c6ecbb9e94d221e115684fdcf9106a13f3b512f627f6874280dcca70","git_blob_id":"dc1c4b02e9aaa8a1dc3b6ecb5d1c07b2e4b8a6fd","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","lineage_path":"compose/modules/43-federation-router.yml","logical_id":"aoa:abyss-stack:artifact:ec4c80fbf74e789fa911784f","mime":"application/yaml","path":"compose/modules/43-federation-router.yml","repo":"abyss-stack","size_bytes":913,"version_id":"aoa:abyss-stack:artifact-version:52bad4d8a463a5f74ed17aaf"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"compose/modules/43-federation-router.yml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"compose/modules/43-federation-router.yml","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["compose/modules/43-federation-router.yml:1"],"path_ref":"compose/modules/43-federation-router.yml"},"signs":{"attestation_ref":"","digest":"17841e94c6ecbb9e94d221e115684fdcf9106a13f3b512f627f6874280dcca70","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"schema","compatibility":"legacy","contract_version":"https://aoa.local/abyss-stack/schemas/office_release_train_worker_v1.json","schema_version":"https://json-schema.org/draft/2020-12/schema"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"schema","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"3c44710ffdc37114452112606b7dd0cf4c98b3430a554aa9cd5350b176133ea3","git_blob_id":"634225047ba44ebbd367ca2ed55ab96274448da0","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1","lineage_path":"schemas/office_release_train_worker_v1.json","logical_id":"aoa:abyss-stack:artifact:f4522808687c03ea9fdf6db1","mime":"application/json","path":"mechanics/experience-runtime/legacy/artifacts/schemas/office_release_train_worker_v1.json","repo":"abyss-stack","size_bytes":1597,"version_id":"aoa:abyss-stack:artifact-version:b4e50f66942c433e37c13699"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"schema_owner","surface":"mechanics/experience-runtime/legacy/artifacts/schemas/office_release_train_worker_v1.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/experience-runtime/legacy/artifacts/schemas/office_release_train_worker_v1.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/experience-runtime/legacy/artifacts/schemas/office_release_train_worker_v1.json:1"],"path_ref":"mechanics/experience-runtime/legacy/artifacts/schemas/office_release_train_worker_v1.json"},"signs":{"attestation_ref":"","digest":"3c44710ffdc37114452112606b7dd0cf4c98b3430a554aa9cd5350b176133ea3","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"9822fc2049bd104e01a6899856887edfb65b21d42fc094f77840a312e8d635f6","git_blob_id":"3bcdbf8addda8c605d7346eae50dcec035933a02","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","lineage_path":"skills/abyss-self-diagnostic-spine/references/contract.yaml","logical_id":"aoa:abyss-stack:artifact:ff95ab56c7288c9a0beee6a9","mime":"application/yaml","path":"skills/abyss-self-diagnostic-spine/references/contract.yaml","repo":"abyss-stack","size_bytes":4443,"version_id":"aoa:abyss-stack:artifact-version:992e68524bcd2e47e228ad59"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"skills/abyss-self-diagnostic-spine/references/contract.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"skills/abyss-self-diagnostic-spine/references/contract.yaml","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["skills/abyss-self-diagnostic-spine/references/contract.yaml:1"],"path_ref":"skills/abyss-self-diagnostic-spine/references/contract.yaml"},"signs":{"attestation_ref":"","digest":"9822fc2049bd104e01a6899856887edfb65b21d42fc094f77840a312e8d635f6","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/88.jsonl b/kag/indexes/shards/source/88.jsonl index e80a02c8b..183dcacf7 100644 --- a/kag/indexes/shards/source/88.jsonl +++ b/kag/indexes/shards/source/88.jsonl @@ -1,5 +1,5 @@ {"_key":"source:aoa:abyss-stack:artifact:0709cc4761624b90c0d2ce6d","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"1957b2faa7894b97a4b491f65fe15d4324e180a8c2f910f6684e6bc1c0e0e92f","git_blob_id":"2efda74c6946e7fafaa951325b666fe804e8bc9b","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:0709cc4761624b90c0d2ce6d","lineage_path":"mechanics/inference-pilots/parts/llamacpp-pilot/README.md","logical_id":"aoa:abyss-stack:artifact:0709cc4761624b90c0d2ce6d","mime":"text/markdown","path":"mechanics/inference-pilots/parts/llamacpp-pilot/README.md","repo":"abyss-stack","size_bytes":478,"version_id":"aoa:abyss-stack:artifact-version:061bc78122012ae4dba0a834"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/inference-pilots/parts/llamacpp-pilot/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/inference-pilots/parts/llamacpp-pilot/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"llamacpp-pilot","level":1,"line":1,"ref":"mechanics/inference-pilots/parts/llamacpp-pilot/README.md#llamacpp-pilot","title":"llama.cpp Pilot"}],"line_refs":["mechanics/inference-pilots/parts/llamacpp-pilot/README.md:1"],"path_ref":"mechanics/inference-pilots/parts/llamacpp-pilot/README.md"},"signs":{"attestation_ref":"","digest":"1957b2faa7894b97a4b491f65fe15d4324e180a8c2f910f6684e6bc1c0e0e92f","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"91295c35f064908ca9f5e6f9fd569b92d7fff97184bbfde2d6ef2c24fb13e01d","git_blob_id":"909306cf1adef44ad2098182604050d403969dd4","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","lineage_path":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md","logical_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","mime":"text/markdown","path":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md","repo":"abyss-stack","size_bytes":2991,"version_id":"aoa:abyss-stack:artifact-version:d9dec5fe62dbf9d30792fc1d"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"diagnostic-spine-validator-module","level":1,"line":1,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#diagnostic-spine-validator-module","title":"Diagnostic Spine Validator Module"},{"anchor":"index-metadata","level":2,"line":8,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":17,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#context","title":"Context"},{"anchor":"options-considered","level":2,"line":29,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#options-considered","title":"Options considered"},{"anchor":"decision","level":2,"line":36,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":45,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":53,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#consequences","title":"Consequences"},{"anchor":"source-surfaces","level":2,"line":65,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":73,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#follow-up-route","title":"Follow-up route"}],"line_refs":["docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md:1"],"path_ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md"},"signs":{"attestation_ref":"","digest":"91295c35f064908ca9f5e6f9fd569b92d7fff97184bbfde2d6ef2c24fb13e01d","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"70064e6a046134842bc1707d219665cffcd22e386dde9ac20dfa84af63c8592b","git_blob_id":"28cfe9effacf5858d5c16837d31d19bfeba29799","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","lineage_path":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md","logical_id":"aoa:abyss-stack:artifact:368c5d3bdba1748444165a97","mime":"text/markdown","path":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md","repo":"abyss-stack","size_bytes":3366,"version_id":"aoa:abyss-stack:artifact-version:a6a23a916e523a4c46e50f0e"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"diagnostic-spine-validator-module","level":1,"line":1,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#diagnostic-spine-validator-module","title":"Diagnostic Spine Validator Module"},{"anchor":"index-metadata","level":2,"line":9,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":18,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#context","title":"Context"},{"anchor":"options-considered","level":2,"line":30,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#options-considered","title":"Options considered"},{"anchor":"decision","level":2,"line":37,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":51,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":59,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#consequences","title":"Consequences"},{"anchor":"source-surfaces","level":2,"line":70,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":80,"ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md#follow-up-route","title":"Follow-up route"}],"line_refs":["docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md:1"],"path_ref":"docs/decisions/ABYSS-STACK-D-0050-diagnostic-spine-validator-module.md"},"signs":{"attestation_ref":"","digest":"70064e6a046134842bc1707d219665cffcd22e386dde9ac20dfa84af63c8592b","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:71db8e7b0dc3f5d4cfb76873","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"reputation_ledger_collection_v1"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"generated_readmodel","classification":{"confidence":"high","primary_kind":"artifact"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"a373052f5ef2ec1a37879025118e997974c7df8b15b0dd51d1b98bcbb79c0364","git_blob_id":"44f2dd64355a2b2d37561bc964bbe9b99318f5c9","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:71db8e7b0dc3f5d4cfb76873","lineage_path":"generated/rpg/reputation_ledgers.json","logical_id":"aoa:abyss-stack:artifact:71db8e7b0dc3f5d4cfb76873","mime":"application/json","path":"mechanics/federation-seams/parts/rpg-runtime/generated/reputation_ledgers.json","repo":"abyss-stack","size_bytes":1933,"version_id":"aoa:abyss-stack:artifact-version:69ac0ba7b935700d4cc21675"},"mechanics_role":"mechanic_part","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mechanics/federation-seams/parts/rpg-runtime/generated/reputation_ledgers.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"mechanics/federation-seams/parts/rpg-runtime/generated/reputation_ledgers.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/federation-seams/parts/rpg-runtime/generated/reputation_ledgers.json:1"],"path_ref":"mechanics/federation-seams/parts/rpg-runtime/generated/reputation_ledgers.json"},"signs":{"attestation_ref":"","digest":"a373052f5ef2ec1a37879025118e997974c7df8b15b0dd51d1b98bcbb79c0364","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"legacy","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"75a8f704d940044430c5c5a348acbfeaad317c1f0072a7b40e9a911d80b476f1","git_blob_id":"d3c182c83fed191456cb259c204c0855a3b55f2f","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075","lineage_path":"docs/FEDERATION_HARVEST_STORAGE_PLAN.md","logical_id":"aoa:abyss-stack:artifact:b2d4c8cd10a49b43a30b8075","mime":"text/markdown","path":"mechanics/experience-runtime/legacy/raw/FEDERATION_HARVEST_STORAGE_PLAN.md","repo":"abyss-stack","size_bytes":2140,"version_id":"aoa:abyss-stack:artifact-version:980764219ae57d2abd07ec88"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/experience-runtime/legacy/raw/FEDERATION_HARVEST_STORAGE_PLAN.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/experience-runtime/legacy/raw/FEDERATION_HARVEST_STORAGE_PLAN.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"federation-harvest-storage-plan","level":1,"line":1,"ref":"mechanics/experience-runtime/legacy/raw/FEDERATION_HARVEST_STORAGE_PLAN.md#federation-harvest-storage-plan","title":"FEDERATION HARVEST STORAGE PLAN"},{"anchor":"purpose","level":2,"line":3,"ref":"mechanics/experience-runtime/legacy/raw/FEDERATION_HARVEST_STORAGE_PLAN.md#purpose","title":"Purpose"},{"anchor":"flow","level":2,"line":9,"ref":"mechanics/experience-runtime/legacy/raw/FEDERATION_HARVEST_STORAGE_PLAN.md#flow","title":"Flow"},{"anchor":"this-surface-owns","level":2,"line":15,"ref":"mechanics/experience-runtime/legacy/raw/FEDERATION_HARVEST_STORAGE_PLAN.md#this-surface-owns","title":"This surface owns"},{"anchor":"this-surface-does-not-own","level":2,"line":22,"ref":"mechanics/experience-runtime/legacy/raw/FEDERATION_HARVEST_STORAGE_PLAN.md#this-surface-does-not-own","title":"This surface does not own"},{"anchor":"inputs","level":2,"line":29,"ref":"mechanics/experience-runtime/legacy/raw/FEDERATION_HARVEST_STORAGE_PLAN.md#inputs","title":"Inputs"},{"anchor":"outputs","level":2,"line":37,"ref":"mechanics/experience-runtime/legacy/raw/FEDERATION_HARVEST_STORAGE_PLAN.md#outputs","title":"Outputs"},{"anchor":"gates","level":2,"line":45,"ref":"mechanics/experience-runtime/legacy/raw/FEDERATION_HARVEST_STORAGE_PLAN.md#gates","title":"Gates"},{"anchor":"owner-governance-reference","level":2,"line":53,"ref":"mechanics/experience-runtime/legacy/raw/FEDERATION_HARVEST_STORAGE_PLAN.md#owner-governance-reference","title":"Owner Governance Reference"},{"anchor":"runtime-invariants","level":2,"line":57,"ref":"mechanics/experience-runtime/legacy/raw/FEDERATION_HARVEST_STORAGE_PLAN.md#runtime-invariants","title":"Runtime Invariants"},{"anchor":"notes","level":2,"line":63,"ref":"mechanics/experience-runtime/legacy/raw/FEDERATION_HARVEST_STORAGE_PLAN.md#notes","title":"Notes"}],"line_refs":["mechanics/experience-runtime/legacy/raw/FEDERATION_HARVEST_STORAGE_PLAN.md:1"],"path_ref":"mechanics/experience-runtime/legacy/raw/FEDERATION_HARVEST_STORAGE_PLAN.md"},"signs":{"attestation_ref":"","digest":"75a8f704d940044430c5c5a348acbfeaad317c1f0072a7b40e9a911d80b476f1","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"roadmap","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"c54c8416502bf8147db9b5f069573d2e626a5c97c4aeb560778a2d1e4ab5fbd0","git_blob_id":"8f8d456df8b7f22b7618f0cf39dd70e41504ad5d","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e","lineage_path":"mechanics/governed-execution/ROADMAP.md","logical_id":"aoa:abyss-stack:artifact:b884e40f2b9df5f5dfe4942e","mime":"text/markdown","path":"mechanics/governed-execution/ROADMAP.md","repo":"abyss-stack","size_bytes":778,"version_id":"aoa:abyss-stack:artifact-version:44e0c201249747982f578aa3"},"mechanics_role":"mechanic_package","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/governed-execution/ROADMAP.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/governed-execution/ROADMAP.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"governed-execution-roadmap","level":1,"line":1,"ref":"mechanics/governed-execution/ROADMAP.md#governed-execution-roadmap","title":"Governed Execution Roadmap"},{"anchor":"current-route","level":2,"line":3,"ref":"mechanics/governed-execution/ROADMAP.md#current-route","title":"Current route"},{"anchor":"next-candidates","level":2,"line":10,"ref":"mechanics/governed-execution/ROADMAP.md#next-candidates","title":"Next candidates"},{"anchor":"stop-lines","level":2,"line":16,"ref":"mechanics/governed-execution/ROADMAP.md#stop-lines","title":"Stop-lines"}],"line_refs":["mechanics/governed-execution/ROADMAP.md:1"],"path_ref":"mechanics/governed-execution/ROADMAP.md"},"signs":{"attestation_ref":"","digest":"c54c8416502bf8147db9b5f069573d2e626a5c97c4aeb560778a2d1e4ab5fbd0","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/8a.jsonl b/kag/indexes/shards/source/8a.jsonl index 4e658df93..ff0739d1b 100644 --- a/kag/indexes/shards/source/8a.jsonl +++ b/kag/indexes/shards/source/8a.jsonl @@ -1,3 +1,3 @@ {"_key":"source:aoa:abyss-stack:artifact:30567ac5da935b78a4719b18","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"entrypoint","command_role":"script","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"699b34d839cfc9c4f79232b2af7e997157cd58b70dc7d1b10cc4400a2e90070d","git_blob_id":"96b83b2197bdd8c4b8c89ae74fde55a738532e6d","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:30567ac5da935b78a4719b18","lineage_path":"scripts/aoa-doctor","logical_id":"aoa:abyss-stack:artifact:30567ac5da935b78a4719b18","mime":"application/x-sh","path":"scripts/aoa-doctor","repo":"abyss-stack","size_bytes":197,"version_id":"aoa:abyss-stack:artifact-version:82ac1d609cdb1e24fb94c1fa"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"scripts/aoa-doctor"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/aoa-doctor","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/aoa-doctor:1"],"path_ref":"scripts/aoa-doctor"},"signs":{"attestation_ref":"","digest":"699b34d839cfc9c4f79232b2af7e997157cd58b70dc7d1b10cc4400a2e90070d","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["scripts/aoa-doctor"],"required_tools":["bash"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:516f92781aec817457ff37ae","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"schema","compatibility":"legacy","contract_version":"https://aoa.local/abyss-stack/schemas/constitution_runtime_storage_record_v1.json","schema_version":"https://json-schema.org/draft/2020-12/schema"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"schema","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"7f173543a1975ec890a29d39e009ec74369ec0d28e090a25723fe4d61917dad3","git_blob_id":"d632e6fc357daaa0353cf639dcd8b0d98a3334c7","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:516f92781aec817457ff37ae","lineage_path":"schemas/constitution_runtime_storage_record_v1.json","logical_id":"aoa:abyss-stack:artifact:516f92781aec817457ff37ae","mime":"application/json","path":"mechanics/experience-runtime/legacy/artifacts/schemas/constitution_runtime_storage_record_v1.json","repo":"abyss-stack","size_bytes":774,"version_id":"aoa:abyss-stack:artifact-version:4f4833cbf75a37d410b5e2ba"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"schema_owner","surface":"mechanics/experience-runtime/legacy/artifacts/schemas/constitution_runtime_storage_record_v1.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/experience-runtime/legacy/artifacts/schemas/constitution_runtime_storage_record_v1.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/experience-runtime/legacy/artifacts/schemas/constitution_runtime_storage_record_v1.json:1"],"path_ref":"mechanics/experience-runtime/legacy/artifacts/schemas/constitution_runtime_storage_record_v1.json"},"signs":{"attestation_ref":"","digest":"7f173543a1975ec890a29d39e009ec74369ec0d28e090a25723fe4d61917dad3","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"9b4ae924541fe1fc295ab73fb28dc132448c7f338b2916a24f6ba57d18121f8a","git_blob_id":"91e1a121c0249a1c0346454ada04058bf304e604","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","lineage_path":"scripts/validators/diagnostic_spine.py","logical_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","mime":"text/x-python","path":"scripts/validators/diagnostic_spine.py","repo":"abyss-stack","size_bytes":24643,"version_id":"aoa:abyss-stack:artifact-version:84455b6f4ee69fc23b7343a5"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"scripts/validators/diagnostic_spine.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validators/diagnostic_spine.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validators/diagnostic_spine.py:1"],"path_ref":"scripts/validators/diagnostic_spine.py"},"signs":{"attestation_ref":"","digest":"9b4ae924541fe1fc295ab73fb28dc132448c7f338b2916a24f6ba57d18121f8a","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"8b881ada5331ed80613101fd71f4a213eac4f154b1188de404ecb8c2d5f587bf","git_blob_id":"d11c93c75857ff351829c7802cc943ae46c5cd65","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","lineage_path":"scripts/validators/diagnostic_spine.py","logical_id":"aoa:abyss-stack:artifact:d1451be71cbe264adc174f5b","mime":"text/x-python","path":"scripts/validators/diagnostic_spine.py","repo":"abyss-stack","size_bytes":28665,"version_id":"aoa:abyss-stack:artifact-version:fe502a6442ff892b7b85980d"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"scripts/validators/diagnostic_spine.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validators/diagnostic_spine.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validators/diagnostic_spine.py:1"],"path_ref":"scripts/validators/diagnostic_spine.py"},"signs":{"attestation_ref":"","digest":"8b881ada5331ed80613101fd71f4a213eac4f154b1188de404ecb8c2d5f587bf","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/9f.jsonl b/kag/indexes/shards/source/9f.jsonl index 0ab07a497..4bc75b08b 100644 --- a/kag/indexes/shards/source/9f.jsonl +++ b/kag/indexes/shards/source/9f.jsonl @@ -2,3 +2,4 @@ {"_key":"source:aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"9887fde63ef2c194d8a4f312f88a1dbf16b61d795cbe242e614bfd9dab7281b2","git_blob_id":"2dced423668e101db7de96a7bd4a2f49b7a361c8","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","lineage_path":"docs/model-cards/qwen3-8b-int4-ov.md","logical_id":"aoa:abyss-stack:artifact:6a886c44d0ef5560636e39b0","mime":"text/markdown","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md","repo":"abyss-stack","size_bytes":2061,"version_id":"aoa:abyss-stack:artifact-version:070b5850b2b4c46a81782b13"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"qwen3-8b-int4-ov","level":1,"line":1,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md#qwen3-8b-int4-ov","title":"qwen3-8b-int4-ov"},{"anchor":"best-for","level":2,"line":9,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md#best-for","title":"Best For"},{"anchor":"avoid-for","level":2,"line":17,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md#avoid-for","title":"Avoid For"},{"anchor":"preferred-backends","level":2,"line":23,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md#preferred-backends","title":"Preferred Backends"},{"anchor":"validated-lanes","level":2,"line":28,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md#validated-lanes","title":"Validated Lanes"},{"anchor":"candidate-lanes","level":2,"line":33,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md#candidate-lanes","title":"Candidate Lanes"},{"anchor":"contract-notes","level":2,"line":38,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md#contract-notes","title":"Contract Notes"},{"anchor":"evidence-surfaces","level":2,"line":50,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md#evidence-surfaces","title":"Evidence Surfaces"},{"anchor":"next-test","level":2,"line":55,"ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md#next-test","title":"Next Test"}],"line_refs":["mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md:1"],"path_ref":"mechanics/machine-fit/parts/inference-tuning/docs/model-cards/qwen3-8b-int4-ov.md"},"signs":{"attestation_ref":"","digest":"9887fde63ef2c194d8a4f312f88a1dbf16b61d795cbe242e614bfd9dab7281b2","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:ca42b5a41de73b6f36711ff6","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"64813ba520a3267a635403de40799fc4fea27ebf8fa2ceb5527bebc1e9a0142a","git_blob_id":"ac9128e54a49e3e78874ceb01fe09e345c0c3ebe","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:ca42b5a41de73b6f36711ff6","lineage_path":"mechanics/runtime-lifecycle/parts/logs-status/tests/test_service_selection_policy_validation.py","logical_id":"aoa:abyss-stack:artifact:ca42b5a41de73b6f36711ff6","mime":"text/x-python","path":"mechanics/runtime-lifecycle/parts/logs-status/tests/test_service_selection_policy_validation.py","repo":"abyss-stack","size_bytes":11836,"version_id":"aoa:abyss-stack:artifact-version:626bd0e9b0ce4b5c397ab3ae"},"mechanics_role":"part_test","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"mechanics/runtime-lifecycle/parts/logs-status/tests/test_service_selection_policy_validation.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/runtime-lifecycle/parts/logs-status/tests/test_service_selection_policy_validation.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/runtime-lifecycle/parts/logs-status/tests/test_service_selection_policy_validation.py:1"],"path_ref":"mechanics/runtime-lifecycle/parts/logs-status/tests/test_service_selection_policy_validation.py"},"signs":{"attestation_ref":"","digest":"64813ba520a3267a635403de40799fc4fea27ebf8fa2ceb5527bebc1e9a0142a","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:ccba9aa11dfab9bc875170e8","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"b8e73355c92921240b31cbcb3ad0ef595cb2de5cbc049eef0e0e91170bbc16d4","git_blob_id":"a8efca0561b002c71e2992145b1402697d156de8","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:ccba9aa11dfab9bc875170e8","lineage_path":"mechanics/inference-pilots/docs/README.md","logical_id":"aoa:abyss-stack:artifact:ccba9aa11dfab9bc875170e8","mime":"text/markdown","path":"mechanics/inference-pilots/docs/README.md","repo":"abyss-stack","size_bytes":414,"version_id":"aoa:abyss-stack:artifact-version:0e3e453b25ec09ac613ec94a"},"mechanics_role":"mechanic_package","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/inference-pilots/docs/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/inference-pilots/docs/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"inference-pilots-docs","level":1,"line":1,"ref":"mechanics/inference-pilots/docs/README.md#inference-pilots-docs","title":"Inference Pilots Docs"}],"line_refs":["mechanics/inference-pilots/docs/README.md:1"],"path_ref":"mechanics/inference-pilots/docs/README.md"},"signs":{"attestation_ref":"","digest":"b8e73355c92921240b31cbcb3ad0ef595cb2de5cbc049eef0e0e91170bbc16d4","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:d29ad807dabc7c951e11e7c6","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"6a81fe857d0fa87644357abaea9c8585f8d47b0f13155f49251e325c70da3ddd","git_blob_id":"3c821e4ce87ae422e59e2807997e87eca4a04a58","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:d29ad807dabc7c951e11e7c6","lineage_path":"skills/abyss-self-diagnostic-spine/agents/openai.yaml","logical_id":"aoa:abyss-stack:artifact:d29ad807dabc7c951e11e7c6","mime":"application/yaml","path":"skills/abyss-self-diagnostic-spine/agents/openai.yaml","repo":"abyss-stack","size_bytes":241,"version_id":"aoa:abyss-stack:artifact-version:de84208809169421603a364a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"skills/abyss-self-diagnostic-spine/agents/openai.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"skills/abyss-self-diagnostic-spine/agents/openai.yaml","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["skills/abyss-self-diagnostic-spine/agents/openai.yaml:1"],"path_ref":"skills/abyss-self-diagnostic-spine/agents/openai.yaml"},"signs":{"attestation_ref":"","digest":"6a81fe857d0fa87644357abaea9c8585f8d47b0f13155f49251e325c70da3ddd","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/a0.jsonl b/kag/indexes/shards/source/a0.jsonl index 3254b29ae..ace445e8e 100644 --- a/kag/indexes/shards/source/a0.jsonl +++ b/kag/indexes/shards/source/a0.jsonl @@ -1,4 +1,4 @@ {"_key":"source:aoa:abyss-stack:artifact:390e30d2b90ccc05b33d8c77","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"text_artifact","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"text_artifact","classification":{"confidence":"high","primary_kind":"artifact"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"e74f188b3bd0285b6cdb84cb32af102d979800be926818c5dd1ce65285c087a8","git_blob_id":"00ccedc215a90f8c5447880166325f5ec788d2d7","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:390e30d2b90ccc05b33d8c77","lineage_path":"compose/profiles/observability.txt#generation-2","logical_id":"aoa:abyss-stack:artifact:390e30d2b90ccc05b33d8c77","mime":"text/plain","path":"compose/profiles/observability.txt","repo":"abyss-stack","size_bytes":18,"version_id":"aoa:abyss-stack:artifact-version:e587bb6d0a897472a6d51527"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"compose/profiles/observability.txt"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"compose/profiles/observability.txt","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["compose/profiles/observability.txt:1"],"path_ref":"compose/profiles/observability.txt"},"signs":{"attestation_ref":"","digest":"e74f188b3bd0285b6cdb84cb32af102d979800be926818c5dd1ce65285c087a8","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:738654194bdcb1fdc161386c","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"3af17a156c588291e348adf88c7f5dd605f76078f962ea4301102be20e8d5fe8","git_blob_id":"d1c4063377c135d6349061f30170311aa405dd2f","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:738654194bdcb1fdc161386c","lineage_path":"config-templates/Services/langchain-api/app/main.py","logical_id":"aoa:abyss-stack:artifact:738654194bdcb1fdc161386c","mime":"text/x-python","path":"config-templates/Services/langchain-api/app/main.py","repo":"abyss-stack","size_bytes":67605,"version_id":"aoa:abyss-stack:artifact-version:78f23156cd6bd0157e8a1b09"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"config-templates/Services/langchain-api/app/main.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"config-templates/Services/langchain-api/app/main.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["config-templates/Services/langchain-api/app/main.py:1"],"path_ref":"config-templates/Services/langchain-api/app/main.py"},"signs":{"attestation_ref":"","digest":"3af17a156c588291e348adf88c7f5dd605f76078f962ea4301102be20e8d5fe8","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"ef211f7faeb28d8d0c397a8569fada1b9b569ec519f68e1279e2f9f8842dcfbd","git_blob_id":"5361d583c16d805f0af3bf461d350b9f80ffccb0","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f","lineage_path":"mechanics/governed-execution/docs/README.md","logical_id":"aoa:abyss-stack:artifact:a2c2d29c6a46afa25c2aaf9f","mime":"text/markdown","path":"mechanics/governed-execution/docs/README.md","repo":"abyss-stack","size_bytes":374,"version_id":"aoa:abyss-stack:artifact-version:4ba714273b2cc9c9d100f1bd"},"mechanics_role":"mechanic_package","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/governed-execution/docs/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/governed-execution/docs/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"governed-execution-docs","level":1,"line":1,"ref":"mechanics/governed-execution/docs/README.md#governed-execution-docs","title":"Governed Execution Docs"}],"line_refs":["mechanics/governed-execution/docs/README.md:1"],"path_ref":"mechanics/governed-execution/docs/README.md"},"signs":{"attestation_ref":"","digest":"ef211f7faeb28d8d0c397a8569fada1b9b569ec519f68e1279e2f9f8842dcfbd","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"425c399deda8682552218bef38ebf3e0fcd5a8a450f4e0ff7a1dad8eac4253d5","git_blob_id":"c1de1d249d556a8ea8db936c8b86166cdd1b1904","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","lineage_path":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","logical_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","mime":"text/markdown","path":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","repo":"abyss-stack","size_bytes":3311,"version_id":"aoa:abyss-stack:artifact-version:d682555185b5a513708d51b5"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agent-skill-projection-validator-module","level":1,"line":1,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#agent-skill-projection-validator-module","title":"Agent Skill Projection Validator Module"},{"anchor":"index-metadata","level":2,"line":8,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":17,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#context","title":"Context"},{"anchor":"options-considered","level":2,"line":29,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#options-considered","title":"Options considered"},{"anchor":"decision","level":2,"line":37,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":45,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":55,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#consequences","title":"Consequences"},{"anchor":"source-surfaces","level":2,"line":67,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":77,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#follow-up-route","title":"Follow-up route"}],"line_refs":["docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md:1"],"path_ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"},"signs":{"attestation_ref":"","digest":"425c399deda8682552218bef38ebf3e0fcd5a8a450f4e0ff7a1dad8eac4253d5","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"ff09bb2c3799c04b8c65e9a81f78dcd9a80e48f7bfc3afcea0faf5d5d9cd8896","git_blob_id":"93f78416fe261a7821fe5747d4347609cd34452b","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","lineage_path":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","logical_id":"aoa:abyss-stack:artifact:b2161b6c07a8057530fec0bd","mime":"text/markdown","path":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","repo":"abyss-stack","size_bytes":3658,"version_id":"aoa:abyss-stack:artifact-version:4bf611d767fa3075ce17ab22"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agent-skill-projection-validator-module","level":1,"line":1,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#agent-skill-projection-validator-module","title":"Agent Skill Projection Validator Module"},{"anchor":"index-metadata","level":2,"line":9,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":18,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#context","title":"Context"},{"anchor":"options-considered","level":2,"line":32,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#options-considered","title":"Options considered"},{"anchor":"decision","level":2,"line":40,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":52,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":62,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#consequences","title":"Consequences"},{"anchor":"source-surfaces","level":2,"line":73,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":83,"ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md#follow-up-route","title":"Follow-up route"}],"line_refs":["docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md:1"],"path_ref":"docs/decisions/ABYSS-STACK-D-0062-agent-skill-projection-validator-module.md"},"signs":{"attestation_ref":"","digest":"ff09bb2c3799c04b8c65e9a81f78dcd9a80e48f7bfc3afcea0faf5d5d9cd8896","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/a1.jsonl b/kag/indexes/shards/source/a1.jsonl index 758c5c6cb..9b00af174 100644 --- a/kag/indexes/shards/source/a1.jsonl +++ b/kag/indexes/shards/source/a1.jsonl @@ -1,5 +1,5 @@ {"_key":"source:aoa:abyss-stack:artifact:01bd1a1f9ee77c2436b84a18","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"entrypoint","command_role":"script","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"04ae41e86449c4fcb14ce1f338c365204f4593dc9514ec336200bcbef2c445f1","git_blob_id":"1c204b494b1620490f60443f4a1db9347f41a45a","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:01bd1a1f9ee77c2436b84a18","lineage_path":"mechanics/runtime-lifecycle/parts/wait-smoke/aoa_internal_probes.sh","logical_id":"aoa:abyss-stack:artifact:01bd1a1f9ee77c2436b84a18","mime":"application/x-sh","path":"mechanics/runtime-lifecycle/parts/wait-smoke/aoa_internal_probes.sh","repo":"abyss-stack","size_bytes":3414,"version_id":"aoa:abyss-stack:artifact-version:8fe0dabf3f4da5ba3f39f9c4"},"mechanics_role":"mechanic_part","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"mechanics/runtime-lifecycle/parts/wait-smoke/aoa_internal_probes.sh"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/runtime-lifecycle/parts/wait-smoke/aoa_internal_probes.sh","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/runtime-lifecycle/parts/wait-smoke/aoa_internal_probes.sh:1"],"path_ref":"mechanics/runtime-lifecycle/parts/wait-smoke/aoa_internal_probes.sh"},"signs":{"attestation_ref":"","digest":"04ae41e86449c4fcb14ce1f338c365204f4593dc9514ec336200bcbef2c445f1","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["bash mechanics/runtime-lifecycle/parts/wait-smoke/aoa_internal_probes.sh"],"required_tools":["bash"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:02e6940a395ca8b888f25191","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"generated_readmodel","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"fb0a7c6b883509110dbefb26a53761759f8474075a8fc703188e043bdfd4c8ac","git_blob_id":"f8e2a8294d8d4a0a893f06a85c5f686fa47dbda5","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:02e6940a395ca8b888f25191","lineage_path":"docs/decisions/indexes/by-number.md","logical_id":"aoa:abyss-stack:artifact:02e6940a395ca8b888f25191","mime":"text/markdown","path":"docs/decisions/indexes/by-number.md","repo":"abyss-stack","size_bytes":33956,"version_id":"aoa:abyss-stack:artifact-version:e070df6c5841d0a6a55dccbc"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/indexes/by-number.md"},"provenance":{"generated_by":"scripts/generate_decision_indexes.py","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"docs/decisions/indexes/by-number.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decisions-by-number","level":1,"line":1,"ref":"docs/decisions/indexes/by-number.md#decisions-by-number","title":"Decisions By Number"}],"line_refs":["docs/decisions/indexes/by-number.md:1"],"path_ref":"docs/decisions/indexes/by-number.md"},"signs":{"attestation_ref":"","digest":"fb0a7c6b883509110dbefb26a53761759f8474075a8fc703188e043bdfd4c8ac","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:02e6940a395ca8b888f25191","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"generated_readmodel","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"c33a81697d12e7bf9d1023f8620b090165937276d740fcc84469241355de4ad2","git_blob_id":"630ba248b40eaf361a50d4150a0a647d60652d02","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:02e6940a395ca8b888f25191","lineage_path":"docs/decisions/indexes/by-number.md","logical_id":"aoa:abyss-stack:artifact:02e6940a395ca8b888f25191","mime":"text/markdown","path":"docs/decisions/indexes/by-number.md","repo":"abyss-stack","size_bytes":34401,"version_id":"aoa:abyss-stack:artifact-version:bcfdb8c6efef141369d7afb8"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/indexes/by-number.md"},"provenance":{"generated_by":"scripts/generate_decision_indexes.py","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"docs/decisions/indexes/by-number.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decisions-by-number","level":1,"line":1,"ref":"docs/decisions/indexes/by-number.md#decisions-by-number","title":"Decisions By Number"}],"line_refs":["docs/decisions/indexes/by-number.md:1"],"path_ref":"docs/decisions/indexes/by-number.md"},"signs":{"attestation_ref":"","digest":"c33a81697d12e7bf9d1023f8620b090165937276d740fcc84469241355de4ad2","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:15f622ecb445ac352391a109","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"builder","command_role":"builder","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"0d99ede6464694b4185bac0a6009038b18a6b2bdcfe342d13dd17de7e1da9e32","git_blob_id":"f37bf4afae5256641b11a68b0c574c4faa8d2cea","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:15f622ecb445ac352391a109","lineage_path":"scripts/build_agon_mechanical_trial_run_registry.py","logical_id":"aoa:abyss-stack:artifact:15f622ecb445ac352391a109","mime":"text/x-python","path":"mechanics/agon-runtime/parts/runtime-kernels/build_mechanical_trial_run_registry.py","repo":"abyss-stack","size_bytes":1915,"version_id":"aoa:abyss-stack:artifact-version:910539ac3f1ede8c7da7bc09"},"mechanics_role":"mechanic_part","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"mechanics/agon-runtime/parts/runtime-kernels/build_mechanical_trial_run_registry.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/agon-runtime/parts/runtime-kernels/build_mechanical_trial_run_registry.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/agon-runtime/parts/runtime-kernels/build_mechanical_trial_run_registry.py:1"],"path_ref":"mechanics/agon-runtime/parts/runtime-kernels/build_mechanical_trial_run_registry.py"},"signs":{"attestation_ref":"","digest":"0d99ede6464694b4185bac0a6009038b18a6b2bdcfe342d13dd17de7e1da9e32","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python mechanics/agon-runtime/parts/runtime-kernels/build_mechanical_trial_run_registry.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:591ea0ef1e4695a7bcdc4e0b","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"text_artifact","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"text_artifact","classification":{"confidence":"high","primary_kind":"artifact"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"fcd0d7e329bc53fef146b7e28505241b82b297f94b2d1a3101a3f4a4775c06e1","git_blob_id":"6be4693d742212a10858835e9d22e37eff4e5c53","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:591ea0ef1e4695a7bcdc4e0b","lineage_path":"compose/profiles/fallback-gateway.txt","logical_id":"aoa:abyss-stack:artifact:591ea0ef1e4695a7bcdc4e0b","mime":"text/plain","path":"compose/profiles/fallback-gateway.txt","repo":"abyss-stack","size_bytes":42,"version_id":"aoa:abyss-stack:artifact-version:d928df00291d4d3c7ea42f4e"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"compose/profiles/fallback-gateway.txt"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"compose/profiles/fallback-gateway.txt","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["compose/profiles/fallback-gateway.txt:1"],"path_ref":"compose/profiles/fallback-gateway.txt"},"signs":{"attestation_ref":"","digest":"fcd0d7e329bc53fef146b7e28505241b82b297f94b2d1a3101a3f4a4775c06e1","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:5a53f3f5293b0761e992f2c8","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"c807ea04a9c10fe0f9647e5ca8d016e11f6d1af9e8823491cd19a58694a703f8","git_blob_id":"1dc24d79c6b4a162d400c38107764355f361749b","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:5a53f3f5293b0761e992f2c8","lineage_path":"mechanics/runtime-lifecycle/parts/logs-status/tests/test_optimization_audit_status.py","logical_id":"aoa:abyss-stack:artifact:5a53f3f5293b0761e992f2c8","mime":"text/x-python","path":"mechanics/runtime-lifecycle/parts/logs-status/tests/test_optimization_audit_status.py","repo":"abyss-stack","size_bytes":2803,"version_id":"aoa:abyss-stack:artifact-version:76dccc9a79d5652e90ea2ee7"},"mechanics_role":"part_test","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"mechanics/runtime-lifecycle/parts/logs-status/tests/test_optimization_audit_status.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/runtime-lifecycle/parts/logs-status/tests/test_optimization_audit_status.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/runtime-lifecycle/parts/logs-status/tests/test_optimization_audit_status.py:1"],"path_ref":"mechanics/runtime-lifecycle/parts/logs-status/tests/test_optimization_audit_status.py"},"signs":{"attestation_ref":"","digest":"c807ea04a9c10fe0f9647e5ca8d016e11f6d1af9e8823491cd19a58694a703f8","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/a6.jsonl b/kag/indexes/shards/source/a6.jsonl index b0e48945b..97ebdcaba 100644 --- a/kag/indexes/shards/source/a6.jsonl +++ b/kag/indexes/shards/source/a6.jsonl @@ -1,3 +1,4 @@ +{"_key":"source:aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"agents","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"da89bf8c8c34868dab1182ed875833698828ceffb5b638a6b11b20b4862a03a1","git_blob_id":"688b9c6cd838f4ed4b56934886adf38beb0bcfb0","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e","lineage_path":"skills/AGENTS.md","logical_id":"aoa:abyss-stack:artifact:4c8c128d52206cbd0ec1740e","mime":"text/markdown","path":"skills/AGENTS.md","repo":"abyss-stack","size_bytes":1905,"version_id":"aoa:abyss-stack:artifact-version:61335a8bbe7a0e0dc5edd092"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"skills/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"skills/AGENTS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":"skills/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"applies-to","level":2,"line":3,"ref":"skills/AGENTS.md#applies-to","title":"Applies to"},{"anchor":"role","level":2,"line":7,"ref":"skills/AGENTS.md#role","title":"Role"},{"anchor":"read-before-editing","level":2,"line":13,"ref":"skills/AGENTS.md#read-before-editing","title":"Read before editing"},{"anchor":"boundaries","level":2,"line":21,"ref":"skills/AGENTS.md#boundaries","title":"Boundaries"},{"anchor":"validation","level":2,"line":35,"ref":"skills/AGENTS.md#validation","title":"Validation"},{"anchor":"closeout","level":2,"line":47,"ref":"skills/AGENTS.md#closeout","title":"Closeout"}],"line_refs":["skills/AGENTS.md:1"],"path_ref":"skills/AGENTS.md"},"signs":{"attestation_ref":"","digest":"da89bf8c8c34868dab1182ed875833698828ceffb5b638a6b11b20b4862a03a1","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:7143893fdfbba453b2b6d91a","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"c85fb8ebabc78bf0141dcb5a7c4fa8147739248604fb5ca75732f136a6ab57a3","git_blob_id":"c93966f475a649bd5785a5a360ee8e3bb40271b1","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:7143893fdfbba453b2b6d91a","lineage_path":"mechanics/config-projection/LANDING_LOG.md","logical_id":"aoa:abyss-stack:artifact:7143893fdfbba453b2b6d91a","mime":"text/markdown","path":"mechanics/config-projection/LANDING_LOG.md","repo":"abyss-stack","size_bytes":2125,"version_id":"aoa:abyss-stack:artifact-version:ab52f9c2b558e15ff2e759a0"},"mechanics_role":"mechanic_package","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/config-projection/LANDING_LOG.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/config-projection/LANDING_LOG.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"config-projection-landing-log","level":1,"line":1,"ref":"mechanics/config-projection/LANDING_LOG.md#config-projection-landing-log","title":"Config Projection Landing Log"},{"anchor":"2026-05-07-initial-package-landing","level":2,"line":3,"ref":"mechanics/config-projection/LANDING_LOG.md#2026-05-07-initial-package-landing","title":"2026-05-07 - Initial package landing"},{"anchor":"2026-05-13-wrapperbackend-topology","level":2,"line":11,"ref":"mechanics/config-projection/LANDING_LOG.md#2026-05-13-wrapperbackend-topology","title":"2026-05-13 - Wrapper/backend topology"},{"anchor":"2026-05-13-package-card-completion","level":2,"line":18,"ref":"mechanics/config-projection/LANDING_LOG.md#2026-05-13-package-card-completion","title":"2026-05-13 - Package card completion"},{"anchor":"2026-05-13-residual-frontier-alignment","level":2,"line":24,"ref":"mechanics/config-projection/LANDING_LOG.md#2026-05-13-residual-frontier-alignment","title":"2026-05-13 - Residual frontier alignment"},{"anchor":"2026-06-24-runtime-config-artifact-trust-gate","level":2,"line":31,"ref":"mechanics/config-projection/LANDING_LOG.md#2026-06-24-runtime-config-artifact-trust-gate","title":"2026-06-24 - Runtime config artifact trust-gate"},{"anchor":"2026-07-13-mcp-and-schema-projection-closure","level":2,"line":43,"ref":"mechanics/config-projection/LANDING_LOG.md#2026-07-13-mcp-and-schema-projection-closure","title":"2026-07-13 - MCP and schema projection closure"}],"line_refs":["mechanics/config-projection/LANDING_LOG.md:1"],"path_ref":"mechanics/config-projection/LANDING_LOG.md"},"signs":{"attestation_ref":"","digest":"c85fb8ebabc78bf0141dcb5a7c4fa8147739248604fb5ca75732f136a6ab57a3","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:d054cc1bd49ed7eb8bfd8831","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"mechanics_surface","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"mechanics_surface","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"ce702966d5e880becf9dee31fa8bf79d112eeab2b67a7c5ed671f4e196a74a05","git_blob_id":"21564d6e9f916706d4600f37445e77ebc13b9b99","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:d054cc1bd49ed7eb8bfd8831","lineage_path":"mechanics/federation-seams/parts/kag-seam/kag_runtime/vector.py","logical_id":"aoa:abyss-stack:artifact:d054cc1bd49ed7eb8bfd8831","mime":"text/x-python","path":"mechanics/federation-seams/parts/kag-seam/kag_runtime/vector.py","repo":"abyss-stack","size_bytes":19241,"version_id":"aoa:abyss-stack:artifact-version:9fe4c7d70b4a6c7df876be05"},"mechanics_role":"mechanic_part","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mechanics/federation-seams/parts/kag-seam/kag_runtime/vector.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/federation-seams/parts/kag-seam/kag_runtime/vector.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/federation-seams/parts/kag-seam/kag_runtime/vector.py:1"],"path_ref":"mechanics/federation-seams/parts/kag-seam/kag_runtime/vector.py"},"signs":{"attestation_ref":"","digest":"ce702966d5e880becf9dee31fa8bf79d112eeab2b67a7c5ed671f4e196a74a05","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"5e013d54bd876ba17432b4bfbc8f149b63e47e691c867db91de695d9cdd1d469","git_blob_id":"0726c3389e9f81fa4fc8efd782ee3e0b4e7367df","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","lineage_path":"mcp/services/tos-corpus-mcp/src/tos_corpus_mcp/core.py","logical_id":"aoa:abyss-stack:artifact:f4dabb850016c2d09e82cb08","mime":"text/x-python","path":"mcp/services/tos-corpus-mcp/src/tos_corpus_mcp/core.py","repo":"abyss-stack","size_bytes":40962,"version_id":"aoa:abyss-stack:artifact-version:e0a6506b4cd9565f6b0cadf3"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mcp/services/tos-corpus-mcp/src/tos_corpus_mcp/core.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/tos-corpus-mcp/src/tos_corpus_mcp/core.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mcp/services/tos-corpus-mcp/src/tos_corpus_mcp/core.py:1"],"path_ref":"mcp/services/tos-corpus-mcp/src/tos_corpus_mcp/core.py"},"signs":{"attestation_ref":"","digest":"5e013d54bd876ba17432b4bfbc8f149b63e47e691c867db91de695d9cdd1d469","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/a9.jsonl b/kag/indexes/shards/source/a9.jsonl index c87196fe9..b240a184f 100644 --- a/kag/indexes/shards/source/a9.jsonl +++ b/kag/indexes/shards/source/a9.jsonl @@ -1,5 +1,6 @@ {"_key":"source:aoa:abyss-stack:artifact:0b430514e5acd21a7ffe0691","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"legacy","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"475e6d1ec929e477f8f8c049d4b15f05de3dbbaff70f705a8db50322847c4b89","git_blob_id":"a92bf1801fc803333f9ef1a41d391bdeac7f144a","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:0b430514e5acd21a7ffe0691","lineage_path":"tests/test_experience_wave2_seed_contracts.py","logical_id":"aoa:abyss-stack:artifact:0b430514e5acd21a7ffe0691","mime":"text/x-python","path":"mechanics/experience-runtime/legacy/artifacts/tests/test_experience_wave2_seed_contracts.py","repo":"abyss-stack","size_bytes":2050,"version_id":"aoa:abyss-stack:artifact-version:3c007866dab3460a6f357c4a"},"mechanics_role":"legacy","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"mechanics/experience-runtime/legacy/artifacts/tests/test_experience_wave2_seed_contracts.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/experience-runtime/legacy/artifacts/tests/test_experience_wave2_seed_contracts.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/experience-runtime/legacy/artifacts/tests/test_experience_wave2_seed_contracts.py:1"],"path_ref":"mechanics/experience-runtime/legacy/artifacts/tests/test_experience_wave2_seed_contracts.py"},"signs":{"attestation_ref":"","digest":"475e6d1ec929e477f8f8c049d4b15f05de3dbbaff70f705a8db50322847c4b89","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:1d8f64806c9cfbb883e4f650","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"d54b594bbb3bd8922bc631425062a979f3ca71d679c1dae00c236da41ec514ed","git_blob_id":"c46084c2f17f922b3df9ffd431e16560ea965d18","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:1d8f64806c9cfbb883e4f650","lineage_path":"quests/stack/README.md","logical_id":"aoa:abyss-stack:artifact:1d8f64806c9cfbb883e4f650","mime":"text/markdown","path":"quests/stack/README.md","repo":"abyss-stack","size_bytes":231,"version_id":"aoa:abyss-stack:artifact-version:6408f597a804dc1a026227dc"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"quests/stack/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"quests/stack/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"stack-quest-lane","level":1,"line":1,"ref":"quests/stack/README.md#stack-quest-lane","title":"stack Quest Lane"}],"line_refs":["quests/stack/README.md:1"],"path_ref":"quests/stack/README.md"},"signs":{"attestation_ref":"","digest":"d54b594bbb3bd8922bc631425062a979f3ca71d679c1dae00c236da41ec514ed","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"d3a4d9871cad38a9ecb35c449958659d18adce46b78a64ac2c86a72812fdd4c7","git_blob_id":"3f0bb65fa9b8431c86a2f6ec31e53cc2e8789d0c","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b","lineage_path":"docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","logical_id":"aoa:abyss-stack:artifact:6d7b104b7b057fed5976f85b","mime":"text/markdown","path":"docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","repo":"abyss-stack","size_bytes":5082,"version_id":"aoa:abyss-stack:artifact-version:80babeac016a87fc2453721e"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"diagnostic-skill-owner-home","level":1,"line":1,"ref":"docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md#diagnostic-skill-owner-home","title":"Diagnostic Skill Owner Home"},{"anchor":"index-metadata","level":2,"line":8,"ref":"docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":17,"ref":"docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md#context","title":"Context"},{"anchor":"options-considered","level":2,"line":30,"ref":"docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md#options-considered","title":"Options considered"},{"anchor":"decision","level":2,"line":37,"ref":"docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":56,"ref":"docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":80,"ref":"docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md#consequences","title":"Consequences"},{"anchor":"source-surfaces","level":2,"line":97,"ref":"docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":108,"ref":"docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md#follow-up-route","title":"Follow-up route"}],"line_refs":["docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md:1"],"path_ref":"docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md"},"signs":{"attestation_ref":"","digest":"d3a4d9871cad38a9ecb35c449958659d18adce46b78a64ac2c86a72812fdd4c7","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:94e362d348d6bb90302f7ed2","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"entrypoint","command_role":"script","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"f5a621d2816c9e2e02033f806503f46893efffe4181cd32aa70507e24b7e7374","git_blob_id":"7b176e37dea1b575a65bd37785b305caef19ef47","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:94e362d348d6bb90302f7ed2","lineage_path":"mechanics/machine-fit/parts/platform-adaptations/aoa_platform_adaptation.py","logical_id":"aoa:abyss-stack:artifact:94e362d348d6bb90302f7ed2","mime":"text/x-python","path":"mechanics/machine-fit/parts/platform-adaptations/aoa_platform_adaptation.py","repo":"abyss-stack","size_bytes":7626,"version_id":"aoa:abyss-stack:artifact-version:3ef7fab61c51bde3b260c562"},"mechanics_role":"mechanic_part","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"mechanics/machine-fit/parts/platform-adaptations/aoa_platform_adaptation.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/machine-fit/parts/platform-adaptations/aoa_platform_adaptation.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/machine-fit/parts/platform-adaptations/aoa_platform_adaptation.py:1"],"path_ref":"mechanics/machine-fit/parts/platform-adaptations/aoa_platform_adaptation.py"},"signs":{"attestation_ref":"","digest":"f5a621d2816c9e2e02033f806503f46893efffe4181cd32aa70507e24b7e7374","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python mechanics/machine-fit/parts/platform-adaptations/aoa_platform_adaptation.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:e5ab9171b5fed78f462de3a2","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"78b6c6d39187cd68bde3e5bfc8bed459265fd993f0971b1da7f77b8c24e9aae8","git_blob_id":"e0cf7d515b1c5e039a5d6b27978378b7889baa49","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:e5ab9171b5fed78f462de3a2","lineage_path":"mcp/services/_shared/README.md","logical_id":"aoa:abyss-stack:artifact:e5ab9171b5fed78f462de3a2","mime":"text/markdown","path":"mcp/services/_shared/README.md","repo":"abyss-stack","size_bytes":1158,"version_id":"aoa:abyss-stack:artifact-version:f184a52faae41cdb0e527d68"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mcp/services/_shared/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/_shared/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"shared-mcp-package-sources","level":1,"line":1,"ref":"mcp/services/_shared/README.md#shared-mcp-package-sources","title":"Shared MCP package sources"}],"line_refs":["mcp/services/_shared/README.md:1"],"path_ref":"mcp/services/_shared/README.md"},"signs":{"attestation_ref":"","digest":"78b6c6d39187cd68bde3e5bfc8bed459265fd993f0971b1da7f77b8c24e9aae8","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:f982df20e5a2e63f2ec3f8d7","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"legacy","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"26314a6ef788fe300c2be756260304109507a5075d646d9483be38b2524d54e4","git_blob_id":"abe3dcb4f14a154a53bc30073a92cecf87e8397c","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:f982df20e5a2e63f2ec3f8d7","lineage_path":"mechanics/agon-runtime/legacy/ARCHIVE_CLASSIFICATION.md","logical_id":"aoa:abyss-stack:artifact:f982df20e5a2e63f2ec3f8d7","mime":"text/markdown","path":"mechanics/agon-runtime/legacy/ARCHIVE_CLASSIFICATION.md","repo":"abyss-stack","size_bytes":2191,"version_id":"aoa:abyss-stack:artifact-version:a896db8bb6d48fb8ac247173"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/agon-runtime/legacy/ARCHIVE_CLASSIFICATION.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/agon-runtime/legacy/ARCHIVE_CLASSIFICATION.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agon-runtime-archive-classification","level":1,"line":1,"ref":"mechanics/agon-runtime/legacy/ARCHIVE_CLASSIFICATION.md#agon-runtime-archive-classification","title":"Agon Runtime Archive Classification"},{"anchor":"verdict","level":2,"line":6,"ref":"mechanics/agon-runtime/legacy/ARCHIVE_CLASSIFICATION.md#verdict","title":"Verdict"},{"anchor":"families","level":2,"line":17,"ref":"mechanics/agon-runtime/legacy/ARCHIVE_CLASSIFICATION.md#families","title":"Families"},{"anchor":"promotion-gate","level":2,"line":27,"ref":"mechanics/agon-runtime/legacy/ARCHIVE_CLASSIFICATION.md#promotion-gate","title":"Promotion Gate"}],"line_refs":["mechanics/agon-runtime/legacy/ARCHIVE_CLASSIFICATION.md:1"],"path_ref":"mechanics/agon-runtime/legacy/ARCHIVE_CLASSIFICATION.md"},"signs":{"attestation_ref":"","digest":"26314a6ef788fe300c2be756260304109507a5075d646d9483be38b2524d54e4","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/ad.jsonl b/kag/indexes/shards/source/ad.jsonl index e05ffa65f..6fe3d4137 100644 --- a/kag/indexes/shards/source/ad.jsonl +++ b/kag/indexes/shards/source/ad.jsonl @@ -1,5 +1,5 @@ {"_key":"source:aoa:abyss-stack:artifact:a4e41ece16d6a5720961b9ed","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"142ae2102f04d38bac2c478af2c9bea75d1890b83eb147f0ac1c3a3748ca920f","git_blob_id":"42581944965438bbcbaa342a2f01840dabb606e8","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:a4e41ece16d6a5720961b9ed","lineage_path":"tests/test_workspace_decision_graph_contract.py","logical_id":"aoa:abyss-stack:artifact:a4e41ece16d6a5720961b9ed","mime":"text/x-python","path":"tests/test_workspace_decision_graph_contract.py","repo":"abyss-stack","size_bytes":5085,"version_id":"aoa:abyss-stack:artifact-version:f800b32fe71116aa3e18cb2b"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"tests/test_workspace_decision_graph_contract.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_workspace_decision_graph_contract.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_workspace_decision_graph_contract.py:1"],"path_ref":"tests/test_workspace_decision_graph_contract.py"},"signs":{"attestation_ref":"","digest":"142ae2102f04d38bac2c478af2c9bea75d1890b83eb147f0ac1c3a3748ca920f","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:b335630551682c19a781afeb","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"a6572bc7f2c6c985d69e91b4186f9c933fbecbed4ae617bd2174e1d88d0b30e6","git_blob_id":"65e7660401d165556ee30f16449911dd453cf956","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","lineage_path":"README.md","logical_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","mime":"text/markdown","path":"README.md","repo":"abyss-stack","size_bytes":14620,"version_id":"aoa:abyss-stack:artifact-version:5bc0b2d9a52d5d4af3887a2a"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"abyss-stack","level":1,"line":1,"ref":"README.md#abyss-stack","title":"abyss-stack"},{"anchor":"what-this-repository-does","level":2,"line":13,"ref":"README.md#what-this-repository-does","title":"What This Repository Does"},{"anchor":"start-here","level":2,"line":31,"ref":"README.md#start-here","title":"Start Here"},{"anchor":"route-modes","level":2,"line":51,"ref":"README.md#route-modes","title":"Route Modes"},{"anchor":"source-and-runtime-boundary","level":2,"line":70,"ref":"README.md#source-and-runtime-boundary","title":"Source And Runtime Boundary"},{"anchor":"claim-check","level":2,"line":88,"ref":"README.md#claim-check","title":"Claim Check"},{"anchor":"current-contour","level":2,"line":105,"ref":"README.md#current-contour","title":"Current Contour"},{"anchor":"mechanics","level":2,"line":142,"ref":"README.md#mechanics","title":"Mechanics"},{"anchor":"technical-districts","level":2,"line":161,"ref":"README.md#technical-districts","title":"Technical Districts"},{"anchor":"validate","level":2,"line":185,"ref":"README.md#validate","title":"Validate"},{"anchor":"working-rule","level":2,"line":199,"ref":"README.md#working-rule","title":"Working Rule"}],"line_refs":["README.md:1"],"path_ref":"README.md"},"signs":{"attestation_ref":"","digest":"a6572bc7f2c6c985d69e91b4186f9c933fbecbed4ae617bd2174e1d88d0b30e6","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:b335630551682c19a781afeb","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"3dee1255a7241afdba4f86cb4adb59a0d6e737bff874d2653975d62a3ec88c84","git_blob_id":"6ef4bd9f8f1e9d592376af9d9053f26edb601559","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","lineage_path":"README.md","logical_id":"aoa:abyss-stack:artifact:b335630551682c19a781afeb","mime":"text/markdown","path":"README.md","repo":"abyss-stack","size_bytes":14868,"version_id":"aoa:abyss-stack:artifact-version:665b8aadde564025f786f079"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"abyss-stack","level":1,"line":1,"ref":"README.md#abyss-stack","title":"abyss-stack"},{"anchor":"what-this-repository-does","level":2,"line":13,"ref":"README.md#what-this-repository-does","title":"What This Repository Does"},{"anchor":"start-here","level":2,"line":31,"ref":"README.md#start-here","title":"Start Here"},{"anchor":"route-modes","level":2,"line":52,"ref":"README.md#route-modes","title":"Route Modes"},{"anchor":"source-and-runtime-boundary","level":2,"line":71,"ref":"README.md#source-and-runtime-boundary","title":"Source And Runtime Boundary"},{"anchor":"claim-check","level":2,"line":89,"ref":"README.md#claim-check","title":"Claim Check"},{"anchor":"current-contour","level":2,"line":106,"ref":"README.md#current-contour","title":"Current Contour"},{"anchor":"mechanics","level":2,"line":143,"ref":"README.md#mechanics","title":"Mechanics"},{"anchor":"technical-districts","level":2,"line":162,"ref":"README.md#technical-districts","title":"Technical Districts"},{"anchor":"validate","level":2,"line":187,"ref":"README.md#validate","title":"Validate"},{"anchor":"working-rule","level":2,"line":201,"ref":"README.md#working-rule","title":"Working Rule"}],"line_refs":["README.md:1"],"path_ref":"README.md"},"signs":{"attestation_ref":"","digest":"3dee1255a7241afdba4f86cb4adb59a0d6e737bff874d2653975d62a3ec88c84","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"roadmap","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"8f84daee2839bae8dbe42558bee9e33acb53308204f132eafdf6c955c4cbad31","git_blob_id":"15fca2e3fce59d229663fcfdf85842cce9c65d8f","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","lineage_path":"ROADMAP.md#generation-2","logical_id":"aoa:abyss-stack:artifact:d80751e731b3edc842703d8c","mime":"text/markdown","path":"ROADMAP.md","repo":"abyss-stack","size_bytes":9819,"version_id":"aoa:abyss-stack:artifact-version:9c384b4e18120b3f3f528914"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"ROADMAP.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"ROADMAP.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"roadmap","level":1,"line":1,"ref":"ROADMAP.md#roadmap","title":"ROADMAP"},{"anchor":"authority","level":2,"line":10,"ref":"ROADMAP.md#authority","title":"Authority"},{"anchor":"update-rule","level":2,"line":44,"ref":"ROADMAP.md#update-rule","title":"Update Rule"},{"anchor":"current-runtime-direction","level":2,"line":59,"ref":"ROADMAP.md#current-runtime-direction","title":"Current Runtime Direction"},{"anchor":"horizon-runtime-topology","level":2,"line":94,"ref":"ROADMAP.md#horizon-runtime-topology","title":"Horizon: Runtime Topology"},{"anchor":"horizon-source-and-runtime-parity","level":2,"line":108,"ref":"ROADMAP.md#horizon-source-and-runtime-parity","title":"Horizon: Source And Runtime Parity"},{"anchor":"horizon-live-runtime-cutover","level":2,"line":120,"ref":"ROADMAP.md#horizon-live-runtime-cutover","title":"Horizon: Live Runtime Cutover"},{"anchor":"horizon-machine-fit","level":2,"line":131,"ref":"ROADMAP.md#horizon-machine-fit","title":"Horizon: Machine Fit"},{"anchor":"horizon-local-worker-and-inference","level":2,"line":142,"ref":"ROADMAP.md#horizon-local-worker-and-inference","title":"Horizon: Local Worker And Inference"},{"anchor":"horizon-federation-consumption","level":2,"line":161,"ref":"ROADMAP.md#horizon-federation-consumption","title":"Horizon: Federation Consumption"},{"anchor":"horizon-diagnostics-and-repair","level":2,"line":173,"ref":"ROADMAP.md#horizon-diagnostics-and-repair","title":"Horizon: Diagnostics And Repair"},{"anchor":"horizon-mirror-portability","level":2,"line":185,"ref":"ROADMAP.md#horizon-mirror-portability","title":"Horizon: Mirror Portability"},{"anchor":"when-the-time-comes","level":2,"line":197,"ref":"ROADMAP.md#when-the-time-comes","title":"When The Time Comes"},{"anchor":"standing-direction","level":2,"line":218,"ref":"ROADMAP.md#standing-direction","title":"Standing Direction"}],"line_refs":["ROADMAP.md:1"],"path_ref":"ROADMAP.md"},"signs":{"attestation_ref":"","digest":"8f84daee2839bae8dbe42558bee9e33acb53308204f132eafdf6c955c4cbad31","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:f38ea2a1dad60007c239c6ec","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"schema","compatibility":"legacy","contract_version":"https://aoa.local/abyss-stack/schemas/adoption_worker_job_v1.json","schema_version":"https://json-schema.org/draft/2020-12/schema"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"schema","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"260b00cdf7edfd53278975a450dcce9da24ab9639ee8ff2daaaf70f45c9824fd","git_blob_id":"cc54be8b409027fec7059bfb4a467ef92efd392e","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:f38ea2a1dad60007c239c6ec","lineage_path":"schemas/adoption_worker_job_v1.json","logical_id":"aoa:abyss-stack:artifact:f38ea2a1dad60007c239c6ec","mime":"application/json","path":"mechanics/experience-runtime/legacy/artifacts/schemas/adoption_worker_job_v1.json","repo":"abyss-stack","size_bytes":2242,"version_id":"aoa:abyss-stack:artifact-version:e1107f61f0c223387123c014"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"schema_owner","surface":"mechanics/experience-runtime/legacy/artifacts/schemas/adoption_worker_job_v1.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/experience-runtime/legacy/artifacts/schemas/adoption_worker_job_v1.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/experience-runtime/legacy/artifacts/schemas/adoption_worker_job_v1.json:1"],"path_ref":"mechanics/experience-runtime/legacy/artifacts/schemas/adoption_worker_job_v1.json"},"signs":{"attestation_ref":"","digest":"260b00cdf7edfd53278975a450dcce9da24ab9639ee8ff2daaaf70f45c9824fd","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:feb7d8dfed519af4c0d72a54","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"legacy","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"69df3eebb615cd2e1da013b51b7f5f52e3a4677bf4286a283b466e6b6eac29a7","git_blob_id":"8719a6f5852bbd976c25a8cb9082d98029926685","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:feb7d8dfed519af4c0d72a54","lineage_path":"mechanics/runtime-repair/legacy/artifacts/README.md","logical_id":"aoa:abyss-stack:artifact:feb7d8dfed519af4c0d72a54","mime":"text/markdown","path":"mechanics/runtime-repair/legacy/artifacts/README.md","repo":"abyss-stack","size_bytes":448,"version_id":"aoa:abyss-stack:artifact-version:5a6b3c48af2eb34d8e9a1933"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/runtime-repair/legacy/artifacts/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/runtime-repair/legacy/artifacts/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-repair-legacy-artifacts","level":1,"line":1,"ref":"mechanics/runtime-repair/legacy/artifacts/README.md#runtime-repair-legacy-artifacts","title":"Runtime Repair Legacy Artifacts"}],"line_refs":["mechanics/runtime-repair/legacy/artifacts/README.md:1"],"path_ref":"mechanics/runtime-repair/legacy/artifacts/README.md"},"signs":{"attestation_ref":"","digest":"69df3eebb615cd2e1da013b51b7f5f52e3a4677bf4286a283b466e6b6eac29a7","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/b6.jsonl b/kag/indexes/shards/source/b6.jsonl index 8c2c8c255..686c32d43 100644 --- a/kag/indexes/shards/source/b6.jsonl +++ b/kag/indexes/shards/source/b6.jsonl @@ -1,2 +1,2 @@ {"_key":"source:aoa:abyss-stack:artifact:07fe9c02cfdc0fd8ee36a333","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"service_degradation_receipt_v1"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"0e8f9ef6ed9226772d15d32061e2b7147267eb1fab4f82add4d3d60c9d7e2b0b","git_blob_id":"a55b57d16618db1f252f04afc7977d51d4d8a0a9","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:07fe9c02cfdc0fd8ee36a333","lineage_path":"examples/service_degradation_receipt.timeout-chaos.example.json","logical_id":"aoa:abyss-stack:artifact:07fe9c02cfdc0fd8ee36a333","mime":"application/json","path":"mechanics/runtime-repair/parts/degradation-receipts/examples/service-degradation-receipt.timeout-chaos.example.json","repo":"abyss-stack","size_bytes":1569,"version_id":"aoa:abyss-stack:artifact-version:8bf99031e004fe3fe5941c20"},"mechanics_role":"mechanic_part","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mechanics/runtime-repair/parts/degradation-receipts/examples/service-degradation-receipt.timeout-chaos.example.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/runtime-repair/parts/degradation-receipts/examples/service-degradation-receipt.timeout-chaos.example.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/runtime-repair/parts/degradation-receipts/examples/service-degradation-receipt.timeout-chaos.example.json:1"],"path_ref":"mechanics/runtime-repair/parts/degradation-receipts/examples/service-degradation-receipt.timeout-chaos.example.json"},"signs":{"attestation_ref":"","digest":"0e8f9ef6ed9226772d15d32061e2b7147267eb1fab4f82add4d3d60c9d7e2b0b","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"validator","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"validator","classification":{"confidence":"high","primary_kind":"command"},"code_role":"validator","command_role":"validator","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"eb8ef97f9c11f18124fada504cde5fac5dd574025616e31979dad39465073716","git_blob_id":"147afcbcef641bdf78d631d6c5d55d9f4d2c8b4f","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","lineage_path":"scripts/validate_nested_agents.py","logical_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","mime":"text/x-python","path":"scripts/validate_nested_agents.py","repo":"abyss-stack","size_bytes":17940,"version_id":"aoa:abyss-stack:artifact-version:1c19f11b9617a449642fec16"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"validator_owner","surface":"scripts/validate_nested_agents.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validate_nested_agents.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validate_nested_agents.py:1"],"path_ref":"scripts/validate_nested_agents.py"},"signs":{"attestation_ref":"","digest":"eb8ef97f9c11f18124fada504cde5fac5dd574025616e31979dad39465073716","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python scripts/validate_nested_agents.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"validator","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"validator","classification":{"confidence":"high","primary_kind":"command"},"code_role":"validator","command_role":"validator","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"40c392162f0359485a1ef8f7645a9fd4a12740f42afd5d2b3ed0cf2b3c7556f4","git_blob_id":"0355c562123e40b2883ef11ec36e6c892dd42925","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","lineage_path":"scripts/validate_nested_agents.py","logical_id":"aoa:abyss-stack:artifact:5befe5bd63a605b75db26c3a","mime":"text/x-python","path":"scripts/validate_nested_agents.py","repo":"abyss-stack","size_bytes":18304,"version_id":"aoa:abyss-stack:artifact-version:4ff2f7296a1cb9ae08f9ee01"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"validator_owner","surface":"scripts/validate_nested_agents.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validate_nested_agents.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validate_nested_agents.py:1"],"path_ref":"scripts/validate_nested_agents.py"},"signs":{"attestation_ref":"","digest":"40c392162f0359485a1ef8f7645a9fd4a12740f42afd5d2b3ed0cf2b3c7556f4","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python scripts/validate_nested_agents.py"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/ba.jsonl b/kag/indexes/shards/source/ba.jsonl index 8020c31d0..7cbeb580f 100644 --- a/kag/indexes/shards/source/ba.jsonl +++ b/kag/indexes/shards/source/ba.jsonl @@ -1,6 +1,6 @@ {"_key":"source:aoa:abyss-stack:artifact:529b117ad77a2ca411ce2e85","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"63d3d4a0b23117161b1ee18a8886c5ac7c83d5732189f044388c0cdf4146a1f2","git_blob_id":"07269f6a894a3964f0d44ab3cf0d7acef0cc1db2","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:529b117ad77a2ca411ce2e85","lineage_path":"docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","logical_id":"aoa:abyss-stack:artifact:529b117ad77a2ca411ce2e85","mime":"text/markdown","path":"docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","repo":"abyss-stack","size_bytes":3756,"version_id":"aoa:abyss-stack:artifact-version:6272bf98758029263f0e3264"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"root-validator-wrapper-tail-removal","level":1,"line":1,"ref":"docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md#root-validator-wrapper-tail-removal","title":"Root Validator Wrapper Tail Removal"},{"anchor":"index-metadata","level":2,"line":8,"ref":"docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":17,"ref":"docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md#context","title":"Context"},{"anchor":"options-considered","level":2,"line":28,"ref":"docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md#options-considered","title":"Options considered"},{"anchor":"decision","level":2,"line":35,"ref":"docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":46,"ref":"docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":57,"ref":"docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md#consequences","title":"Consequences"},{"anchor":"source-surfaces","level":2,"line":72,"ref":"docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":86,"ref":"docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md#follow-up-route","title":"Follow-up route"}],"line_refs":["docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md:1"],"path_ref":"docs/decisions/ABYSS-STACK-D-0063-root-validator-wrapper-tail-removal.md"},"signs":{"attestation_ref":"","digest":"63d3d4a0b23117161b1ee18a8886c5ac7c83d5732189f044388c0cdf4146a1f2","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:7373b3e66cb485b4d9df2387","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"schema","compatibility":"legacy","contract_version":"none","schema_version":"https://json-schema.org/draft/2020-12/schema"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"schema","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"688ddd05479e1d01d10631c0e49118ad6a165af66b16ed73bc9f0c9f8790acb5","git_blob_id":"dd5c3bdbfe8cc126701ac416fadc57e2dd799e88","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:7373b3e66cb485b4d9df2387","lineage_path":"schemas/rollback_job_record_v1.json","logical_id":"aoa:abyss-stack:artifact:7373b3e66cb485b4d9df2387","mime":"application/json","path":"mechanics/experience-runtime/legacy/artifacts/schemas/rollback_job_record_v1.json","repo":"abyss-stack","size_bytes":628,"version_id":"aoa:abyss-stack:artifact-version:9db8b44b63371bd0b2f04272"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"schema_owner","surface":"mechanics/experience-runtime/legacy/artifacts/schemas/rollback_job_record_v1.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/experience-runtime/legacy/artifacts/schemas/rollback_job_record_v1.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/experience-runtime/legacy/artifacts/schemas/rollback_job_record_v1.json:1"],"path_ref":"mechanics/experience-runtime/legacy/artifacts/schemas/rollback_job_record_v1.json"},"signs":{"attestation_ref":"","digest":"688ddd05479e1d01d10631c0e49118ad6a165af66b16ed73bc9f0c9f8790acb5","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"generated_readmodel","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"e8f97bdfc13802df53129108c3058cd185db687cb811dd9821886485d7d23c51","git_blob_id":"74e53c2299f622a18b62c51dc94c8310ab150319","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","lineage_path":"docs/decisions/indexes/by-guard.md","logical_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","mime":"text/markdown","path":"docs/decisions/indexes/by-guard.md","repo":"abyss-stack","size_bytes":42647,"version_id":"aoa:abyss-stack:artifact-version:b09c803f267716b9db28e01c"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/indexes/by-guard.md"},"provenance":{"generated_by":"scripts/generate_decision_indexes.py","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"docs/decisions/indexes/by-guard.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decisions-by-validation-or-guard-family","level":1,"line":1,"ref":"docs/decisions/indexes/by-guard.md#decisions-by-validation-or-guard-family","title":"Decisions By Validation Or Guard Family"},{"anchor":"decision-indexread-model","level":2,"line":5,"ref":"docs/decisions/indexes/by-guard.md#decision-indexread-model","title":"decision index/read-model"},{"anchor":"docs-route","level":2,"line":10,"ref":"docs/decisions/indexes/by-guard.md#docs-route","title":"docs route"},{"anchor":"sourceruntime-boundary","level":2,"line":23,"ref":"docs/decisions/indexes/by-guard.md#sourceruntime-boundary","title":"source/runtime boundary"},{"anchor":"runtime-topology","level":2,"line":45,"ref":"docs/decisions/indexes/by-guard.md#runtime-topology","title":"runtime topology"},{"anchor":"public-safe-config","level":2,"line":55,"ref":"docs/decisions/indexes/by-guard.md#public-safe-config","title":"public-safe config"},{"anchor":"profile-composition","level":2,"line":59,"ref":"docs/decisions/indexes/by-guard.md#profile-composition","title":"profile composition"},{"anchor":"host-evidence-freshness","level":2,"line":68,"ref":"docs/decisions/indexes/by-guard.md#host-evidence-freshness","title":"host evidence freshness"},{"anchor":"mcp-port-confinement","level":2,"line":75,"ref":"docs/decisions/indexes/by-guard.md#mcp-port-confinement","title":"MCP port confinement"},{"anchor":"read-only-access-plane","level":2,"line":89,"ref":"docs/decisions/indexes/by-guard.md#read-only-access-plane","title":"read-only access plane"},{"anchor":"service-selection","level":2,"line":108,"ref":"docs/decisions/indexes/by-guard.md#service-selection","title":"service selection"},{"anchor":"questbook","level":2,"line":116,"ref":"docs/decisions/indexes/by-guard.md#questbook","title":"questbook"},{"anchor":"systemd-allowlist","level":2,"line":121,"ref":"docs/decisions/indexes/by-guard.md#systemd-allowlist","title":"systemd allowlist"},{"anchor":"legacy-containment","level":2,"line":125,"ref":"docs/decisions/indexes/by-guard.md#legacy-containment","title":"legacy containment"},{"anchor":"releasetooling","level":2,"line":131,"ref":"docs/decisions/indexes/by-guard.md#releasetooling","title":"release/tooling"},{"anchor":"validation-lane","level":2,"line":135,"ref":"docs/decisions/indexes/by-guard.md#validation-lane","title":"validation lane"},{"anchor":"rpg-runtime-projection","level":2,"line":176,"ref":"docs/decisions/indexes/by-guard.md#rpg-runtime-projection","title":"RPG runtime projection"},{"anchor":"active-topology-wording","level":2,"line":180,"ref":"docs/decisions/indexes/by-guard.md#active-topology-wording","title":"active topology wording"},{"anchor":"archive-posture","level":2,"line":184,"ref":"docs/decisions/indexes/by-guard.md#archive-posture","title":"archive posture"},{"anchor":"atomic-cutover","level":2,"line":188,"ref":"docs/decisions/indexes/by-guard.md#atomic-cutover","title":"atomic cutover"},{"anchor":"authenticated-loopback-exposure","level":2,"line":192,"ref":"docs/decisions/indexes/by-guard.md#authenticated-loopback-exposure","title":"authenticated loopback exposure"},{"anchor":"authority-preservation","level":2,"line":196,"ref":"docs/decisions/indexes/by-guard.md#authority-preservation","title":"authority preservation"},{"anchor":"bounded-context","level":2,"line":200,"ref":"docs/decisions/indexes/by-guard.md#bounded-context","title":"bounded context"},{"anchor":"branch-policy","level":2,"line":204,"ref":"docs/decisions/indexes/by-guard.md#branch-policy","title":"branch policy"},{"anchor":"bundle-integrity","level":2,"line":208,"ref":"docs/decisions/indexes/by-guard.md#bundle-integrity","title":"bundle integrity"},{"anchor":"canonical-fallback","level":2,"line":212,"ref":"docs/decisions/indexes/by-guard.md#canonical-fallback","title":"canonical fallback"},{"anchor":"compatibility-bridge","level":2,"line":216,"ref":"docs/decisions/indexes/by-guard.md#compatibility-bridge","title":"compatibility bridge"},{"anchor":"compatibility-gate-language","level":2,"line":221,"ref":"docs/decisions/indexes/by-guard.md#compatibility-gate-language","title":"compatibility gate language"},{"anchor":"composition-first-runtime-shape","level":2,"line":225,"ref":"docs/decisions/indexes/by-guard.md#composition-first-runtime-shape","title":"composition-first runtime shape"},{"anchor":"decision-graph-coverage","level":2,"line":229,"ref":"docs/decisions/indexes/by-guard.md#decision-graph-coverage","title":"decision graph coverage"},{"anchor":"decision-graph-freshness","level":2,"line":234,"ref":"docs/decisions/indexes/by-guard.md#decision-graph-freshness","title":"decision graph freshness"},{"anchor":"decision-surface","level":2,"line":238,"ref":"docs/decisions/indexes/by-guard.md#decision-surface","title":"decision surface"},{"anchor":"design-surface","level":2,"line":242,"ref":"docs/decisions/indexes/by-guard.md#design-surface","title":"design surface"},{"anchor":"diagnostic-surface-catalog","level":2,"line":246,"ref":"docs/decisions/indexes/by-guard.md#diagnostic-surface-catalog","title":"diagnostic surface catalog"},{"anchor":"entry-contract","level":2,"line":250,"ref":"docs/decisions/indexes/by-guard.md#entry-contract","title":"entry contract"},{"anchor":"export-candidate","level":2,"line":254,"ref":"docs/decisions/indexes/by-guard.md#export-candidate","title":"export candidate"},{"anchor":"federation-surface","level":2,"line":258,"ref":"docs/decisions/indexes/by-guard.md#federation-surface","title":"federation surface"},{"anchor":"generated-index-handoff","level":2,"line":262,"ref":"docs/decisions/indexes/by-guard.md#generated-index-handoff","title":"generated index handoff"},{"anchor":"generated-read-model","level":2,"line":266,"ref":"docs/decisions/indexes/by-guard.md#generated-read-model","title":"generated read-model"},{"anchor":"governed-policy-envelope","level":2,"line":270,"ref":"docs/decisions/indexes/by-guard.md#governed-policy-envelope","title":"governed policy envelope"},{"anchor":"host-evidence-posture","level":2,"line":274,"ref":"docs/decisions/indexes/by-guard.md#host-evidence-posture","title":"host evidence posture"},{"anchor":"legacy-boundary","level":2,"line":278,"ref":"docs/decisions/indexes/by-guard.md#legacy-boundary","title":"legacy boundary"},{"anchor":"legacy-metadata-containment","level":2,"line":282,"ref":"docs/decisions/indexes/by-guard.md#legacy-metadata-containment","title":"legacy metadata containment"},{"anchor":"loopback-transport-security","level":2,"line":286,"ref":"docs/decisions/indexes/by-guard.md#loopback-transport-security","title":"loopback transport security"},{"anchor":"machine-bridge","level":2,"line":290,"ref":"docs/decisions/indexes/by-guard.md#machine-bridge","title":"machine bridge"},{"anchor":"mechanics-topology","level":2,"line":294,"ref":"docs/decisions/indexes/by-guard.md#mechanics-topology","title":"mechanics topology"},{"anchor":"mirror-hygiene","level":2,"line":298,"ref":"docs/decisions/indexes/by-guard.md#mirror-hygiene","title":"mirror hygiene"},{"anchor":"overlay-skill","level":2,"line":302,"ref":"docs/decisions/indexes/by-guard.md#overlay-skill","title":"overlay skill"},{"anchor":"overlay-skill-install","level":2,"line":306,"ref":"docs/decisions/indexes/by-guard.md#overlay-skill-install","title":"overlay skill install"},{"anchor":"owner-qualified-provenance","level":2,"line":310,"ref":"docs/decisions/indexes/by-guard.md#owner-qualified-provenance","title":"owner-qualified provenance"},{"anchor":"owner-route-confinement","level":2,"line":315,"ref":"docs/decisions/indexes/by-guard.md#owner-route-confinement","title":"owner-route confinement"},{"anchor":"packet-semantic-parity","level":2,"line":319,"ref":"docs/decisions/indexes/by-guard.md#packet-semantic-parity","title":"packet semantic parity"},{"anchor":"parity-check","level":2,"line":323,"ref":"docs/decisions/indexes/by-guard.md#parity-check","title":"parity check"},{"anchor":"per-owner-canary","level":2,"line":327,"ref":"docs/decisions/indexes/by-guard.md#per-owner-canary","title":"per-owner canary"},{"anchor":"pilot-route-posture","level":2,"line":331,"ref":"docs/decisions/indexes/by-guard.md#pilot-route-posture","title":"pilot route posture"},{"anchor":"profile-topology","level":2,"line":335,"ref":"docs/decisions/indexes/by-guard.md#profile-topology","title":"profile topology"},{"anchor":"profile-topology-1","level":2,"line":339,"ref":"docs/decisions/indexes/by-guard.md#profile-topology-1","title":"profile-topology"},{"anchor":"projection-only-cache","level":2,"line":344,"ref":"docs/decisions/indexes/by-guard.md#projection-only-cache","title":"projection-only cache"},{"anchor":"provider-freshness","level":2,"line":348,"ref":"docs/decisions/indexes/by-guard.md#provider-freshness","title":"provider freshness"},{"anchor":"release-governance","level":2,"line":352,"ref":"docs/decisions/indexes/by-guard.md#release-governance","title":"release governance"},{"anchor":"render-truth","level":2,"line":356,"ref":"docs/decisions/indexes/by-guard.md#render-truth","title":"render truth"},{"anchor":"return-policy","level":2,"line":360,"ref":"docs/decisions/indexes/by-guard.md#return-policy","title":"return-policy"},{"anchor":"root-route","level":2,"line":364,"ref":"docs/decisions/indexes/by-guard.md#root-route","title":"root route"},{"anchor":"route-card","level":2,"line":368,"ref":"docs/decisions/indexes/by-guard.md#route-card","title":"route card"},{"anchor":"route-docs","level":2,"line":372,"ref":"docs/decisions/indexes/by-guard.md#route-docs","title":"route docs"},{"anchor":"route-api-closure-status","level":2,"line":376,"ref":"docs/decisions/indexes/by-guard.md#route-api-closure-status","title":"route-api closure status"},{"anchor":"route-api-compatibility-bridge","level":2,"line":380,"ref":"docs/decisions/indexes/by-guard.md#route-api-compatibility-bridge","title":"route-api compatibility bridge"},{"anchor":"runtime-boundary","level":2,"line":384,"ref":"docs/decisions/indexes/by-guard.md#runtime-boundary","title":"runtime boundary"},{"anchor":"runtime-receipts","level":2,"line":388,"ref":"docs/decisions/indexes/by-guard.md#runtime-receipts","title":"runtime receipts"},{"anchor":"runtime-route-contracts","level":2,"line":392,"ref":"docs/decisions/indexes/by-guard.md#runtime-route-contracts","title":"runtime route contracts"},{"anchor":"runtime-schema","level":2,"line":396,"ref":"docs/decisions/indexes/by-guard.md#runtime-schema","title":"runtime schema"},{"anchor":"schema-validation","level":2,"line":400,"ref":"docs/decisions/indexes/by-guard.md#schema-validation","title":"schema validation"},{"anchor":"script-topology","level":2,"line":404,"ref":"docs/decisions/indexes/by-guard.md#script-topology","title":"script topology"},{"anchor":"service-selection-1","level":2,"line":408,"ref":"docs/decisions/indexes/by-guard.md#service-selection-1","title":"service-selection"},{"anchor":"sibling-canon-target","level":2,"line":413,"ref":"docs/decisions/indexes/by-guard.md#sibling-canon-target","title":"sibling canon target"},{"anchor":"sidecar-posture","level":2,"line":417,"ref":"docs/decisions/indexes/by-guard.md#sidecar-posture","title":"sidecar posture"},{"anchor":"skill-projection","level":2,"line":421,"ref":"docs/decisions/indexes/by-guard.md#skill-projection","title":"skill projection"},{"anchor":"source-freshness","level":2,"line":425,"ref":"docs/decisions/indexes/by-guard.md#source-freshness","title":"source freshness"},{"anchor":"source-topology","level":2,"line":429,"ref":"docs/decisions/indexes/by-guard.md#source-topology","title":"source topology"},{"anchor":"source-return-route","level":2,"line":435,"ref":"docs/decisions/indexes/by-guard.md#source-return-route","title":"source-return route"},{"anchor":"source-structure","level":2,"line":439,"ref":"docs/decisions/indexes/by-guard.md#source-structure","title":"source-structure"},{"anchor":"sourcedeployed-parity","level":2,"line":448,"ref":"docs/decisions/indexes/by-guard.md#sourcedeployed-parity","title":"source/deployed parity"},{"anchor":"stale-path-hygiene","level":2,"line":452,"ref":"docs/decisions/indexes/by-guard.md#stale-path-hygiene","title":"stale path hygiene"},{"anchor":"status-readout","level":2,"line":456,"ref":"docs/decisions/indexes/by-guard.md#status-readout","title":"status readout"},{"anchor":"sync-parity","level":2,"line":460,"ref":"docs/decisions/indexes/by-guard.md#sync-parity","title":"sync parity"},{"anchor":"test-topology","level":2,"line":464,"ref":"docs/decisions/indexes/by-guard.md#test-topology","title":"test topology"},{"anchor":"unmodeled-surface-detection","level":2,"line":468,"ref":"docs/decisions/indexes/by-guard.md#unmodeled-surface-detection","title":"unmodeled surface detection"}],"line_refs":["docs/decisions/indexes/by-guard.md:1"],"path_ref":"docs/decisions/indexes/by-guard.md"},"signs":{"attestation_ref":"","digest":"e8f97bdfc13802df53129108c3058cd185db687cb811dd9821886485d7d23c51","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"generated_readmodel","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"caaf4f6bb46104da8344d7d0b4b8a70c51781737108e206a775dc9e0f6ac81d3","git_blob_id":"b7af29d77029332606241a443c5d4206547df94a","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","lineage_path":"docs/decisions/indexes/by-guard.md","logical_id":"aoa:abyss-stack:artifact:8ae406686a02a37522de1f6a","mime":"text/markdown","path":"docs/decisions/indexes/by-guard.md","repo":"abyss-stack","size_bytes":43420,"version_id":"aoa:abyss-stack:artifact-version:5859fa739c789bdcfdbfd4ff"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/indexes/by-guard.md"},"provenance":{"generated_by":"scripts/generate_decision_indexes.py","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"docs/decisions/indexes/by-guard.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decisions-by-validation-or-guard-family","level":1,"line":1,"ref":"docs/decisions/indexes/by-guard.md#decisions-by-validation-or-guard-family","title":"Decisions By Validation Or Guard Family"},{"anchor":"decision-indexread-model","level":2,"line":5,"ref":"docs/decisions/indexes/by-guard.md#decision-indexread-model","title":"decision index/read-model"},{"anchor":"docs-route","level":2,"line":10,"ref":"docs/decisions/indexes/by-guard.md#docs-route","title":"docs route"},{"anchor":"sourceruntime-boundary","level":2,"line":23,"ref":"docs/decisions/indexes/by-guard.md#sourceruntime-boundary","title":"source/runtime boundary"},{"anchor":"runtime-topology","level":2,"line":45,"ref":"docs/decisions/indexes/by-guard.md#runtime-topology","title":"runtime topology"},{"anchor":"public-safe-config","level":2,"line":55,"ref":"docs/decisions/indexes/by-guard.md#public-safe-config","title":"public-safe config"},{"anchor":"profile-composition","level":2,"line":59,"ref":"docs/decisions/indexes/by-guard.md#profile-composition","title":"profile composition"},{"anchor":"host-evidence-freshness","level":2,"line":68,"ref":"docs/decisions/indexes/by-guard.md#host-evidence-freshness","title":"host evidence freshness"},{"anchor":"mcp-port-confinement","level":2,"line":75,"ref":"docs/decisions/indexes/by-guard.md#mcp-port-confinement","title":"MCP port confinement"},{"anchor":"read-only-access-plane","level":2,"line":89,"ref":"docs/decisions/indexes/by-guard.md#read-only-access-plane","title":"read-only access plane"},{"anchor":"service-selection","level":2,"line":108,"ref":"docs/decisions/indexes/by-guard.md#service-selection","title":"service selection"},{"anchor":"questbook","level":2,"line":116,"ref":"docs/decisions/indexes/by-guard.md#questbook","title":"questbook"},{"anchor":"systemd-allowlist","level":2,"line":121,"ref":"docs/decisions/indexes/by-guard.md#systemd-allowlist","title":"systemd allowlist"},{"anchor":"legacy-containment","level":2,"line":125,"ref":"docs/decisions/indexes/by-guard.md#legacy-containment","title":"legacy containment"},{"anchor":"releasetooling","level":2,"line":131,"ref":"docs/decisions/indexes/by-guard.md#releasetooling","title":"release/tooling"},{"anchor":"validation-lane","level":2,"line":135,"ref":"docs/decisions/indexes/by-guard.md#validation-lane","title":"validation lane"},{"anchor":"rpg-runtime-projection","level":2,"line":176,"ref":"docs/decisions/indexes/by-guard.md#rpg-runtime-projection","title":"RPG runtime projection"},{"anchor":"active-topology-wording","level":2,"line":180,"ref":"docs/decisions/indexes/by-guard.md#active-topology-wording","title":"active topology wording"},{"anchor":"archive-posture","level":2,"line":184,"ref":"docs/decisions/indexes/by-guard.md#archive-posture","title":"archive posture"},{"anchor":"atomic-cutover","level":2,"line":188,"ref":"docs/decisions/indexes/by-guard.md#atomic-cutover","title":"atomic cutover"},{"anchor":"authenticated-loopback-exposure","level":2,"line":192,"ref":"docs/decisions/indexes/by-guard.md#authenticated-loopback-exposure","title":"authenticated loopback exposure"},{"anchor":"authority-preservation","level":2,"line":196,"ref":"docs/decisions/indexes/by-guard.md#authority-preservation","title":"authority preservation"},{"anchor":"bounded-context","level":2,"line":200,"ref":"docs/decisions/indexes/by-guard.md#bounded-context","title":"bounded context"},{"anchor":"branch-policy","level":2,"line":204,"ref":"docs/decisions/indexes/by-guard.md#branch-policy","title":"branch policy"},{"anchor":"bundle-integrity","level":2,"line":208,"ref":"docs/decisions/indexes/by-guard.md#bundle-integrity","title":"bundle integrity"},{"anchor":"canonical-fallback","level":2,"line":212,"ref":"docs/decisions/indexes/by-guard.md#canonical-fallback","title":"canonical fallback"},{"anchor":"compatibility-bridge","level":2,"line":216,"ref":"docs/decisions/indexes/by-guard.md#compatibility-bridge","title":"compatibility bridge"},{"anchor":"compatibility-gate-language","level":2,"line":221,"ref":"docs/decisions/indexes/by-guard.md#compatibility-gate-language","title":"compatibility gate language"},{"anchor":"composition-first-runtime-shape","level":2,"line":225,"ref":"docs/decisions/indexes/by-guard.md#composition-first-runtime-shape","title":"composition-first runtime shape"},{"anchor":"decision-graph-coverage","level":2,"line":229,"ref":"docs/decisions/indexes/by-guard.md#decision-graph-coverage","title":"decision graph coverage"},{"anchor":"decision-graph-freshness","level":2,"line":234,"ref":"docs/decisions/indexes/by-guard.md#decision-graph-freshness","title":"decision graph freshness"},{"anchor":"decision-surface","level":2,"line":238,"ref":"docs/decisions/indexes/by-guard.md#decision-surface","title":"decision surface"},{"anchor":"design-surface","level":2,"line":242,"ref":"docs/decisions/indexes/by-guard.md#design-surface","title":"design surface"},{"anchor":"diagnostic-surface-catalog","level":2,"line":246,"ref":"docs/decisions/indexes/by-guard.md#diagnostic-surface-catalog","title":"diagnostic surface catalog"},{"anchor":"effect-boundary","level":2,"line":250,"ref":"docs/decisions/indexes/by-guard.md#effect-boundary","title":"effect boundary"},{"anchor":"entry-contract","level":2,"line":254,"ref":"docs/decisions/indexes/by-guard.md#entry-contract","title":"entry contract"},{"anchor":"export-candidate","level":2,"line":258,"ref":"docs/decisions/indexes/by-guard.md#export-candidate","title":"export candidate"},{"anchor":"federation-surface","level":2,"line":262,"ref":"docs/decisions/indexes/by-guard.md#federation-surface","title":"federation surface"},{"anchor":"generated-index-handoff","level":2,"line":266,"ref":"docs/decisions/indexes/by-guard.md#generated-index-handoff","title":"generated index handoff"},{"anchor":"generated-read-model","level":2,"line":270,"ref":"docs/decisions/indexes/by-guard.md#generated-read-model","title":"generated read-model"},{"anchor":"governed-policy-envelope","level":2,"line":274,"ref":"docs/decisions/indexes/by-guard.md#governed-policy-envelope","title":"governed policy envelope"},{"anchor":"host-evidence-posture","level":2,"line":278,"ref":"docs/decisions/indexes/by-guard.md#host-evidence-posture","title":"host evidence posture"},{"anchor":"legacy-boundary","level":2,"line":282,"ref":"docs/decisions/indexes/by-guard.md#legacy-boundary","title":"legacy boundary"},{"anchor":"legacy-metadata-containment","level":2,"line":286,"ref":"docs/decisions/indexes/by-guard.md#legacy-metadata-containment","title":"legacy metadata containment"},{"anchor":"loopback-transport-security","level":2,"line":290,"ref":"docs/decisions/indexes/by-guard.md#loopback-transport-security","title":"loopback transport security"},{"anchor":"machine-bridge","level":2,"line":294,"ref":"docs/decisions/indexes/by-guard.md#machine-bridge","title":"machine bridge"},{"anchor":"mechanics-topology","level":2,"line":298,"ref":"docs/decisions/indexes/by-guard.md#mechanics-topology","title":"mechanics topology"},{"anchor":"mirror-hygiene","level":2,"line":302,"ref":"docs/decisions/indexes/by-guard.md#mirror-hygiene","title":"mirror hygiene"},{"anchor":"overlay-skill-install","level":2,"line":306,"ref":"docs/decisions/indexes/by-guard.md#overlay-skill-install","title":"overlay skill install"},{"anchor":"owner-skill-package","level":2,"line":310,"ref":"docs/decisions/indexes/by-guard.md#owner-skill-package","title":"owner skill package"},{"anchor":"owner-source-return","level":2,"line":314,"ref":"docs/decisions/indexes/by-guard.md#owner-source-return","title":"owner source return"},{"anchor":"owner-qualified-provenance","level":2,"line":318,"ref":"docs/decisions/indexes/by-guard.md#owner-qualified-provenance","title":"owner-qualified provenance"},{"anchor":"owner-route-confinement","level":2,"line":323,"ref":"docs/decisions/indexes/by-guard.md#owner-route-confinement","title":"owner-route confinement"},{"anchor":"packet-semantic-parity","level":2,"line":327,"ref":"docs/decisions/indexes/by-guard.md#packet-semantic-parity","title":"packet semantic parity"},{"anchor":"parity-check","level":2,"line":331,"ref":"docs/decisions/indexes/by-guard.md#parity-check","title":"parity check"},{"anchor":"per-owner-canary","level":2,"line":335,"ref":"docs/decisions/indexes/by-guard.md#per-owner-canary","title":"per-owner canary"},{"anchor":"pilot-route-posture","level":2,"line":339,"ref":"docs/decisions/indexes/by-guard.md#pilot-route-posture","title":"pilot route posture"},{"anchor":"profile-topology","level":2,"line":343,"ref":"docs/decisions/indexes/by-guard.md#profile-topology","title":"profile topology"},{"anchor":"profile-topology-1","level":2,"line":347,"ref":"docs/decisions/indexes/by-guard.md#profile-topology-1","title":"profile-topology"},{"anchor":"projection-only-cache","level":2,"line":352,"ref":"docs/decisions/indexes/by-guard.md#projection-only-cache","title":"projection-only cache"},{"anchor":"provider-freshness","level":2,"line":356,"ref":"docs/decisions/indexes/by-guard.md#provider-freshness","title":"provider freshness"},{"anchor":"read-only-diagnosis","level":2,"line":360,"ref":"docs/decisions/indexes/by-guard.md#read-only-diagnosis","title":"read-only diagnosis"},{"anchor":"release-governance","level":2,"line":364,"ref":"docs/decisions/indexes/by-guard.md#release-governance","title":"release governance"},{"anchor":"render-truth","level":2,"line":368,"ref":"docs/decisions/indexes/by-guard.md#render-truth","title":"render truth"},{"anchor":"return-policy","level":2,"line":372,"ref":"docs/decisions/indexes/by-guard.md#return-policy","title":"return-policy"},{"anchor":"root-route","level":2,"line":376,"ref":"docs/decisions/indexes/by-guard.md#root-route","title":"root route"},{"anchor":"route-card","level":2,"line":380,"ref":"docs/decisions/indexes/by-guard.md#route-card","title":"route card"},{"anchor":"route-docs","level":2,"line":384,"ref":"docs/decisions/indexes/by-guard.md#route-docs","title":"route docs"},{"anchor":"route-api-closure-status","level":2,"line":388,"ref":"docs/decisions/indexes/by-guard.md#route-api-closure-status","title":"route-api closure status"},{"anchor":"route-api-compatibility-bridge","level":2,"line":392,"ref":"docs/decisions/indexes/by-guard.md#route-api-compatibility-bridge","title":"route-api compatibility bridge"},{"anchor":"runtime-boundary","level":2,"line":396,"ref":"docs/decisions/indexes/by-guard.md#runtime-boundary","title":"runtime boundary"},{"anchor":"runtime-receipts","level":2,"line":400,"ref":"docs/decisions/indexes/by-guard.md#runtime-receipts","title":"runtime receipts"},{"anchor":"runtime-route-contracts","level":2,"line":404,"ref":"docs/decisions/indexes/by-guard.md#runtime-route-contracts","title":"runtime route contracts"},{"anchor":"runtime-schema","level":2,"line":408,"ref":"docs/decisions/indexes/by-guard.md#runtime-schema","title":"runtime schema"},{"anchor":"schema-validation","level":2,"line":412,"ref":"docs/decisions/indexes/by-guard.md#schema-validation","title":"schema validation"},{"anchor":"script-topology","level":2,"line":416,"ref":"docs/decisions/indexes/by-guard.md#script-topology","title":"script topology"},{"anchor":"service-selection-1","level":2,"line":420,"ref":"docs/decisions/indexes/by-guard.md#service-selection-1","title":"service-selection"},{"anchor":"sibling-canon-target","level":2,"line":425,"ref":"docs/decisions/indexes/by-guard.md#sibling-canon-target","title":"sibling canon target"},{"anchor":"sidecar-posture","level":2,"line":429,"ref":"docs/decisions/indexes/by-guard.md#sidecar-posture","title":"sidecar posture"},{"anchor":"skill-projection","level":2,"line":433,"ref":"docs/decisions/indexes/by-guard.md#skill-projection","title":"skill projection"},{"anchor":"source-freshness","level":2,"line":438,"ref":"docs/decisions/indexes/by-guard.md#source-freshness","title":"source freshness"},{"anchor":"source-topology","level":2,"line":442,"ref":"docs/decisions/indexes/by-guard.md#source-topology","title":"source topology"},{"anchor":"source-return-route","level":2,"line":448,"ref":"docs/decisions/indexes/by-guard.md#source-return-route","title":"source-return route"},{"anchor":"source-structure","level":2,"line":452,"ref":"docs/decisions/indexes/by-guard.md#source-structure","title":"source-structure"},{"anchor":"sourcedeployed-parity","level":2,"line":461,"ref":"docs/decisions/indexes/by-guard.md#sourcedeployed-parity","title":"source/deployed parity"},{"anchor":"stale-path-hygiene","level":2,"line":465,"ref":"docs/decisions/indexes/by-guard.md#stale-path-hygiene","title":"stale path hygiene"},{"anchor":"status-readout","level":2,"line":469,"ref":"docs/decisions/indexes/by-guard.md#status-readout","title":"status readout"},{"anchor":"sync-parity","level":2,"line":473,"ref":"docs/decisions/indexes/by-guard.md#sync-parity","title":"sync parity"},{"anchor":"test-topology","level":2,"line":477,"ref":"docs/decisions/indexes/by-guard.md#test-topology","title":"test topology"},{"anchor":"unmodeled-surface-detection","level":2,"line":481,"ref":"docs/decisions/indexes/by-guard.md#unmodeled-surface-detection","title":"unmodeled surface detection"}],"line_refs":["docs/decisions/indexes/by-guard.md:1"],"path_ref":"docs/decisions/indexes/by-guard.md"},"signs":{"attestation_ref":"","digest":"caaf4f6bb46104da8344d7d0b4b8a70c51781737108e206a775dc9e0f6ac81d3","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:8e1fe07433e9784d4ecbb06e","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"c3919ff9de1070c01d4f4384914781b4a4936493ddcbbde2dbd724d5321ec2d9","git_blob_id":"9ede53eb66e47c5fd7337675e3293b1e3b4eb145","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:8e1fe07433e9784d4ecbb06e","lineage_path":"scripts/aoa-bootstrap-wsl.ps1","logical_id":"aoa:abyss-stack:artifact:8e1fe07433e9784d4ecbb06e","mime":"text/plain","path":"scripts/aoa-bootstrap-wsl.ps1","repo":"abyss-stack","size_bytes":141,"version_id":"aoa:abyss-stack:artifact-version:b01a88a84371e89f3f4585e6"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"scripts/aoa-bootstrap-wsl.ps1"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/aoa-bootstrap-wsl.ps1","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/aoa-bootstrap-wsl.ps1:1"],"path_ref":"scripts/aoa-bootstrap-wsl.ps1"},"signs":{"attestation_ref":"","digest":"c3919ff9de1070c01d4f4384914781b4a4936493ddcbbde2dbd724d5321ec2d9","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:988355a3ab1745ea3a06700d","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"87dfad1d9b5717e9b927a58f30e21c0c18784f4dc6af583bb618a338b8bbbd23","git_blob_id":"91e2d97dd5d2e5d8e7b3075077c5ca52fda11742","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:988355a3ab1745ea3a06700d","lineage_path":"mechanics/diagnostic-spine/LANDING_LOG.md","logical_id":"aoa:abyss-stack:artifact:988355a3ab1745ea3a06700d","mime":"text/markdown","path":"mechanics/diagnostic-spine/LANDING_LOG.md","repo":"abyss-stack","size_bytes":1358,"version_id":"aoa:abyss-stack:artifact-version:9111bf18f12e9d3a7a8b9f18"},"mechanics_role":"mechanic_package","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/diagnostic-spine/LANDING_LOG.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/diagnostic-spine/LANDING_LOG.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"diagnostic-spine-landing-log","level":1,"line":1,"ref":"mechanics/diagnostic-spine/LANDING_LOG.md#diagnostic-spine-landing-log","title":"Diagnostic Spine Landing Log"},{"anchor":"2026-05-07-initial-package-landing","level":2,"line":3,"ref":"mechanics/diagnostic-spine/LANDING_LOG.md#2026-05-07-initial-package-landing","title":"2026-05-07 - Initial package landing"},{"anchor":"2026-05-13-part-local-diagnostic-surfaces","level":2,"line":11,"ref":"mechanics/diagnostic-spine/LANDING_LOG.md#2026-05-13-part-local-diagnostic-surfaces","title":"2026-05-13 - Part-local diagnostic surfaces"},{"anchor":"2026-05-13-package-card-completion","level":2,"line":19,"ref":"mechanics/diagnostic-spine/LANDING_LOG.md#2026-05-13-package-card-completion","title":"2026-05-13 - Package card completion"},{"anchor":"2026-05-13-residual-frontier-alignment","level":2,"line":24,"ref":"mechanics/diagnostic-spine/LANDING_LOG.md#2026-05-13-residual-frontier-alignment","title":"2026-05-13 - Residual frontier alignment"},{"anchor":"2026-05-13-diagnostic-runtime-packet","level":2,"line":30,"ref":"mechanics/diagnostic-spine/LANDING_LOG.md#2026-05-13-diagnostic-runtime-packet","title":"2026-05-13 - Diagnostic runtime packet"}],"line_refs":["mechanics/diagnostic-spine/LANDING_LOG.md:1"],"path_ref":"mechanics/diagnostic-spine/LANDING_LOG.md"},"signs":{"attestation_ref":"","digest":"87dfad1d9b5717e9b927a58f30e21c0c18784f4dc6af583bb618a338b8bbbd23","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"81f96f4d23999d97f590bd2d602fceebaf26ef777b845eeaac2d9a519e13f57d","git_blob_id":"349c55feb22d9e40521ed5290238ca321947741d","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","lineage_path":"config-templates/Configs/llama-swap/gemma4-e2b.yaml","logical_id":"aoa:abyss-stack:artifact:ac49ec35461e362fdfa1fef5","mime":"application/yaml","path":"config-templates/Configs/llama-swap/gemma4-e2b.yaml","repo":"abyss-stack","size_bytes":1619,"version_id":"aoa:abyss-stack:artifact-version:24bd7092a1a107a90abc43e0"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"config-templates/Configs/llama-swap/gemma4-e2b.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"config-templates/Configs/llama-swap/gemma4-e2b.yaml","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["config-templates/Configs/llama-swap/gemma4-e2b.yaml:1"],"path_ref":"config-templates/Configs/llama-swap/gemma4-e2b.yaml"},"signs":{"attestation_ref":"","digest":"81f96f4d23999d97f590bd2d602fceebaf26ef777b845eeaac2d9a519e13f57d","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/bc.jsonl b/kag/indexes/shards/source/bc.jsonl index e03f50b9f..3e4fac1be 100644 --- a/kag/indexes/shards/source/bc.jsonl +++ b/kag/indexes/shards/source/bc.jsonl @@ -1,6 +1,6 @@ {"_key":"source:aoa:abyss-stack:artifact:1f232d2442b6f53f43de7f9f","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"d24444ce13e52a68a93bf8d78b369f097069d7222fa25fd97cfabef25aef31df","git_blob_id":"fe7c7aff94435456d6471c4ab08ab88420034686","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:1f232d2442b6f53f43de7f9f","lineage_path":"mcp/services/aoa-discord-connector-mcp/tests/test_discord_connector_mcp.py","logical_id":"aoa:abyss-stack:artifact:1f232d2442b6f53f43de7f9f","mime":"text/x-python","path":"mcp/services/aoa-discord-connector-mcp/tests/test_discord_connector_mcp.py","repo":"abyss-stack","size_bytes":9621,"version_id":"aoa:abyss-stack:artifact-version:73a8ba29df2b415cf8a082f8"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"mcp/services/aoa-discord-connector-mcp/tests/test_discord_connector_mcp.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/aoa-discord-connector-mcp/tests/test_discord_connector_mcp.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mcp/services/aoa-discord-connector-mcp/tests/test_discord_connector_mcp.py:1"],"path_ref":"mcp/services/aoa-discord-connector-mcp/tests/test_discord_connector_mcp.py"},"signs":{"attestation_ref":"","digest":"d24444ce13e52a68a93bf8d78b369f097069d7222fa25fd97cfabef25aef31df","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:740b3474a20b8339beddcbfb","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"schema","compatibility":"legacy","contract_version":"none","schema_version":"https://json-schema.org/draft/2020-12/schema"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"schema","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"e22745562664e4e5bcd79433153e5d8e52a748c9f9744275da2a6469b060ed21","git_blob_id":"a01353d8bde32b9b2a4334d03f05e33b251f89ae","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:740b3474a20b8339beddcbfb","lineage_path":"schemas/watchtower_job_record_v1.json","logical_id":"aoa:abyss-stack:artifact:740b3474a20b8339beddcbfb","mime":"application/json","path":"mechanics/experience-runtime/legacy/artifacts/schemas/watchtower_job_record_v1.json","repo":"abyss-stack","size_bytes":612,"version_id":"aoa:abyss-stack:artifact-version:b8e79599bf09e7a281aa49d4"},"mechanics_role":"legacy","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"schema_owner","surface":"mechanics/experience-runtime/legacy/artifacts/schemas/watchtower_job_record_v1.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/experience-runtime/legacy/artifacts/schemas/watchtower_job_record_v1.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/experience-runtime/legacy/artifacts/schemas/watchtower_job_record_v1.json:1"],"path_ref":"mechanics/experience-runtime/legacy/artifacts/schemas/watchtower_job_record_v1.json"},"signs":{"attestation_ref":"","digest":"e22745562664e4e5bcd79433153e5d8e52a748c9f9744275da2a6469b060ed21","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:a23204b594f4411ea4002314","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"text_artifact","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"text_artifact","classification":{"confidence":"high","primary_kind":"artifact"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"5015f2f12d6b63130c3f68d95320025f7941826e5f8a768de8511f490e08597c","git_blob_id":"b1a70cc28f0cc21fe6af57d78d00460239b020c9","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:a23204b594f4411ea4002314","lineage_path":"systemd/system/managed-units.txt","logical_id":"aoa:abyss-stack:artifact:a23204b594f4411ea4002314","mime":"text/plain","path":"systemd/system/managed-units.txt","repo":"abyss-stack","size_bytes":357,"version_id":"aoa:abyss-stack:artifact-version:ba6068b06ddb0d9de137b2d0"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"systemd/system/managed-units.txt"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"systemd/system/managed-units.txt","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["systemd/system/managed-units.txt:1"],"path_ref":"systemd/system/managed-units.txt"},"signs":{"attestation_ref":"","digest":"5015f2f12d6b63130c3f68d95320025f7941826e5f8a768de8511f490e08597c","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"2b1170c0942c4d2cfec7ce0ddf74144d867eddaadd1cfda25f7dc4f74f683fa7","git_blob_id":"c1c9cd43996128d4ff45ebf848152826dc220d0a","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","lineage_path":"docs/RUNTIME_WINNER_PROMOTION_LOOP.md","logical_id":"aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","mime":"text/markdown","path":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md","repo":"abyss-stack","size_bytes":6294,"version_id":"aoa:abyss-stack:artifact-version:81ff40f05a113293aff299ae"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-winner-promotion-loop","level":1,"line":1,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#runtime-winner-promotion-loop","title":"RUNTIME WINNER PROMOTION LOOP"},{"anchor":"purpose","level":2,"line":3,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#purpose","title":"Purpose"},{"anchor":"core-rule","level":2,"line":24,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#core-rule","title":"Core rule"},{"anchor":"when-to-run-this-loop","level":2,"line":41,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#when-to-run-this-loop","title":"When to run this loop"},{"anchor":"inputs","level":2,"line":59,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#inputs","title":"Inputs"},{"anchor":"the-loop","level":2,"line":67,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#the-loop","title":"The loop"},{"anchor":"1-re-read-the-current-winner","level":3,"line":69,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#1-re-read-the-current-winner","title":"1. Re-read the current winner"},{"anchor":"2-refresh-machine-fit-when-the-host-drifted","level":3,"line":81,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#2-refresh-machine-fit-when-the-host-drifted","title":"2. Refresh machine-fit when the host drifted"},{"anchor":"3-keep-the-challenger-bounded","level":3,"line":92,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#3-keep-the-challenger-bounded","title":"3. Keep the challenger bounded"},{"anchor":"4-read-contract-fit-before-speed","level":3,"line":105,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#4-read-contract-fit-before-speed","title":"4. Read contract-fit before speed"},{"anchor":"5-record-the-adaptation","level":3,"line":115,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#5-record-the-adaptation","title":"5. Record the adaptation"},{"anchor":"6-repoint-the-live-runtime","level":3,"line":124,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#6-repoint-the-live-runtime","title":"6. Repoint the live runtime"},{"anchor":"7-re-check-the-live-lane","level":3,"line":134,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#7-re-check-the-live-lane","title":"7. Re-check the live lane"},{"anchor":"expected-outputs","level":2,"line":151,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#expected-outputs","title":"Expected outputs"},{"anchor":"current-host-example","level":2,"line":161,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#current-host-example","title":"Current host example"},{"anchor":"repo-local-overlay-skill-posture","level":2,"line":181,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#repo-local-overlay-skill-posture","title":"Repo-local overlay skill posture"},{"anchor":"boundary-to-preserve","level":2,"line":193,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#boundary-to-preserve","title":"Boundary to preserve"}],"line_refs":["mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md:1"],"path_ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md"},"signs":{"attestation_ref":"","digest":"2b1170c0942c4d2cfec7ce0ddf74144d867eddaadd1cfda25f7dc4f74f683fa7","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"mechanics_doc","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"62bee0dc6c10f4223f8bc2f95069cc9c701e4c15be8e05f117896125822f1340","git_blob_id":"7d98cde64ba1c04f2feb07d34e594d45d5790eea","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","lineage_path":"docs/RUNTIME_WINNER_PROMOTION_LOOP.md","logical_id":"aoa:abyss-stack:artifact:c4fae0250867b1b42c66cced","mime":"text/markdown","path":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md","repo":"abyss-stack","size_bytes":6310,"version_id":"aoa:abyss-stack:artifact-version:fc2faf04a93de7b8eb100ca6"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"runtime-winner-promotion-loop","level":1,"line":1,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#runtime-winner-promotion-loop","title":"RUNTIME WINNER PROMOTION LOOP"},{"anchor":"purpose","level":2,"line":3,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#purpose","title":"Purpose"},{"anchor":"core-rule","level":2,"line":24,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#core-rule","title":"Core rule"},{"anchor":"when-to-run-this-loop","level":2,"line":41,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#when-to-run-this-loop","title":"When to run this loop"},{"anchor":"inputs","level":2,"line":59,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#inputs","title":"Inputs"},{"anchor":"the-loop","level":2,"line":67,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#the-loop","title":"The loop"},{"anchor":"1-re-read-the-current-winner","level":3,"line":69,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#1-re-read-the-current-winner","title":"1. Re-read the current winner"},{"anchor":"2-refresh-machine-fit-when-the-host-drifted","level":3,"line":81,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#2-refresh-machine-fit-when-the-host-drifted","title":"2. Refresh machine-fit when the host drifted"},{"anchor":"3-keep-the-challenger-bounded","level":3,"line":92,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#3-keep-the-challenger-bounded","title":"3. Keep the challenger bounded"},{"anchor":"4-read-contract-fit-before-speed","level":3,"line":105,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#4-read-contract-fit-before-speed","title":"4. Read contract-fit before speed"},{"anchor":"5-record-the-adaptation","level":3,"line":115,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#5-record-the-adaptation","title":"5. Record the adaptation"},{"anchor":"6-repoint-the-live-runtime","level":3,"line":124,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#6-repoint-the-live-runtime","title":"6. Repoint the live runtime"},{"anchor":"7-re-check-the-live-lane","level":3,"line":134,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#7-re-check-the-live-lane","title":"7. Re-check the live lane"},{"anchor":"expected-outputs","level":2,"line":151,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#expected-outputs","title":"Expected outputs"},{"anchor":"current-host-example","level":2,"line":161,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#current-host-example","title":"Current host example"},{"anchor":"skill-exposure-posture","level":2,"line":181,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#skill-exposure-posture","title":"Skill exposure posture"},{"anchor":"boundary-to-preserve","level":2,"line":193,"ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md#boundary-to-preserve","title":"Boundary to preserve"}],"line_refs":["mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md:1"],"path_ref":"mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md"},"signs":{"attestation_ref":"","digest":"62bee0dc6c10f4223f8bc2f95069cc9c701e4c15be8e05f117896125822f1340","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:c54019c5a63579c128047573","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"79dd7f3f5a55886e78d68ab59f13838b006625868fbb402639b4a07af7310849","git_blob_id":"599e1de2dd20e9e84eb02cf8ac6d52f81938ebb0","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:c54019c5a63579c128047573","lineage_path":"tests/test_tos_graph_corpus_runtime.py","logical_id":"aoa:abyss-stack:artifact:c54019c5a63579c128047573","mime":"text/x-python","path":"tests/test_tos_graph_corpus_runtime.py","repo":"abyss-stack","size_bytes":40055,"version_id":"aoa:abyss-stack:artifact-version:d1f0fd12c345b4353d4ff0ca"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"tests/test_tos_graph_corpus_runtime.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"tests/test_tos_graph_corpus_runtime.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["tests/test_tos_graph_corpus_runtime.py:1"],"path_ref":"tests/test_tos_graph_corpus_runtime.py"},"signs":{"attestation_ref":"","digest":"79dd7f3f5a55886e78d68ab59f13838b006625868fbb402639b4a07af7310849","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:dd04a82a93dc9f71e6bf642d","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"bd17602c6c2a891ba13c61093cd68c9b6f0e282e3deb74abea6400cb2841d12b","git_blob_id":"9aae7cc4066f9cb9dae962374331e3140feca04a","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:dd04a82a93dc9f71e6bf642d","lineage_path":"config-templates/Services/babelvox-tts-api/Dockerfile","logical_id":"aoa:abyss-stack:artifact:dd04a82a93dc9f71e6bf642d","mime":"text/plain","path":"config-templates/Services/babelvox-tts-api/Dockerfile","repo":"abyss-stack","size_bytes":761,"version_id":"aoa:abyss-stack:artifact-version:1aaf9da0c3c9d4a340d67cab"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"config-templates/Services/babelvox-tts-api/Dockerfile"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"config-templates/Services/babelvox-tts-api/Dockerfile","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["config-templates/Services/babelvox-tts-api/Dockerfile:1"],"path_ref":"config-templates/Services/babelvox-tts-api/Dockerfile"},"signs":{"attestation_ref":"","digest":"bd17602c6c2a891ba13c61093cd68c9b6f0e282e3deb74abea6400cb2841d12b","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/dc.jsonl b/kag/indexes/shards/source/dc.jsonl index bec91ce71..491e78c4c 100644 --- a/kag/indexes/shards/source/dc.jsonl +++ b/kag/indexes/shards/source/dc.jsonl @@ -3,4 +3,5 @@ {"_key":"source:aoa:abyss-stack:artifact:69f41957ee42930e1e9edd04","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"295b1cd0861610962d330c38f376cab121051ac88bc15741705b20090bbfb5da","git_blob_id":"c96a51e688f198a6435691424fabda2d438f6ddf","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:69f41957ee42930e1e9edd04","lineage_path":"mechanics/federation-seams/parts/tos-graph/README.md","logical_id":"aoa:abyss-stack:artifact:69f41957ee42930e1e9edd04","mime":"text/markdown","path":"mechanics/federation-seams/parts/tos-graph/README.md","repo":"abyss-stack","size_bytes":1669,"version_id":"aoa:abyss-stack:artifact-version:019167acb3d7939449a19fc6"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/federation-seams/parts/tos-graph/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/federation-seams/parts/tos-graph/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"tos-graph","level":1,"line":1,"ref":"mechanics/federation-seams/parts/tos-graph/README.md#tos-graph","title":"ToS Graph"}],"line_refs":["mechanics/federation-seams/parts/tos-graph/README.md:1"],"path_ref":"mechanics/federation-seams/parts/tos-graph/README.md"},"signs":{"attestation_ref":"","digest":"295b1cd0861610962d330c38f376cab121051ac88bc15741705b20090bbfb5da","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"756f612e33fb5d325dea9082b2483f9f73716b2a00a2d735b78b8e2318752f59","git_blob_id":"6991734d3d291a0b38b37ced80bb705923df6fcf","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5","lineage_path":"config-templates/Configs/federation/tos-source.yaml","logical_id":"aoa:abyss-stack:artifact:8840ea6d8881052ac65c1ea5","mime":"application/yaml","path":"config-templates/Configs/federation/tos-source.yaml","repo":"abyss-stack","size_bytes":492,"version_id":"aoa:abyss-stack:artifact-version:3174b3096188063348b3c389"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"config-templates/Configs/federation/tos-source.yaml"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"config-templates/Configs/federation/tos-source.yaml","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["config-templates/Configs/federation/tos-source.yaml:1"],"path_ref":"config-templates/Configs/federation/tos-source.yaml"},"signs":{"attestation_ref":"","digest":"756f612e33fb5d325dea9082b2483f9f73716b2a00a2d735b78b8e2318752f59","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"test","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"test","classification":{"confidence":"high","primary_kind":"command"},"code_role":"test","command_role":"test","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"f933c06282e54e8a827cc5a2807e58ed1725cd09e6707d91a72f591360852fbc","git_blob_id":"5dd00abf7ae5a5b22ccb07f0c7ef02cdf0328cfe","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73","lineage_path":"mcp/services/abyss-machine-mcp/tests/test_machine_mcp.py","logical_id":"aoa:abyss-stack:artifact:a12d3ca9a618f1c7f96aae73","mime":"text/x-python","path":"mcp/services/abyss-machine-mcp/tests/test_machine_mcp.py","repo":"abyss-stack","size_bytes":31338,"version_id":"aoa:abyss-stack:artifact-version:ab6e6167b696fd322cb2bcf5"},"mechanics_role":"none","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"test_owner","surface":"mcp/services/abyss-machine-mcp/tests/test_machine_mcp.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/abyss-machine-mcp/tests/test_machine_mcp.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mcp/services/abyss-machine-mcp/tests/test_machine_mcp.py:1"],"path_ref":"mcp/services/abyss-machine-mcp/tests/test_machine_mcp.py"},"signs":{"attestation_ref":"","digest":"f933c06282e54e8a827cc5a2807e58ed1725cd09e6707d91a72f591360852fbc","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":["python -m pytest -q"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:b94f31cd290d351477a51077","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"unknown_document","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"4a7806098e3ae08da4b20f3b2c41a79d65f376fdc113908067c883b379bb6f9c","git_blob_id":"ebf03dcc7e0ab4b14ac75eab138df2779bd77fe7","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:b94f31cd290d351477a51077","lineage_path":"skills/abyss-self-diagnostic-spine/SKILL.md","logical_id":"aoa:abyss-stack:artifact:b94f31cd290d351477a51077","mime":"text/markdown","path":"skills/abyss-self-diagnostic-spine/SKILL.md","repo":"abyss-stack","size_bytes":4271,"version_id":"aoa:abyss-stack:artifact-version:f1a19215cec1844467cb7e6e"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"skills/abyss-self-diagnostic-spine/SKILL.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"skills/abyss-self-diagnostic-spine/SKILL.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"abyss-self-diagnostic-spine","level":1,"line":6,"ref":"skills/abyss-self-diagnostic-spine/SKILL.md#abyss-self-diagnostic-spine","title":"Abyss Self-Diagnostic Spine"},{"anchor":"intent","level":2,"line":8,"ref":"skills/abyss-self-diagnostic-spine/SKILL.md#intent","title":"Intent"},{"anchor":"return-to-the-owner-source","level":2,"line":18,"ref":"skills/abyss-self-diagnostic-spine/SKILL.md#return-to-the-owner-source","title":"Return to the owner source"},{"anchor":"start","level":2,"line":43,"ref":"skills/abyss-self-diagnostic-spine/SKILL.md#start","title":"Start"},{"anchor":"owner-boundary","level":2,"line":63,"ref":"skills/abyss-self-diagnostic-spine/SKILL.md#owner-boundary","title":"Owner boundary"},{"anchor":"stop","level":2,"line":76,"ref":"skills/abyss-self-diagnostic-spine/SKILL.md#stop","title":"Stop"}],"line_refs":["skills/abyss-self-diagnostic-spine/SKILL.md:1"],"path_ref":"skills/abyss-self-diagnostic-spine/SKILL.md"},"signs":{"attestation_ref":"","digest":"4a7806098e3ae08da4b20f3b2c41a79d65f376fdc113908067c883b379bb6f9c","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"5bd68cc47cf765a1911582d6024c3dd761b8fab49b205a8ed2146a98f1a2b2fe","git_blob_id":"f5c42fdd5dce4acdb7060eade854ab1f780df932","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","lineage_path":"MCP/aoa-memo-mcp/src/aoa_memo_mcp/core.py","logical_id":"aoa:abyss-stack:artifact:e4f98631d57f5e2350f4e9c7","mime":"text/x-python","path":"mcp/services/aoa-memo-mcp/src/aoa_memo_mcp/core.py","repo":"abyss-stack","size_bytes":81901,"version_id":"aoa:abyss-stack:artifact-version:8a54da416cc0ec46184335df"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mcp/services/aoa-memo-mcp/src/aoa_memo_mcp/core.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/aoa-memo-mcp/src/aoa_memo_mcp/core.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mcp/services/aoa-memo-mcp/src/aoa_memo_mcp/core.py:1"],"path_ref":"mcp/services/aoa-memo-mcp/src/aoa_memo_mcp/core.py"},"signs":{"attestation_ref":"","digest":"5bd68cc47cf765a1911582d6024c3dd761b8fab49b205a8ed2146a98f1a2b2fe","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/e6.jsonl b/kag/indexes/shards/source/e6.jsonl index 449d7c26c..ac1049550 100644 --- a/kag/indexes/shards/source/e6.jsonl +++ b/kag/indexes/shards/source/e6.jsonl @@ -3,4 +3,4 @@ {"_key":"source:aoa:abyss-stack:artifact:331f101c240e11aaf2e78bd9","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"7e1a76767e68e8b923228953ac22eea62bc27373c9ad26256068277992f9094f","git_blob_id":"176b7bceb1d77610033969ee822be4fb50eaa135","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:331f101c240e11aaf2e78bd9","lineage_path":"mcp/services/aoa-decisions-mcp/README.md","logical_id":"aoa:abyss-stack:artifact:331f101c240e11aaf2e78bd9","mime":"text/markdown","path":"mcp/services/aoa-decisions-mcp/README.md","repo":"abyss-stack","size_bytes":3063,"version_id":"aoa:abyss-stack:artifact-version:6cb4ba2e4602f20e8a1a6961"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mcp/services/aoa-decisions-mcp/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/aoa-decisions-mcp/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-decisions-mcp","level":1,"line":1,"ref":"mcp/services/aoa-decisions-mcp/README.md#aoa-decisions-mcp","title":"aoa-decisions-mcp"},{"anchor":"source-hierarchy","level":2,"line":20,"ref":"mcp/services/aoa-decisions-mcp/README.md#source-hierarchy","title":"Source Hierarchy"},{"anchor":"mcp-surface","level":2,"line":29,"ref":"mcp/services/aoa-decisions-mcp/README.md#mcp-surface","title":"MCP Surface"},{"anchor":"agent-route","level":2,"line":74,"ref":"mcp/services/aoa-decisions-mcp/README.md#agent-route","title":"Agent Route"}],"line_refs":["mcp/services/aoa-decisions-mcp/README.md:1"],"path_ref":"mcp/services/aoa-decisions-mcp/README.md"},"signs":{"attestation_ref":"","digest":"7e1a76767e68e8b923228953ac22eea62bc27373c9ad26256068277992f9094f","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:da80c80ff6726bc283f3a6ba","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"b9b5b738d3e3114c5bfb2d51f99a86354bc89c3e2836877fcb3fc91b920373a2","git_blob_id":"25e5f9df3f97889fbe115454c11377f21a6beb65","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:da80c80ff6726bc283f3a6ba","lineage_path":"mechanics/federation-seams/parts/rpg-runtime/README.md","logical_id":"aoa:abyss-stack:artifact:da80c80ff6726bc283f3a6ba","mime":"text/markdown","path":"mechanics/federation-seams/parts/rpg-runtime/README.md","repo":"abyss-stack","size_bytes":1125,"version_id":"aoa:abyss-stack:artifact-version:67108ddb3374492a92cdd66c"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/federation-seams/parts/rpg-runtime/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/federation-seams/parts/rpg-runtime/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"federation-seam-surfaces","level":1,"line":1,"ref":"mechanics/federation-seams/parts/rpg-runtime/README.md#federation-seam-surfaces","title":"Federation Seam Surfaces"},{"anchor":"rpg-runtime-projection","level":2,"line":7,"ref":"mechanics/federation-seams/parts/rpg-runtime/README.md#rpg-runtime-projection","title":"RPG Runtime Projection"}],"line_refs":["mechanics/federation-seams/parts/rpg-runtime/README.md:1"],"path_ref":"mechanics/federation-seams/parts/rpg-runtime/README.md"},"signs":{"attestation_ref":"","digest":"b9b5b738d3e3114c5bfb2d51f99a86354bc89c3e2836877fcb3fc91b920373a2","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:dd0eaa09a176e72ed1d87c5a","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"8c90346890432d499d54f90a3a4960cd9e307cea2b0a2f0a8da131c804e907fa","git_blob_id":"1c7e04af70d1ad53f6e7bf4fe67ec941b37b193a","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:dd0eaa09a176e72ed1d87c5a","lineage_path":"mcp/services/aoa-decisions-mcp/src/aoa_decisions_mcp/cli.py","logical_id":"aoa:abyss-stack:artifact:dd0eaa09a176e72ed1d87c5a","mime":"text/x-python","path":"mcp/services/aoa-decisions-mcp/src/aoa_decisions_mcp/cli.py","repo":"abyss-stack","size_bytes":2702,"version_id":"aoa:abyss-stack:artifact-version:51e72b45d739f72b6c87fe31"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mcp/services/aoa-decisions-mcp/src/aoa_decisions_mcp/cli.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/aoa-decisions-mcp/src/aoa_decisions_mcp/cli.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mcp/services/aoa-decisions-mcp/src/aoa_decisions_mcp/cli.py:1"],"path_ref":"mcp/services/aoa-decisions-mcp/src/aoa_decisions_mcp/cli.py"},"signs":{"attestation_ref":"","digest":"8c90346890432d499d54f90a3a4960cd9e307cea2b0a2f0a8da131c804e907fa","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"82200bf0c8b17e954dee375401171b9fb136b966ac44f3f615a06d115622ea7d","git_blob_id":"8dc3175e2f01ec71d75132b1a824798680246c5a","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","lineage_path":"scripts/validators/source_structure.py","logical_id":"aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","mime":"text/x-python","path":"scripts/validators/source_structure.py","repo":"abyss-stack","size_bytes":33341,"version_id":"aoa:abyss-stack:artifact-version:77b0e7db7af69dcb151a039b"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"scripts/validators/source_structure.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validators/source_structure.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validators/source_structure.py:1"],"path_ref":"scripts/validators/source_structure.py"},"signs":{"attestation_ref":"","digest":"82200bf0c8b17e954dee375401171b9fb136b966ac44f3f615a06d115622ea7d","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"b482228398f6e896d584b1ca670a99f3fae789a0f4aed4be84faa62d27d258d5","git_blob_id":"130e2ef7beaf84f827ac92031aa784c70b5efc06","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","lineage_path":"scripts/validators/source_structure.py","logical_id":"aoa:abyss-stack:artifact:eddf7cffca42f8a57ddf9bf5","mime":"text/x-python","path":"scripts/validators/source_structure.py","repo":"abyss-stack","size_bytes":33406,"version_id":"aoa:abyss-stack:artifact-version:f5cd9791c9201284f832d8c8"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"scripts/validators/source_structure.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"scripts/validators/source_structure.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["scripts/validators/source_structure.py:1"],"path_ref":"scripts/validators/source_structure.py"},"signs":{"attestation_ref":"","digest":"b482228398f6e896d584b1ca670a99f3fae789a0f4aed4be84faa62d27d258d5","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/ea.jsonl b/kag/indexes/shards/source/ea.jsonl index 426ad9219..58252a0c5 100644 --- a/kag/indexes/shards/source/ea.jsonl +++ b/kag/indexes/shards/source/ea.jsonl @@ -6,4 +6,4 @@ {"_key":"source:aoa:abyss-stack:artifact:9022a190547043d202488b6f","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"1db27d14ef4681c6f71256d3899a454a5db8c964841c8a636e1acc849f699ba0","git_blob_id":"8c921c7f53e4a663df510bd2d5a0524014c464aa","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:9022a190547043d202488b6f","lineage_path":"mcp/services/aoa-evals-mcp/src/aoa_evals_mcp/server.py","logical_id":"aoa:abyss-stack:artifact:9022a190547043d202488b6f","mime":"text/x-python","path":"mcp/services/aoa-evals-mcp/src/aoa_evals_mcp/server.py","repo":"abyss-stack","size_bytes":13687,"version_id":"aoa:abyss-stack:artifact-version:fbdc8454a9ca3c9aefd1d844"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"mcp/services/aoa-evals-mcp/src/aoa_evals_mcp/server.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/aoa-evals-mcp/src/aoa_evals_mcp/server.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mcp/services/aoa-evals-mcp/src/aoa_evals_mcp/server.py:1"],"path_ref":"mcp/services/aoa-evals-mcp/src/aoa_evals_mcp/server.py"},"signs":{"attestation_ref":"","digest":"1db27d14ef4681c6f71256d3899a454a5db8c964841c8a636e1acc849f699ba0","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"script","compatibility":"legacy","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"script","classification":{"confidence":"high","primary_kind":"command"},"code_role":"entrypoint","command_role":"script","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"0a67f0284bf6cce050a7bad655111fa81f28b25a307597253d419a274abe4335","git_blob_id":"eb0d56ef32c67748a3cc819a1efebd211133026a","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","lineage_path":"scripts/aoa-w5-pilot","logical_id":"aoa:abyss-stack:artifact:a14a61d81b96599252d4579e","mime":"text/x-python","path":"mechanics/inference-pilots/legacy/trials/artifacts/scripts/aoa-w5-pilot","repo":"abyss-stack","size_bytes":123098,"version_id":"aoa:abyss-stack:artifact-version:4d991294200a2b82eaeafb7b"},"mechanics_role":"legacy","observed_form":"command","owner_return_route":{"repo":"abyss-stack","route_kind":"command_owner","surface":"mechanics/inference-pilots/legacy/trials/artifacts/scripts/aoa-w5-pilot"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/inference-pilots/legacy/trials/artifacts/scripts/aoa-w5-pilot","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["mechanics/inference-pilots/legacy/trials/artifacts/scripts/aoa-w5-pilot:1"],"path_ref":"mechanics/inference-pilots/legacy/trials/artifacts/scripts/aoa-w5-pilot"},"signs":{"attestation_ref":"","digest":"0a67f0284bf6cce050a7bad655111fa81f28b25a307597253d419a274abe4335","signature_ref":"","verification_state":"digest-only"},"surface_state":"legacy","toolchain":{"detected_tools":["git","python"],"owner_commands":["mechanics/inference-pilots/legacy/trials/artifacts/scripts/aoa-w5-pilot"],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:cc235d9f26e8dce2f57ce8c5","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"config","compatibility":"stable","contract_version":"none","schema_version":"aoa-local-kag-record-v1"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"config","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"002f8e37711c9a4104ec93c6956dc6611239c9893a74f44e0e499c78733711df","git_blob_id":"5d8265ea2830fdbdfa5fa517dca889be465d2664","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:cc235d9f26e8dce2f57ce8c5","lineage_path":"kag/nodes/mcp-access-plane.json","logical_id":"aoa:abyss-stack:artifact:cc235d9f26e8dce2f57ce8c5","mime":"application/json","path":"kag/nodes/mcp-access-plane.json","repo":"abyss-stack","size_bytes":1460,"version_id":"aoa:abyss-stack:artifact-version:133ee1edf12e3ed30d361c1d"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"kag/nodes/mcp-access-plane.json"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"kag/nodes/mcp-access-plane.json","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["kag/nodes/mcp-access-plane.json:1"],"path_ref":"kag/nodes/mcp-access-plane.json"},"signs":{"attestation_ref":"","digest":"002f8e37711c9a4104ec93c6956dc6611239c9893a74f44e0e499c78733711df","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["jq"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"generated_readmodel","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"600ba9ff1b1a6832973f83fc62c2312d55d3525940171fc757f626e5b4167357","git_blob_id":"7e7bbb8e7b164b7a999a739ca9a63bc631b124bb","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","lineage_path":"docs/decisions/indexes/by-stack-lane.md","logical_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","mime":"text/markdown","path":"docs/decisions/indexes/by-stack-lane.md","repo":"abyss-stack","size_bytes":31803,"version_id":"aoa:abyss-stack:artifact-version:a88b8646fb81c577f699cdbe"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/indexes/by-stack-lane.md"},"provenance":{"generated_by":"scripts/generate_decision_indexes.py","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"docs/decisions/indexes/by-stack-lane.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decisions-by-stack-lane","level":1,"line":1,"ref":"docs/decisions/indexes/by-stack-lane.md#decisions-by-stack-lane","title":"Decisions By Stack Lane"},{"anchor":"runtime-root","level":2,"line":5,"ref":"docs/decisions/indexes/by-stack-lane.md#runtime-root","title":"runtime root"},{"anchor":"runtime-mechanics","level":2,"line":10,"ref":"docs/decisions/indexes/by-stack-lane.md#runtime-mechanics","title":"runtime mechanics"},{"anchor":"source-checkout","level":2,"line":38,"ref":"docs/decisions/indexes/by-stack-lane.md#source-checkout","title":"source checkout"},{"anchor":"config-projection","level":2,"line":72,"ref":"docs/decisions/indexes/by-stack-lane.md#config-projection","title":"config projection"},{"anchor":"runtime-lifecycle","level":2,"line":80,"ref":"docs/decisions/indexes/by-stack-lane.md#runtime-lifecycle","title":"runtime lifecycle"},{"anchor":"machine-fit","level":2,"line":86,"ref":"docs/decisions/indexes/by-stack-lane.md#machine-fit","title":"machine fit"},{"anchor":"inference-pilots","level":2,"line":92,"ref":"docs/decisions/indexes/by-stack-lane.md#inference-pilots","title":"inference pilots"},{"anchor":"service-selection","level":2,"line":99,"ref":"docs/decisions/indexes/by-stack-lane.md#service-selection","title":"service selection"},{"anchor":"profiles-and-presets","level":2,"line":107,"ref":"docs/decisions/indexes/by-stack-lane.md#profiles-and-presets","title":"profiles and presets"},{"anchor":"systemd-units","level":2,"line":115,"ref":"docs/decisions/indexes/by-stack-lane.md#systemd-units","title":"systemd units"},{"anchor":"docs-and-routes","level":2,"line":119,"ref":"docs/decisions/indexes/by-stack-lane.md#docs-and-routes","title":"docs and routes"},{"anchor":"questbook","level":2,"line":134,"ref":"docs/decisions/indexes/by-stack-lane.md#questbook","title":"questbook"},{"anchor":"mcp-services","level":2,"line":139,"ref":"docs/decisions/indexes/by-stack-lane.md#mcp-services","title":"MCP services"},{"anchor":"federation-seams","level":2,"line":159,"ref":"docs/decisions/indexes/by-stack-lane.md#federation-seams","title":"federation seams"},{"anchor":"governed-execution","level":2,"line":167,"ref":"docs/decisions/indexes/by-stack-lane.md#governed-execution","title":"governed execution"},{"anchor":"decision-lane","level":2,"line":172,"ref":"docs/decisions/indexes/by-stack-lane.md#decision-lane","title":"decision lane"},{"anchor":"mcp-access-plane","level":2,"line":183,"ref":"docs/decisions/indexes/by-stack-lane.md#mcp-access-plane","title":"MCP access plane"},{"anchor":"tree-of-sophia-access","level":2,"line":187,"ref":"docs/decisions/indexes/by-stack-lane.md#tree-of-sophia-access","title":"Tree of Sophia access"},{"anchor":"agent-surface","level":2,"line":192,"ref":"docs/decisions/indexes/by-stack-lane.md#agent-surface","title":"agent surface"},{"anchor":"federation-seam","level":2,"line":200,"ref":"docs/decisions/indexes/by-stack-lane.md#federation-seam","title":"federation seam"},{"anchor":"observability","level":2,"line":205,"ref":"docs/decisions/indexes/by-stack-lane.md#observability","title":"observability"},{"anchor":"operator-command","level":2,"line":210,"ref":"docs/decisions/indexes/by-stack-lane.md#operator-command","title":"operator command"},{"anchor":"releasetooling","level":2,"line":214,"ref":"docs/decisions/indexes/by-stack-lane.md#releasetooling","title":"release/tooling"},{"anchor":"runtime-access-plane","level":2,"line":225,"ref":"docs/decisions/indexes/by-stack-lane.md#runtime-access-plane","title":"runtime access plane"},{"anchor":"runtime-knowledge","level":2,"line":229,"ref":"docs/decisions/indexes/by-stack-lane.md#runtime-knowledge","title":"runtime knowledge"},{"anchor":"runtime-mirror","level":2,"line":234,"ref":"docs/decisions/indexes/by-stack-lane.md#runtime-mirror","title":"runtime mirror"},{"anchor":"source-validation","level":2,"line":238,"ref":"docs/decisions/indexes/by-stack-lane.md#source-validation","title":"source validation"},{"anchor":"tos-graph","level":2,"line":243,"ref":"docs/decisions/indexes/by-stack-lane.md#tos-graph","title":"tos-graph"},{"anchor":"validation-lane","level":2,"line":247,"ref":"docs/decisions/indexes/by-stack-lane.md#validation-lane","title":"validation lane"}],"line_refs":["docs/decisions/indexes/by-stack-lane.md:1"],"path_ref":"docs/decisions/indexes/by-stack-lane.md"},"signs":{"attestation_ref":"","digest":"600ba9ff1b1a6832973f83fc62c2312d55d3525940171fc757f626e5b4167357","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"generated_readmodel","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"454817ce9b1229392d081416403c68ca2229eb58e30c61ffd28ecdf438eff4b1","git_blob_id":"cbdca2e6188ceffc68e8c06d807c905130fa0b19","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","lineage_path":"docs/decisions/indexes/by-stack-lane.md","logical_id":"aoa:abyss-stack:artifact:f2dcc71adbf2772e4ef4229e","mime":"text/markdown","path":"docs/decisions/indexes/by-stack-lane.md","repo":"abyss-stack","size_bytes":32342,"version_id":"aoa:abyss-stack:artifact-version:6935803e170813af38bcd7b2"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/indexes/by-stack-lane.md"},"provenance":{"generated_by":"scripts/generate_decision_indexes.py","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"docs/decisions/indexes/by-stack-lane.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decisions-by-stack-lane","level":1,"line":1,"ref":"docs/decisions/indexes/by-stack-lane.md#decisions-by-stack-lane","title":"Decisions By Stack Lane"},{"anchor":"runtime-root","level":2,"line":5,"ref":"docs/decisions/indexes/by-stack-lane.md#runtime-root","title":"runtime root"},{"anchor":"runtime-mechanics","level":2,"line":10,"ref":"docs/decisions/indexes/by-stack-lane.md#runtime-mechanics","title":"runtime mechanics"},{"anchor":"source-checkout","level":2,"line":38,"ref":"docs/decisions/indexes/by-stack-lane.md#source-checkout","title":"source checkout"},{"anchor":"config-projection","level":2,"line":73,"ref":"docs/decisions/indexes/by-stack-lane.md#config-projection","title":"config projection"},{"anchor":"runtime-lifecycle","level":2,"line":81,"ref":"docs/decisions/indexes/by-stack-lane.md#runtime-lifecycle","title":"runtime lifecycle"},{"anchor":"machine-fit","level":2,"line":87,"ref":"docs/decisions/indexes/by-stack-lane.md#machine-fit","title":"machine fit"},{"anchor":"inference-pilots","level":2,"line":93,"ref":"docs/decisions/indexes/by-stack-lane.md#inference-pilots","title":"inference pilots"},{"anchor":"service-selection","level":2,"line":100,"ref":"docs/decisions/indexes/by-stack-lane.md#service-selection","title":"service selection"},{"anchor":"profiles-and-presets","level":2,"line":108,"ref":"docs/decisions/indexes/by-stack-lane.md#profiles-and-presets","title":"profiles and presets"},{"anchor":"systemd-units","level":2,"line":116,"ref":"docs/decisions/indexes/by-stack-lane.md#systemd-units","title":"systemd units"},{"anchor":"docs-and-routes","level":2,"line":120,"ref":"docs/decisions/indexes/by-stack-lane.md#docs-and-routes","title":"docs and routes"},{"anchor":"questbook","level":2,"line":135,"ref":"docs/decisions/indexes/by-stack-lane.md#questbook","title":"questbook"},{"anchor":"mcp-services","level":2,"line":140,"ref":"docs/decisions/indexes/by-stack-lane.md#mcp-services","title":"MCP services"},{"anchor":"federation-seams","level":2,"line":160,"ref":"docs/decisions/indexes/by-stack-lane.md#federation-seams","title":"federation seams"},{"anchor":"governed-execution","level":2,"line":168,"ref":"docs/decisions/indexes/by-stack-lane.md#governed-execution","title":"governed execution"},{"anchor":"diagnostics","level":2,"line":173,"ref":"docs/decisions/indexes/by-stack-lane.md#diagnostics","title":"diagnostics"},{"anchor":"decision-lane","level":2,"line":177,"ref":"docs/decisions/indexes/by-stack-lane.md#decision-lane","title":"decision lane"},{"anchor":"mcp-access-plane","level":2,"line":188,"ref":"docs/decisions/indexes/by-stack-lane.md#mcp-access-plane","title":"MCP access plane"},{"anchor":"tree-of-sophia-access","level":2,"line":192,"ref":"docs/decisions/indexes/by-stack-lane.md#tree-of-sophia-access","title":"Tree of Sophia access"},{"anchor":"agent-surface","level":2,"line":197,"ref":"docs/decisions/indexes/by-stack-lane.md#agent-surface","title":"agent surface"},{"anchor":"federation-seam","level":2,"line":206,"ref":"docs/decisions/indexes/by-stack-lane.md#federation-seam","title":"federation seam"},{"anchor":"observability","level":2,"line":211,"ref":"docs/decisions/indexes/by-stack-lane.md#observability","title":"observability"},{"anchor":"operator-command","level":2,"line":216,"ref":"docs/decisions/indexes/by-stack-lane.md#operator-command","title":"operator command"},{"anchor":"releasetooling","level":2,"line":220,"ref":"docs/decisions/indexes/by-stack-lane.md#releasetooling","title":"release/tooling"},{"anchor":"runtime-access-plane","level":2,"line":231,"ref":"docs/decisions/indexes/by-stack-lane.md#runtime-access-plane","title":"runtime access plane"},{"anchor":"runtime-knowledge","level":2,"line":235,"ref":"docs/decisions/indexes/by-stack-lane.md#runtime-knowledge","title":"runtime knowledge"},{"anchor":"runtime-mirror","level":2,"line":240,"ref":"docs/decisions/indexes/by-stack-lane.md#runtime-mirror","title":"runtime mirror"},{"anchor":"source-validation","level":2,"line":244,"ref":"docs/decisions/indexes/by-stack-lane.md#source-validation","title":"source validation"},{"anchor":"tos-graph","level":2,"line":249,"ref":"docs/decisions/indexes/by-stack-lane.md#tos-graph","title":"tos-graph"},{"anchor":"validation-lane","level":2,"line":253,"ref":"docs/decisions/indexes/by-stack-lane.md#validation-lane","title":"validation lane"}],"line_refs":["docs/decisions/indexes/by-stack-lane.md:1"],"path_ref":"docs/decisions/indexes/by-stack-lane.md"},"signs":{"attestation_ref":"","digest":"454817ce9b1229392d081416403c68ca2229eb58e30c61ffd28ecdf438eff4b1","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/ec.jsonl b/kag/indexes/shards/source/ec.jsonl index 8392a24ff..722327fc6 100644 --- a/kag/indexes/shards/source/ec.jsonl +++ b/kag/indexes/shards/source/ec.jsonl @@ -1,3 +1,2 @@ -{"_key":"source:aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"unknown_document","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"e181fc76be36f1ed85cedcaaba7434ea31183f93cf409b4db837a78d6ef54b18","git_blob_id":"670eb956299abee4d28886afadf276a142442300","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","lineage_path":".agents/skills/abyss-self-diagnostic-spine/SKILL.md","logical_id":"aoa:abyss-stack:artifact:5729183fe2b949ae7f97aad1","mime":"text/markdown","path":".agents/skills/abyss-self-diagnostic-spine/SKILL.md","repo":"abyss-stack","size_bytes":2323,"version_id":"aoa:abyss-stack:artifact-version:79c64b4752a6d6c466f4278e"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":".agents/skills/abyss-self-diagnostic-spine/SKILL.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":".agents/skills/abyss-self-diagnostic-spine/SKILL.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"abyss-self-diagnostic-spine","level":1,"line":13,"ref":".agents/skills/abyss-self-diagnostic-spine/SKILL.md#abyss-self-diagnostic-spine","title":"abyss-self-diagnostic-spine"},{"anchor":"purpose","level":2,"line":15,"ref":".agents/skills/abyss-self-diagnostic-spine/SKILL.md#purpose","title":"Purpose"},{"anchor":"local-overlay-notes","level":2,"line":25,"ref":".agents/skills/abyss-self-diagnostic-spine/SKILL.md#local-overlay-notes","title":"Local overlay notes"},{"anchor":"local-rules","level":2,"line":44,"ref":".agents/skills/abyss-self-diagnostic-spine/SKILL.md#local-rules","title":"Local rules"}],"line_refs":[".agents/skills/abyss-self-diagnostic-spine/SKILL.md:1"],"path_ref":".agents/skills/abyss-self-diagnostic-spine/SKILL.md"},"signs":{"attestation_ref":"","digest":"e181fc76be36f1ed85cedcaaba7434ea31183f93cf409b4db837a78d6ef54b18","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:d6f410265e480af01e88f968","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"2c09dc1f285cb74561372b9c632c9be8f64a86844dae8f5813c29adebc50cd32","git_blob_id":"2e163bf75dcb0b71030b29c07274b6adbca7ab82","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:d6f410265e480af01e88f968","lineage_path":"env/README.md#generation-2","logical_id":"aoa:abyss-stack:artifact:d6f410265e480af01e88f968","mime":"text/markdown","path":"env/README.md","repo":"abyss-stack","size_bytes":807,"version_id":"aoa:abyss-stack:artifact-version:e9dec85a20a8512fb1361b8c"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"env/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"env/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"env","level":1,"line":1,"ref":"env/README.md#env","title":"env"},{"anchor":"rules","level":2,"line":5,"ref":"env/README.md#rules","title":"Rules"},{"anchor":"intended-mapping","level":2,"line":12,"ref":"env/README.md#intended-mapping","title":"Intended mapping"},{"anchor":"canonical-deployed-default","level":2,"line":19,"ref":"env/README.md#canonical-deployed-default","title":"Canonical deployed default"},{"anchor":"see-also","level":2,"line":24,"ref":"env/README.md#see-also","title":"See also"}],"line_refs":["env/README.md:1"],"path_ref":"env/README.md"},"signs":{"attestation_ref":"","digest":"2c09dc1f285cb74561372b9c632c9be8f64a86844dae8f5813c29adebc50cd32","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"source_code","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"source_code","classification":{"confidence":"high","primary_kind":"surface"},"code_role":"source_module","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"none","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"1afd2b76342cb68a19dd786040c259a1f826c8442feaafe48ba7da01af2974f4","git_blob_id":"8b3eb059d9f2944463fbf85463b816474e885dd0","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","lineage_path":"config-templates/Services/rerank-api/app/main.py","logical_id":"aoa:abyss-stack:artifact:e6a151aaef8f44b81a334df8","mime":"text/x-python","path":"config-templates/Services/rerank-api/app/main.py","repo":"abyss-stack","size_bytes":16469,"version_id":"aoa:abyss-stack:artifact-version:97aefa5adb0789b7b763bc7f"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"source_owner","surface":"config-templates/Services/rerank-api/app/main.py"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"config-templates/Services/rerank-api/app/main.py","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[],"line_refs":["config-templates/Services/rerank-api/app/main.py:1"],"path_ref":"config-templates/Services/rerank-api/app/main.py"},"signs":{"attestation_ref":"","digest":"1afd2b76342cb68a19dd786040c259a1f826c8442feaafe48ba7da01af2974f4","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":["python"]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/ef.jsonl b/kag/indexes/shards/source/ef.jsonl index 32ead6daa..785a15c76 100644 --- a/kag/indexes/shards/source/ef.jsonl +++ b/kag/indexes/shards/source/ef.jsonl @@ -1,4 +1,4 @@ -{"_key":"source:aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"unknown_document","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"8a4b3339a7a8dfec67bf90f33989589c8b51f4e6c66d7b6b2f3f220dac225c52","git_blob_id":"1d2e1f7aaeb554e2ec65e434cdb17f12fdb52e5a","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b","lineage_path":"CHARTER.md#generation-2","logical_id":"aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b","mime":"text/markdown","path":"CHARTER.md","repo":"abyss-stack","size_bytes":1295,"version_id":"aoa:abyss-stack:artifact-version:189f9e34ca97cb345119b0c8"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"CHARTER.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"CHARTER.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"charter","level":1,"line":1,"ref":"CHARTER.md#charter","title":"CHARTER"},{"anchor":"it-owns","level":2,"line":7,"ref":"CHARTER.md#it-owns","title":"It owns"},{"anchor":"it-does-not-own","level":2,"line":19,"ref":"CHARTER.md#it-does-not-own","title":"It does not own"},{"anchor":"core-rule","level":2,"line":25,"ref":"CHARTER.md#core-rule","title":"Core rule"},{"anchor":"design-stance","level":2,"line":29,"ref":"CHARTER.md#design-stance","title":"Design stance"}],"line_refs":["CHARTER.md:1"],"path_ref":"CHARTER.md"},"signs":{"attestation_ref":"","digest":"8a4b3339a7a8dfec67bf90f33989589c8b51f4e6c66d7b6b2f3f220dac225c52","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"unknown_document","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"65c99b09b2bb9d64861aaa94b87c7aedfd1b96ca2a7dfd533a12fd9181fcb81c","git_blob_id":"1f06eb81e025b998e2766a527ddf9ce197300661","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b","lineage_path":"CHARTER.md#generation-2","logical_id":"aoa:abyss-stack:artifact:5a1d1b2ea6f3841623e57a0b","mime":"text/markdown","path":"CHARTER.md","repo":"abyss-stack","size_bytes":1375,"version_id":"aoa:abyss-stack:artifact-version:c5141342d27c242890028d18"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"CHARTER.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"CHARTER.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"charter","level":1,"line":1,"ref":"CHARTER.md#charter","title":"CHARTER"},{"anchor":"it-owns","level":2,"line":7,"ref":"CHARTER.md#it-owns","title":"It owns"},{"anchor":"it-does-not-own","level":2,"line":20,"ref":"CHARTER.md#it-does-not-own","title":"It does not own"},{"anchor":"core-rule","level":2,"line":28,"ref":"CHARTER.md#core-rule","title":"Core rule"},{"anchor":"design-stance","level":2,"line":32,"ref":"CHARTER.md#design-stance","title":"Design stance"}],"line_refs":["CHARTER.md:1"],"path_ref":"CHARTER.md"},"signs":{"attestation_ref":"","digest":"65c99b09b2bb9d64861aaa94b87c7aedfd1b96ca2a7dfd533a12fd9181fcb81c","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:9fe6aa68a866d4565732dc8e","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"provenance","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"cc8c9418a55c9b31cd1b30a6362fa1b2d3f1790dac49e218b03d67baf118bdb7","git_blob_id":"5841a22f40500bf089b84eb877368042580b2150","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:9fe6aa68a866d4565732dc8e","lineage_path":"mechanics/machine-fit/PROVENANCE.md","logical_id":"aoa:abyss-stack:artifact:9fe6aa68a866d4565732dc8e","mime":"text/markdown","path":"mechanics/machine-fit/PROVENANCE.md","repo":"abyss-stack","size_bytes":1592,"version_id":"aoa:abyss-stack:artifact-version:8e57039f5e5216876c57852e"},"mechanics_role":"mechanic_package","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/machine-fit/PROVENANCE.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/machine-fit/PROVENANCE.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"machine-fit-provenance","level":1,"line":1,"ref":"mechanics/machine-fit/PROVENANCE.md#machine-fit-provenance","title":"Machine Fit Provenance"},{"anchor":"owner-boundary","level":2,"line":17,"ref":"mechanics/machine-fit/PROVENANCE.md#owner-boundary","title":"Owner Boundary"},{"anchor":"current-bridges","level":2,"line":24,"ref":"mechanics/machine-fit/PROVENANCE.md#current-bridges","title":"Current Bridges"}],"line_refs":["mechanics/machine-fit/PROVENANCE.md:1"],"path_ref":"mechanics/machine-fit/PROVENANCE.md"},"signs":{"attestation_ref":"","digest":"cc8c9418a55c9b31cd1b30a6362fa1b2d3f1790dac49e218b03d67baf118bdb7","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:d8fc33f7441fbc35c5c159ed","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"f56bfa9add7deaf460317665be606f4619058ed3a63e3fb796d99e662b96289b","git_blob_id":"0a37438c5b5fde242e87d00dfdf4725b9f7f9cf3","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:d8fc33f7441fbc35c5c159ed","lineage_path":"MCP/aoa-memo-mcp/README.md","logical_id":"aoa:abyss-stack:artifact:d8fc33f7441fbc35c5c159ed","mime":"text/markdown","path":"mcp/services/aoa-memo-mcp/README.md","repo":"abyss-stack","size_bytes":3562,"version_id":"aoa:abyss-stack:artifact-version:d75b623f6ae2b103735ce268"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mcp/services/aoa-memo-mcp/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/aoa-memo-mcp/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"aoa-memo-mcp","level":1,"line":1,"ref":"mcp/services/aoa-memo-mcp/README.md#aoa-memo-mcp","title":"aoa-memo-mcp"},{"anchor":"source-hierarchy","level":2,"line":15,"ref":"mcp/services/aoa-memo-mcp/README.md#source-hierarchy","title":"Source Hierarchy"},{"anchor":"mcp-surface","level":2,"line":24,"ref":"mcp/services/aoa-memo-mcp/README.md#mcp-surface","title":"MCP Surface"},{"anchor":"agent-route","level":2,"line":83,"ref":"mcp/services/aoa-memo-mcp/README.md#agent-route","title":"Agent Route"}],"line_refs":["mcp/services/aoa-memo-mcp/README.md:1"],"path_ref":"mcp/services/aoa-memo-mcp/README.md"},"signs":{"attestation_ref":"","digest":"f56bfa9add7deaf460317665be606f4619058ed3a63e3fb796d99e662b96289b","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"unknown_document","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"2bc34f0b857e4be9c33566aabd0080d0fffcc13d9d07e6eb8cead884265d1c01","git_blob_id":"9e3bbbd725d00ef2f3ea25f815def96e308d10fa","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf","lineage_path":"CONTRIBUTING.md","logical_id":"aoa:abyss-stack:artifact:eca12c0a30e25b4b46522ebf","mime":"text/markdown","path":"CONTRIBUTING.md","repo":"abyss-stack","size_bytes":2144,"version_id":"aoa:abyss-stack:artifact-version:73f43c745632153c7d000397"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"CONTRIBUTING.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"CONTRIBUTING.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"contributing-to-abyss-stack","level":1,"line":1,"ref":"CONTRIBUTING.md#contributing-to-abyss-stack","title":"Contributing to abyss-stack"},{"anchor":"what-belongs-here","level":2,"line":5,"ref":"CONTRIBUTING.md#what-belongs-here","title":"What belongs here"},{"anchor":"before-opening-a-pr","level":2,"line":19,"ref":"CONTRIBUTING.md#before-opening-a-pr","title":"Before opening a PR"},{"anchor":"preferred-pr-scope","level":2,"line":37,"ref":"CONTRIBUTING.md#preferred-pr-scope","title":"Preferred PR scope"},{"anchor":"review-criteria","level":2,"line":45,"ref":"CONTRIBUTING.md#review-criteria","title":"Review criteria"},{"anchor":"security","level":2,"line":55,"ref":"CONTRIBUTING.md#security","title":"Security"}],"line_refs":["CONTRIBUTING.md:1"],"path_ref":"CONTRIBUTING.md"},"signs":{"attestation_ref":"","digest":"2bc34f0b857e4be9c33566aabd0080d0fffcc13d9d07e6eb8cead884265d1c01","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/indexes/shards/source/fe.jsonl b/kag/indexes/shards/source/fe.jsonl index 9a21fefe9..d8841acd5 100644 --- a/kag/indexes/shards/source/fe.jsonl +++ b/kag/indexes/shards/source/fe.jsonl @@ -4,5 +4,5 @@ {"_key":"source:aoa:abyss-stack:artifact:b0352cd0429a17952a970b48","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"a786b58991279ef369d8c0a29be0974688c8ef01cbfd1e0b90193dea6ca032b1","git_blob_id":"dcde7cd601e6dd15d73627992f45da3a0c166da4","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:b0352cd0429a17952a970b48","lineage_path":"mechanics/runtime-repair/parts/memo-contradiction-sidecar/README.md","logical_id":"aoa:abyss-stack:artifact:b0352cd0429a17952a970b48","mime":"text/markdown","path":"mechanics/runtime-repair/parts/memo-contradiction-sidecar/README.md","repo":"abyss-stack","size_bytes":560,"version_id":"aoa:abyss-stack:artifact-version:99c2eed9a2d32a3f9e29886f"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/runtime-repair/parts/memo-contradiction-sidecar/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/runtime-repair/parts/memo-contradiction-sidecar/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"memo-contradiction-sidecar","level":1,"line":1,"ref":"mechanics/runtime-repair/parts/memo-contradiction-sidecar/README.md#memo-contradiction-sidecar","title":"Memo Contradiction Sidecar"}],"line_refs":["mechanics/runtime-repair/parts/memo-contradiction-sidecar/README.md:1"],"path_ref":"mechanics/runtime-repair/parts/memo-contradiction-sidecar/README.md"},"signs":{"attestation_ref":"","digest":"a786b58991279ef369d8c0a29be0974688c8ef01cbfd1e0b90193dea6ca032b1","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:d2cfb7977ba4f102b1b3020a","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"readme","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"69e4212efec9588879f6cf26d322a4896634e2893c86b1fc01a1ddf8aa8df9ed","git_blob_id":"1e983d20b7494b8da379dfdb503a4664a727f1b0","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:d2cfb7977ba4f102b1b3020a","lineage_path":"mechanics/experience-runtime/parts/experience-records/README.md","logical_id":"aoa:abyss-stack:artifact:d2cfb7977ba4f102b1b3020a","mime":"text/markdown","path":"mechanics/experience-runtime/parts/experience-records/README.md","repo":"abyss-stack","size_bytes":426,"version_id":"aoa:abyss-stack:artifact-version:4abffdbf1ebd260143a339e8"},"mechanics_role":"part_doc","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mechanics/experience-runtime/parts/experience-records/README.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mechanics/experience-runtime/parts/experience-records/README.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"experience-records","level":1,"line":1,"ref":"mechanics/experience-runtime/parts/experience-records/README.md#experience-records","title":"Experience Records"}],"line_refs":["mechanics/experience-runtime/parts/experience-records/README.md:1"],"path_ref":"mechanics/experience-runtime/parts/experience-records/README.md"},"signs":{"attestation_ref":"","digest":"69e4212efec9588879f6cf26d322a4896634e2893c86b1fc01a1ddf8aa8df9ed","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:e06b0f586c91275b34752336","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"4e921bad7ca63638617649d291e0128592ef8b0b12bbc245958311ab3ac9333f","git_blob_id":"4cd6fca6aecde75fdaf3b4fd4b7b5213290088f8","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:e06b0f586c91275b34752336","lineage_path":"docs/decisions/ABYSS-STACK-D-0061-active-topology-language-validator-module.md","logical_id":"aoa:abyss-stack:artifact:e06b0f586c91275b34752336","mime":"text/markdown","path":"docs/decisions/ABYSS-STACK-D-0061-active-topology-language-validator-module.md","repo":"abyss-stack","size_bytes":3807,"version_id":"aoa:abyss-stack:artifact-version:d0cf6162b9b7d9ca086add5d"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/ABYSS-STACK-D-0061-active-topology-language-validator-module.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"docs/decisions/ABYSS-STACK-D-0061-active-topology-language-validator-module.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"active-topology-language-validator-module","level":1,"line":1,"ref":"docs/decisions/ABYSS-STACK-D-0061-active-topology-language-validator-module.md#active-topology-language-validator-module","title":"Active Topology Language Validator Module"},{"anchor":"index-metadata","level":2,"line":8,"ref":"docs/decisions/ABYSS-STACK-D-0061-active-topology-language-validator-module.md#index-metadata","title":"Index Metadata"},{"anchor":"context","level":2,"line":17,"ref":"docs/decisions/ABYSS-STACK-D-0061-active-topology-language-validator-module.md#context","title":"Context"},{"anchor":"options-considered","level":2,"line":30,"ref":"docs/decisions/ABYSS-STACK-D-0061-active-topology-language-validator-module.md#options-considered","title":"Options considered"},{"anchor":"decision","level":2,"line":38,"ref":"docs/decisions/ABYSS-STACK-D-0061-active-topology-language-validator-module.md#decision","title":"Decision"},{"anchor":"rationale","level":2,"line":46,"ref":"docs/decisions/ABYSS-STACK-D-0061-active-topology-language-validator-module.md#rationale","title":"Rationale"},{"anchor":"consequences","level":2,"line":58,"ref":"docs/decisions/ABYSS-STACK-D-0061-active-topology-language-validator-module.md#consequences","title":"Consequences"},{"anchor":"source-surfaces","level":2,"line":71,"ref":"docs/decisions/ABYSS-STACK-D-0061-active-topology-language-validator-module.md#source-surfaces","title":"Source surfaces"},{"anchor":"follow-up-route","level":2,"line":86,"ref":"docs/decisions/ABYSS-STACK-D-0061-active-topology-language-validator-module.md#follow-up-route","title":"Follow-up route"}],"line_refs":["docs/decisions/ABYSS-STACK-D-0061-active-topology-language-validator-module.md:1"],"path_ref":"docs/decisions/ABYSS-STACK-D-0061-active-topology-language-validator-module.md"},"signs":{"attestation_ref":"","digest":"4e921bad7ca63638617649d291e0128592ef8b0b12bbc245958311ab3ac9333f","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} -{"_key":"source:aoa:abyss-stack:artifact:ebd094489b277783f911ea74","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"generated_readmodel","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"7102caaa40615ee0b264ab7ae77b69396aeda50ad2b9af66a5ddb1a57e2d2b9c","git_blob_id":"85e7ffb1df5aea9cc16cf156d0577c5f92071c4f","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","lineage_path":"docs/decisions/indexes/by-mechanic.md","logical_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","mime":"text/markdown","path":"docs/decisions/indexes/by-mechanic.md","repo":"abyss-stack","size_bytes":15923,"version_id":"aoa:abyss-stack:artifact-version:c40803a5162281748ea6fa35"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/indexes/by-mechanic.md"},"provenance":{"generated_by":"scripts/generate_decision_indexes.py","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"docs/decisions/indexes/by-mechanic.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decisions-by-mechanic-parent","level":1,"line":1,"ref":"docs/decisions/indexes/by-mechanic.md#decisions-by-mechanic-parent","title":"Decisions By Mechanic Parent"},{"anchor":"agon-runtime","level":2,"line":5,"ref":"docs/decisions/indexes/by-mechanic.md#agon-runtime","title":"agon-runtime"},{"anchor":"config-projection","level":2,"line":9,"ref":"docs/decisions/indexes/by-mechanic.md#config-projection","title":"config-projection"},{"anchor":"diagnostic-spine","level":2,"line":24,"ref":"docs/decisions/indexes/by-mechanic.md#diagnostic-spine","title":"diagnostic-spine"},{"anchor":"experience-runtime","level":2,"line":31,"ref":"docs/decisions/indexes/by-mechanic.md#experience-runtime","title":"experience-runtime"},{"anchor":"federation-seams","level":2,"line":35,"ref":"docs/decisions/indexes/by-mechanic.md#federation-seams","title":"federation-seams"},{"anchor":"governed-execution","level":2,"line":58,"ref":"docs/decisions/indexes/by-mechanic.md#governed-execution","title":"governed-execution"},{"anchor":"inference-pilots","level":2,"line":66,"ref":"docs/decisions/indexes/by-mechanic.md#inference-pilots","title":"inference-pilots"},{"anchor":"machine-fit","level":2,"line":77,"ref":"docs/decisions/indexes/by-mechanic.md#machine-fit","title":"machine-fit"},{"anchor":"runtime-lifecycle","level":2,"line":85,"ref":"docs/decisions/indexes/by-mechanic.md#runtime-lifecycle","title":"runtime-lifecycle"},{"anchor":"cross-mechanic","level":2,"line":97,"ref":"docs/decisions/indexes/by-mechanic.md#cross-mechanic","title":"cross-mechanic"}],"line_refs":["docs/decisions/indexes/by-mechanic.md:1"],"path_ref":"docs/decisions/indexes/by-mechanic.md"},"signs":{"attestation_ref":"","digest":"7102caaa40615ee0b264ab7ae77b69396aeda50ad2b9af66a5ddb1a57e2d2b9c","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} +{"_key":"source:aoa:abyss-stack:artifact:ebd094489b277783f911ea74","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"generated_readmodel","compatibility":"generated","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"generated_readmodel","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"decision","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"112cfc3fe12e4431902c7f5e3f26661ca6822226b81d6226f6cc5112eb3d8543","git_blob_id":"e97e7d95cbc7979697105c2573dc44e5d829cba2","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","lineage_path":"docs/decisions/indexes/by-mechanic.md","logical_id":"aoa:abyss-stack:artifact:ebd094489b277783f911ea74","mime":"text/markdown","path":"docs/decisions/indexes/by-mechanic.md","repo":"abyss-stack","size_bytes":16097,"version_id":"aoa:abyss-stack:artifact-version:19051fe1639cc3f3fa4ce82a"},"mechanics_role":"none","observed_form":"generated_output","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"docs/decisions/indexes/by-mechanic.md"},"provenance":{"generated_by":"scripts/generate_decision_indexes.py","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"derived_readmodel","path":"docs/decisions/indexes/by-mechanic.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"decisions-by-mechanic-parent","level":1,"line":1,"ref":"docs/decisions/indexes/by-mechanic.md#decisions-by-mechanic-parent","title":"Decisions By Mechanic Parent"},{"anchor":"agon-runtime","level":2,"line":5,"ref":"docs/decisions/indexes/by-mechanic.md#agon-runtime","title":"agon-runtime"},{"anchor":"config-projection","level":2,"line":9,"ref":"docs/decisions/indexes/by-mechanic.md#config-projection","title":"config-projection"},{"anchor":"diagnostic-spine","level":2,"line":24,"ref":"docs/decisions/indexes/by-mechanic.md#diagnostic-spine","title":"diagnostic-spine"},{"anchor":"experience-runtime","level":2,"line":32,"ref":"docs/decisions/indexes/by-mechanic.md#experience-runtime","title":"experience-runtime"},{"anchor":"federation-seams","level":2,"line":36,"ref":"docs/decisions/indexes/by-mechanic.md#federation-seams","title":"federation-seams"},{"anchor":"governed-execution","level":2,"line":59,"ref":"docs/decisions/indexes/by-mechanic.md#governed-execution","title":"governed-execution"},{"anchor":"inference-pilots","level":2,"line":67,"ref":"docs/decisions/indexes/by-mechanic.md#inference-pilots","title":"inference-pilots"},{"anchor":"machine-fit","level":2,"line":78,"ref":"docs/decisions/indexes/by-mechanic.md#machine-fit","title":"machine-fit"},{"anchor":"runtime-lifecycle","level":2,"line":86,"ref":"docs/decisions/indexes/by-mechanic.md#runtime-lifecycle","title":"runtime-lifecycle"},{"anchor":"cross-mechanic","level":2,"line":98,"ref":"docs/decisions/indexes/by-mechanic.md#cross-mechanic","title":"cross-mechanic"}],"line_refs":["docs/decisions/indexes/by-mechanic.md:1"],"path_ref":"docs/decisions/indexes/by-mechanic.md"},"signs":{"attestation_ref":"","digest":"112cfc3fe12e4431902c7f5e3f26661ca6822226b81d6226f6cc5112eb3d8543","signature_ref":"","verification_state":"digest-only"},"surface_state":"generated_readmodel","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} {"_key":"source:aoa:abyss-stack:artifact:f94c00e397193440ec61cc10","_kind":"source","abi":{"abi_epoch":"source","artifact_class":"document","compatibility":"stable","contract_version":"none","schema_version":"none"},"access":{"scope":"public","secrets_risk":"none"},"artifact_kind":"document","classification":{"confidence":"high","primary_kind":"document"},"code_role":"none","command_role":"none","consumer_route":{"repo":"aoa-kag","route_kind":"query","surface":"scripts/query_repo_local_kag.py"},"document_role":"agents","freshness":{"checked_ref":"git-index-source-tree","mode":"source_snapshot","state":"current"},"identity":{"content_hash":"837d11d62024b44abf3d0186395c8568d26836f59f98d66b4643f05e7e1d913f","git_blob_id":"e21849234656eaed5d4ba1df2a760ab0748b0798","git_ref":"git-index-source-tree","id":"aoa:abyss-stack:artifact:f94c00e397193440ec61cc10","lineage_path":"mcp/services/aoa-session-memory-mcp/AGENTS.md","logical_id":"aoa:abyss-stack:artifact:f94c00e397193440ec61cc10","mime":"text/markdown","path":"mcp/services/aoa-session-memory-mcp/AGENTS.md","repo":"abyss-stack","size_bytes":8714,"version_id":"aoa:abyss-stack:artifact-version:f962e3ebb2ad38d8af57cedb"},"mechanics_role":"none","observed_form":"file","owner_return_route":{"repo":"abyss-stack","route_kind":"document_owner","surface":"mcp/services/aoa-session-memory-mcp/AGENTS.md"},"provenance":{"generated_by":"","materials":[],"observed_by":"aoa-kag:scripts/generate_repo_local_kag_index.py","source_refs":[{"authority":"authored_source","path":"mcp/services/aoa-session-memory-mcp/AGENTS.md","repo":"abyss-stack","role":"primary"}],"validated_by":["aoa-kag:scripts/validate_kag.py"]},"refs":{"heading_refs":[{"anchor":"agentsmd","level":1,"line":1,"ref":"mcp/services/aoa-session-memory-mcp/AGENTS.md#agentsmd","title":"AGENTS.md"},{"anchor":"purpose","level":2,"line":5,"ref":"mcp/services/aoa-session-memory-mcp/AGENTS.md#purpose","title":"Purpose"},{"anchor":"owner-lane","level":2,"line":15,"ref":"mcp/services/aoa-session-memory-mcp/AGENTS.md#owner-lane","title":"Owner Lane"},{"anchor":"start-here","level":2,"line":35,"ref":"mcp/services/aoa-session-memory-mcp/AGENTS.md#start-here","title":"Start Here"},{"anchor":"route-modes","level":2,"line":47,"ref":"mcp/services/aoa-session-memory-mcp/AGENTS.md#route-modes","title":"Route Modes"},{"anchor":"agents-stack-law","level":2,"line":58,"ref":"mcp/services/aoa-session-memory-mcp/AGENTS.md#agents-stack-law","title":"AGENTS Stack Law"},{"anchor":"run","level":2,"line":67,"ref":"mcp/services/aoa-session-memory-mcp/AGENTS.md#run","title":"Run"},{"anchor":"smoke","level":2,"line":90,"ref":"mcp/services/aoa-session-memory-mcp/AGENTS.md#smoke","title":"Smoke"},{"anchor":"verify","level":2,"line":130,"ref":"mcp/services/aoa-session-memory-mcp/AGENTS.md#verify","title":"Verify"},{"anchor":"report","level":2,"line":145,"ref":"mcp/services/aoa-session-memory-mcp/AGENTS.md#report","title":"Report"}],"line_refs":["mcp/services/aoa-session-memory-mcp/AGENTS.md:1"],"path_ref":"mcp/services/aoa-session-memory-mcp/AGENTS.md"},"signs":{"attestation_ref":"","digest":"837d11d62024b44abf3d0186395c8568d26836f59f98d66b4643f05e7e1d913f","signature_ref":"","verification_state":"digest-only"},"surface_state":"authored_source","toolchain":{"detected_tools":["git","python"],"owner_commands":[],"required_tools":[]},"validator_route":{"repo":"aoa-kag","route_kind":"source_fast","surface":"aoa-kag:scripts/validate_kag.py"}} diff --git a/kag/receipts/index_family_budget/4ffb2d1168d791e23ebc6a62ca5f1a91f54475a5f3c6b1e949249e09cae1624a.json b/kag/receipts/index_family_budget/4ffb2d1168d791e23ebc6a62ca5f1a91f54475a5f3c6b1e949249e09cae1624a.json deleted file mode 100644 index d7de73264..000000000 --- a/kag/receipts/index_family_budget/4ffb2d1168d791e23ebc6a62ca5f1a91f54475a5f3c6b1e949249e09cae1624a.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "allowed_bytes": 4309708, - "allowed_tracked_bytes": 21724495, - "approved_by": "repository-owner", - "base_ref": "8df45d85fd3502df9420a6ac1d4e57cfe1cbe08b", - "changed_generated_bytes": 4309708, - "changed_generated_files": 72, - "decision_ref": "aoa-kag:docs/decisions/AOA-KAG-D-0017-portable-content-addressed-repository-family.md", - "default_limit_bytes": 1048576, - "head_family_digest": "4ffb2d1168d791e23ebc6a62ca5f1a91f54475a5f3c6b1e949249e09cae1624a", - "reason": "Restore aoa-kag-mcp canonical reads from portable-v3 manifests, align its route card, and add an executable read gate; edited code, tests, and docs disperse anchors across content-addressed shards.", - "repo": "abyss-stack", - "schema_version": "aoa-repo-local-kag-budget-receipt-v1", - "scope": "generated_delta", - "tracked_bytes": 21724495, - "tracked_bytes_max": 24117248 -} diff --git a/kag/receipts/index_family_budget/7b571d4ca6601a61318062a47961222503e7fbca6a9a97f14e889c3e25042ae5.json b/kag/receipts/index_family_budget/7b571d4ca6601a61318062a47961222503e7fbca6a9a97f14e889c3e25042ae5.json new file mode 100644 index 000000000..7830652b6 --- /dev/null +++ b/kag/receipts/index_family_budget/7b571d4ca6601a61318062a47961222503e7fbca6a9a97f14e889c3e25042ae5.json @@ -0,0 +1,17 @@ +{ + "allowed_bytes": 16728685, + "allowed_tracked_bytes": 21847116, + "approved_by": "repository-owner", + "base_ref": "44ebcc90ef17a76887645251fc9bc082eccb8aa4", + "changed_generated_bytes": 16728685, + "changed_generated_files": 300, + "decision_ref": "aoa-kag:docs/decisions/AOA-KAG-D-0017-portable-content-addressed-repository-family.md", + "default_limit_bytes": 1048576, + "head_family_digest": "7b571d4ca6601a61318062a47961222503e7fbca6a9a97f14e889c3e25042ae5", + "reason": "Admit the owner-home diagnostic skill contract and procedure, retire the duplicate overlay, and align owner decisions, docs, and existing validation routes; the reviewed source changes distribute anchors across content-addressed shards.", + "repo": "abyss-stack", + "schema_version": "aoa-repo-local-kag-budget-receipt-v1", + "scope": "generated_delta", + "tracked_bytes": 21847116, + "tracked_bytes_max": 24117248 +} diff --git a/mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md b/mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md index 8260a37cc..75383ee5c 100644 --- a/mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md +++ b/mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md @@ -263,16 +263,15 @@ mechanics/diagnostic-spine/parts/diagnostic-surfaces/generated/diagnostic_surfac The runtime diagnostic spine may cite or hand off toward: -- `aoa-session-self-diagnose` -- `aoa-session-self-repair` +- `aoa-session-recovery` in its explicit `diagnose` or `repair` mode - `aoa-session-progression-lift` -- `aoa-quest-harvest` +- `aoa-session-harvest` in its explicit promotion mode -Skill canon remains in `aoa-skills`. -Any local overlay should stay thin, repo-relative, and sourced from that -canonical skill surface. -The repo-local install surface for this pass is -`.agents/skills/abyss-self-diagnostic-spine`. +The owner-specific diagnostic procedure lives at +`skills/abyss-self-diagnostic-spine`. Shared skill-system doctrine and +composition remain in `aoa-skills`. The admitted owner bundle is exposed once +through the OS user profile; it is not duplicated under `.agents/skills`. +Every handoff remains conditional on an available target binding. But the runtime spine must not absorb those owner surfaces. @@ -289,7 +288,8 @@ A small honest first pass would be: 1. land this note 2. land `diagnostic_target_v1` and `diagnostic_session_v1` schemas 3. add one quest draft -4. install one thin local Codex-facing overlay skill at `.agents/skills/abyss-self-diagnostic-spine`, sourced from `aoa-skills` +4. admit the owner package at `skills/abyss-self-diagnostic-spine` and expose + it once through the OS user profile 5. postpone real mutation or orchestration code until the read model proves useful ## Guardrails diff --git a/mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py b/mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py index 6469a9c7f..10371a262 100644 --- a/mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py +++ b/mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_contracts.py @@ -108,7 +108,9 @@ def test_readme_and_runbook_reference_diagnostic_spine_surfaces(self) -> None: self.assertIn("`repair_handoff_v1`", spine_doc) self.assertIn("`reviewed_diagnosis_ref_v1`", spine_doc) self.assertIn("`mechanics/diagnostic-spine/parts/diagnostic-surfaces/generated/diagnostic_surface_catalog.min.json`", spine_doc) - self.assertIn(".agents/skills/abyss-self-diagnostic-spine", spine_doc) + self.assertIn("`skills/abyss-self-diagnostic-spine`", spine_doc) + self.assertIn("OS user profile", spine_doc) + self.assertIn("not duplicated under `.agents/skills`", spine_doc) self.assertIn("A strong diagnostic spine gives the system self-location before self-assertion.", spine_doc) def test_generated_diagnostic_surface_catalog_stays_aligned(self) -> None: diff --git a/mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_surface_validator.py b/mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_surface_validator.py index 81223b2a9..ef4fd3ec0 100644 --- a/mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_surface_validator.py +++ b/mechanics/diagnostic-spine/parts/diagnostic-surfaces/tests/test_diagnostic_spine_surface_validator.py @@ -4,7 +4,6 @@ import unittest from pathlib import Path -from scripts.validators import agent_skill_projection from scripts.validators import diagnostic_spine @@ -40,21 +39,23 @@ def write_valid_surface(self, repo_root: Path) -> None: repo_root / relative_path, (REPO_ROOT / relative_path).read_text(encoding="utf-8"), ) - write_text( - repo_root / ".agents" / "skills" / "abyss-self-diagnostic-spine" / "SKILL.md", - "# stub\n", - ) + for relative_path in ( + diagnostic_spine.DIAGNOSTIC_OWNER_SKILL_PATH, + diagnostic_spine.DIAGNOSTIC_OWNER_SKILL_CONTRACT_PATH, + diagnostic_spine.DIAGNOSTIC_OWNER_SKILL_PROCEDURE_PATH, + diagnostic_spine.DIAGNOSTIC_OWNER_SKILL_INTERFACE_PATH, + diagnostic_spine.SKILL_HOME_MANIFEST_PATH, + ): + write_text( + repo_root / relative_path, + (REPO_ROOT / relative_path).read_text(encoding="utf-8"), + ) def validate_surface(self, repo_root: Path) -> list[str]: errors: list[str] = [] diagnostic_spine.validate_diagnostic_spine_contracts( errors, root=repo_root, - overlay_skill_surfaces=agent_skill_projection.DIAGNOSTIC_OVERLAY_SKILL_SURFACES, - overlay_skill_validator=lambda **kwargs: agent_skill_projection.validate_overlay_skill_surface( - root=repo_root, - **kwargs, - ), ) return errors @@ -63,11 +64,6 @@ def test_current_repo_diagnostic_spine_contracts_pass(self) -> None: diagnostic_spine.validate_diagnostic_spine_contracts( errors, root=REPO_ROOT, - overlay_skill_surfaces=agent_skill_projection.DIAGNOSTIC_OVERLAY_SKILL_SURFACES, - overlay_skill_validator=lambda **kwargs: agent_skill_projection.validate_overlay_skill_surface( - root=REPO_ROOT, - **kwargs, - ), ) self.assertEqual(errors, []) @@ -136,13 +132,13 @@ def test_session_example_exit_class_drift_fails(self) -> None: self.assertTrue(any("diagnostic session example must use a supported exit_class" in error for error in errors)) - def test_missing_local_overlay_skill_fails(self) -> None: + def test_missing_owner_skill_fails(self) -> None: with tempfile.TemporaryDirectory() as tmpdir: repo_root = Path(tmpdir) / "abyss-stack" self.write_valid_surface(repo_root) - (repo_root / ".agents" / "skills" / "abyss-self-diagnostic-spine" / "SKILL.md").unlink() + (repo_root / diagnostic_spine.DIAGNOSTIC_OWNER_SKILL_PATH).unlink() errors = self.validate_surface(repo_root) self.assertTrue( - any(".agents/skills/abyss-self-diagnostic-spine" in error for error in errors) + any("skills/abyss-self-diagnostic-spine/SKILL.md" in error for error in errors) ) diff --git a/mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md b/mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md index c1c9cd439..7d98cde64 100644 --- a/mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md +++ b/mechanics/inference-pilots/parts/promotion-loop/docs/RUNTIME_WINNER_PROMOTION_LOOP.md @@ -178,17 +178,17 @@ That winner replaced an older fallback overlay only after: because it did not beat the bounded contract-plus-latency read of the current CPU-safe path. -## Repo-local overlay skill posture +## Skill exposure posture -The current repo-local `abyss-*` overlay skill surface is: +The stack-owned diagnostic procedure is canonical at: -- `.agents/skills/abyss-self-diagnostic-spine` -- `.agents/skills/abyss-safe-infra-change` -- `.agents/skills/abyss-sanitized-share` +- `skills/abyss-self-diagnostic-spine` -Those overlays exist to keep local repo posture explicit and reviewable. -They do not replace the wider shared `aoa-*` install set, and they should stay -visible enough that repository validation catches drift. +It is exposed once through the OS user profile and is not duplicated under +`.agents/skills`. The remaining shared `abyss-*` procedures stay in the +transitional `.agents/skills` projection until their owner homes and global OS +replacements have been admitted and manually proven. Repository validation +keeps both boundaries visible. ## Boundary to preserve diff --git a/scripts/validate_nested_agents.py b/scripts/validate_nested_agents.py index 147afcbce..0355c5621 100755 --- a/scripts/validate_nested_agents.py +++ b/scripts/validate_nested_agents.py @@ -78,15 +78,17 @@ 'python scripts/validate_decision_records.py', ), '.agents/skills/AGENTS.md': ( - 'repo-local skill install and overlay surface', + 'transitional repo-local projection of shared skills', 'aoa-skills', - 'local overlays thin', + 'Canonical', + 'root `skills/`', 'python scripts/validate_nested_agents.py', ), '.agents/AGENTS.md': ( - 'repo-local agent install and overlay surfaces', + 'transitional repo-local agent projections', '.agents/README.md', 'canonical skill law', + 'stack-owned canonical packages under `skills/`', 'python scripts/validate_nested_agents.py', ), 'scripts/AGENTS.md': ( @@ -260,6 +262,14 @@ 'unknown, not zero', 'python scripts/validate_local_stats_port.py', ), + 'skills/AGENTS.md': ( + 'canonical home for agent procedures', + 'belongs to `abyss-stack`', + 'OS user profile', + 'session traces', + 'techniques as optional provenance', + 'manual positive, negative, owner-return, and coexistence pass', + ), '.agents/spark/AGENTS.md': ( 'fast-loop lane', '.agents/spark/README.md', diff --git a/scripts/validate_stack.py b/scripts/validate_stack.py index 99bf62374..3fc8d088a 100644 --- a/scripts/validate_stack.py +++ b/scripts/validate_stack.py @@ -143,22 +143,6 @@ def _is_executable_source_path(path: Path) -> bool: ) -def _overlay_skill_surface_validator( - *, - errors: list[str], - skill_path: Path, - description: str, - expected_target: str | None = None, -) -> None: - agent_skill_projection.validate_overlay_skill_surface( - errors=errors, - root=ROOT, - skill_path=skill_path, - description=description, - expected_target=expected_target, - ) - - def _run_source_validators(errors: list[str]) -> None: profile_topology.validate_profiles(errors, root=ROOT) profile_topology.validate_presets(errors, root=ROOT) @@ -336,8 +320,6 @@ def _run_source_validators(errors: list[str]) -> None: diagnostic_spine.validate_diagnostic_spine_contracts( errors, root=ROOT, - overlay_skill_surfaces=agent_skill_projection.DIAGNOSTIC_OVERLAY_SKILL_SURFACES, - overlay_skill_validator=_overlay_skill_surface_validator, ) service_selection.validate_service_selection_policy( errors, diff --git a/scripts/validators/agent_skill_projection.py b/scripts/validators/agent_skill_projection.py index 1e15d8747..74029f3af 100644 --- a/scripts/validators/agent_skill_projection.py +++ b/scripts/validators/agent_skill_projection.py @@ -3,91 +3,7 @@ from pathlib import Path SKILL_ROOT = Path(".agents") / "skills" -DIAGNOSTIC_SPINE_SKILL_PATH = SKILL_ROOT / "abyss-self-diagnostic-spine" -ABYSS_SAFE_INFRA_SKILL_PATH = SKILL_ROOT / "abyss-safe-infra-change" -ABYSS_SANITIZED_SHARE_SKILL_PATH = SKILL_ROOT / "abyss-sanitized-share" AOA_SKILL_INSTALL_ROOT = "/srv/AbyssOS/aoa-skills/.agents/skills" -LOCAL_SKILL_OVERLAY_NAMES = {"abyss-self-diagnostic-spine"} -LOCAL_SKILL_OVERLAY_CANONICAL_PATHS = { - "abyss-self-diagnostic-spine": "skills/project/abyss/abyss-self-diagnostic-spine/SKILL.md", -} -CODEX_SKILL_FRONTMATTER_KEYS = {"allowed-tools", "description", "license", "metadata", "name"} -OVERLAY_SKILL_INSTALL_TARGETS = { - ABYSS_SAFE_INFRA_SKILL_PATH: f"{AOA_SKILL_INSTALL_ROOT}/abyss-safe-infra-change", - ABYSS_SANITIZED_SHARE_SKILL_PATH: f"{AOA_SKILL_INSTALL_ROOT}/abyss-sanitized-share", -} -DIAGNOSTIC_OVERLAY_SKILL_SURFACES = ( - ( - DIAGNOSTIC_SPINE_SKILL_PATH, - "local overlay surface", - OVERLAY_SKILL_INSTALL_TARGETS.get(DIAGNOSTIC_SPINE_SKILL_PATH), - ), - ( - ABYSS_SAFE_INFRA_SKILL_PATH, - "repo-local abyss overlay skill surface", - OVERLAY_SKILL_INSTALL_TARGETS.get(ABYSS_SAFE_INFRA_SKILL_PATH), - ), - ( - ABYSS_SANITIZED_SHARE_SKILL_PATH, - "repo-local abyss overlay skill surface", - OVERLAY_SKILL_INSTALL_TARGETS.get(ABYSS_SANITIZED_SHARE_SKILL_PATH), - ), -) - - -def _frontmatter_values(skill_md: Path) -> tuple[dict[str, str], dict[tuple[str, str], str]]: - try: - lines = skill_md.read_text(encoding="utf-8").splitlines() - except (OSError, UnicodeDecodeError): - return {}, {} - if not lines or lines[0].strip() != "---": - return {}, {} - try: - closing_index = next( - index for index, line in enumerate(lines[1:], start=1) if line.strip() == "---" - ) - except StopIteration: - return {}, {} - - top_level: dict[str, str] = {} - nested: dict[tuple[str, str], str] = {} - current_section = "" - for line in lines[1:closing_index]: - if not line.strip() or line.lstrip().startswith("#") or ":" not in line: - continue - key, value = line.strip().split(":", 1) - normalized_value = value.strip().strip("\"'") - if line[:1].isspace(): - if current_section: - nested[(current_section, key)] = normalized_value - continue - current_section = key if not normalized_value else "" - top_level[key] = normalized_value - return top_level, nested - - -def validate_local_overlay_skill_metadata( - errors: list[str], - *, - skill_path: Path, - skill_md: Path, -) -> None: - frontmatter, nested = _frontmatter_values(skill_md) - skill_md_path = (skill_path / "SKILL.md").as_posix() - if frontmatter.get("name") != skill_path.name: - errors.append(f"{skill_md_path} must declare name: {skill_path.name}") - if not frontmatter.get("description"): - errors.append(f"{skill_md_path} must declare a non-empty description") - unsupported_keys = sorted(set(frontmatter) - CODEX_SKILL_FRONTMATTER_KEYS) - if unsupported_keys: - errors.append( - f"{skill_md_path} has unsupported top-level frontmatter keys: {', '.join(unsupported_keys)}" - ) - expected_canonical_path = LOCAL_SKILL_OVERLAY_CANONICAL_PATHS.get(skill_path.name) - if expected_canonical_path and nested.get(("metadata", "aoa_canonical_skill_path")) != expected_canonical_path: - errors.append( - f"{skill_md_path} must route metadata.aoa_canonical_skill_path to {expected_canonical_path}" - ) def matches_checkout_safe_overlay_install(path: Path, expected_target: str) -> bool: @@ -104,25 +20,6 @@ def matches_checkout_safe_overlay_install(path: Path, expected_target: str) -> b return False -def validate_overlay_skill_surface( - *, - errors: list[str], - root: Path, - skill_path: Path, - description: str, - expected_target: str | None = None, -) -> None: - local_skill_root = root / skill_path - local_skill_md = local_skill_root / "SKILL.md" - if local_skill_root.is_dir(): - if not local_skill_md.is_file(): - errors.append(f"{skill_path.as_posix()} must contain SKILL.md") - return - if expected_target and matches_checkout_safe_overlay_install(local_skill_root, expected_target): - return - errors.append(f"{skill_path.as_posix()} must be installed as a {description}") - - def validate_agent_skill_projection_routes(errors: list[str], *, root: Path) -> None: skills_root = root / SKILL_ROOT if not skills_root.is_dir(): @@ -133,16 +30,6 @@ def validate_agent_skill_projection_routes(errors: list[str], *, root: Path) -> if path.name == "AGENTS.md": continue rel_path = path.relative_to(root).as_posix() - if path.name in LOCAL_SKILL_OVERLAY_NAMES: - if not path.is_dir() or not (path / "SKILL.md").is_file(): - errors.append(f"{rel_path} must stay as a local overlay directory with SKILL.md") - else: - validate_local_overlay_skill_metadata( - errors, - skill_path=path.relative_to(root), - skill_md=path / "SKILL.md", - ) - continue expected_target = f"{AOA_SKILL_INSTALL_ROOT}/{path.name}" if matches_checkout_safe_overlay_install(path, expected_target): continue diff --git a/scripts/validators/diagnostic_spine.py b/scripts/validators/diagnostic_spine.py index 91e1a121c..d11c93c75 100644 --- a/scripts/validators/diagnostic_spine.py +++ b/scripts/validators/diagnostic_spine.py @@ -1,13 +1,10 @@ from __future__ import annotations -from collections.abc import Callable, Sequence +from collections.abc import Sequence import json from pathlib import Path from typing import Any -OverlaySkillSurface = tuple[Path, str, str | None] -OverlaySkillValidator = Callable[..., None] - DIAGNOSTIC_SPINE_DOC_ROOT = ( Path("mechanics") / "diagnostic-spine" / "parts" / "diagnostic-surfaces" / "docs" ) @@ -68,6 +65,18 @@ "mechanics/diagnostic-spine/parts/diagnostic-surfaces/generated/" "diagnostic_surface_catalog.min.json" ) +DIAGNOSTIC_OWNER_SKILL_ROOT = Path("skills") / "abyss-self-diagnostic-spine" +DIAGNOSTIC_OWNER_SKILL_PATH = DIAGNOSTIC_OWNER_SKILL_ROOT / "SKILL.md" +DIAGNOSTIC_OWNER_SKILL_CONTRACT_PATH = ( + DIAGNOSTIC_OWNER_SKILL_ROOT / "references" / "contract.yaml" +) +DIAGNOSTIC_OWNER_SKILL_PROCEDURE_PATH = ( + DIAGNOSTIC_OWNER_SKILL_ROOT / "references" / "diagnose.md" +) +DIAGNOSTIC_OWNER_SKILL_INTERFACE_PATH = ( + DIAGNOSTIC_OWNER_SKILL_ROOT / "agents" / "openai.yaml" +) +SKILL_HOME_MANIFEST_PATH = Path("skills") / "port.manifest.json" DIAGNOSTIC_AUTHORITY_REF = ( "mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md" ) @@ -151,8 +160,6 @@ def validate_diagnostic_spine_contracts( errors: list[str], *, root: Path, - overlay_skill_surfaces: Sequence[OverlaySkillSurface], - overlay_skill_validator: OverlaySkillValidator, ) -> None: readme = read_required_text(errors, root=root, relative_path=Path("README.md")) require_snippets( @@ -183,8 +190,8 @@ def validate_diagnostic_spine_contracts( "`diagnostic_anchor_ref_v1`", "`repair_handoff_v1`", "`reviewed_diagnosis_ref_v1`", - "Skill canon remains in `aoa-skills`.", - ".agents/skills/abyss-self-diagnostic-spine", + "`skills/abyss-self-diagnostic-spine`", + "OS user profile", "scripts/aoa-diagnose --preset intel-full --truth-goal live_available --write-latest", "scripts/aoa-diagnose --preset intel-full --truth-goal live_available --write-latest --write-last-good-ref", "scripts/aoa-diagnose --preset intel-full --truth-goal live_available --write-latest --write-reviewed-diagnosis-ref", @@ -217,13 +224,119 @@ def validate_diagnostic_spine_contracts( validate_diagnostic_schemas(errors, root=root) validate_diagnostic_examples(errors, root=root) validate_diagnostic_surface_catalog(errors, root=root) + validate_diagnostic_owner_skill(errors, root=root) + + +def validate_diagnostic_owner_skill(errors: list[str], *, root: Path) -> None: + skill = read_required_text( + errors, + root=root, + relative_path=DIAGNOSTIC_OWNER_SKILL_PATH, + ) + require_snippets( + errors, + text=skill, + path_label=DIAGNOSTIC_OWNER_SKILL_PATH.as_posix(), + snippets=( + "name: abyss-self-diagnostic-spine", + "Produce, capture, or review one owner-typed Abyss runtime diagnosis", + ".aoa-skill-source.json", + "owner_repo=abyss-stack", + "source_path=skills/abyss-self-diagnostic-spine", + "version=0.2.1", + "Select exactly one operation: `observe`, `capture`, or `review`.", + "Do not load a shared recovery procedure before the owner packet", + "Stop after one packet and one review.", + ), + ) + + contract = read_required_text( + errors, + root=root, + relative_path=DIAGNOSTIC_OWNER_SKILL_CONTRACT_PATH, + ) + require_snippets( + errors, + text=contract, + path_label=DIAGNOSTIC_OWNER_SKILL_CONTRACT_PATH.as_posix(), + snippets=( + "owner: abyss-stack", + "canonical_source: skills/abyss-self-diagnostic-spine", + "version: 0.2.1", + "lifecycle: admitted", + "health: active", + "owner_cli: scripts/aoa-diagnose", + "techniques_runtime_dependency: false", + ), + ) + + procedure = read_required_text( + errors, + root=root, + relative_path=DIAGNOSTIC_OWNER_SKILL_PROCEDURE_PATH, + ) + require_snippets( + errors, + text=procedure, + path_label=DIAGNOSTIC_OWNER_SKILL_PROCEDURE_PATH.as_posix(), + snippets=( + "## Review an existing packet", + "## Observe current state", + "## Capture an owner artifact", + "## Review and hand off", + "scripts/aoa-diagnose --truth-goal ", + ), + ) + + interface = read_required_text( + errors, + root=root, + relative_path=DIAGNOSTIC_OWNER_SKILL_INTERFACE_PATH, + ) + require_snippets( + errors, + text=interface, + path_label=DIAGNOSTIC_OWNER_SKILL_INTERFACE_PATH.as_posix(), + snippets=( + 'display_name: "Abyss Self-Diagnostic Spine"', + 'default_prompt: "Use $abyss-self-diagnostic-spine', + ), + ) - for skill_path, description, expected_target in overlay_skill_surfaces: - overlay_skill_validator( - errors=errors, - skill_path=skill_path, - description=description, - expected_target=expected_target, + manifest = read_required_json( + errors, + root=root, + relative_path=SKILL_HOME_MANIFEST_PATH, + ) + if not manifest: + return + if manifest.get("schema_version") != "aoa_skill_home_port_v2": + errors.append("skills/port.manifest.json must use aoa_skill_home_port_v2") + if manifest.get("owner_repo") != "abyss-stack": + errors.append("skills/port.manifest.json must declare owner_repo abyss-stack") + bundles = manifest.get("bundles") + expected_bundle = { + "name": "abyss-self-diagnostic-spine", + "path": "skills/abyss-self-diagnostic-spine", + "version": "0.2.1", + "lifecycle": "admitted", + "visibility": "advertised", + "admission_ref": "docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md", + } + if bundles != [expected_bundle]: + errors.append( + "skills/port.manifest.json must expose the admitted " + "abyss-self-diagnostic-spine 0.2.1 owner bundle" + ) + exposure = manifest.get("exposure") + if not isinstance(exposure, dict) or exposure.get("scope") != "user": + errors.append("skills/port.manifest.json must use user-scoped exposure") + elif exposure.get("profile") != "os-user-default" or exposure.get("skills") != [ + "abyss-self-diagnostic-spine" + ]: + errors.append( + "skills/port.manifest.json must expose abyss-self-diagnostic-spine " + "once through os-user-default" ) diff --git a/scripts/validators/source_structure.py b/scripts/validators/source_structure.py index 8dc3175e2..130e2ef7b 100644 --- a/scripts/validators/source_structure.py +++ b/scripts/validators/source_structure.py @@ -422,6 +422,8 @@ "scripts/README.md", "scripts/validate_local_stats_port.py", "scripts/validate_decision_records.py", + "skills/AGENTS.md", + "skills/port.manifest.json", "stats/AGENTS.md", "stats/README.md", "stats/port.manifest.json", diff --git a/skills/AGENTS.md b/skills/AGENTS.md new file mode 100644 index 000000000..688b9c6cd --- /dev/null +++ b/skills/AGENTS.md @@ -0,0 +1,51 @@ +# AGENTS.md + +## Applies to + +This card applies to `skills/` and its descendants. + +## Role + +`skills/` is the canonical home for agent procedures whose operational meaning +belongs to `abyss-stack`. It does not own the shared Agent Skills format, +cross-repository skill doctrine, or another repository's procedure. + +## Read before editing + +1. Root `AGENTS.md`, `CHARTER.md`, `BOUNDARIES.md`, and `DESIGN.md` +2. `skills/port.manifest.json` +3. The mechanic card and owner contract used by the affected bundle +4. The bundle `SKILL.md` and only the conditional references needed for the + change + +## Boundaries + +- Keep the owner package authoritative for applicability, procedure, ABI, + effects, verification, termination, and handoff. +- Keep semantic graphs, KAG records, installed copies, and runtime packets + derivative of owner source. +- Expose admitted bundles once through the OS user profile. Do not duplicate an + admitted owner bundle under `.agents/skills/`. +- Keep session traces, trial prompts, temporary rubrics, generated test + fixtures, and task-local DAG state out of this directory. +- Treat techniques as optional provenance, never as a runtime dependency. +- Do not make a skill the enforcement owner for approval, mutation, service + lifecycle, or security policy. + +## Validation + +Start with a manual positive, negative, owner-return, and coexistence pass. +After the behavior is understood, run the host skill package validator and the +narrow owner checks named by the bundle. For the diagnostic bundle, also run: + +```bash +python scripts/build_diagnostic_surface_catalog.py --check +python scripts/validate_diagnostic_surface_catalog.py +python scripts/validate_stack.py +``` + +## Closeout + +Report the owner package, manual cases, actual effects, skipped checks, +projection state, and remaining runtime or cross-model limits. A readable +package or green validator is not an effectiveness claim. diff --git a/skills/abyss-self-diagnostic-spine/SKILL.md b/skills/abyss-self-diagnostic-spine/SKILL.md new file mode 100644 index 000000000..ebf03dcc7 --- /dev/null +++ b/skills/abyss-self-diagnostic-spine/SKILL.md @@ -0,0 +1,90 @@ +--- +name: abyss-self-diagnostic-spine +description: Produce, capture, or review one owner-typed Abyss runtime diagnosis through the abyss-stack diagnostic spine. Use when a concrete Abyss preset, profile, truth goal, existing diagnostic_session_v1, or last-good comparison needs current owner evidence, multi-axis drift and freshness review, or a bounded handoff toward reviewed diagnosis or repair. Do not use for generic health questions, artifact trust, source-authority disputes, immediate repair or restart, live-session mining, or when no Abyss runtime evidence is required. +--- + +# Abyss Self-Diagnostic Spine + +## Intent + +Use the `abyss-stack` owner interface to locate one concrete runtime target, +obtain or inspect one typed diagnostic packet, and return an evidence-linked +review without acquiring repair authority. + +This owner package is the canonical procedure. The semantic graph, KAG record, +installed copy, generated diagnostic catalog, and runtime packet are derived or +observed surfaces; none replaces it. + +## Return to the owner source + +Use the skill directory reported by the host as the bundle root. + +1. When it is `/skills/abyss-self-diagnostic-spine/`, require the + adjacent owner root to be an `abyss-stack` source checkout and use it. +2. Otherwise read only `.aoa-skill-source.json` beside this `SKILL.md`. +3. Require `schema_version=aoa_skill_source_receipt_v1`, + `name=abyss-self-diagnostic-spine`, `owner_repo=abyss-stack`, + `source_path=skills/abyss-self-diagnostic-spine`, and `version=0.2.1`. +4. Follow the exact `owner_root` and `source_path` from that receipt. Require + the owner contract to repeat the same identity, version, and admitted + lifecycle. +5. Stop as `blocked_owner_source` when the receipt or owner package is missing, + ambiguous, or version-stale. Do not search sibling repositories for a + plausible copy. + +The receipt is a machine-local source locator, not proof of owner acceptance, +current runtime health, or successful execution. + +After an installed copy resolves the canonical bundle, switch the bundle root +to that exact owner directory. Do not reread its `SKILL.md` and do not read +references from the installed copy. Read the contract and selected procedure +only from the canonical owner bundle. + +## Start + +From the resolved canonical bundle, before target reads or execution: + +1. Read [references/contract.yaml](references/contract.yaml). +2. Select exactly one operation: `observe`, `capture`, or `review`. +3. Confirm the required target, truth goal, freshness intent, and effect + authority. +4. Read [references/diagnose.md](references/diagnose.md) and execute only the + selected branch. + +When the owner root or packet path is already supplied, use it directly. Do +not run directory listings, workspace-wide search, `find`, `rg --files`, or Git +history to rediscover it. Read only the exact owner surfaces named by the +selected branch. A missing named surface blocks the operation; it does not +authorize exploratory search. + +Do not load a shared recovery procedure before the owner packet has produced a +verified handoff. + +## Owner boundary + +- `abyss-stack` owns the diagnostic CLI, schemas, runtime evidence shape, + truth-status axes, drift vocabulary, and owner-local packet meaning. +- `aoa-session-recovery` owns shared diagnosis and repair procedure after an + explicit handoff; it does not redefine the owner packet. +- A diagnostic session, companion, reviewed ref, or repair handoff is evidence + or a candidate. It is not mutation approval, proof, owner acceptance, or a + successful repair. +- Default execution is read-only. Any file write or latest, last-good, or + reviewed promotion requires an exact explicit request and the corresponding + owner CLI flag. + +## Stop + +Return one typed result with: + +- selected operation and concrete target; +- canonical owner source and observation source; +- schema and freshness verdict; +- per-axis states, drift classes, unknowns, and exit class; +- actual effects and skipped checks; +- bounded next owner or explicit blocker; +- claim limit. + +Stop after one packet and one review. Do not retry with broader selectors, +repair the runtime, refresh unrelated evidence, promote an anchor, mutate a +quest, or turn a handoff into owner acceptance. diff --git a/skills/abyss-self-diagnostic-spine/agents/openai.yaml b/skills/abyss-self-diagnostic-spine/agents/openai.yaml new file mode 100644 index 000000000..3c821e4ce --- /dev/null +++ b/skills/abyss-self-diagnostic-spine/agents/openai.yaml @@ -0,0 +1,4 @@ +interface: + display_name: "Abyss Self-Diagnostic Spine" + short_description: "Diagnose Abyss runtime state through its owner" + default_prompt: "Use $abyss-self-diagnostic-spine to produce and review one read-only Abyss runtime diagnosis." diff --git a/skills/abyss-self-diagnostic-spine/references/contract.yaml b/skills/abyss-self-diagnostic-spine/references/contract.yaml new file mode 100644 index 000000000..3bcdbf8ad --- /dev/null +++ b/skills/abyss-self-diagnostic-spine/references/contract.yaml @@ -0,0 +1,108 @@ +schema_version: aoa-owner-skill-contract-v1 +identity: + name: abyss-self-diagnostic-spine + owner: abyss-stack + canonical_source: skills/abyss-self-diagnostic-spine + version: 0.2.1 + lifecycle: admitted + health: active +purpose: Produce or review one owner-typed Abyss runtime diagnosis without acquiring repair authority. +applicability: + use_when: + - A concrete Abyss preset, profile, truth goal, diagnostic packet, or last-good comparison needs owner evidence. + - Multi-axis runtime drift and freshness must be reviewed before a diagnosis or repair handoff. + do_not_use_when: + - The task is generic health explanation, artifact trust, source-authority mapping, live-session mining, repair, restart, or approval. + - No Abyss runtime evidence or owner packet is required. + ambiguous_when: + - A stored packet may be sufficient but its freshness for the requested truth goal is not established. +operations: + observe: + freedom: deterministic-owner-tool + effects: [read-only] + capture: + freedom: low + effects: [explicit-owner-local-write] + review: + freedom: bounded-judgment + effects: [read-only] +abi: + inputs: + required: + - operation + - target + - truth_goal + - freshness_intent + - effect_authority + conditional: + observe: + - owner_cli_available + capture: + - owner_cli_available + - exact_write_intent + - exact_destination_or_promotion + review: + - diagnostic_session_ref + outputs: + type: abyss-diagnostic-result + required: + - operation + - target + - owner_source + - observation_source + - schema_verdict + - freshness + - axes + - drifts + - unknowns + - exit_class + - actual_effects + - skipped_checks + - handoff + - claim_limit +tool_requirements: + owner_cli: scripts/aoa-diagnose + packet_schema: mechanics/diagnostic-spine/parts/diagnostic-surfaces/schemas/diagnostic_session.schema.json + owner_contract: mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md + owner_route_card: mechanics/diagnostic-spine/AGENTS.md + owner_mechanic_card: mechanics/diagnostic-spine/README.md +verification: + - Resolve the owner package from its canonical home or same-bundle source receipt; never use workspace discovery when the owner root is known. + - Treat exit codes 0, 1, and 2 as typed diagnostic outcomes when standalone owner-CLI stdout is JSON with the required diagnostic_session_v1 shape. + - Independently validate externally supplied review packets against the owner schema; for owner-CLI output report the narrower owner_cli_shape_checked verdict and ground every claim in returned fields. + - Compare actual filesystem effects with the selected operation; observe and review must make no writes. + - Preserve source_authored, deployed, trial_proven, and live_available as distinct truth axes. +termination: + success: Stop after one schema-checked packet and one bounded review. + blocked: Stop when owner source, target, truth goal, required packet, tool binding, freshness, or effect authority is unavailable. + failure: Stop on invalid output, unexpected effects, selector or discovery widening, a host-rejected command wrapper, or owner-tool failure without a typed packet; distinguish attempted from executed effects. +relations: + primary-capability-parent: projects.abyss.diagnose-runtime + invokes: [tool.abyss.aoa-diagnose] + produces: [diagnostic-session-v1, abyss-diagnostic-result] + composes-with: [aoa-session-recovery, aoa-knowledge-stewardship] + hands-off-to: [aoa-session-recovery, abyss-stack runtime-repair, inspected stronger owner] + conflicts-with: [silent-repair, packet-as-approval, generated-as-authority, hidden-anchor-promotion] +trust: + source_authority: true + repair_authority: false + proof_authority: false + public_safe_default: true +provenance: + legacy_baseline: aoa-skills@94e5d0e:skills/project/abyss/abyss-self-diagnostic-spine/SKILL.md + techniques_runtime_dependency: false +recheck: + after: + - material owner CLI or schema change + - material Codex host or model change + - global catalog or source-return change + - diagnostic or recovery workflow change + manual_cases: + - natural positive + - generic health negative + - existing fresh packet + - stale packet + - read-only observation + - explicit bounded capture + - invalid output + - recovery coexistence diff --git a/skills/abyss-self-diagnostic-spine/references/diagnose.md b/skills/abyss-self-diagnostic-spine/references/diagnose.md new file mode 100644 index 000000000..2d49beab2 --- /dev/null +++ b/skills/abyss-self-diagnostic-spine/references/diagnose.md @@ -0,0 +1,135 @@ +# Diagnose one Abyss runtime target + +## Preflight + +Resolve the canonical owner root. If it was supplied or returned by the +installed source receipt, do not rediscover it through the workspace, sibling +repositories, Git history, or directory contents. + +Honor owner route guidance already supplied by the host. For a routine +read-only diagnosis, do not pre-read mechanic editing cards. If a required +owner path or boundary is ambiguous, read only: + +- `mechanics/diagnostic-spine/AGENTS.md`; +- `mechanics/diagnostic-spine/README.md`. + +Use +`mechanics/diagnostic-spine/parts/diagnostic-surfaces/schemas/diagnostic_session.schema.json` +as validator input. Do not print the full schema into model context. Validate +the exact packet programmatically. The validator must output only validity, +error paths/messages, and explicitly requested fields; never echo the full +packet or schema. Inspect only a validation error or a specific field +definition when needed. + +Make the first packet read the validation operation itself. Use an existing +owner validator or one inline interpreter invocation that validates the schema +and emits only the bounded fields needed for review. Do not pre-read the packet +with `jq`, `sed`, or another broad field dump. Do not use a heredoc, create a +temporary script, transform the packet, or create a validation fixture. After +successful validation, run a second targeted read only when one explicitly +named field was not included in the bounded validator output. + +For repeated arrays such as drifts or evidence refs, never emit the complete +array when it contains more than eight entries. Emit the count, sorted unique +kind/severity/owner classifications, and reference count. When one requested +claim needs examples, emit at most three matching entries plus the omitted +count. `actual_effects`, `skipped_checks`, `handoff`, and `claim_limit` belong +to the returned review result. They are not required packet fields, and their +absence from a valid packet must not trigger schema search or wider packet +reads. + +Do not pre-read the owner doctrine document for routine `observe` or `capture`; +this procedure and the owner CLI are sufficient. For `review`, do not read +sibling examples, runtime-repair material, catalogs, generated surfaces, or +unrelated root docs unless the packet and schema leave one field meaning +unresolved. For any unresolved field or owner boundary, read only the relevant +section of +`mechanics/diagnostic-spine/parts/diagnostic-surfaces/docs/DIAGNOSTIC_SPINE.md` +and name the ambiguity it resolved. + +Record: + +- exactly one operation: `observe`, `capture`, or `review`; +- one concrete preset/profile target or exact packet path; +- `truth_goal`: `deployed`, `trial_proven`, or `live_available`; +- whether current observation is required or an existing packet may be reused; +- read-only or exact write authority; +- optional bounded `against`, reviewed-session, or reviewed-diagnosis refs. + +Stop before target reads when any operation-required input is absent. + +## Review an existing packet + +1. Read only the supplied packet and validate it against the exact owner schema. +2. Confirm `schema_version=diagnostic_session_v1` and required fields. +3. Compare capture time, target, selectors, truth goal, and evidence refs with + the request. +4. Mark it `fresh`, `stale`, or `freshness_unknown`; do not silently probe. +5. Review per-axis states, truth-status flags, drift classes, unknowns, exit + class, and evidence refs. + +The supplied packet is the only observation target for this branch. If current +evidence is required and the packet is not fresh enough, stop with +`blocked_current_observation_required` unless `observe` is separately +authorized. + +## Observe current state + +Build one owner command from the exact request: + +```text +scripts/aoa-diagnose --truth-goal +``` + +Add `--against`, `--with-session-ref`, or +`--with-reviewed-diagnosis-ref` only when the exact ref was supplied. Do not +add a write flag. + +Run the command once from the canonical owner root. Exit codes `0`, `1`, and +`2` express diagnostic exit classes; they are not by themselves tool failure. +Require JSON stdout with `schema_version=diagnostic_session_v1`, the requested +selector, target, axes, truth status, drift, exit, and public-safe fields. +Report this as `owner_cli_shape_checked`, not independent full-schema +validation. + +Run the owner CLI as a standalone command. Do not wrap, pipe, redirect, or +capture it in shell substitution. If the host returns a running exec handle, +poll that handle until terminal result or owner timeout. Do not start a second +command or infer failure from initially empty stdout. + +If the host returns neither stdout nor an exit code, report an attempted effect +and `blocked_tool_host`; do not claim that an observation ran. + +## Capture an owner artifact + +Use the same one-command route, adding only the exact requested owner write: + +- `--write ` for one named packet; +- `--write-latest` for the owner latest and record bundle; +- `--write-last-good-ref` only with `--write-latest` and an eligible green pass; +- `--write-reviewed-diagnosis-ref` only with `--write-latest` and an eligible + drifted pass. + +Do not infer latest refresh or promotion from a request to diagnose. Record +every written path and compare it with the requested effect. For a named +destination, inspect only that path after the original command terminates. + +## Review and hand off + +1. Preserve mixed axis states; never flatten one axis into a whole-system + claim. +2. Preserve `source_authored`, `deployed`, `trial_proven`, and + `live_available` separately. +3. Ground drift, probable cause, confidence, and freshness in packet fields or + current owner sources; keep unknowns explicit. +4. Compare with last-good only when its target and time remain relevant. +5. Select one bounded next route: + - no handoff when the target runs as intended; + - reviewed diagnosis or retest when evidence remains incomplete; + - `aoa-session-recovery` repair only after an explicit repair-fit handoff; + - the named owner when the gap crosses repository authority; + - manual regrounding when no bounded owner route exists. +6. Report claim limit and actual effects. + +Stop after this review. Do not execute the handoff, mutate runtime state, +refresh unrelated evidence, or convert a candidate into approval. diff --git a/skills/port.manifest.json b/skills/port.manifest.json new file mode 100644 index 000000000..8ddba6c91 --- /dev/null +++ b/skills/port.manifest.json @@ -0,0 +1,25 @@ +{ + "schema_version": "aoa_skill_home_port_v2", + "contract_ref": "aoa-skills:schemas/skill-home-port.schema.json", + "owner_repo": "abyss-stack", + "owner_ref": "AGENTS.md", + "bundles": [ + { + "name": "abyss-self-diagnostic-spine", + "path": "skills/abyss-self-diagnostic-spine", + "version": "0.2.1", + "lifecycle": "admitted", + "visibility": "advertised", + "admission_ref": "docs/decisions/ABYSS-STACK-D-0080-diagnostic-skill-owner-home.md" + } + ], + "exposure": { + "runtime": "codex", + "scope": "user", + "profile": "os-user-default", + "mode": "profile-selected", + "skills": [ + "abyss-self-diagnostic-spine" + ] + } +} diff --git a/tests/README.md b/tests/README.md index 63840db60..7119cafe3 100644 --- a/tests/README.md +++ b/tests/README.md @@ -19,7 +19,8 @@ roadmap checks. routes, playbook allowlists, and route-api bridge language. - `test_agent_skill_projection_validator_module.py`: focused agent skill projection contracts for `.agents/skills` symlinks, checkout-safe target - files, local overlays, and diagnostic overlay installs. + files, and rejection of local canonical directories in the transitional + projection. - `test_rag_bridge_contracts.py`: RAG/rerank profile contracts, source/read-only mounts, manifest shape, and machine bridge JSON boundary. - `test_schema_contracts.py`: active JSON Schema meta-validation, schema @@ -31,7 +32,8 @@ roadmap checks. runtime routes. - `test_federation_required_files_validator_module.py`: federation template requirements. - `test_diagnostic_spine_validator_module.py`: focused diagnostic-spine - validator module contracts for catalog refs and repair handoff posture. + validator module contracts for catalog refs, repair handoff posture, and the + canonical owner skill package. - `test_runtime_hygiene_validator_module.py`: focused runtime-lifecycle status-readout validator contracts for cache/usage posture. - `test_machine_fit_validator_module.py`: focused machine-fit validator diff --git a/tests/test_agent_skill_projection_validator_module.py b/tests/test_agent_skill_projection_validator_module.py index 8dd3d06a5..5062371da 100644 --- a/tests/test_agent_skill_projection_validator_module.py +++ b/tests/test_agent_skill_projection_validator_module.py @@ -16,20 +16,7 @@ def write_text(path: Path, text: str) -> None: def write_minimal_skill_projection(repo_root: Path) -> Path: skill_root = repo_root / agent_skill_projection.SKILL_ROOT skill_root.mkdir(parents=True) - write_text(skill_root / "AGENTS.md", "# Skill surface\n") - write_text( - skill_root / "abyss-self-diagnostic-spine" / "SKILL.md", - """--- -name: abyss-self-diagnostic-spine -description: Diagnose a concrete abyss runtime target through the repo-local read-only overlay. -metadata: - aoa_canonical_skill_repo: 8Dionysus/aoa-skills - aoa_canonical_skill_path: skills/project/abyss/abyss-self-diagnostic-spine/SKILL.md ---- - -# Overlay -""", - ) + write_text(skill_root / "AGENTS.md", "# Shared skill projection\n") return skill_root @@ -71,115 +58,16 @@ def test_skill_projection_accepts_checkout_safe_target_file(tmp_path: Path) -> N expected_target = f"{agent_skill_projection.AOA_SKILL_INSTALL_ROOT}/aoa-change-protocol" write_text(skill_root / "aoa-change-protocol", expected_target + "\n") - errors = run_skill_projection_validator(tmp_path) - - assert errors == [] - - -def test_local_overlay_must_remain_directory_with_skill_md(tmp_path: Path) -> None: - skill_root = tmp_path / agent_skill_projection.SKILL_ROOT - skill_root.mkdir(parents=True) - write_text(skill_root / "AGENTS.md", "# Skill surface\n") - (skill_root / "abyss-self-diagnostic-spine").mkdir() - - errors = run_skill_projection_validator(tmp_path) - - assert errors == [ - ".agents/skills/abyss-self-diagnostic-spine must stay as a local overlay directory with SKILL.md" - ] - - -def test_local_overlay_requires_codex_skill_metadata(tmp_path: Path) -> None: - skill_root = write_minimal_skill_projection(tmp_path) - write_text( - skill_root / "abyss-self-diagnostic-spine" / "SKILL.md", - """--- -name: abyss-self-diagnostic-spine -metadata: - aoa_canonical_skill_repo: 8Dionysus/aoa-skills - aoa_canonical_skill_path: skills/project/abyss/abyss-self-diagnostic-spine/SKILL.md ---- - -# Overlay -""", - ) - - errors = run_skill_projection_validator(tmp_path) - - assert errors == [ - ".agents/skills/abyss-self-diagnostic-spine/SKILL.md must declare a non-empty description" - ] - + assert run_skill_projection_validator(tmp_path) == [] -def test_local_overlay_requires_current_canonical_skill_path(tmp_path: Path) -> None: - skill_root = write_minimal_skill_projection(tmp_path) - write_text( - skill_root / "abyss-self-diagnostic-spine" / "SKILL.md", - """--- -name: abyss-self-diagnostic-spine -description: Diagnose a concrete abyss runtime target through the repo-local read-only overlay. -metadata: - aoa_canonical_skill_repo: 8Dionysus/aoa-skills - aoa_canonical_skill_path: skills/abyss-self-diagnostic-spine/SKILL.md ---- - -# Overlay -""", - ) - - errors = run_skill_projection_validator(tmp_path) - assert errors == [ - ".agents/skills/abyss-self-diagnostic-spine/SKILL.md must route metadata.aoa_canonical_skill_path to " - "skills/project/abyss/abyss-self-diagnostic-spine/SKILL.md" - ] - - -def test_local_overlay_rejects_legacy_top_level_metadata(tmp_path: Path) -> None: +def test_skill_projection_rejects_local_directory(tmp_path: Path) -> None: skill_root = write_minimal_skill_projection(tmp_path) - skill_md = skill_root / "abyss-self-diagnostic-spine" / "SKILL.md" - write_text( - skill_md, - skill_md.read_text(encoding="utf-8").replace( - "description: Diagnose a concrete abyss runtime target through the repo-local read-only overlay.\n", - "description: Diagnose a concrete abyss runtime target through the repo-local read-only overlay.\nscope: project\n", - ), - ) + (skill_root / "local-only-skill").mkdir() errors = run_skill_projection_validator(tmp_path) assert errors == [ - ".agents/skills/abyss-self-diagnostic-spine/SKILL.md has unsupported top-level frontmatter keys: scope" + ".agents/skills/local-only-skill must be a symlink into " + "/srv/AbyssOS/aoa-skills/.agents/skills" ] - - -def test_overlay_skill_surface_accepts_expected_target_file(tmp_path: Path) -> None: - target_path = agent_skill_projection.ABYSS_SAFE_INFRA_SKILL_PATH - expected_target = agent_skill_projection.OVERLAY_SKILL_INSTALL_TARGETS[target_path] - write_text(tmp_path / target_path, expected_target + "\n") - errors: list[str] = [] - - agent_skill_projection.validate_overlay_skill_surface( - errors=errors, - root=tmp_path, - skill_path=target_path, - description="repo-local abyss overlay skill surface", - expected_target=expected_target, - ) - - assert errors == [] - - -def test_overlay_skill_surface_requires_skill_md_for_directory(tmp_path: Path) -> None: - skill_path = agent_skill_projection.DIAGNOSTIC_SPINE_SKILL_PATH - (tmp_path / skill_path).mkdir(parents=True) - errors: list[str] = [] - - agent_skill_projection.validate_overlay_skill_surface( - errors=errors, - root=tmp_path, - skill_path=skill_path, - description="local overlay surface", - ) - - assert errors == [".agents/skills/abyss-self-diagnostic-spine must contain SKILL.md"] diff --git a/tests/test_diagnostic_spine_validator_module.py b/tests/test_diagnostic_spine_validator_module.py index dbb21932e..03af55079 100644 --- a/tests/test_diagnostic_spine_validator_module.py +++ b/tests/test_diagnostic_spine_validator_module.py @@ -11,7 +11,6 @@ DIAGNOSTIC_SURFACE_ROOT = ( Path("mechanics") / "diagnostic-spine" / "parts" / "diagnostic-surfaces" ) -OVERLAY_ROOT = REPO_ROOT def write_text(path: Path, text: str) -> None: @@ -48,33 +47,21 @@ def write_valid_surface(repo_root: Path) -> None: ): copy_current_surface(relative_path, into=repo_root) - write_text( - repo_root / ".agents" / "skills" / "abyss-self-diagnostic-spine" / "SKILL.md", - "# stub\n", - ) - - -def validate_overlay_skill_surface( - *, - errors: list[str], - skill_path: Path, - description: str, - expected_target: str | None = None, -) -> None: - del expected_target - if not (OVERLAY_ROOT / skill_path / "SKILL.md").is_file(): - errors.append(f"{skill_path.as_posix()} must be installed as a {description}") + for relative_path in ( + diagnostic_spine.DIAGNOSTIC_OWNER_SKILL_PATH, + diagnostic_spine.DIAGNOSTIC_OWNER_SKILL_CONTRACT_PATH, + diagnostic_spine.DIAGNOSTIC_OWNER_SKILL_PROCEDURE_PATH, + diagnostic_spine.DIAGNOSTIC_OWNER_SKILL_INTERFACE_PATH, + diagnostic_spine.SKILL_HOME_MANIFEST_PATH, + ): + copy_current_surface(relative_path, into=repo_root) def run_validator(repo_root: Path) -> list[str]: - global OVERLAY_ROOT errors: list[str] = [] - OVERLAY_ROOT = repo_root diagnostic_spine.validate_diagnostic_spine_contracts( errors, root=repo_root, - overlay_skill_surfaces=((Path(".agents") / "skills" / "abyss-self-diagnostic-spine", "local overlay surface", None),), - overlay_skill_validator=validate_overlay_skill_surface, ) return errors @@ -83,6 +70,18 @@ def test_current_repo_diagnostic_spine_module_passes() -> None: assert run_validator(REPO_ROOT) == [] +def test_missing_owner_skill_fails(tmp_path: Path) -> None: + write_valid_surface(tmp_path) + (tmp_path / diagnostic_spine.DIAGNOSTIC_OWNER_SKILL_PATH).unlink() + + errors = run_validator(tmp_path) + + assert ( + "missing required file: skills/abyss-self-diagnostic-spine/SKILL.md" + in errors + ) + + def test_catalog_surface_order_drift_fails(tmp_path: Path) -> None: write_valid_surface(tmp_path) catalog_path = ( diff --git a/tests/test_source_topology_validator_modules.py b/tests/test_source_topology_validator_modules.py index 54d2e7610..d0e5bcb79 100644 --- a/tests/test_source_topology_validator_modules.py +++ b/tests/test_source_topology_validator_modules.py @@ -10,16 +10,6 @@ from scripts.validators import source_structure REPO_ROOT = Path(__file__).resolve().parents[1] -VALID_LOCAL_OVERLAY_SKILL = """--- -name: abyss-self-diagnostic-spine -description: Diagnose a concrete abyss runtime target through the repo-local read-only overlay. -metadata: - aoa_canonical_skill_repo: 8Dionysus/aoa-skills - aoa_canonical_skill_path: skills/project/abyss/abyss-self-diagnostic-spine/SKILL.md ---- - -# Overlay -""" class SourceTopologyValidatorModulesTests(unittest.TestCase): @@ -340,9 +330,6 @@ def test_skill_projection_symlink_target_must_use_abyssos_workspace(self) -> Non skill_root = repo_root / ".agents" / "skills" skill_root.mkdir(parents=True) (skill_root / "AGENTS.md").write_text("# Skill surface\n", encoding="utf-8") - overlay = skill_root / "abyss-self-diagnostic-spine" - overlay.mkdir() - (overlay / "SKILL.md").write_text(VALID_LOCAL_OVERLAY_SKILL, encoding="utf-8") (skill_root / "aoa-change-protocol").symlink_to( "/srv/AbyssOS/aoa-skills/.agents/skills/aoa-change-protocol" ) @@ -371,9 +358,6 @@ def test_skill_projection_accepts_checkout_safe_target_file(self) -> None: skill_root = repo_root / ".agents" / "skills" skill_root.mkdir(parents=True) (skill_root / "AGENTS.md").write_text("# Skill surface\n", encoding="utf-8") - overlay = skill_root / "abyss-self-diagnostic-spine" - overlay.mkdir() - (overlay / "SKILL.md").write_text(VALID_LOCAL_OVERLAY_SKILL, encoding="utf-8") expected_target = "/srv/AbyssOS/aoa-skills/.agents/skills/aoa-change-protocol" (skill_root / "aoa-change-protocol").write_text(expected_target + "\n", encoding="utf-8")